/external/icu/libicu/test/src/ |
D | uchar_test.cpp | 22 ASSERT_TRUE(u_hasBinaryProperty(U' ' /* ascii space */, UCHAR_WHITE_SPACE)); in TEST() 23 ASSERT_TRUE(u_hasBinaryProperty(8200 /* Punctuation space U+2008 */, UCHAR_WHITE_SPACE)); in TEST() 24 ASSERT_TRUE(u_hasBinaryProperty(U'❤' /* Emoji heart U+2764 */, UCHAR_EMOJI)); in TEST() 25 ASSERT_FALSE(u_hasBinaryProperty(U'❤' /* Emoji heart U+2764 */, UCHAR_WHITE_SPACE)); in TEST()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 249 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties() 272 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties() 530 assertFalse("space is not Emoji", u_hasBinaryProperty(0x20, UCHAR_EMOJI)); in TestEmojiProperties() 531 assertTrue("shooting star is Emoji", u_hasBinaryProperty(0x1F320, UCHAR_EMOJI)); in TestEmojiProperties() 537 u_hasBinaryProperty(0x1F320, UCHAR_EMOJI_PRESENTATION)); in TestEmojiProperties() 539 u_hasBinaryProperty(0x1F3FF, UCHAR_EMOJI_MODIFIER)); in TestEmojiProperties() 541 u_hasBinaryProperty(0x1F64B, UCHAR_EMOJI_MODIFIER_BASE)); in TestEmojiProperties() 543 u_hasBinaryProperty(0x2A, UCHAR_EMOJI_COMPONENT)); in TestEmojiProperties() 545 u_hasBinaryProperty(0xA9, UCHAR_EXTENDED_PICTOGRAPHIC)); in TestEmojiProperties() 639 u_hasBinaryProperty(0x20, (UProperty)prop)); in TestBinaryCharacterProperties() [all …]
|
D | rbbitst.cpp | 185 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
|
D | regextst.cpp | 5650 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()
|
/external/icu/tools/icu4c_srcgen/ |
D | libandroidicu_allowlisted_api.txt | 33 u_hasBinaryProperty
|
D | libicu_export.txt | 46 u_hasBinaryProperty
|
/external/icu/libicu/ |
D | libicu.map.txt | 45 u_hasBinaryProperty;
|
/external/icu/icu4c/source/common/ |
D | characterproperties.cpp | 281 if (u_hasBinaryProperty(c, property)) { in makeSet()
|
D | uprops.cpp | 402 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
|
D | rbbiscan.cpp | 835 bool whiteSpace = u_hasBinaryProperty(cp, UCHAR_PATTERN_WHITE_SPACE); in stripRules()
|
/external/icu/libicu/src/ |
D | shim.cpp | 47 #undef u_hasBinaryProperty 371 UBool u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function 372 return U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty)(c, which); in u_hasBinaryProperty()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 110 return u_hasBinaryProperty(c, which); in u_hasBinaryProperty_android()
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 389 u_hasBinaryProperty(cp, UCHAR_SOFT_DOTTED); in isIllegalCombiningDotLeadCharacterNoLookup()
|
D | regexcmp.cpp | 1938 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals() 2638 } else if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in findCaseInsensitiveStarters() 2903 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in matchStartType()
|
D | rematch.cpp | 2548 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary() 2563 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isWordBoundary() 2586 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isChunkWordBoundary() 2602 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isChunkWordBoundary()
|
/external/icu/libicu/cts_headers/unicode/ |
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which);
|
/external/icu/libicu/ndk_headers/unicode/ |
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which) __INTRODUCED_IN(31);
|
D | urename.h | 285 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 285 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 2600 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 285 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1101 if(dt==U_DT_CANONICAL && !u_hasBinaryProperty(c, UCHAR_FULL_COMPOSITION_EXCLUSION)) { in unicodeDataLineFn() 1291 … if(U_IS_UNICODE_NONCHAR(c) || u_hasBinaryProperty(c, UCHAR_DEFAULT_IGNORABLE_CODE_POINT)) { in enumDefaultsRange() 2916 result=u_hasBinaryProperty(c, which); in TestAdditionalProperties()
|
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 2446 u_hasBinaryProperty(c, UCHAR_WHITE_SPACE); in uprv_isRuleWhiteSpace()
|