Home
last modified time | relevance | path

Searched refs:useCurrency (Results 1 – 24 of 24) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberPropertyMapper.java113 boolean useCurrency = ((properties.getCurrency() != null) in oldToNew()
123 if (useCurrency) { in oldToNew()
144 if (useCurrency) { in oldToNew()
190 } else if (useCurrency) { in oldToNew()
DNumberFormatterImpl.java351 micros.useCurrency = isCurrency; in macrosToMicroGenerator()
516 micros.useCurrency ? micros.symbols.getMonetaryDecimalSeparatorString() in writeNumber()
552 micros.useCurrency ? micros.symbols.getMonetaryGroupingSeparatorString() in writeIntegerDigits()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberPropertyMapper.java114 boolean useCurrency = ((properties.getCurrency() != null) in oldToNew()
124 if (useCurrency) { in oldToNew()
145 if (useCurrency) { in oldToNew()
191 } else if (useCurrency) { in oldToNew()
DNumberFormatterImpl.java313 micros.useCurrency = isCurrency; in macrosToMicroGenerator()
434 micros.useCurrency ? micros.symbols.getMonetaryDecimalSeparatorString() in writeNumber()
470 micros.useCurrency ? micros.symbols.getMonetaryGroupingSeparatorString() in writeIntegerDigits()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_mapper.cpp72 bool useCurrency = ( in oldToNew() local
79 if (useCurrency) { in oldToNew()
104 if (useCurrency && (minFrac == -1 || maxFrac == -1)) { in oldToNew()
146 } else if (useCurrency) { in oldToNew()
Dnumber_microprops.h83 bool useCurrency; member
Dnumber_formatimpl.cpp332 fMicros.useCurrency = isCurrency; in macrosToMicroGenerator()
529 micros.useCurrency ? micros.symbols->getSymbol( in writeNumber()
566 micros.useCurrency ? micros.symbols->getSymbol( in writeIntegerDigits()
Ddecimfmt.cpp1317 bool useCurrency = ( in toPattern() local
1325 if (useCurrency) { in toPattern()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_mapper.cpp82 bool useCurrency = ( in oldToNew() local
87 if (useCurrency) { in oldToNew()
112 if (useCurrency && (minFrac == -1 || maxFrac == -1)) { in oldToNew()
152 } else if (useCurrency) { in oldToNew()
Dnumber_microprops.h34 bool useCurrency; member
Dnumber_formatimpl.cpp331 fMicros.useCurrency = isCurrency; in macrosToMicroGenerator()
467 micros.useCurrency ? micros.symbols->getSymbol( in writeNumber()
493 micros.useCurrency ? micros.symbols->getSymbol( in writeIntegerDigits()
Ddecimfmt.cpp936 bool useCurrency = ((!tprops.currency.isNull()) || !tprops.currencyPluralInfo.fPtr.isNull() || in toPattern() local
942 if (useCurrency) { in toPattern()
/third_party/icu/icu4c/source/i18n/
Dnumber_mapper.cpp72 bool useCurrency = ( in oldToNew() local
79 if (useCurrency) { in oldToNew()
104 if (useCurrency && (minFrac == -1 || maxFrac == -1)) { in oldToNew()
146 } else if (useCurrency) { in oldToNew()
Dnumber_microprops.h83 bool useCurrency; member
Dnumber_formatimpl.cpp332 fMicros.useCurrency = isCurrency; in macrosToMicroGenerator()
529 micros.useCurrency ? micros.symbols->getSymbol( in writeNumber()
566 micros.useCurrency ? micros.symbols->getSymbol( in writeIntegerDigits()
Ddecimfmt.cpp1317 bool useCurrency = ( in toPattern() local
1325 if (useCurrency) { in toPattern()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_mapper.cpp72 bool useCurrency = ( in oldToNew() local
79 if (useCurrency) { in oldToNew()
104 if (useCurrency && (minFrac == -1 || maxFrac == -1)) { in oldToNew()
146 } else if (useCurrency) { in oldToNew()
Dnumber_microprops.h84 bool useCurrency; member
Dnumber_formatimpl.cpp332 fMicros.useCurrency = isCurrency; in macrosToMicroGenerator()
539 } else if (micros.useCurrency) { in writeNumber()
584 micros.useCurrency ? micros.symbols->getSymbol( in writeIntegerDigits()
Ddecimfmt.cpp1321 bool useCurrency = ( in toPattern() local
1330 if (useCurrency) { in toPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMicroProps.java30 public boolean useCurrency; field in MicroProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMicroProps.java46 public boolean useCurrency; field in MicroProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java2501 boolean useCurrency = ((tprops.getCurrency() != null) in toPattern()
2508 if (useCurrency) { in toPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDecimalFormat.java2278 boolean useCurrency = ((tprops.getCurrency() != null) in toPattern()
2285 if (useCurrency) { in toPattern()