/third_party/icu/icu4c/source/i18n/ |
H A D | regexst.cpp | 77 fUnescapeCharSet.addAll(UnicodeString(true, gUnescapeChars, -1)).freeze(); in RegexStaticSets() 78 fPropSets[URX_ISWORD_SET].applyPattern(UnicodeString(true, gIsWordPattern, -1), *status).freeze(); in RegexStaticSets() 79 fPropSets[URX_ISSPACE_SET].applyPattern(UnicodeString(true, gIsSpacePattern, -1), *status).freeze(); in RegexStaticSets() 80 fPropSets[URX_GC_EXTEND].applyPattern(UnicodeString(true, gGC_ExtendPattern, -1), *status).freeze(); in RegexStaticSets() 81 fPropSets[URX_GC_CONTROL].applyPattern(UnicodeString(true, gGC_ControlPattern, -1), *status).freeze(); in RegexStaticSets() 82 fPropSets[URX_GC_L].applyPattern(UnicodeString(true, gGC_LPattern, -1), *status).freeze(); in RegexStaticSets() 83 fPropSets[URX_GC_V].applyPattern(UnicodeString(true, gGC_VPattern, -1), *status).freeze(); in RegexStaticSets() 84 fPropSets[URX_GC_T].applyPattern(UnicodeString(true, gGC_TPattern, -1), *status).freeze(); in RegexStaticSets() 85 fPropSets[URX_GC_LV].applyPattern(UnicodeString(true, gGC_LVPattern, -1), *status).freeze(); in RegexStaticSets() 86 fPropSets[URX_GC_LVT].applyPattern(UnicodeString(true, gGC_LVTPattern, -1), *status).freeze(); in RegexStaticSets() [all...] |
H A D | smpdtfst.cpp | 50 fDateIgnorables->freeze(); in SimpleDateFormatStaticSets() 51 fTimeIgnorables->freeze(); in SimpleDateFormatStaticSets() 52 fOtherIgnorables->freeze(); in SimpleDateFormatStaticSets()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexst.cpp | 77 fUnescapeCharSet.addAll(UnicodeString(true, gUnescapeChars, -1)).freeze(); in RegexStaticSets() 78 fPropSets[URX_ISWORD_SET].applyPattern(UnicodeString(true, gIsWordPattern, -1), *status).freeze(); in RegexStaticSets() 79 fPropSets[URX_ISSPACE_SET].applyPattern(UnicodeString(true, gIsSpacePattern, -1), *status).freeze(); in RegexStaticSets() 80 fPropSets[URX_GC_EXTEND].applyPattern(UnicodeString(true, gGC_ExtendPattern, -1), *status).freeze(); in RegexStaticSets() 81 fPropSets[URX_GC_CONTROL].applyPattern(UnicodeString(true, gGC_ControlPattern, -1), *status).freeze(); in RegexStaticSets() 82 fPropSets[URX_GC_L].applyPattern(UnicodeString(true, gGC_LPattern, -1), *status).freeze(); in RegexStaticSets() 83 fPropSets[URX_GC_V].applyPattern(UnicodeString(true, gGC_VPattern, -1), *status).freeze(); in RegexStaticSets() 84 fPropSets[URX_GC_T].applyPattern(UnicodeString(true, gGC_TPattern, -1), *status).freeze(); in RegexStaticSets() 85 fPropSets[URX_GC_LV].applyPattern(UnicodeString(true, gGC_LVPattern, -1), *status).freeze(); in RegexStaticSets() 86 fPropSets[URX_GC_LVT].applyPattern(UnicodeString(true, gGC_LVTPattern, -1), *status).freeze(); in RegexStaticSets() [all...] |
H A D | smpdtfst.cpp | 50 fDateIgnorables->freeze(); in SimpleDateFormatStaticSets() 51 fTimeIgnorables->freeze(); in SimpleDateFormatStaticSets() 52 fOtherIgnorables->freeze(); in SimpleDateFormatStaticSets()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regexst.cpp | 77 fUnescapeCharSet.addAll(UnicodeString(true, gUnescapeChars, -1)).freeze(); in RegexStaticSets() 78 fPropSets[URX_ISWORD_SET].applyPattern(UnicodeString(true, gIsWordPattern, -1), *status).freeze(); in RegexStaticSets() 79 fPropSets[URX_ISSPACE_SET].applyPattern(UnicodeString(true, gIsSpacePattern, -1), *status).freeze(); in RegexStaticSets() 80 fPropSets[URX_GC_EXTEND].applyPattern(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status).freeze(); in RegexStaticSets() 81 fPropSets[URX_GC_CONTROL].applyPattern(UnicodeString(TRUE, gGC_ControlPattern, -1), *status).freeze(); in RegexStaticSets() 82 fPropSets[URX_GC_L].applyPattern(UnicodeString(TRUE, gGC_LPattern, -1), *status).freeze(); in RegexStaticSets() 83 fPropSets[URX_GC_V].applyPattern(UnicodeString(TRUE, gGC_VPattern, -1), *status).freeze(); in RegexStaticSets() 84 fPropSets[URX_GC_T].applyPattern(UnicodeString(TRUE, gGC_TPattern, -1), *status).freeze(); in RegexStaticSets() 85 fPropSets[URX_GC_LV].applyPattern(UnicodeString(TRUE, gGC_LVPattern, -1), *status).freeze(); in RegexStaticSets() 86 fPropSets[URX_GC_LVT].applyPattern(UnicodeString(TRUE, gGC_LVTPattern, -1), *status).freeze(); in RegexStaticSets() [all...] |
H A D | smpdtfst.cpp | 50 fDateIgnorables->freeze(); in SimpleDateFormatStaticSets() 51 fTimeIgnorables->freeze(); in SimpleDateFormatStaticSets() 52 fOtherIgnorables->freeze(); in SimpleDateFormatStaticSets()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StaticUnicodeSets.java | 138 return new UnicodeSet().addAll(get(k1)).addAll(get(k2)).freeze(); in computeUnion() 142 return new UnicodeSet().addAll(get(k1)).addAll(get(k2)).addAll(get(k3)).freeze(); in computeUnion() 147 unicodeSets.put(key, new UnicodeSet(unicodeSetPattern).freeze()); in saveSet() 233 unicodeSets.put(Key.EMPTY, new UnicodeSet("[]").freeze()); 237 new UnicodeSet("[[:Zs:][\\u0009][:Bidi_Control:][:Variation_Selector:]]").freeze()); 238 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); 255 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, otherGrouping.freeze()); 266 unicodeSets.put(Key.INFINITY_SIGN, new UnicodeSet("[∞]").freeze()); 274 unicodeSets.put(Key.DIGITS, new UnicodeSet("[:digit:]").freeze());
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StaticUnicodeSets.java | 145 return new UnicodeSet().addAll(get(k1)).addAll(get(k2)).freeze(); in computeUnion() 149 return new UnicodeSet().addAll(get(k1)).addAll(get(k2)).addAll(get(k3)).freeze(); in computeUnion() 154 unicodeSets.put(key, new UnicodeSet(unicodeSetPattern).freeze()); in saveSet() 240 unicodeSets.put(Key.EMPTY, new UnicodeSet("[]").freeze()); 244 new UnicodeSet("[[:Zs:][\\u0009][:Bidi_Control:][:Variation_Selector:]]").freeze()); 245 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); 262 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, otherGrouping.freeze()); 273 unicodeSets.put(Key.INFINITY_SIGN, new UnicodeSet("[∞]").freeze()); 281 unicodeSets.put(Key.DIGITS, new UnicodeSet("[:digit:]").freeze());
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | ThaiBreakEngine.java | 68 thaiWordSet.freeze(); in ThaiBreakEngine() 69 fMarkSet.freeze(); in ThaiBreakEngine() 70 fEndWordSet.freeze(); in ThaiBreakEngine() 71 fBeginWordSet.freeze(); in ThaiBreakEngine() 72 fSuffixSet.freeze(); in ThaiBreakEngine()
|
H A D | KhmerBreakEngine.java | 58 khmerWordSet.freeze(); in KhmerBreakEngine() 59 fMarkSet.freeze(); in KhmerBreakEngine() 60 fEndWordSet.freeze(); in KhmerBreakEngine() 61 fBeginWordSet.freeze(); in KhmerBreakEngine()
|
H A D | LaoBreakEngine.java | 58 laoWordSet.freeze(); in LaoBreakEngine() 59 fMarkSet.freeze(); in LaoBreakEngine() 60 fEndWordSet.freeze(); in LaoBreakEngine() 61 fBeginWordSet.freeze(); in LaoBreakEngine()
|
H A D | BurmeseBreakEngine.java | 51 fMarkSet.freeze(); in BurmeseBreakEngine() 52 fEndWordSet.freeze(); in BurmeseBreakEngine() 53 fBeginWordSet.freeze(); in BurmeseBreakEngine()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ThaiBreakEngine.java | 72 fThaiWordSet.freeze(); 73 fMarkSet.freeze(); 74 fEndWordSet.freeze(); 75 fBeginWordSet.freeze(); 76 fSuffixSet.freeze();
|
H A D | BurmeseBreakEngine.java | 58 fBurmeseWordSet.freeze(); 59 fMarkSet.freeze(); 60 fEndWordSet.freeze(); 61 fBeginWordSet.freeze();
|
H A D | KhmerBreakEngine.java | 62 fKhmerWordSet.freeze(); 63 fMarkSet.freeze(); 64 fEndWordSet.freeze(); 65 fBeginWordSet.freeze();
|
H A D | LaoBreakEngine.java | 61 fLaoWordSet.freeze(); 62 fMarkSet.freeze(); 63 fEndWordSet.freeze(); 64 fBeginWordSet.freeze();
|
/third_party/icu/tools/unicode/c/genuts46/ |
H A D | genuts46.cpp | 279 labelSeparators.remove(0x2e).freeze(); // U+002E is simply valid in main() 280 deviationSet.freeze(); in main() 281 ignoredSet.freeze(); in main() 282 validSet.freeze(); in main() 283 mappedSet.freeze(); in main() 284 disallowedSTD3Set.freeze(); in main()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | CurrencySpacingEnabledModifier.java | 16 private static final UnicodeSet UNISET_DIGIT = new UnicodeSet("[:digit:]").freeze(); 17 private static final UnicodeSet UNISET_NOTSZ = new UnicodeSet("[[:^S:]&[:^Z:]]").freeze(); 46 afterPrefixUnicodeSet.freeze(); // no-op if set is already frozen in CurrencySpacingEnabledModifier() 61 beforeSuffixUnicodeSet.freeze(); // no-op if set is already frozen in CurrencySpacingEnabledModifier()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | CurrencySpacingEnabledModifier.java | 18 private static final UnicodeSet UNISET_DIGIT = new UnicodeSet("[:digit:]").freeze(); 19 private static final UnicodeSet UNISET_NOTS = new UnicodeSet("[:^S:]").freeze(); 48 afterPrefixUnicodeSet.freeze(); // no-op if set is already frozen in CurrencySpacingEnabledModifier() 63 beforeSuffixUnicodeSet.freeze(); // no-op if set is already frozen in CurrencySpacingEnabledModifier()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationFrozenMonkeyTest.java | 52 myCollator.freeze(); in TestCollationKey() 56 myPrimaryCollator.freeze(); in TestCollationKey() 60 mySecondaryCollator.freeze(); in TestCollationKey() 64 myTertiaryCollator.freeze(); in TestCollationKey() 138 myCollator.freeze(); in TestCompare() 142 myPrimaryCollator.freeze(); in TestCompare() 146 mySecondaryCollator.freeze(); in TestCompare() 150 myTertiaryCollator.freeze(); in TestCompare()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationFrozenMonkeyTest.java | 55 myCollator.freeze(); in TestCollationKey() 59 myPrimaryCollator.freeze(); in TestCollationKey() 63 mySecondaryCollator.freeze(); in TestCollationKey() 67 myTertiaryCollator.freeze(); in TestCollationKey() 141 myCollator.freeze(); in TestCompare() 145 myPrimaryCollator.freeze(); in TestCompare() 149 mySecondaryCollator.freeze(); in TestCompare() 153 myTertiaryCollator.freeze(); in TestCompare()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectFreezeLiteralsDontWiden.js | 2 const PUPPETEER_REVISIONS = Object.freeze({ 12 var PUPPETEER_REVISIONS = Object.freeze({
|
H A D | mappedTypes2.js | 27 declare function freeze<T>(obj: T): Readonly<T>; 66 var frozen = freeze(shape); 114 var frozen = freeze(shape);
153 declare function freeze<T>(obj: T): Readonly<T>;
|
/third_party/jerryscript/tests/jerry/ |
H A D | regression-test-issue-2105.js | 18 Object.freeze(a); 23 Object.freeze(this);
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_freeze.py | 1 """Sanity-check tests for the "freeze" tool.""" 11 skip_if_missing('freeze') 12 with imports_under_tool('freeze', 'test'): 13 import freeze as helper 28 executable = helper.freeze(python, scriptfile, outdir)
|