Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dutf8_decode.h66 uint32_t codepoint = 0U; in GetCharUtf8() local
89 uint32_t codepoint = 0U; in CountGlyphsUtf8() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharSequences.java101 public static final boolean equals(int codepoint, CharSequence other) { in equals() argument
117 public static final boolean equals(CharSequence other, int codepoint) { in equals() argument
176 public static int compare(int codepoint, CharSequence a) { in compare() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DCharSequences.java103 public static final boolean equals(int codepoint, CharSequence other) { in equals() argument
119 public static final boolean equals(CharSequence other, int codepoint) { in equals() argument
178 public static int compare(int codepoint, CharSequence a) { in compare() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dusetiter.h79 UChar32 codepoint; member in U_FINAL
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dusetiter.h79 UChar32 codepoint; member in final
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dusetiter.h83 UChar32 codepoint; member in UnicodeSetIterator
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetIterator.java65 public int codepoint; field in UnicodeSetIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DUnicodeMapIterator.java65 public int codepoint; field in UnicodeMapIterator
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMapIterator.java62 public int codepoint; field in UnicodeMapIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSetIterator.java55 public int codepoint; field in UnicodeSetIterator
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dunicodestring.h41 explicit UnicodeString(char32 codepoint) : cached_index_(-1) { in UnicodeString() argument
54 inline void append(char32 codepoint) { in append() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DDataDrivenUScriptTest.java326 private int codepoint; field in DataDrivenUScriptTest.GetScriptTest
329 public GetScriptTest(int[] codepoint) { in GetScriptTest() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DDataDrivenUScriptTest.java329 private int codepoint; field in DataDrivenUScriptTest.GetScriptTest
332 public GetScriptTest(int[] codepoint) { in GetScriptTest() argument
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp236 void GlfwRenderContext::OnChar(GLFWwindow *window, unsigned int codepoint) in OnChar() argument
/third_party/glfw/src/
H A Dinit.c150 size_t _glfwEncodeUTF8(char* s, uint32_t codepoint) in _glfwEncodeUTF8() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c110 static uint32_t codepoint[]={ in TestCharLength() local
[all...]
H A Dsprpdata.c152 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping() argument
H A Dutf8tst.c167 static const uint32_t codepoint[]={ in TestCharLength() local
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp173 int codepoint = 0; in get_codepoint() local
322 int codepoint = codepoint1; // start with codepoint1 scan_string() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp51 UChar codepoint; in TestUnicodeChar() local
[all...]
H A Dtestidn.cpp329 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength, in compareMapping() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-set.cc236 hb_set_has(const hb_set_t *set, hb_codepoint_t codepoint) hb_set_has() argument
252 hb_set_add(hb_set_t *set, hb_codepoint_t codepoint) hb_set_add() argument
289 hb_set_del(hb_set_t *set, hb_codepoint_t codepoint) hb_set_del() argument
520 hb_set_next(const hb_set_t *set, hb_codepoint_t *codepoint) hb_set_next() argument
541 hb_set_previous(const hb_set_t *set, hb_codepoint_t *codepoint) hb_set_previous() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-draw.c452 hb_codepoint_t codepoint = 1610; /* ي */ in test_hb_draw_font_kit_glyphs_tests() local
545 hb_codepoint_t codepoint = 24396; /* 彌 */ in test_hb_draw_font_kit_variations_tests() local
590 hb_codepoint_t codepoint = 24396; /* 彌 */ test_hb_draw_font_kit_variations_tests() local
634 hb_codepoint_t codepoint = 24396; /* 彌 */ test_hb_draw_font_kit_variations_tests() local
681 hb_codepoint_t codepoint = '$'; test_hb_draw_font_kit_variations_tests() local
705 hb_codepoint_t codepoint = '$'; test_hb_draw_font_kit_variations_tests() local
730 hb_codepoint_t codepoint = '$'; test_hb_draw_font_kit_variations_tests() local
[all...]
/third_party/glfw/tests/
H A Devents.c457 static void char_callback(GLFWwindow* window, unsigned int codepoint) in char_callback() argument
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h201 nk_glfw3_char_callback(GLFWwindow *win, unsigned int codepoint) in nk_glfw3_char_callback() argument

Completed in 13 milliseconds

1234