Home
last modified time | relevance | path

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

/external/icu4c/common/
Duniset_props.cpp812 closeOver(USET_CASE_INSENSITIVE); in applyPattern()
815 closeOver(USET_ADD_CASE_MAPPINGS); in applyPattern()
1295 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() function in UnicodeSet
/external/icu4c/common/unicode/
Duniset.h1214 UnicodeSet& closeOver(int32_t attribute);
/external/icu4c/test/intltest/
Dusettest.cpp1228 s.closeOver(selector); in TestCloseOver()
1275 s.closeOver(USET_CASE); in TestCloseOver()
1276 t.closeOver(0x100); in TestCloseOver()
1293 s.closeOver(USET_CASE); in TestCloseOver()
1294 t.closeOver(0x100); in TestCloseOver()
2167 frozen.closeOver(USET_CASE_INSENSITIVE); in TestFreezable()
/external/icu4c/i18n/
Dregexcmp.cpp2587 s.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
2712 s.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4103 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()