Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp237 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
260 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
518 assertFalse("space is not Emoji", u_hasBinaryProperty(0x20, UCHAR_EMOJI)); in TestEmojiProperties()
519 assertTrue("shooting star is Emoji", u_hasBinaryProperty(0x1F320, UCHAR_EMOJI)); in TestEmojiProperties()
525 u_hasBinaryProperty(0x1F320, UCHAR_EMOJI_PRESENTATION)); in TestEmojiProperties()
527 u_hasBinaryProperty(0x1F3FF, UCHAR_EMOJI_MODIFIER)); in TestEmojiProperties()
529 u_hasBinaryProperty(0x1F64B, UCHAR_EMOJI_MODIFIER_BASE)); in TestEmojiProperties()
Drbbitst.cpp328 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
Dregextst.cpp5665 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()
/external/icu/icu4c/source/common/
Duprops.cpp283 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
/external/icu/icu4c/source/common/unicode/
Duchar.h2264 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h282 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1097 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()
2807 result=u_hasBinaryProperty(c, which); in TestAdditionalProperties()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1919 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals()
2612 } else if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in findCaseInsensitiveStarters()
2868 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()