Home
last modified time | relevance | path

Searched refs:UNUM_UNIT_WIDTH_SHORT (Results 1 – 22 of 22) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp32 mod.setSymbols(&symbols, {u"USD", status}, UNUM_UNIT_WIDTH_SHORT, nullptr, status); in testBasic()
124 mod.setSymbols(&symbols, {u"USD", status}, UNUM_UNIT_WIDTH_SHORT, nullptr, status); in testPatternWithNoPlaceholder()
166 mod.setSymbols(&symbols, {u"USD", status}, UNUM_UNIT_WIDTH_SHORT, nullptr, status); in testMutableEqualsImmutable()
Dnumbertest_api.cpp691 NumberFormatter::with().unit(FAHRENHEIT).unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitMeasure()
773 .unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitMeasure()
1626 unloc_formatter.unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitUsage()
1909 .unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT), // in unitUsage()
2163 NumberFormatter::with().unit(USD).unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitCurrency()
2181 NumberFormatter::with().unit(TWD).unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitCurrency()
2199 NumberFormatter::with().unit(TRY).unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitCurrency()
2208 NumberFormatter::with().unit(USD).unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitCurrency()
2217 NumberFormatter::with().unit(ESP).unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitCurrency()
2226 NumberFormatter::with().unit(USD).unitWidth(UNUM_UNIT_WIDTH_SHORT), in unitCurrency()
[all …]
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h180 UNUM_UNIT_WIDTH_SHORT = 1, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_longnames.cpp366 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getInflectedMeasureData()
374 if (width == UNUM_UNIT_WIDTH_SHORT) { in getInflectedMeasureData()
474 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getMeasureData()
503 if (width == UNUM_UNIT_WIDTH_SHORT) { in getMeasureData()
557 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getCompoundValue()
567 if (U_FAILURE(localStatus) && width != UNUM_UNIT_WIDTH_SHORT) { in getCompoundValue()
Dnumber_patternmodifier.cpp300 case UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT: in getSymbol()
Dnumber_skeletons.cpp262 return UNUM_UNIT_WIDTH_SHORT; in unitWidth()
382 case UNUM_UNIT_WIDTH_SHORT: in unitWidth()
1709 if (macros.unitWidth == UNUM_UNIT_WIDTH_SHORT || macros.unitWidth == UNUM_UNIT_WIDTH_COUNT) { in unitWidth()
Dnumber_formatimpl.cpp150 UNumberUnitWidth unitWidth = UNUM_UNIT_WIDTH_SHORT; in macrosToMicroGenerator()
Dmeasfmt.cpp100 return UNUM_UNIT_WIDTH_SHORT; in getUnitWidth()
/third_party/icu/icu4c/source/i18n/
Dnumber_longnames.cpp362 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getInflectedMeasureData()
370 if (width == UNUM_UNIT_WIDTH_SHORT) { in getInflectedMeasureData()
479 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getMeasureData()
508 if (width == UNUM_UNIT_WIDTH_SHORT) { in getMeasureData()
555 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getCompoundValue()
565 if (U_FAILURE(localStatus) && width != UNUM_UNIT_WIDTH_SHORT) { in getCompoundValue()
Dnumber_patternmodifier.cpp327 case UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT: in getCurrencySymbolForUnitWidth()
Dnumber_skeletons.cpp263 return UNUM_UNIT_WIDTH_SHORT; in unitWidth()
383 case UNUM_UNIT_WIDTH_SHORT: in unitWidth()
1731 if (macros.unitWidth == UNUM_UNIT_WIDTH_SHORT || macros.unitWidth == UNUM_UNIT_WIDTH_COUNT) { in unitWidth()
Dnumber_formatimpl.cpp150 UNumberUnitWidth unitWidth = UNUM_UNIT_WIDTH_SHORT; in macrosToMicroGenerator()
Dmeasfmt.cpp100 return UNUM_UNIT_WIDTH_SHORT; in getUnitWidth()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_longnames.cpp362 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getInflectedMeasureData()
370 if (width == UNUM_UNIT_WIDTH_SHORT) { in getInflectedMeasureData()
479 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getMeasureData()
508 if (width == UNUM_UNIT_WIDTH_SHORT) { in getMeasureData()
555 } else if (width == UNUM_UNIT_WIDTH_SHORT) { in getCompoundValue()
565 if (U_FAILURE(localStatus) && width != UNUM_UNIT_WIDTH_SHORT) { in getCompoundValue()
Dnumber_simple.cpp201 patternModifier.setSymbols(fMicros->symbols, {}, UNUM_UNIT_WIDTH_SHORT, nullptr, status); in initialize()
Dnumber_patternmodifier.cpp328 case UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT: in getCurrencySymbolForUnitWidth()
Dnumber_skeletons.cpp263 return UNUM_UNIT_WIDTH_SHORT; in unitWidth()
383 case UNUM_UNIT_WIDTH_SHORT: in unitWidth()
1731 if (macros.unitWidth == UNUM_UNIT_WIDTH_SHORT || macros.unitWidth == UNUM_UNIT_WIDTH_COUNT) { in unitWidth()
Dnumber_formatimpl.cpp150 UNumberUnitWidth unitWidth = UNUM_UNIT_WIDTH_SHORT; in macrosToMicroGenerator()
Dmeasfmt.cpp100 return UNUM_UNIT_WIDTH_SHORT; in getUnitWidth()
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h181 UNUM_UNIT_WIDTH_SHORT = 1, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h183 UNUM_UNIT_WIDTH_SHORT = 1, enumerator
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc139 return UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT; in ToUNumberUnitWidth()
152 return UNumberUnitWidth::UNUM_UNIT_WIDTH_SHORT; in ToUNumberUnitWidth()