Home
last modified time | relevance | path

Searched refs:u_hasBinaryProperty (Results 1 – 17 of 17) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp249 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 …]
Drbbitst.cpp152 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
Dregextst.cpp5604 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()
/external/v8/src/
Dchar-predicates.cc22 return u_hasBinaryProperty(c, UCHAR_ID_START) || in Is()
31 return u_hasBinaryProperty(c, UCHAR_ID_CONTINUE) || in Is()
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp279 if (u_hasBinaryProperty(c, property)) { in makeSet()
Duprops.cpp294 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
Drbbiscan.cpp836 bool whiteSpace = u_hasBinaryProperty(cp, UCHAR_PATTERN_WHITE_SPACE); in stripRules()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp401 u_hasBinaryProperty(cp, UCHAR_SOFT_DOTTED); in isIllegalCombiningDotLeadCharacterNoLookup()
Dregexcmp.cpp1920 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()
Drematch.cpp2543 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/
Duchar.h2558 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h281 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu/libandroidicu/include/unicode/
Duchar.h2558 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h281 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1100 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/
Dgenldml.cpp2446 u_hasBinaryProperty(c, UCHAR_WHITE_SPACE); in uprv_isRuleWhiteSpace()
/external/icu/libandroidicu/static_shim/
Dshim.cpp213 return u_hasBinaryProperty(c, which); in u_hasBinaryProperty_android()