Home
last modified time | relevance | path

Searched refs:fIdentityFallback (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dnumrange_impl.cpp129 fIdentityFallback(macros.identityFallback), in NumberRangeFormatterImpl()
144 fIdentityFallback == UNUM_IDENTITY_FALLBACK_APPROXIMATELY || in NumberRangeFormatterImpl()
145 fIdentityFallback == UNUM_IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE)) { in NumberRangeFormatterImpl()
197 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()
Dnumrange_impl.h56 UNumberRangeIdentityFallback fIdentityFallback; variable
/third_party/icu/icu4c/source/i18n/
Dnumrange_impl.h56 UNumberRangeIdentityFallback fIdentityFallback; variable
Dnumrange_impl.cpp119 fIdentityFallback(macros.identityFallback) { in NumberRangeFormatterImpl()
177 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumrange_impl.h56 UNumberRangeIdentityFallback fIdentityFallback; variable
Dnumrange_impl.cpp119 fIdentityFallback(macros.identityFallback) { in NumberRangeFormatterImpl()
177 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberRangeFormatterImpl.java39 final NumberRangeFormatter.RangeIdentityFallback fIdentityFallback; field in NumberRangeFormatterImpl
142 fIdentityFallback = macros.identityFallback != null ? macros.identityFallback in NumberRangeFormatterImpl()
189 switch (identity2d(fIdentityFallback, identityResult)) { in format()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberRangeFormatterImpl.java39 final NumberRangeFormatter.RangeIdentityFallback fIdentityFallback; field in NumberRangeFormatterImpl
142 fIdentityFallback = macros.identityFallback != null ? macros.identityFallback in NumberRangeFormatterImpl()
189 switch (identity2d(fIdentityFallback, identityResult)) { in format()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumrange_impl.h86 UNumberRangeIdentityFallback fIdentityFallback; variable
Dnumrange_impl.cpp178 fIdentityFallback(macros.identityFallback) { in NumberRangeFormatterImpl()
237 switch (identity2d(fIdentityFallback, data.identityResult)) { in format()