Home
last modified time | relevance | path

Searched refs:USET_ADD_CASE_MAPPINGS (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/icu/unicode/
Duset.h79 USET_ADD_CASE_MAPPINGS = 4, enumerator
/external/webkit/Source/WebCore/icu/unicode/
Duset.h79 USET_ADD_CASE_MAPPINGS = 4, enumerator
/external/icu4c/common/
Duniset_props.cpp885 else if ((options & USET_ADD_CASE_MAPPINGS) != 0) { in applyPattern()
886 closeOver(USET_ADD_CASE_MAPPINGS); in applyPattern()
1395 if (attribute & (USET_CASE_INSENSITIVE | USET_ADD_CASE_MAPPINGS)) { in closeOver()
/external/icu4c/common/unicode/
Duset.h92 USET_ADD_CASE_MAPPINGS = 4, enumerator
/external/icu4c/test/intltest/
Dusettest.cpp1208 char CASE_MAPPINGS[] = {(char)USET_ADD_CASE_MAPPINGS}; in TestCloseOver()
1377 UnicodeSet cm("[abck]", USET_ADD_CASE_MAPPINGS, NULL, ec); in TestCloseOver()