/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 84 .numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.METER)), in testBasic() 117 ….numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.METER).unitWidth(UnitWidth.FULL_NAME)… in testBasic() 133 ….numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.FAHRENHEIT).unitWidth(UnitWidth.FULL_… in testBasic() 165 .numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.KELVIN)), in testBasic() 197 .numberFormatterBoth(NumberFormatter.with().unit(PTE)), in testBasic() 216 .numberFormatterBoth(NumberFormatter.with().unit(USD)), in testCollapse() 232 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() 249 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() 266 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() 283 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberRangeFormatterTest.java | 86 .numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.METER)), in testBasic() 119 ….numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.METER).unitWidth(UnitWidth.FULL_NAME)… in testBasic() 135 ….numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.FAHRENHEIT).unitWidth(UnitWidth.FULL_… in testBasic() 167 .numberFormatterBoth(NumberFormatter.with().unit(MeasureUnit.KELVIN)), in testBasic() 199 .numberFormatterBoth(NumberFormatter.with().unit(PTE)), in testBasic() 218 .numberFormatterBoth(NumberFormatter.with().unit(USD)), in testCollapse() 234 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() 251 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() 268 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() 285 … .numberFormatterBoth(NumberFormatter.with().unit(USD).precision(Precision.integer())), in testCollapse() [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_range.cpp | 92 .numberFormatterBoth(NumberFormatter::with().unit(METER)), in testBasic() 125 … .numberFormatterBoth(NumberFormatter::with().unit(METER).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)), in testBasic() 141 ….numberFormatterBoth(NumberFormatter::with().unit(FAHRENHEIT).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)… in testBasic() 173 .numberFormatterBoth(NumberFormatter::with().unit(KELVIN)), in testBasic() 205 .numberFormatterBoth(NumberFormatter::with().unit(PTE)), in testBasic() 223 .numberFormatterBoth(NumberFormatter::with().unit(USD)), in testCollapse() 239 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse() 256 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse() 273 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse() 290 .numberFormatterBoth(NumberFormatter::with().unit(USD).precision(Precision::integer())), in testCollapse() [all …]
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | numberrangeformatter.h | 145 Derived numberFormatterBoth(const UnlocalizedNumberFormatter &formatter) const &; 156 Derived numberFormatterBoth(const UnlocalizedNumberFormatter &formatter) &&; 167 Derived numberFormatterBoth(UnlocalizedNumberFormatter &&formatter) const &; 178 Derived numberFormatterBoth(UnlocalizedNumberFormatter &&formatter) &&;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | numberrangeformatter.h | 150 Derived numberFormatterBoth(const UnlocalizedNumberFormatter &formatter) const &; 161 Derived numberFormatterBoth(const UnlocalizedNumberFormatter &formatter) &&; 172 Derived numberFormatterBoth(UnlocalizedNumberFormatter &&formatter) const &; 183 Derived numberFormatterBoth(UnlocalizedNumberFormatter &&formatter) &&;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | numberrangeformatter.h | 145 Derived numberFormatterBoth(const UnlocalizedNumberFormatter &formatter) const &; 156 Derived numberFormatterBoth(const UnlocalizedNumberFormatter &formatter) &&; 167 Derived numberFormatterBoth(UnlocalizedNumberFormatter &&formatter) const &; 178 Derived numberFormatterBoth(UnlocalizedNumberFormatter &&formatter) &&;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numrange_fluent.cpp | 31 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(const UnlocalizedNumberFormatter… in numberFormatterBoth() function in NumberRangeFormatterSettings 40 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(const UnlocalizedNumberFormatter… in numberFormatterBoth() function in NumberRangeFormatterSettings 49 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(UnlocalizedNumberFormatter&& for… in numberFormatterBoth() function in NumberRangeFormatterSettings 58 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(UnlocalizedNumberFormatter&& for… in numberFormatterBoth() function in NumberRangeFormatterSettings
|
D | numrange_capi.cpp | 101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
|
/third_party/icu/icu4c/source/i18n/ |
D | numrange_fluent.cpp | 31 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(const UnlocalizedNumberFormatter… in numberFormatterBoth() function in NumberRangeFormatterSettings 40 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(const UnlocalizedNumberFormatter… in numberFormatterBoth() function in NumberRangeFormatterSettings 49 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(UnlocalizedNumberFormatter&& for… in numberFormatterBoth() function in NumberRangeFormatterSettings 58 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(UnlocalizedNumberFormatter&& for… in numberFormatterBoth() function in NumberRangeFormatterSettings
|
D | numrange_capi.cpp | 101 .numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, *perror, *ec)) in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numrange_fluent.cpp | 31 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(const UnlocalizedNumberFormatter… in numberFormatterBoth() function in NumberRangeFormatterSettings 40 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(const UnlocalizedNumberFormatter… in numberFormatterBoth() function in NumberRangeFormatterSettings 49 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(UnlocalizedNumberFormatter&& for… in numberFormatterBoth() function in NumberRangeFormatterSettings 58 Derived NumberRangeFormatterSettings<Derived>::numberFormatterBoth(UnlocalizedNumberFormatter&& for… in numberFormatterBoth() function in NumberRangeFormatterSettings
|
D | numrange_capi.cpp | 102 ….numberFormatterBoth(NumberFormatter::forSkeleton(skeletonString, (perror == nullptr) ? tempParseE… in unumrf_openForSkeletonWithCollapseAndIdentityFallback()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberRangeFormatterSettings.java | 56 public T numberFormatterBoth(UnlocalizedNumberFormatter formatter) { in numberFormatterBoth() method in NumberRangeFormatterSettings
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberRangeFormatterSettings.java | 56 public T numberFormatterBoth(UnlocalizedNumberFormatter formatter) { in numberFormatterBoth() method in NumberRangeFormatterSettings
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralRangesTest.java | 111 .numberFormatterBoth(NumberFormatter.with().unit(unit).unitWidth(unitWidth)) in TestFormatting()
|
/third_party/node/deps/v8/src/objects/ |
D | js-plural-rules.cc | 151 .numberFormatterBoth(settings) in New()
|
D | js-number-format.cc | 1616 .numberFormatterBoth(settings) in New()
|
/third_party/icu/icu4j/tools/build/ |
D | icu4j66.api3.gz | 12;ICU4J 66.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j67.api3.gz |
|
D | icu4j68.api3.gz | 12;ICU4J 68.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j65.api3.gz |
|
D | icu4j64.api3.gz | 12;ICU4J 64.2;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j63.api3.gz |
|
D | icu4j69.api3.gz | 12;ICU4J 69.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j72.api3.gz | 12;ICU4J 72.1;;
2ST@3.6;PB;NS;NF;NS; ... |