Searched defs:codepoint (Results 1 – 7 of 7) sorted by relevance
142 Uint32 codepoint; in unifont_init() local285 Uint32 codepoint = UNIFONT_GLYPHS_IN_TEXTURE * textureID + i; in unifont_load_texture() local320 static Sint32 unifont_draw_glyph(Uint32 codepoint, int rendererID, SDL_Rect *dstrect) in unifont_draw_glyph()414 Uint32 codepoint = 0; in utf8_decode() local
409 FT_ULong *codepoint, in af_get_char_index()510 FT_ULong *codepoint, in af_get_char_index()
274 Emscripten_ConvertUTF32toUTF8(Uint32 codepoint, char * text) in Emscripten_ConvertUTF32toUTF8()
323 unsigned codepoint = static_cast<unsigned char>(*c); in valueToQuotedStringN() local330 unsigned codepoint = utf8ToCodepoint(c, end); // modifies `c` in valueToQuotedStringN() local
334 WIN_ConvertUTF32toUTF8(UINT32 codepoint, char * text) in WIN_ConvertUTF32toUTF8()
579 long unsigned int codepoint = 0; in utf16_literal_to_utf8() local
4792 duk_codepoint_t codepoint; member39980 duk_codepoint_t codepoint; /* built up incrementally */ member40106 DUK_LOCAL void duk__utf8_encode_char(void *udata, duk_codepoint_t codepoint) { in duk__utf8_encode_char()40170 duk_codepoint_t codepoint; in duk__decode_helper() local
Completed in 254 milliseconds