Home
last modified time | relevance | path

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

12

/third_party/node/deps/icu-small/source/common/
Duniset_closure.cpp102 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, 0, status); in applyPattern()
152 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() function in UnicodeSet
Duset_props.cpp142 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes); in uset_closeOver()
/third_party/icu/icu4c/source/common/
Duniset_closure.cpp102 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, 0, status); in applyPattern()
152 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() function in UnicodeSet
Duset_props.cpp142 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes); in uset_closeOver()
/third_party/skia/third_party/externals/icu/source/common/
Duniset_closure.cpp102 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, 0, status); in applyPattern()
152 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() function in UnicodeSet
Duset_props.cpp142 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes); in uset_closeOver()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_closure.cpp102 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, 0, status); in applyPattern()
152 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver() function in UnicodeSet
Duset_props.cpp142 ((UnicodeSet*) set)->UnicodeSet::closeOver(attributes); in uset_closeOver()
/third_party/icu/tools/unicode/c/genregexcasing/
Dgenregexcasing.cpp42 s.closeOver(USET_CASE_INSENSITIVE); in main()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duniset.h1391 UnicodeSet& closeOver(int32_t attribute);
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duniset.h1371 UnicodeSet& closeOver(int32_t attribute);
/third_party/icu/icu4c/source/common/unicode/
Duniset.h1391 UnicodeSet& closeOver(int32_t attribute);
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp1326 s.closeOver(selector); in TestCloseOver()
1373 s.closeOver(USET_CASE); in TestCloseOver()
1374 t.closeOver(0x100); in TestCloseOver()
1391 s.closeOver(USET_CASE); in TestCloseOver()
1392 t.closeOver(0x100); in TestCloseOver()
2320 frozen.closeOver(USET_CASE_INSENSITIVE); in TestFreezable()
Dregextst.cpp5654 s.closeOver(USET_CASE_INSENSITIVE); in TestCaseInsensitiveStarters()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.cpp2657 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2905 starters.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4475 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4570 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4620 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp2657 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2905 starters.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4475 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4570 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4620 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp2632 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2881 starters.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4456 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4551 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4601 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.cpp2660 starterChars->closeOver(USET_CASE_INSENSITIVE); in findCaseInsensitiveStarters()
2908 starters.closeOver(USET_CASE_INSENSITIVE); in matchStartType()
4478 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4573 set->closeOver(USET_CASE_INSENSITIVE); in createSetForProperty()
4637 rightOperand->closeOver(USET_CASE_INSENSITIVE); in setEval()
/third_party/node/deps/icu-small/source/common/unicode/
Duniset.h1420 UnicodeSet& closeOver(int32_t attribute);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2918 closeOver(CASE); in applyPattern()
3904 public UnicodeSet closeOver(int attribute) { in closeOver() method
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch1407 @@ -199,7 +169,7 @@ UnicodeSet& UnicodeSet::closeOver(int32_t attribute) {
1416 @@ -234,7 +204,7 @@ UnicodeSet& UnicodeSet::closeOver(int32_t attribute) {
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java1347 s.closeOver(selector); in TestCloseOver()
1815 case 12: test.closeOver(UnicodeSet.CASE); break; in checkModification()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetTest.java1345 s.closeOver(selector); in TestCloseOver()
1813 case 12: test.closeOver(UnicodeSet.CASE); break; in checkModification()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java2858 closeOver(CASE); in applyPattern()
3831 public UnicodeSet closeOver(int attribute) { in closeOver() method
/third_party/icu/tools/colprobe/
Dcolprobe.cpp1455 exemplarUSet.closeOver(USET_CASE); in prepareStartingSet()

12