Home
last modified time | relevance | path

Searched defs:codepoint (Results 26 - 50 of 76) sorted by relevance

1234

/third_party/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp390 UChar32 codepoint; member
/third_party/icu/icu4c/source/tools/gensprep/
H A Dstore.c246 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 DCharsetCompoundText.java98 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 Dconvsamp.cpp390 UChar32 codepoint; member
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A Dstore.c245 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 Dhb-buffer.h63 hb_codepoint_t codepoint; member
H A Dhb-ot-shape.cc718 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 Dhb-buffer.cc258 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 Ddecode.c800 uint32_t codepoint, min; in utf8_check() local
/third_party/icu/icu4c/source/common/
H A Ducnv_ct.cpp194 getState(int codepoint) getState() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMap.java199 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 DUnicodeMap.java196 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 Djson.cc209 uint32_t codepoint; variable
733 uint32_t codepoint; DecodeString() local
[all...]
/third_party/node/src/
H A Dnode_i18n.cc781 static int GetColumnWidth(UChar32 codepoint, in GetColumnWidth() argument
/third_party/node/deps/icu-small/source/common/
H A Ducnv_ct.cpp194 getState(int codepoint) getState() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcitertst.c226 UChar codepoint; in TestUnicodeChar() local
292 UChar codepoint; TestNormalizedUnicodeChar() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-unicode.c64 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 Ducnv_ct.cpp194 getState(int codepoint) getState() argument
[all...]
/third_party/glfw/src/
H A Dinput.c309 void _glfwInputChar(_GLFWwindow* window, uint32_t codepoint, int mods, GLFWbool plain) in _glfwInputChar() argument
H A Dwin32_window.c669 uint32_t codepoint = 0; in windowProc() local
H A Dx11_window.c418 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 DUCharacterName.java331 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 DUCharacterName.java332 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 Dtestidna.cpp1369 int32_t codepoint = rand_uni(); in getTestSource() local
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp224 const FT_Glyph_Metrics* FreeTypeFont::LoadGlyph(uint32_t codepoint) in LoadGlyph() argument
[all...]

Completed in 33 milliseconds

1234