Home
last modified time | relevance | path

Searched refs:UNUM_UNIT_WIDTH_FULL_NAME (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp350 .unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in notationCompact()
407 .unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in notationCompact()
564 .unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in unitMeasure()
582 .unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in unitMeasure()
640 … NumberFormatter::with().unit(DAY).unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in unitMeasure()
700 … NumberFormatter::with().unit(KELVIN).unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in unitMeasure()
711 .unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in unitMeasure()
721 .unitWidth(UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME), in unitMeasure()
784 .unitWidth(UNUM_UNIT_WIDTH_FULL_NAME), in unitMeasure()
794 .unitWidth(UNUM_UNIT_WIDTH_FULL_NAME), // in unitMeasure()
[all …]
Dnumbertest_range.cpp125 … .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()
639 NumberFormatter::with().unit(FAHRENHEIT).unitWidth(UNUM_UNIT_WIDTH_FULL_NAME)), in testIdentity()
709 .unitWidth(UNUM_UNIT_WIDTH_FULL_NAME) in testPlurals()
/third_party/icu/icu4c/source/i18n/
Dnumber_formatimpl.cpp162 && (unitWidth == UNUM_UNIT_WIDTH_FULL_NAME in macrosToMicroGenerator()
218 } else if (!isCurrency || unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) { in macrosToMicroGenerator()
428 } else if (isCurrency && unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) { in macrosToMicroGenerator()
445 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator()
Dnumber_longnames.cpp463 if (width != UNUM_UNIT_WIDTH_FULL_NAME) { in getMeasureData()
486 if (width == UNUM_UNIT_WIDTH_FULL_NAME && unitDisplayCase[0] != 0) { in getMeasureData()
1382 if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in processPatternTimes()
1408 if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in processPatternTimes()
1587 } else if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in forMeasureUnit()
Dmeasfmt.cpp94 return UNUM_UNIT_WIDTH_FULL_NAME; in getUnitWidth()
Dnumber_skeletons.cpp265 return UNUM_UNIT_WIDTH_FULL_NAME; in unitWidth()
386 case UNUM_UNIT_WIDTH_FULL_NAME: in unitWidth()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_formatimpl.cpp162 && (unitWidth == UNUM_UNIT_WIDTH_FULL_NAME in macrosToMicroGenerator()
218 } else if (!isCurrency || unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) { in macrosToMicroGenerator()
428 } else if (isCurrency && unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) { in macrosToMicroGenerator()
445 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator()
Dnumber_longnames.cpp463 if (width != UNUM_UNIT_WIDTH_FULL_NAME) { in getMeasureData()
486 if (width == UNUM_UNIT_WIDTH_FULL_NAME && unitDisplayCase[0] != 0) { in getMeasureData()
1382 if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in processPatternTimes()
1408 if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in processPatternTimes()
1587 } else if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in forMeasureUnit()
Dmeasfmt.cpp94 return UNUM_UNIT_WIDTH_FULL_NAME; in getUnitWidth()
Dnumber_skeletons.cpp265 return UNUM_UNIT_WIDTH_FULL_NAME; in unitWidth()
386 case UNUM_UNIT_WIDTH_FULL_NAME: in unitWidth()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_formatimpl.cpp162 && (unitWidth == UNUM_UNIT_WIDTH_FULL_NAME in macrosToMicroGenerator()
218 } else if (!isCurrency || unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) { in macrosToMicroGenerator()
420 } else if (isCurrency && unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) { in macrosToMicroGenerator()
437 CompactType compactType = (isCurrency && unitWidth != UNUM_UNIT_WIDTH_FULL_NAME) in macrosToMicroGenerator()
Dnumber_longnames.cpp458 if (width != UNUM_UNIT_WIDTH_FULL_NAME) { in getMeasureData()
481 if (width == UNUM_UNIT_WIDTH_FULL_NAME && unitDisplayCase[0] != 0) { in getMeasureData()
1384 if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in processPatternTimes()
1410 if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in processPatternTimes()
1589 } else if (width == UNUM_UNIT_WIDTH_FULL_NAME) { in forMeasureUnit()
Dmeasfmt.cpp94 return UNUM_UNIT_WIDTH_FULL_NAME; in getUnitWidth()
Dnumber_skeletons.cpp264 return UNUM_UNIT_WIDTH_FULL_NAME; in unitWidth()
385 case UNUM_UNIT_WIDTH_FULL_NAME: in unitWidth()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h191 UNUM_UNIT_WIDTH_FULL_NAME = 2, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h192 UNUM_UNIT_WIDTH_FULL_NAME = 2, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h194 UNUM_UNIT_WIDTH_FULL_NAME = 2, enumerator
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc143 return UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME; in ToUNumberUnitWidth()
154 return UNumberUnitWidth::UNUM_UNIT_WIDTH_FULL_NAME; in ToUNumberUnitWidth()