Home
last modified time | relevance | path

Searched refs:CombinedCurrencyMatcher (Results 1 – 25 of 25) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dnumparse_currency.cpp24 CombinedCurrencyMatcher::CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const Deci… in CombinedCurrencyMatcher() function in CombinedCurrencyMatcher
58 CombinedCurrencyMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) co… in match()
95 bool CombinedCurrencyMatcher::matchCurrency(StringSegment& segment, ParsedNumber& result, in matchCurrency()
178 bool CombinedCurrencyMatcher::smokeTest(const StringSegment&) const { in smokeTest()
184 UnicodeString CombinedCurrencyMatcher::toString() const { in toString()
Dnumparse_currency.h33 class U_I18N_API CombinedCurrencyMatcher : public NumberParseMatcher, public UMemory {
35 CombinedCurrencyMatcher() = default; // WARNING: Leaves the object in an unusable state
37 CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const DecimalFormatSymbols& dfs,
Dnumparse_impl.h85 CombinedCurrencyMatcher currency;
Dnumparse_affixes.h113 CombinedCurrencyMatcher fCurrency;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_currency.cpp23 CombinedCurrencyMatcher::CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const Deci… in CombinedCurrencyMatcher() function in CombinedCurrencyMatcher
57 CombinedCurrencyMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) co… in match()
94 bool CombinedCurrencyMatcher::matchCurrency(StringSegment& segment, ParsedNumber& result, in matchCurrency()
177 bool CombinedCurrencyMatcher::smokeTest(const StringSegment&) const { in smokeTest()
183 UnicodeString CombinedCurrencyMatcher::toString() const { in toString()
Dnumparse_currency.h33 class U_I18N_API CombinedCurrencyMatcher : public NumberParseMatcher, public UMemory {
35 CombinedCurrencyMatcher() = default; // WARNING: Leaves the object in an unusable state
37 CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const DecimalFormatSymbols& dfs,
Dnumparse_impl.h84 CombinedCurrencyMatcher currency;
Dnumparse_affixes.h143 CombinedCurrencyMatcher fCurrency;
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_currency.cpp24 CombinedCurrencyMatcher::CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const Deci… in CombinedCurrencyMatcher() function in CombinedCurrencyMatcher
58 CombinedCurrencyMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) co… in match()
95 bool CombinedCurrencyMatcher::matchCurrency(StringSegment& segment, ParsedNumber& result, in matchCurrency()
178 bool CombinedCurrencyMatcher::smokeTest(const StringSegment&) const { in smokeTest()
184 UnicodeString CombinedCurrencyMatcher::toString() const { in toString()
Dnumparse_currency.h33 class U_I18N_API CombinedCurrencyMatcher : public NumberParseMatcher, public UMemory {
35 CombinedCurrencyMatcher() = default; // WARNING: Leaves the object in an unusable state
37 CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const DecimalFormatSymbols& dfs,
Dnumparse_impl.h85 CombinedCurrencyMatcher currency;
Dnumparse_affixes.h113 CombinedCurrencyMatcher fCurrency;
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_currency.cpp24 CombinedCurrencyMatcher::CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const Deci… in CombinedCurrencyMatcher() function in CombinedCurrencyMatcher
58 CombinedCurrencyMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) co… in match()
95 bool CombinedCurrencyMatcher::matchCurrency(StringSegment& segment, ParsedNumber& result, in matchCurrency()
178 bool CombinedCurrencyMatcher::smokeTest(const StringSegment&) const { in smokeTest()
184 UnicodeString CombinedCurrencyMatcher::toString() const { in toString()
Dnumparse_currency.h33 class U_I18N_API CombinedCurrencyMatcher : public NumberParseMatcher, public UMemory {
35 CombinedCurrencyMatcher() = default; // WARNING: Leaves the object in an unusable state
37 CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const DecimalFormatSymbols& dfs,
Dnumparse_impl.h85 CombinedCurrencyMatcher currency;
Dnumparse_affixes.h113 CombinedCurrencyMatcher fCurrency;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DCombinedCurrencyMatcher.java27 public class CombinedCurrencyMatcher implements NumberParseMatcher { class
44 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance()
46 return new CombinedCurrencyMatcher(currency, dfs, parseFlags); in getInstance()
49 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher() method in CombinedCurrencyMatcher
DAffixTokenMatcherFactory.java39 public CombinedCurrencyMatcher currency() { in currency()
40 return CombinedCurrencyMatcher.getInstance(currency, symbols, parseFlags); in currency()
DNumberParserImpl.java70 parser.addMatcher(CombinedCurrencyMatcher.getInstance(currency, symbols, parseFlags)); in createSimpleParser()
208 parser.addMatcher(CombinedCurrencyMatcher.getInstance(currency, symbols, parseFlags)); in createParserFromProperties()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java25 public class CombinedCurrencyMatcher implements NumberParseMatcher { class
42 …public static CombinedCurrencyMatcher getInstance(Currency currency, DecimalFormatSymbols dfs, int… in getInstance()
44 return new CombinedCurrencyMatcher(currency, dfs, parseFlags); in getInstance()
47 private CombinedCurrencyMatcher(Currency currency, DecimalFormatSymbols dfs, int parseFlags) { in CombinedCurrencyMatcher() method in CombinedCurrencyMatcher
DAffixTokenMatcherFactory.java37 public CombinedCurrencyMatcher currency() { in currency()
38 return CombinedCurrencyMatcher.getInstance(currency, symbols, parseFlags); in currency()
DNumberParserImpl.java68 parser.addMatcher(CombinedCurrencyMatcher.getInstance(currency, symbols, parseFlags)); in createSimpleParser()
206 parser.addMatcher(CombinedCurrencyMatcher.getInstance(currency, symbols, parseFlags)); in createParserFromProperties()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberParserTest.java17 import ohos.global.icu.impl.number.parse.CombinedCurrencyMatcher;
266 CombinedCurrencyMatcher matcher = factory.currency(); in testCombinedCurrencyMatcher()
268 CombinedCurrencyMatcher matcherNoForeignCurrencies = factory.currency(); in testCombinedCurrencyMatcher()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberParserTest.java16 import com.ibm.icu.impl.number.parse.CombinedCurrencyMatcher;
263 CombinedCurrencyMatcher matcher = factory.currency(); in testCombinedCurrencyMatcher()
265 CombinedCurrencyMatcher matcherNoForeignCurrencies = factory.currency(); in testCombinedCurrencyMatcher()
/third_party/icu/ohos_icu4j/
DBUILD.gn255 "src/main/java/ohos/global/icu/impl/number/parse/CombinedCurrencyMatcher.java",