Home
last modified time | relevance | path

Searched refs:afterPrefixInsert (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencySpacingEnabledModifier.java26 private final String afterPrefixInsert; field in CurrencySpacingEnabledModifier
47 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
50 afterPrefixInsert = null; in CurrencySpacingEnabledModifier()
54 afterPrefixInsert = null; in CurrencySpacingEnabledModifier()
82 length += output.insert(leftIndex, afterPrefixInsert, null); in apply()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DCurrencySpacingEnabledModifier.java28 private final String afterPrefixInsert; field in CurrencySpacingEnabledModifier
49 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier()
52 afterPrefixInsert = null; in CurrencySpacingEnabledModifier()
56 afterPrefixInsert = null; in CurrencySpacingEnabledModifier()
84 length += output.insert(leftIndex, afterPrefixInsert, null); in apply()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DCombinedCurrencyMatcher.java35 private final String afterPrefixInsert; field in CombinedCurrencyMatcher
54afterPrefixInsert = dfs.getPatternForCurrencySpacing(DecimalFormatSymbols.CURRENCY_SPC_INSERT, in CombinedCurrencyMatcher()
119 if (!result.seenNumber() && !afterPrefixInsert.isEmpty()) { in match()
120 int overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match()
121 if (overlap == afterPrefixInsert.length()) { in match()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java33 private final String afterPrefixInsert; field in CombinedCurrencyMatcher
52afterPrefixInsert = dfs.getPatternForCurrencySpacing(DecimalFormatSymbols.CURRENCY_SPC_INSERT, in CombinedCurrencyMatcher()
117 if (!result.seenNumber() && !afterPrefixInsert.isEmpty()) { in match()
118 int overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match()
119 if (overlap == afterPrefixInsert.length()) { in match()
/third_party/icu/icu4c/source/i18n/
Dnumparse_currency.cpp29 afterPrefixInsert(dfs.getPatternForCurrencySpacing(UNUM_CURRENCY_INSERT, false, status)), in CombinedCurrencyMatcher()
83 if (!result.seenNumber() && !afterPrefixInsert.isEmpty()) { in match()
84 int32_t overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match()
85 if (overlap == afterPrefixInsert.length()) { in match()
Dnumparse_currency.h54 UnicodeString afterPrefixInsert; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_currency.cpp28 afterPrefixInsert(dfs.getPatternForCurrencySpacing(UNUM_CURRENCY_INSERT, false, status)), in CombinedCurrencyMatcher()
82 if (!result.seenNumber() && !afterPrefixInsert.isEmpty()) { in match()
83 int32_t overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match()
84 if (overlap == afterPrefixInsert.length()) { in match()
Dnumparse_currency.h54 UnicodeString afterPrefixInsert; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_currency.cpp29 afterPrefixInsert(dfs.getPatternForCurrencySpacing(UNUM_CURRENCY_INSERT, false, status)), in CombinedCurrencyMatcher()
83 if (!result.seenNumber() && !afterPrefixInsert.isEmpty()) { in match()
84 int32_t overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match()
85 if (overlap == afterPrefixInsert.length()) { in match()
Dnumparse_currency.h54 UnicodeString afterPrefixInsert; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_currency.cpp29 afterPrefixInsert(dfs.getPatternForCurrencySpacing(UNUM_CURRENCY_INSERT, false, status)), in CombinedCurrencyMatcher()
83 if (!result.seenNumber() && !afterPrefixInsert.isEmpty()) { in match()
84 int32_t overlap = segment.getCommonPrefixLength(afterPrefixInsert); in match()
85 if (overlap == afterPrefixInsert.length()) { in match()
Dnumparse_currency.h54 UnicodeString afterPrefixInsert; variable