Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java111 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing()
114 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols); in applyCurrencySpacing()
120 private static int applyCurrencySpacingAffix( in applyCurrencySpacingAffix() method in CurrencySpacingEnabledModifier
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java109 length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols); in applyCurrencySpacing()
112 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols); in applyCurrencySpacing()
118 private static int applyCurrencySpacingAffix( in applyCurrencySpacingAffix() method in CurrencySpacingEnabledModifier
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp416 … length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols, status); in applyCurrencySpacing()
419 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols, status); in applyCurrencySpacing()
425 CurrencySpacingEnabledModifier::applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t i… in applyCurrencySpacingAffix() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h221 …static int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix aff…
/third_party/icu/icu4c/source/i18n/
Dnumber_modifiers.cpp416 … length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols, status); in applyCurrencySpacing()
419 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols, status); in applyCurrencySpacing()
425 CurrencySpacingEnabledModifier::applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t i… in applyCurrencySpacingAffix() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h221 …static int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix aff…
/third_party/node/deps/icu-small/source/i18n/
Dnumber_modifiers.cpp416 … length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols, status); in applyCurrencySpacing()
419 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols, status); in applyCurrencySpacing()
425 CurrencySpacingEnabledModifier::applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t i… in applyCurrencySpacingAffix() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h221 …static int32_t applyCurrencySpacingAffix(FormattedStringBuilder &output, int32_t index, EAffix aff…
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_modifiers.cpp410 … length += applyCurrencySpacingAffix(output, prefixStart + prefixLen, PREFIX, symbols, status); in applyCurrencySpacing()
413 length += applyCurrencySpacingAffix(output, suffixStart + length, SUFFIX, symbols, status); in applyCurrencySpacing()
419 CurrencySpacingEnabledModifier::applyCurrencySpacingAffix(NumberStringBuilder &output, int32_t inde… in applyCurrencySpacingAffix() function in CurrencySpacingEnabledModifier
Dnumber_modifiers.h221 … static int32_t applyCurrencySpacingAffix(NumberStringBuilder &output, int32_t index, EAffix affix,