/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetCompoundText.java | 98 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/ |
D | test_codepage_converter.cpp | 51 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
|
D | test_utf.cpp | 69 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/ |
D | ucnv_ct.cpp | 104 #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/ |
D | ucnv_ct.cpp | 104 #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/ |
D | ucnv_ct.cpp | 104 #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/ |
D | ucnv_ct.cpp | 104 #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/ |
D | hb-set.cc | 203 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/ |
D | hb-set.cc | 221 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/ |
D | hb-set.cc | 237 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/ |
D | unicodestring.h | 41 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/ |
D | UnicodeMap.java | 196 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/ |
D | UnicodeMap.java | 199 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/ |
D | wide_encoding.hpp | 95 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()
|
D | parser.hpp | 474 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/ |
D | test-draw.c | 452 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/ |
D | test-draw.c | 452 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/ |
D | CharSequences.java | 103 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/ |
D | CharSequences.java | 101 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/ |
D | testime.c | 142 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/ |
D | usetiter.h | 83 UChar32 codepoint; variable
|
/third_party/icu/icu4c/source/common/unicode/ |
D | usetiter.h | 83 UChar32 codepoint; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | usetiter.h | 80 UChar32 codepoint; variable
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | DataDrivenUScriptTest.java | 326 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/ |
D | DataDrivenUScriptTest.java | 329 private int codepoint; field in DataDrivenUScriptTest.GetScriptTest 332 public GetScriptTest(int[] codepoint) { in GetScriptTest()
|