/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 | 250 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties() 273 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties() 531 assertFalse("space is not Emoji", u_hasBinaryProperty(0x20, UCHAR_EMOJI)); in TestEmojiProperties() 532 assertTrue("shooting star is Emoji", u_hasBinaryProperty(0x1F320, UCHAR_EMOJI)); in TestEmojiProperties() 538 u_hasBinaryProperty(0x1F320, UCHAR_EMOJI_PRESENTATION)); in TestEmojiProperties() 540 u_hasBinaryProperty(0x1F3FF, UCHAR_EMOJI_MODIFIER)); in TestEmojiProperties() 542 u_hasBinaryProperty(0x1F64B, UCHAR_EMOJI_MODIFIER_BASE)); in TestEmojiProperties() 544 u_hasBinaryProperty(0x2A, UCHAR_EMOJI_COMPONENT)); in TestEmojiProperties() 546 u_hasBinaryProperty(0xA9, UCHAR_EXTENDED_PICTOGRAPHIC)); in TestEmojiProperties() 811 u_hasBinaryProperty(0x20, (UProperty)prop)); in TestBinaryCharacterProperties() [all …]
|
D | rbbitst.cpp | 194 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
|
D | regextst.cpp | 5541 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,31
|
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 415 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function 430 return u_hasBinaryProperty(s[0], which); // single code point in u_stringHasBinaryProperty() 437 return u_hasBinaryProperty(c, which); // single code point in u_stringHasBinaryProperty()
|
D | characterproperties.cpp | 309 if (u_hasBinaryProperty(c, property)) { in makeSet()
|
D | rbbiscan.cpp | 835 bool whiteSpace = u_hasBinaryProperty(cp, UCHAR_PATTERN_WHITE_SPACE); in stripRules()
|
/external/icu/libicu/ |
D | libicu.map.txt | 45 u_hasBinaryProperty;
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 111 return u_hasBinaryProperty(c, which); in u_hasBinaryProperty_android()
|
/external/icu/libicu/src/ |
D | shim.cpp | 49 #undef u_hasBinaryProperty 409 UBool u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function 410 return U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty)(c, which); in u_hasBinaryProperty()
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 389 u_hasBinaryProperty(cp, UCHAR_SOFT_DOTTED); in isIllegalCombiningDotLeadCharacterNoLookup()
|
D | regexcmp.cpp | 1936 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals() 2641 } else if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in findCaseInsensitiveStarters() 2906 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in matchStartType()
|
D | rematch.cpp | 2558 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary() 2573 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isWordBoundary() 2596 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isChunkWordBoundary() 2612 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isChunkWordBoundary()
|
/external/icu/libandroidicu/include/unicode/ |
D | uchar.h | 2681 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 290 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | uchar.h | 2681 u_hasBinaryProperty(UChar32 c, UProperty which);
|
/external/icu/libicu/ndk_headers/unicode/ |
D | uchar.h | 2683 u_hasBinaryProperty(UChar32 c, UProperty which) __INTRODUCED_IN(31);
|
D | urename.h | 290 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 2681 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 290 #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() 2915 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()
|