Home
last modified time | relevance | path

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

/external/icu/libicu/test/src/
Duchar_test.cpp22 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/
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.cpp185 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
Dregextst.cpp5650 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt33 u_hasBinaryProperty
Dlibicu_export.txt46 u_hasBinaryProperty
/external/icu/libicu/
Dlibicu.map.txt45 u_hasBinaryProperty;
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp281 if (u_hasBinaryProperty(c, property)) { in makeSet()
Duprops.cpp402 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
Drbbiscan.cpp835 bool whiteSpace = u_hasBinaryProperty(cp, UCHAR_PATTERN_WHITE_SPACE); in stripRules()
/external/icu/libicu/src/
Dshim.cpp47 #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/
Dshim.cpp110 return u_hasBinaryProperty(c, which); in u_hasBinaryProperty_android()
/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp389 u_hasBinaryProperty(cp, UCHAR_SOFT_DOTTED); in isIllegalCombiningDotLeadCharacterNoLookup()
Dregexcmp.cpp1938 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()
Drematch.cpp2548 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/
Duchar.h2600 u_hasBinaryProperty(UChar32 c, UProperty which);
/external/icu/libicu/ndk_headers/unicode/
Duchar.h2600 u_hasBinaryProperty(UChar32 c, UProperty which) __INTRODUCED_IN(31);
Durename.h285 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu/libandroidicu/include/unicode/
Duchar.h2600 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h285 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu/icu4c/source/common/unicode/
Duchar.h2600 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h285 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1101 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/
Dgenldml.cpp2446 u_hasBinaryProperty(c, UCHAR_WHITE_SPACE); in uprv_isRuleWhiteSpace()