Searched refs:u_hasBinaryProperty (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 235 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties() 258 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
|
D | rbbitst.cpp | 378 u_hasBinaryProperty(c, UCHAR_GRAPHEME_EXTEND), in printStringBreaks()
|
D | regextst.cpp | 5656 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()
|
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 277 u_hasBinaryProperty(UChar32 c, UProperty which) { in u_hasBinaryProperty() function
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 2007 u_hasBinaryProperty(UChar32 c, UProperty which);
|
D | urename.h | 280 #define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1095 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/ |
D | regexcmp.cpp | 1915 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()
|
D | rematch.cpp | 2539 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()
|