Home
last modified time | relevance | path

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

123456

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetCompoundText.java98 private static boolean isASCIIRange(int codepoint) { in isASCIIRange()
106 private static boolean isIBM915(int codepoint) { in isIBM915()
113 private static boolean isIBM916(int codepoint) { in isIBM916()
120 private static boolean isCompoundS3(int codepoint) { in isCompoundS3()
129 private static boolean isCompoundS2(int codepoint) { in isCompoundS2()
136 private static boolean isIBM914(int codepoint) { in isIBM914()
147 private static boolean isIBM874(int codepoint) { in isIBM874()
154 private static boolean isIBM912(int codepoint) { in isIBM912()
163 private static boolean isIBM913(int codepoint) { in isIBM913()
173 private static boolean isCompoundS1(int codepoint) { in isCompoundS1()
[all …]
/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/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/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/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/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/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/skia/third_party/externals/harfbuzz/src/
Dhb-set.cc237 hb_codepoint_t codepoint) in hb_set_has()
253 hb_codepoint_t codepoint) in hb_set_add()
290 hb_codepoint_t codepoint) in hb_set_del()
521 hb_codepoint_t *codepoint) in hb_set_next()
542 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/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java196 private void _checkFind(int codepoint, int value) { in _checkFind()
205 private int __findIndex(int codepoint) { in __findIndex()
279 private UnicodeMap _put(int codepoint, T value) { in _put()
/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()
/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/skia/third_party/externals/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/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharSequences.java101 public static final boolean equals(int codepoint, CharSequence other) { in equals()
117 public static final boolean equals(CharSequence other, int codepoint) { in equals()
176 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/skia/third_party/externals/icu/source/common/unicode/
Dusetiter.h83 UChar32 codepoint; variable
/third_party/icu/icu4c/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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DDataDrivenUScriptTest.java326 private int codepoint; field in DataDrivenUScriptTest.GetScriptTest
329 public GetScriptTest(int[] codepoint) { in GetScriptTest()
/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()

123456