/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset_closure.cpp | 158 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() 213 … foldSet.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/ |
D | uniset_closure.cpp | 158 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() 213 … foldSet.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/ |
D | uniset_closure.cpp | 158 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() 213 … foldSet.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/ |
D | uniset_closure.cpp | 158 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() 213 … foldSet.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/ |
D | UnicodeSet.java | 3908 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() 3954 … foldSet.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/ |
D | UnicodeSet.java | 3835 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() 3881 … foldSet.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/ |
D | uniset_perf2.patch | 1412 + if ((attribute & USET_CASE_INSENSITIVE) && foldSet.hasStrings()) { 1413 foldSet.strings->removeAllElements();
|