Searched refs:u_hasBinaryProperty (Results 1 – 17 of 17) sorted by relevance
/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 | 152 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
|
D | regextst.cpp | 5604 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()
|
/external/v8/src/ |
D | char-predicates.cc | 22 return u_hasBinaryProperty(c, UCHAR_ID_START) || in Is() 31 return u_hasBinaryProperty(c, UCHAR_ID_CONTINUE) || in Is()
|
/external/icu/icu4c/source/common/ |
D | characterproperties.cpp | 279 if (u_hasBinaryProperty(c, property)) { in makeSet()
|
D | uprops.cpp | 294 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
|
D | rbbiscan.cpp | 836 bool whiteSpace = u_hasBinaryProperty(cp, UCHAR_PATTERN_WHITE_SPACE); in stripRules()
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 401 u_hasBinaryProperty(cp, UCHAR_SOFT_DOTTED); in isIllegalCombiningDotLeadCharacterNoLookup()
|
D | regexcmp.cpp | 1920 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals() 2613 } else if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in findCaseInsensitiveStarters() 2879 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in matchStartType()
|
D | rematch.cpp | 2543 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary() 2558 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isWordBoundary() 2581 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isChunkWordBoundary() 2597 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isChunkWordBoundary()
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 2558 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 281 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | uchar.h | 2558 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 281 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1100 if(dt==U_DT_CANONICAL && !u_hasBinaryProperty(c, UCHAR_FULL_COMPOSITION_EXCLUSION)) { in unicodeDataLineFn() 1286 … if(U_IS_UNICODE_NONCHAR(c) || u_hasBinaryProperty(c, UCHAR_DEFAULT_IGNORABLE_CODE_POINT)) { in enumDefaultsRange() 2877 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()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 213 return u_hasBinaryProperty(c, which); in u_hasBinaryProperty_android()
|