Home
last modified time | relevance | path

Searched refs:UCHAR_CASE_SENSITIVE (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duchar.h302 UCHAR_CASE_SENSITIVE=34, enumerator
/external/icu/icu4c/source/common/
Ducase.cpp1351 case UCHAR_CASE_SENSITIVE: in ucase_hasBinaryProperty()
/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()
2878 if (u_hasBinaryProperty(c, UCHAR_CASE_SENSITIVE)) { in matchStartType()
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5603 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()