Home
last modified time | relevance | path

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

1234

/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()
/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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DFreezable.java316 public T freeze(); in freeze() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DFreezable.java314 public T freeze(); in freeze() method
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Des5.js8 freeze: Object.freeze, property
73 freeze: ObjectFreeze, property
/third_party/python/Lib/importlib/metadata/
D_collections.py23 def freeze(self): member in FreezableDefaultDict
/third_party/flutter/engine/flutter/flow/layers/
Dtexture_layer.cc14 bool freeze, in TextureLayer()
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_external_texture_gl.cc23 bool freeze, in Paint()
/third_party/node/test/fixtures/wpt/resources/
Dtestdriver.js172 freeze: function() { method
286 freeze: function() { method
/third_party/node/deps/icu-small/source/common/
Duniquecharstr.h79 void freeze() { isFrozen = true; } in freeze() function
/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/mindspore/tests/st/fl/albert/src/
Dutils.py123 def freeze(network, freeze_list): 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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DSeriesMatcher.java31 public void freeze() { in freeze() method in SeriesMatcher
/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/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAdoptingModifierStore.java57 public void freeze() { in freeze() method in AdoptingModifierStore
/third_party/node/deps/npm/node_modules/yargs/lib/
Dvalidation.js335 self.freeze = function freeze () { function
Dusage.js524 self.freeze = function freeze () { 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/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
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_external_texture_gl.cc35 bool freeze, in Paint()
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
DMiniMessageFormatter.java178 public MiniMessageFormatter freeze() { in freeze() method in MiniMessageFormatter
/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

1234