Home
last modified time | relevance | path

Searched defs:freeze (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStaticUnicodeSets.java233 unicodeSets.put(Key.EMPTY, new UnicodeSet("[]").freeze()); in unicodeSets.put()
236 unicodeSets.put(Key.DEFAULT_IGNORABLES, in unicodeSets.put()
238 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); in unicodeSets.put()
255 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, otherGrouping.freeze()); in unicodeSets.put()
266 unicodeSets.put(Key.INFINITY_SIGN, new UnicodeSet("[∞]").freeze()); in unicodeSets.put()
274 unicodeSets.put(Key.DIGITS, new UnicodeSet("[:digit:]").freeze()); in unicodeSets.put()
DJavaTimeZone.java265 public TimeZone freeze() { in freeze() method in JavaTimeZone
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStaticUnicodeSets.java240 unicodeSets.put(Key.EMPTY, new UnicodeSet("[]").freeze()); in unicodeSets.put()
243 unicodeSets.put(Key.DEFAULT_IGNORABLES, in unicodeSets.put()
245 unicodeSets.put(Key.STRICT_IGNORABLES, new UnicodeSet("[[:Bidi_Control:]]").freeze()); in unicodeSets.put()
262 unicodeSets.put(Key.OTHER_GROUPING_SEPARATORS, otherGrouping.freeze()); in unicodeSets.put()
273 unicodeSets.put(Key.INFINITY_SIGN, new UnicodeSet("[∞]").freeze()); in unicodeSets.put()
281 unicodeSets.put(Key.DIGITS, new UnicodeSet("[:digit:]").freeze()); in unicodeSets.put()
DJavaTimeZone.java267 public TimeZone freeze() { in freeze() method in JavaTimeZone
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DFreezable.java314 public T freeze(); in freeze() method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DFreezable.java316 public T freeze(); in freeze() method
/third_party/python/Lib/importlib/metadata/
D_collections.py23 def freeze(self): member in FreezableDefaultDict
/third_party/icu/icu4c/source/common/
Duniquecharstr.h79 void freeze() { isFrozen = true; } in freeze() function
/third_party/skia/third_party/externals/icu/source/common/
Duniquecharstr.h79 void freeze() { isFrozen = true; } in freeze() function
/third_party/node/deps/icu-small/source/common/
Duniquecharstr.h100 void freeze() { isFrozen = true; } in freeze() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DSeriesMatcher.java29 public void freeze() { in freeze() method in SeriesMatcher
DNumberParserImpl.java295 public void freeze() { in freeze() method in NumberParserImpl
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DSeriesMatcher.java31 public void freeze() { in freeze() method in SeriesMatcher
DNumberParserImpl.java297 public void freeze() { in freeze() method in NumberParserImpl
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAdoptingModifierStore.java57 public void freeze() { in freeze() method in AdoptingModifierStore
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DAdoptingModifierStore.java59 public void freeze() { in freeze() method in AdoptingModifierStore
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterationRuleSet.java93 public void freeze() { in freeze() method in TransliterationRuleSet
DMessagePatternUtil.java110 private MessageNode freeze() { in freeze() method in MessagePatternUtil.MessageNode
365 private ComplexArgStyleNode freeze() { in freeze() method in MessagePatternUtil.ComplexArgStyleNode
DPluralRanges.java339 public PluralRanges freeze() { in freeze() method in PluralRanges
/third_party/python/Tools/freeze/test/
Dfreeze.py190 def freeze(python, scriptfile, outdir): function
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRuleSet.java92 public void freeze() { in freeze() method in TransliterationRuleSet
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePatternUtil.java113 private MessageNode freeze() { in freeze() method in MessagePatternUtil.MessageNode
388 private ComplexArgStyleNode freeze() { in freeze() method in MessagePatternUtil.ComplexArgStyleNode
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMiniMessageFormatter.java178 public MiniMessageFormatter freeze() { in freeze() method in MiniMessageFormatter
/third_party/node/test/fixtures/wpt/resources/
Dtestdriver.js252 freeze: function(context=null) { method
672 freeze: function(context=null) { method
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DTimeZoneJDK.java198 public com.ibm.icu.util.TimeZone freeze() { in freeze() method in TimeZoneJDK

1234