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.cpp235 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
258 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
Drbbitst.cpp378 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
Dregextst.cpp5656 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()
/external/icu/icu4c/source/common/
Duprops.cpp277 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
/external/icu/icu4c/source/common/unicode/
Duchar.h2007 u_hasBinaryProperty(UChar32 c, UProperty which);
Durename.h280 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1095 if(dt==U_DT_CANONICAL && !u_hasBinaryProperty(c, UCHAR_FULL_COMPOSITION_EXCLUSION)) { in unicodeDataLineFn()
1284 … if(U_IS_UNICODE_NONCHAR(c) || u_hasBinaryProperty(c, UCHAR_DEFAULT_IGNORABLE_CODE_POINT)) { in enumDefaultsRange()
2805 result=u_hasBinaryProperty(c, which); in TestAdditionalProperties()
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp1915 u_hasBinaryProperty(lastCodePoint, UCHAR_CASE_SENSITIVE)) { in fixLiterals()
2604 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in findCaseInsensitiveStarters()
2860 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in matchStartType()
Drematch.cpp2539 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isWordBoundary()
2554 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isWordBoundary()
2577 if (u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND) || u_charType(c) == U_FORMAT_CHAR) { in isChunkWordBoundary()
2593 if (!(u_hasBinaryProperty(prevChar, UCHAR_GRAPHEME_EXTEND) in isChunkWordBoundary()