/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_longnames.h | 136 class MixedUnitLongNameHandler : public MicroPropsGenerator, public ModifierStore, public UMemory { 162 MixedUnitLongNameHandler *fillIn, 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in MixedUnitLongNameHandler() function 205 MixedUnitLongNameHandler() : rules(nullptr), parent(nullptr) { in MixedUnitLongNameHandler() function 213 friend class MemoryPool<MixedUnitLongNameHandler>; 253 MemoryPool<MixedUnitLongNameHandler> fMixedUnitHandlers;
|
D | number_longnames.cpp | 1546 void MixedUnitLongNameHandler::forMeasureUnit(const Locale &loc, in forMeasureUnit() 1552 MixedUnitLongNameHandler *fillIn, in forMeasureUnit() 1605 void MixedUnitLongNameHandler::processQuantity(DecimalQuantity &quantity, MicroProps µs, in processQuantity() 1614 const Modifier *MixedUnitLongNameHandler::getMixedUnitModifier(DecimalQuantity &quantity, in getMixedUnitModifier() 1700 const Modifier *MixedUnitLongNameHandler::getModifier(Signum /*signum*/, in getModifier() 1730 … MixedUnitLongNameHandler *mlnh = result->fMixedUnitHandlers.createAndCheckErrorCode(status); in forMeasureUnits() 1731 MixedUnitLongNameHandler::forMeasureUnit(loc, unit, width, unitDisplayCase, rules, NULL, in forMeasureUnits()
|
D | number_formatimpl.h | 108 LocalPointer<MixedUnitLongNameHandler> fMixedUnitLongNameHandler;
|
D | number_formatimpl.cpp | 392 fMixedUnitLongNameHandler.adoptInsteadAndCheckErrorCode(new MixedUnitLongNameHandler(), in macrosToMicroGenerator() 394 MixedUnitLongNameHandler::forMeasureUnit( in macrosToMicroGenerator()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_longnames.h | 136 class MixedUnitLongNameHandler : public MicroPropsGenerator, public ModifierStore, public UMemory { 162 MixedUnitLongNameHandler *fillIn, 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in MixedUnitLongNameHandler() function 205 MixedUnitLongNameHandler() : rules(nullptr), parent(nullptr) { in MixedUnitLongNameHandler() function 213 friend class MemoryPool<MixedUnitLongNameHandler>; 253 MemoryPool<MixedUnitLongNameHandler> fMixedUnitHandlers;
|
D | number_longnames.cpp | 1544 void MixedUnitLongNameHandler::forMeasureUnit(const Locale &loc, in forMeasureUnit() 1550 MixedUnitLongNameHandler *fillIn, in forMeasureUnit() 1603 void MixedUnitLongNameHandler::processQuantity(DecimalQuantity &quantity, MicroProps µs, in processQuantity() 1612 const Modifier *MixedUnitLongNameHandler::getMixedUnitModifier(DecimalQuantity &quantity, in getMixedUnitModifier() 1698 const Modifier *MixedUnitLongNameHandler::getModifier(Signum /*signum*/, in getModifier() 1728 … MixedUnitLongNameHandler *mlnh = result->fMixedUnitHandlers.createAndCheckErrorCode(status); in forMeasureUnits() 1729 … MixedUnitLongNameHandler::forMeasureUnit(loc, unit, width, unitDisplayCase, rules, nullptr, in forMeasureUnits()
|
D | number_formatimpl.h | 122 LocalPointer<MixedUnitLongNameHandler> fMixedUnitLongNameHandler;
|
D | number_formatimpl.cpp | 400 fMixedUnitLongNameHandler.adoptInsteadAndCheckErrorCode(new MixedUnitLongNameHandler(), in macrosToMicroGenerator() 402 MixedUnitLongNameHandler::forMeasureUnit( in macrosToMicroGenerator()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_longnames.h | 136 class MixedUnitLongNameHandler : public MicroPropsGenerator, public ModifierStore, public UMemory { 162 MixedUnitLongNameHandler *fillIn, 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in MixedUnitLongNameHandler() function 205 MixedUnitLongNameHandler() : rules(nullptr), parent(nullptr) { in MixedUnitLongNameHandler() function 213 friend class MemoryPool<MixedUnitLongNameHandler>; 253 MemoryPool<MixedUnitLongNameHandler> fMixedUnitHandlers;
|
D | number_longnames.cpp | 1544 void MixedUnitLongNameHandler::forMeasureUnit(const Locale &loc, in forMeasureUnit() 1550 MixedUnitLongNameHandler *fillIn, in forMeasureUnit() 1603 void MixedUnitLongNameHandler::processQuantity(DecimalQuantity &quantity, MicroProps µs, in processQuantity() 1612 const Modifier *MixedUnitLongNameHandler::getMixedUnitModifier(DecimalQuantity &quantity, in getMixedUnitModifier() 1698 const Modifier *MixedUnitLongNameHandler::getModifier(Signum /*signum*/, in getModifier() 1728 … MixedUnitLongNameHandler *mlnh = result->fMixedUnitHandlers.createAndCheckErrorCode(status); in forMeasureUnits() 1729 MixedUnitLongNameHandler::forMeasureUnit(loc, unit, width, unitDisplayCase, rules, NULL, in forMeasureUnits()
|
D | number_formatimpl.h | 114 LocalPointer<MixedUnitLongNameHandler> fMixedUnitLongNameHandler;
|
D | number_formatimpl.cpp | 400 fMixedUnitLongNameHandler.adoptInsteadAndCheckErrorCode(new MixedUnitLongNameHandler(), in macrosToMicroGenerator() 402 MixedUnitLongNameHandler::forMeasureUnit( in macrosToMicroGenerator()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | MixedUnitLongNameHandler.java | 20 public class MixedUnitLongNameHandler class 40 private MixedUnitLongNameHandler(PluralRules rules, MicroPropsGenerator parent) { in MixedUnitLongNameHandler() method in MixedUnitLongNameHandler 59 public static MixedUnitLongNameHandler forMeasureUnit(ULocale locale, in forMeasureUnit() 73 MixedUnitLongNameHandler result = new MixedUnitLongNameHandler(rules, parent); in forMeasureUnit()
|
D | LongNameMultiplexer.java | 63 MixedUnitLongNameHandler mlnh = MixedUnitLongNameHandler in forMeasureUnits()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberFormatterImpl.java | 19 import com.ibm.icu.impl.number.MixedUnitLongNameHandler; 417 chain = MixedUnitLongNameHandler.forMeasureUnit( in macrosToMicroGenerator()
|