| /third_party/icu/icu4c/source/samples/ucnv/ |
| H A D | convsamp.cpp | 390 UChar32 codepoint; member
|
| /third_party/icu/icu4c/source/tools/gensprep/ |
| H A D | store.c | 246 int32_t codepoint = 0; in storeMappingData() local 358 storeMapping(uint32_t codepoint, uint32_ argument [all...] |
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetCompoundText.java | 98 private static boolean isASCIIRange(int codepoint) { in isASCIIRange() argument 106 private static boolean isIBM915(int codepoint) { in isIBM915() argument 113 isIBM916(int codepoint) isIBM916() argument 120 isCompoundS3(int codepoint) isCompoundS3() argument 129 isCompoundS2(int codepoint) isCompoundS2() argument 136 isIBM914(int codepoint) isIBM914() argument 147 isIBM874(int codepoint) isIBM874() argument 154 isIBM912(int codepoint) isIBM912() argument 163 isIBM913(int codepoint) isIBM913() argument 173 isCompoundS1(int codepoint) isCompoundS1() argument 181 isISO8859_14(int codepoint) isISO8859_14() argument 193 isIBM923(int codepoint) isIBM923() argument 210 getState(int codepoint) getState() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
| H A D | convsamp.cpp | 390 UChar32 codepoint; member
|
| /third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
| H A D | store.c | 245 int32_t codepoint = 0; in storeMappingData() local 357 storeMapping(uint32_t codepoint, uint32_ argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-buffer.h | 63 hb_codepoint_t codepoint; member
|
| H A D | hb-ot-shape.cc | 718 hb_codepoint_t codepoint = unicode->mirroring (info[i].codepoint); in hb_ot_rotate_chars() local 729 hb_codepoint_t codepoint = hb_vert_char_for (info[i].codepoint); hb_ot_rotate_chars() local [all...] |
| H A D | hb-buffer.cc | 258 hb_buffer_t::add (hb_codepoint_t codepoint, in add() argument 1293 hb_buffer_add(hb_buffer_t *buffer, hb_codepoint_t codepoint, unsigned int cluster) hb_buffer_add() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | decode.c | 800 uint32_t codepoint, min; in utf8_check() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_ct.cpp | 194 getState(int codepoint) getState() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | UnicodeMap.java | 199 private void _checkFind(int codepoint, int value) { in _checkFind() argument 208 private int __findIndex(int codepoint) { in __findIndex() argument 282 _put(int codepoint, T value) _put() argument 392 put(int codepoint, T value) put() argument 617 get(int codepoint) get() argument 983 public int codepoint; global() field in UnicodeMap.EntryRange [all...] |
| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| H A D | UnicodeMap.java | 196 private void _checkFind(int codepoint, int value) { in _checkFind() argument 205 private int __findIndex(int codepoint) { in __findIndex() argument 279 _put(int codepoint, T value) _put() argument 389 put(int codepoint, T value) put() argument 614 get(int codepoint) get() argument 980 public int codepoint; global() field in UnicodeMap.EntryRange [all...] |
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | json.cc | 209 uint32_t codepoint; variable 733 uint32_t codepoint; DecodeString() local [all...] |
| /third_party/node/src/ |
| H A D | node_i18n.cc | 781 static int GetColumnWidth(UChar32 codepoint, in GetColumnWidth() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnv_ct.cpp | 194 getState(int codepoint) getState() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | citertst.c | 226 UChar codepoint; in TestUnicodeChar() local 292 UChar codepoint; TestNormalizedUnicodeChar() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-unicode.c | 64 simple_get_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t codepoint, void *user_data) simple_get_script() argument 81 a_is_for_arabic_get_script(hb_unicode_funcs_t *ufuncs, hb_codepoint_t codepoint, void *user_data) a_is_for_arabic_get_script() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnv_ct.cpp | 194 getState(int codepoint) getState() argument [all...] |
| /third_party/glfw/src/ |
| H A D | input.c | 309 void _glfwInputChar(_GLFWwindow* window, uint32_t codepoint, int mods, GLFWbool plain) in _glfwInputChar() argument
|
| H A D | win32_window.c | 669 uint32_t codepoint = 0; in windowProc() local
|
| H A D | x11_window.c | 418 uint32_t codepoint = 0, count = 0; in decodeUTF8() local 1307 const uint32_t codepoint = _glfwKeySym2Unicode(keysym); in processEvent() local 2921 const uint32_t codepoint = _glfwKeySym2Unicode(keysym); in _glfwGetScancodeNameX11() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | UCharacterName.java | 331 public int getGroup(int codepoint) in getGroup() argument 408 getCodepointMSB(int codepoint) getCodepointMSB() argument 438 getGroupOffset(int codepoint) getGroupOffset() argument 449 getGroupMinFromCodepoint(int codepoint) getGroupMinFromCodepoint() argument 490 getAlgorithmName(int index, int codepoint) getAlgorithmName() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | UCharacterName.java | 332 public int getGroup(int codepoint) in getGroup() argument 409 getCodepointMSB(int codepoint) getCodepointMSB() argument 439 getGroupOffset(int codepoint) getGroupOffset() argument 450 getGroupMinFromCodepoint(int codepoint) getGroupMinFromCodepoint() argument 491 getAlgorithmName(int index, int codepoint) getAlgorithmName() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | testidna.cpp | 1369 int32_t codepoint = rand_uni(); in getTestSource() local
|
| /third_party/skia/third_party/externals/imgui/misc/freetype/ |
| H A D | imgui_freetype.cpp | 224 const FT_Glyph_Metrics* FreeTypeFont::LoadGlyph(uint32_t codepoint) in LoadGlyph() argument [all...] |