Home
last modified time | relevance | path

Searched defs:affixPattern (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_affixutils.cpp159 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()
Dnumparse_affixes.cpp193 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_affixutils.cpp161 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()
Dnumparse_affixes.cpp197 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
/third_party/icu/icu4c/source/i18n/
Dnumber_affixutils.cpp161 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()
Dnumparse_affixes.cpp197 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DAffixPatternMatcher.java17 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/
DAffixPatternMatcher.java15 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/
DAffixUtils.java315 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/
DAffixUtils.java318 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/
Dnumbertest_parse.cpp326 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/
DNumberParserTest.java326 String affixPattern = (String) cas[1]; in testAffixPatternMatcher() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberParserTest.java329 String affixPattern = (String) cas[1]; in testAffixPatternMatcher() local