/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CurrencySpacingEnabledModifier.java | 26 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/ |
D | CurrencySpacingEnabledModifier.java | 28 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/ |
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()
|
/third_party/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()
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_currency.cpp | 29 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()
|
D | numparse_currency.h | 54 UnicodeString afterPrefixInsert; variable
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_currency.cpp | 29 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()
|
D | numparse_currency.h | 54 UnicodeString afterPrefixInsert; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_currency.cpp | 29 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()
|
D | numparse_currency.h | 54 UnicodeString afterPrefixInsert; variable
|