Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/locale/test/
Dtest_codepage_converter.cpp51 bool test_to(boost::locale::util::base_converter &cvt,char const *s,unsigned codepoint) in test_to()
58 bool test_from(boost::locale::util::base_converter &cvt,unsigned codepoint,char const *str) in test_from()
70 bool test_incomplete(boost::locale::util::base_converter &cvt,unsigned codepoint,int len) in test_incomplete()
79 #define TEST_TO(str,codepoint) TEST(test_to(*cvt,str,codepoint)) argument
80 #define TEST_FROM(str,codepoint) TEST(test_from(*cvt,codepoint,str)) argument
81 #define TEST_INC(codepoint,len) TEST(test_incomplete(*cvt,codepoint,len)) argument
Dtest_utf.cpp69 void test_to(CharType const *s,unsigned codepoint) in test_to()
110 void test_from(CharType const *str,unsigned codepoint) in test_from()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducnv_ct.cpp104 #define isASCIIRange(codepoint) \ argument
108 #define isIBM915(codepoint) \ argument
111 #define isIBM916(codepoint) \ argument
114 #define isCompoundS3(codepoint) \ argument
119 #define isCompoundS2(codepoint) \ argument
122 #define isIBM914(codepoint) \ argument
129 #define isIBM874(codepoint) \ argument
132 #define isIBM912(codepoint) \ argument
140 #define isIBM913(codepoint) \ argument
146 #define isCompoundS1(codepoint) \ argument
[all …]
/third_party/node/deps/icu-small/source/common/
Ducnv_ct.cpp104 #define isASCIIRange(codepoint) \ argument
108 #define isIBM915(codepoint) \ argument
111 #define isIBM916(codepoint) \ argument
114 #define isCompoundS3(codepoint) \ argument
119 #define isCompoundS2(codepoint) \ argument
122 #define isIBM914(codepoint) \ argument
129 #define isIBM874(codepoint) \ argument
132 #define isIBM912(codepoint) \ argument
140 #define isIBM913(codepoint) \ argument
146 #define isCompoundS1(codepoint) \ argument
[all …]
/third_party/icu/icu4c/source/common/
Ducnv_ct.cpp104 #define isASCIIRange(codepoint) \ argument
108 #define isIBM915(codepoint) \ argument
111 #define isIBM916(codepoint) \ argument
114 #define isCompoundS3(codepoint) \ argument
119 #define isCompoundS2(codepoint) \ argument
122 #define isIBM914(codepoint) \ argument
129 #define isIBM874(codepoint) \ argument
132 #define isIBM912(codepoint) \ argument
140 #define isIBM913(codepoint) \ argument
146 #define isCompoundS1(codepoint) \ argument
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-set.cc203 hb_codepoint_t codepoint) in hb_set_has()
219 hb_codepoint_t codepoint) in hb_set_add()
253 hb_codepoint_t codepoint) in hb_set_del()
472 hb_codepoint_t *codepoint) in hb_set_next()
492 hb_codepoint_t *codepoint) in hb_set_previous()
/third_party/harfbuzz/src/
Dhb-set.cc221 hb_codepoint_t codepoint) in hb_set_has()
237 hb_codepoint_t codepoint) in hb_set_add()
272 hb_codepoint_t codepoint) in hb_set_del()
495 hb_codepoint_t *codepoint) in hb_set_next()
516 hb_codepoint_t *codepoint) in hb_set_previous()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dunicodestring.h41 explicit UnicodeString(char32 codepoint) : cached_index_(-1) { in UnicodeString()
54 inline void append(char32 codepoint) { in append()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DUnicodeMap.java199 private void _checkFind(int codepoint, int value) { in _checkFind()
208 private int __findIndex(int codepoint) { in __findIndex()
282 private UnicodeMap _put(int codepoint, T value) { in _put()
DUnicodeMapIterator.java65 public int codepoint; field in UnicodeMapIterator
/third_party/boost/boost/property_tree/json_parser/detail/
Dwide_encoding.hpp95 void feed_codepoint(unsigned codepoint, in feed_codepoint()
155 void feed_codepoint(unsigned codepoint, TranscodedFn transcoded_fn, in feed_codepoint()
160 void feed_codepoint(unsigned codepoint, TranscodedFn transcoded_fn, in feed_codepoint()
172 static bool is_surrogate_high(unsigned codepoint) { in is_surrogate_high()
175 static bool is_surrogate_low(unsigned codepoint) { in is_surrogate_low()
Dparser.hpp474 unsigned codepoint = 0; in parse_hex_quad() local
488 static bool is_surrogate_high(unsigned codepoint) { in is_surrogate_high()
491 static bool is_surrogate_low(unsigned codepoint) { in is_surrogate_low()
499 unsigned codepoint = parse_hex_quad(); in parse_codepoint_ref() local
517 void feed(unsigned codepoint) { in feed()
/third_party/harfbuzz/test/api/
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; /* 彌 */ in test_hb_draw_font_kit_variations_tests() local
634 hb_codepoint_t codepoint = 24396; /* 彌 */ in test_hb_draw_font_kit_variations_tests() local
681 hb_codepoint_t codepoint = '$'; in test_hb_draw_font_kit_variations_tests() local
705 hb_codepoint_t codepoint = '$'; in test_hb_draw_font_kit_variations_tests() local
730 hb_codepoint_t codepoint = '$'; in test_hb_draw_font_kit_variations_tests() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DCharSequences.java103 public static final boolean equals(int codepoint, CharSequence other) { in equals()
119 public static final boolean equals(CharSequence other, int codepoint) { in equals()
178 public static int compare(int codepoint, CharSequence a) { in compare()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestime.c142 Uint32 codepoint; in unifont_init() local
284 Uint32 codepoint = UNIFONT_GLYPHS_IN_TEXTURE * textureID + i; in unifont_load_texture() local
318 static Sint32 unifont_draw_glyph(Uint32 codepoint, int rendererID, SDL_Rect *dstrect) in unifont_draw_glyph()
408 Uint32 codepoint = 0; in utf8_decode() local
/third_party/icu/icu4c/source/common/unicode/
Dusetiter.h83 UChar32 codepoint; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dusetiter.h83 UChar32 codepoint; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dusetiter.h80 UChar32 codepoint; variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DNormalizationMonkeyTest.java102 int codepoint = random.nextInt(maxCodePoint); in getTestSource() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DDataDrivenUScriptTest.java329 private int codepoint; field in DataDrivenUScriptTest.GetScriptTest
332 public GetScriptTest(int[] codepoint) { in GetScriptTest()
/third_party/libxkbcommon/src/
Dkeysym-utf.c957 uint32_t codepoint; in xkb_keysym_to_utf8() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSetIterator.java55 public int codepoint; field in UnicodeSetIterator
/third_party/glfw/tests/
Devents.c251 static const char* get_character_string(int codepoint) in get_character_string()
398 static void char_callback(GLFWwindow* window, unsigned int codepoint) in char_callback()
406 static void char_mods_callback(GLFWwindow* window, unsigned int codepoint, int mods) in char_mods_callback()
/third_party/flutter/engine/flutter/third_party/txt/tests/
DUnicodeUtils.cpp58 unsigned long int codepoint = strtoul(src + input_ix, &endptr, 16); in ParseUnicode() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterName.java332 public int getGroup(int codepoint) in getGroup()
409 public static int getCodepointMSB(int codepoint) in getCodepointMSB()
439 public static int getGroupOffset(int codepoint) in getGroupOffset()
450 public static int getGroupMinFromCodepoint(int codepoint) in getGroupMinFromCodepoint()
491 public String getAlgorithmName(int index, int codepoint) in getAlgorithmName()

1234