Searched refs:afterPrefixInsert (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 25 private final String afterPrefixInsert; field in CurrencySpacingEnabledModifier 46 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier() 49 afterPrefixInsert = null; in CurrencySpacingEnabledModifier() 53 afterPrefixInsert = null; in CurrencySpacingEnabledModifier() 81 length += output.insert(leftIndex, afterPrefixInsert, null); in apply()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 27 private final String afterPrefixInsert; field in CurrencySpacingEnabledModifier 48 afterPrefixInsert = getInsertString(symbols, PREFIX); in CurrencySpacingEnabledModifier() 51 afterPrefixInsert = null; in CurrencySpacingEnabledModifier() 55 afterPrefixInsert = null; in CurrencySpacingEnabledModifier() 83 length += output.insert(leftIndex, afterPrefixInsert, null); in apply()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | CombinedCurrencyMatcher.java | 35 private final String afterPrefixInsert; field in CombinedCurrencyMatcher 54 … afterPrefixInsert = 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()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | CombinedCurrencyMatcher.java | 33 private final String afterPrefixInsert; field in CombinedCurrencyMatcher 52 … afterPrefixInsert = 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()
|
/external/icu/icu4c/source/i18n/ |
D | numparse_currency.cpp | 28 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()
|
D | numparse_currency.h | 54 UnicodeString afterPrefixInsert; variable
|