Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_closure.cpp158 UnicodeSet foldSet(*this); in closeOver() local
161 foldSet.toUSet(), in closeOver()
172 if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { in closeOver()
173 foldSet.strings->removeAllElements(); in closeOver()
194 addCaseMapping(foldSet, result, full, str); in closeOver()
197 addCaseMapping(foldSet, result, full, str); in closeOver()
200 addCaseMapping(foldSet, result, full, str); in closeOver()
203 addCaseMapping(foldSet, result, full, str); in closeOver()
213foldSet.add(str); // does not map to code points: add the folded string itself in closeOver()
228 foldSet.add(str); in closeOver()
[all …]
/third_party/node/deps/icu-small/source/common/
Duniset_closure.cpp158 UnicodeSet foldSet(*this); in closeOver() local
161 foldSet.toUSet(), in closeOver()
172 if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { in closeOver()
173 foldSet.strings->removeAllElements(); in closeOver()
194 addCaseMapping(foldSet, result, full, str); in closeOver()
197 addCaseMapping(foldSet, result, full, str); in closeOver()
200 addCaseMapping(foldSet, result, full, str); in closeOver()
203 addCaseMapping(foldSet, result, full, str); in closeOver()
213foldSet.add(str); // does not map to code points: add the folded string itself in closeOver()
228 foldSet.add(str); in closeOver()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duniset_closure.cpp158 UnicodeSet foldSet(*this); in closeOver() local
161 foldSet.toUSet(), in closeOver()
172 if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { in closeOver()
173 foldSet.strings->removeAllElements(); in closeOver()
194 addCaseMapping(foldSet, result, full, str); in closeOver()
197 addCaseMapping(foldSet, result, full, str); in closeOver()
200 addCaseMapping(foldSet, result, full, str); in closeOver()
203 addCaseMapping(foldSet, result, full, str); in closeOver()
213foldSet.add(str); // does not map to code points: add the folded string itself in closeOver()
228 foldSet.add(str); in closeOver()
[all …]
/third_party/icu/icu4c/source/common/
Duniset_closure.cpp158 UnicodeSet foldSet(*this); in closeOver() local
161 foldSet.toUSet(), in closeOver()
172 if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { in closeOver()
173 foldSet.strings->removeAllElements(); in closeOver()
194 addCaseMapping(foldSet, result, full, str); in closeOver()
197 addCaseMapping(foldSet, result, full, str); in closeOver()
200 addCaseMapping(foldSet, result, full, str); in closeOver()
203 addCaseMapping(foldSet, result, full, str); in closeOver()
213foldSet.add(str); // does not map to code points: add the folded string itself in closeOver()
228 foldSet.add(str); in closeOver()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3908 UnicodeSet foldSet = new UnicodeSet(this); in closeOver() local
3914 if((attribute & CASE) != 0 && foldSet.hasStrings()) { in closeOver()
3915 foldSet.strings.clear(); in closeOver()
3929 csp.addCaseClosure(cp, foldSet); in closeOver()
3936 addCaseMapping(foldSet, result, full); in closeOver()
3939 addCaseMapping(foldSet, result, full); in closeOver()
3942 addCaseMapping(foldSet, result, full); in closeOver()
3945 addCaseMapping(foldSet, result, full); in closeOver()
3953 if(!csp.addStringCaseClosure(str, foldSet)) { in closeOver()
3954foldSet.add(str); // does not map to code points: add the folded string itself in closeOver()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java3835 UnicodeSet foldSet = new UnicodeSet(this); in closeOver() local
3841 if((attribute & CASE) != 0 && foldSet.hasStrings()) { in closeOver()
3842 foldSet.strings.clear(); in closeOver()
3856 csp.addCaseClosure(cp, foldSet); in closeOver()
3863 addCaseMapping(foldSet, result, full); in closeOver()
3866 addCaseMapping(foldSet, result, full); in closeOver()
3869 addCaseMapping(foldSet, result, full); in closeOver()
3872 addCaseMapping(foldSet, result, full); in closeOver()
3880 if(!csp.addStringCaseClosure(str, foldSet)) { in closeOver()
3881foldSet.add(str); // does not map to code points: add the folded string itself in closeOver()
[all …]
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch1412 + if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) {
1413 foldSet.strings->removeAllElements();