Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestime.c142 Uint32 codepoint; in unifont_init() local
285 Uint32 codepoint = UNIFONT_GLYPHS_IN_TEXTURE * textureID + i; in unifont_load_texture() local
320 static Sint32 unifont_draw_glyph(Uint32 codepoint, int rendererID, SDL_Rect *dstrect) in unifont_draw_glyph()
414 Uint32 codepoint = 0; in utf8_decode() local
/AliOS-Things-master/components/freetype/src/autofit/
A Dhbshim.c409 FT_ULong *codepoint, in af_get_char_index()
510 FT_ULong *codepoint, in af_get_char_index()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c274 Emscripten_ConvertUTF32toUTF8(Uint32 codepoint, char * text) in Emscripten_ConvertUTF32toUTF8()
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_writer.cpp323 unsigned codepoint = static_cast<unsigned char>(*c); in valueToQuotedStringN() local
330 unsigned codepoint = utf8ToCodepoint(c, end); // modifies `c` in valueToQuotedStringN() local
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c334 WIN_ConvertUTF32toUTF8(UINT32 codepoint, char * text) in WIN_ConvertUTF32toUTF8()
/AliOS-Things-master/components/cjson/src/
A DcJSON.c579 long unsigned int codepoint = 0; in utf16_literal_to_utf8() local
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c4792 duk_codepoint_t codepoint; member
39980 duk_codepoint_t codepoint; /* built up incrementally */ member
40106 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