Home
last modified time | relevance | path

Searched defs:affixPattern (Results 1 – 15 of 15) 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/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_affixutils.cpp160 AffixUtils::unescape(const UnicodeString &affixPattern, NumberStringBuilder &output, int32_t positi… in unescape()
180 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount()
199 AffixUtils::containsType(const UnicodeString &affixPattern, AffixPatternType type, UErrorCode &stat… in containsType()
214 bool AffixUtils::hasCurrencySymbols(const UnicodeString &affixPattern, UErrorCode &status) { in hasCurrencySymbols()
229 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType()
246 bool AffixUtils::containsOnlySymbolsAndIgnorables(const UnicodeString& affixPattern, in containsOnlySymbolsAndIgnorables()
262 void AffixUtils::iterateWithConsumer(const UnicodeString& affixPattern, TokenConsumer& consumer, in iterateWithConsumer()
Dnumparse_affixes.cpp225 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_affixutils.cpp162 AffixUtils::unescape(const UnicodeString &affixPattern, FormattedStringBuilder &output, int32_t pos… in unescape()
186 int32_t AffixUtils::unescapedCodePointCount(const UnicodeString &affixPattern, in unescapedCodePointCount()
205 AffixUtils::containsType(const UnicodeString &affixPattern, AffixPatternType type, UErrorCode &stat… in containsType()
220 bool AffixUtils::hasCurrencySymbols(const UnicodeString &affixPattern, UErrorCode &status) { in hasCurrencySymbols()
235 UnicodeString AffixUtils::replaceType(const UnicodeString &affixPattern, AffixPatternType type, in replaceType()
252 bool AffixUtils::containsOnlySymbolsAndIgnorables(const UnicodeString& affixPattern, in containsOnlySymbolsAndIgnorables()
268 void AffixUtils::iterateWithConsumer(const UnicodeString& affixPattern, TokenConsumer& consumer, in iterateWithConsumer()
Dnumparse_affixes.cpp193 AffixPatternMatcher AffixPatternMatcher::fromAffixPattern(const UnicodeString& affixPattern, in fromAffixPattern()
/third_party/icu/icu4c/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/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.java310 CharSequence affixPattern, in unescape()
348 CharSequence affixPattern, in unescapedCount()
380 public static boolean containsType(CharSequence affixPattern, int type) { in containsType()
401 public static boolean hasCurrencySymbols(CharSequence affixPattern) { in hasCurrencySymbols()
426 public static String replaceType(CharSequence affixPattern, int type, char replacementChar) { in replaceType()
446 CharSequence affixPattern, in containsOnlySymbolsAndIgnorables()
465 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/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberParserTest.java329 String affixPattern = (String) cas[1]; 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