/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_affixutils.cpp | 159 AffixUtils::unescape(const UnicodeString &affixPattern, FormattedStringBuilder &output, int32_t pos… in unescape() 183 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount() 202 AffixUtils::containsType(const UnicodeString &affixPattern, AffixPatternType type, UErrorCode &stat… in containsType() 217 bool AffixUtils::hasCurrencySymbols(const UnicodeString &affixPattern, UErrorCode &status) { in hasCurrencySymbols() 232 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType() 249 bool AffixUtils::containsOnlySymbolsAndIgnorables(const UnicodeString& affixPattern, in containsOnlySymbolsAndIgnorables() 265 void AffixUtils::iterateWithConsumer(const UnicodeString& affixPattern, TokenConsumer& consumer, in iterateWithConsumer()
|
D | numparse_affixes.cpp | 193 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_affixutils.cpp | 161 AffixUtils::unescape(const UnicodeString &affixPattern, FormattedStringBuilder &output, int32_t pos… in unescape() 185 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount() 204 AffixUtils::containsType(const UnicodeString &affixPattern, AffixPatternType type, UErrorCode &stat… in containsType() 219 bool AffixUtils::hasCurrencySymbols(const UnicodeString &affixPattern, UErrorCode &status) { in hasCurrencySymbols() 234 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType() 251 bool AffixUtils::containsOnlySymbolsAndIgnorables(const UnicodeString& affixPattern, in containsOnlySymbolsAndIgnorables() 267 void AffixUtils::iterateWithConsumer(const UnicodeString& affixPattern, TokenConsumer& consumer, in iterateWithConsumer()
|
D | numparse_affixes.cpp | 197 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_affixutils.cpp | 161 AffixUtils::unescape(const UnicodeString &affixPattern, FormattedStringBuilder &output, int32_t pos… in unescape() 185 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount() 204 AffixUtils::containsType(const UnicodeString &affixPattern, AffixPatternType type, UErrorCode &stat… in containsType() 219 bool AffixUtils::hasCurrencySymbols(const UnicodeString &affixPattern, UErrorCode &status) { in hasCurrencySymbols() 234 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType() 251 bool AffixUtils::containsOnlySymbolsAndIgnorables(const UnicodeString& affixPattern, in containsOnlySymbolsAndIgnorables() 267 void AffixUtils::iterateWithConsumer(const UnicodeString& affixPattern, TokenConsumer& consumer, in iterateWithConsumer()
|
D | numparse_affixes.cpp | 197 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | AffixPatternMatcher.java | 17 private final String affixPattern; field in AffixPatternMatcher 24 private AffixPatternMatcher(String affixPattern) { in AffixPatternMatcher() 33 String affixPattern, in fromAffixPattern()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | AffixPatternMatcher.java | 15 private final String affixPattern; field in AffixPatternMatcher 22 private AffixPatternMatcher(String affixPattern) { in AffixPatternMatcher() 31 String affixPattern, in fromAffixPattern()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | AffixUtils.java | 315 CharSequence affixPattern, in unescape() 353 CharSequence affixPattern, in unescapedCount() 385 public static boolean containsType(CharSequence affixPattern, int type) { in containsType() 406 public static boolean hasCurrencySymbols(CharSequence affixPattern) { in hasCurrencySymbols() 431 public static String replaceType(CharSequence affixPattern, int type, char replacementChar) { in replaceType() 451 CharSequence affixPattern, in containsOnlySymbolsAndIgnorables() 470 public static void iterateWithConsumer(CharSequence affixPattern, TokenConsumer consumer) { in iterateWithConsumer()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | AffixUtils.java | 318 CharSequence affixPattern, in unescape() 356 CharSequence affixPattern, in unescapedCount() 388 public static boolean containsType(CharSequence affixPattern, int type) { in containsType() 409 public static boolean hasCurrencySymbols(CharSequence affixPattern) { in hasCurrencySymbols() 434 public static String replaceType(CharSequence affixPattern, int type, char replacementChar) { in replaceType() 454 CharSequence affixPattern, in containsOnlySymbolsAndIgnorables() 473 public static void iterateWithConsumer(CharSequence affixPattern, TokenConsumer consumer) { in iterateWithConsumer()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_parse.cpp | 326 const char16_t* affixPattern; in testAffixPatternMatcher() member 337 UnicodeString affixPattern(cas.affixPattern); in testAffixPatternMatcher() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberParserTest.java | 326 String affixPattern = (String) cas[1]; in testAffixPatternMatcher() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | NumberParserTest.java | 329 String affixPattern = (String) cas[1]; in testAffixPatternMatcher() local
|