Home
last modified time | relevance | path

Searched refs:getInsertString (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java49 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
64 beforeSuffixInsert = getInsertString(symbols, SUFFIX); in CurrencySpacingEnabledModifier()
143 String spacingString = getInsertString(symbols, affix); in applyCurrencySpacingAffix()
169 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString() method in CurrencySpacingEnabledModifier
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java47 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
62 beforeSuffixInsert = getInsertString(symbols, SUFFIX); in CurrencySpacingEnabledModifier()
141 String spacingString = getInsertString(symbols, affix); in applyCurrencySpacingAffix()
167 private static String getInsertString(DecimalFormatSymbols symbols, byte affix) { in getInsertString() method in CurrencySpacingEnabledModifier
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp351 fAfterPrefixInsert = getInsertString(symbols, PREFIX, status); in CurrencySpacingEnabledModifier()
366 fBeforeSuffixInsert = getInsertString(symbols, SUFFIX, status); in CurrencySpacingEnabledModifier()
446 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix()
480 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);
/third_party/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp351 fAfterPrefixInsert = getInsertString(symbols, PREFIX, status); in CurrencySpacingEnabledModifier()
366 fBeforeSuffixInsert = getInsertString(symbols, SUFFIX, status); in CurrencySpacingEnabledModifier()
446 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix()
480 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);
/third_party/node/deps/icu-small/source/i18n/
Dnumber_modifiers.cpp351 fAfterPrefixInsert = getInsertString(symbols, PREFIX, status); in CurrencySpacingEnabledModifier()
366 fBeforeSuffixInsert = getInsertString(symbols, SUFFIX, status); in CurrencySpacingEnabledModifier()
446 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix()
480 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp353 fAfterPrefixInsert = getInsertString(symbols, PREFIX, status); in CurrencySpacingEnabledModifier()
368 fBeforeSuffixInsert = getInsertString(symbols, SUFFIX, status); in CurrencySpacingEnabledModifier()
440 UnicodeString spacingString = getInsertString(symbols, affix, status); in applyCurrencySpacingAffix()
474 CurrencySpacingEnabledModifier::getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, in getInsertString() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h229 getInsertString(const DecimalFormatSymbols &symbols, EAffix affix, UErrorCode &status);