Searched refs:closeOver (Results 1 - 10 of 10) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Duniset_props.cpp823 closeOver(USET_CASE_INSENSITIVE);
826 closeOver(USET_ADD_CASE_MAPPINGS);
1318 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { function in class:UnicodeSet
H A Duset.cpp154 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes);
/external/icu4c/common/
H A Duniset_props.cpp888 closeOver(USET_CASE_INSENSITIVE);
891 closeOver(USET_ADD_CASE_MAPPINGS);
1383 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { function in class:UnicodeSet
H A Duset.cpp154 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes);
/external/chromium/third_party/icu/public/common/unicode/
H A Duniset.h1298 UnicodeSet& closeOver(int32_t attribute);
/external/icu4c/common/unicode/
H A Duniset.h1327 UnicodeSet& closeOver(int32_t attribute);
/external/chromium/third_party/icu/source/test/intltest/
H A Dusettest.cpp1241 s.closeOver(selector);
1248 logln((UnicodeString)"Ok: " + pat + ".closeOver(" + selector + ") => " + exp);
1250 dataerrln((UnicodeString)"FAIL: " + pat + ".closeOver(" + selector + ") => " +
1288 s.closeOver(USET_CASE);
1289 t.closeOver(0x100);
1291 errln("FAIL: closeOver(U+%04x) differs: ", c);
1306 s.closeOver(USET_CASE);
1307 t.closeOver(0x100);
1309 errln((UnicodeString)"FAIL: closeOver("+s2.toPattern(buf, TRUE)+") differs: ");
2181 frozen.closeOver(USET_CASE_INSENSITIV
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp1278 s.closeOver(selector);
1285 logln((UnicodeString)"Ok: " + pat + ".closeOver(" + selector + ") => " + exp);
1287 dataerrln((UnicodeString)"FAIL: " + pat + ".closeOver(" + selector + ") => " +
1325 s.closeOver(USET_CASE);
1326 t.closeOver(0x100);
1328 errln("FAIL: closeOver(U+%04x) differs: ", c);
1343 s.closeOver(USET_CASE);
1344 t.closeOver(0x100);
1346 errln((UnicodeString)"FAIL: closeOver("+s2.toPattern(buf, TRUE)+") differs: ");
2218 frozen.closeOver(USET_CASE_INSENSITIV
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Dregexcmp.cpp2596 s.closeOver(USET_CASE_INSENSITIVE);
2721 s.closeOver(USET_CASE_INSENSITIVE);
4125 set->closeOver(USET_CASE_INSENSITIVE);
4165 rightOperand->closeOver(USET_CASE_INSENSITIVE);
/external/icu4c/i18n/
H A Dregexcmp.cpp2602 s.closeOver(USET_CASE_INSENSITIVE);
2727 s.closeOver(USET_CASE_INSENSITIVE);
4226 set->closeOver(USET_CASE_INSENSITIVE);
4266 rightOperand->closeOver(USET_CASE_INSENSITIVE);

Completed in 86 milliseconds