Home
last modified time | relevance | path

Searched refs:noFallback (Results 1 – 25 of 70) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/
DStandardPluralRanges.java46 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
83 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitsData.java95 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
221 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
DUnitPreferences.java140 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
DConversionRates.java145 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCalendarUtil.java85 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
DTimeZoneNamesImpl.java337 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
342 consumeNamesTable(key, value, noFallback); in put()
350 … private void consumeNamesTable(UResource.Key key, UResource.Value value, boolean noFallback) { in consumeNamesTable() argument
377 loader.put(key, value, noFallback); in consumeNamesTable()
651 public void put(UResource.Key key, UResource.Value value, boolean noFallback) {
DDayPeriodRules.java88 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
222 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
DUResource.java480 public abstract void put(Key key, Value value, boolean noFallback); in put() argument
DStaticUnicodeSets.java188 public void put(ohos.global.icu.impl.UResource.Key key, Value value, boolean noFallback) { in put() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarUtil.java83 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
DTimeZoneNamesImpl.java335 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
340 consumeNamesTable(key, value, noFallback); in put()
348 … private void consumeNamesTable(UResource.Key key, UResource.Value value, boolean noFallback) { in consumeNamesTable() argument
375 loader.put(key, value, noFallback); in consumeNamesTable()
649 public void put(UResource.Key key, UResource.Value value, boolean noFallback) {
DDayPeriodRules.java81 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
215 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
DUResource.java473 public abstract void put(Key key, Value value, boolean noFallback); in put() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DAbstractPathValueMapperTest.java70 IcuData noFallback = new FakeMapper(transformer) in testFallbackResults() local
75 assertThat(noFallback).hasValuesFor("foo/bar", singletonValues("one", "two", "three")); in testFallbackResults()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/range/
DStandardPluralRanges.java36 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dresource.h269 virtual void put(const char *key, ResourceValue &value, UBool noFallback,
Duresdata.h394 UBool noFallback; /* see URES_ATT_NO_FALLBACK */ member
/third_party/node/deps/icu-small/source/common/
Dresource.h285 virtual void put(const char *key, ResourceValue &value, UBool noFallback,
Duresdata.h396 UBool noFallback; /* see URES_ATT_NO_FALLBACK */ member
/third_party/icu/icu4c/source/common/
Dresource.h285 virtual void put(const char *key, ResourceValue &value, UBool noFallback,
Duresdata.h396 UBool noFallback; /* see URES_ATT_NO_FALLBACK */ member
/third_party/skia/third_party/externals/icu/source/common/
Dresource.h285 virtual void put(const char *key, ResourceValue &value, UBool noFallback,
Duresdata.h396 UBool noFallback; /* see URES_ATT_NO_FALLBACK */ member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRelativeDateTimeFormatter.java1446 private void handleAlias(UResource.Key key, UResource.Value value, boolean noFallback) { in handleAlias() argument
1470 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
1480 handleAlias(key, value, noFallback); in put()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRelativeDateTimeFormatter.java1356 private void handleAlias(UResource.Key key, UResource.Value value, boolean noFallback) { in handleAlias() argument
1380 public void put(UResource.Key key, UResource.Value value, boolean noFallback) { in put() argument
1390 handleAlias(key, value, noFallback); in put()

123