Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Duchar.h332 UCHAR_CASE_SENSITIVE=34, enumerator
/external/icu/libicu/ndk_headers/unicode/
Duchar.h332 UCHAR_CASE_SENSITIVE=34, enumerator
/external/icu/libandroidicu/include/unicode/
Duchar.h332 UCHAR_CASE_SENSITIVE=34, enumerator
/external/icu/icu4c/source/common/unicode/
Duchar.h332 UCHAR_CASE_SENSITIVE=34, enumerator
/external/icu/icu4c/source/i18n/
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()
/external/icu/icu4c/source/common/
Ducase.cpp1575 case UCHAR_CASE_SENSITIVE: in ucase_hasBinaryProperty()
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5650 if (!u_hasBinaryProperty(cp, UCHAR_CASE_SENSITIVE)) { in TestCaseInsensitiveStarters()