Home
last modified time | relevance | path

Searched defs:hasCurrencySign (Results 1 – 11 of 11) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAffixPatternProvider.java32 public boolean hasCurrencySign(); in hasCurrencySign() method
DCurrencyPluralInfoAffixProvider.java62 public boolean hasCurrencySign() { in hasCurrencySign() method in CurrencyPluralInfoAffixProvider
DPropertiesAffixPatternProvider.java123 public boolean hasCurrencySign() { in hasCurrencySign() method in PropertiesAffixPatternProvider
DPatternStringParser.java167 public boolean hasCurrencySign() { in hasCurrencySign() method in PatternStringParser.ParsedPatternInfo
203 public boolean hasCurrencySign = false; field in PatternStringParser.ParsedSubpatternInfo
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java58 public boolean hasCurrencySign() { in hasCurrencySign() method in CurrencyPluralInfoAffixProvider
DAffixPatternProvider.java25 public boolean hasCurrencySign(); in hasCurrencySign() method
DPropertiesAffixPatternProvider.java119 public boolean hasCurrencySign() { in hasCurrencySign() method in PropertiesAffixPatternProvider
DPatternStringParser.java164 public boolean hasCurrencySign() { in hasCurrencySign() method in PatternStringParser.ParsedPatternInfo
197 public boolean hasCurrencySign = false; field in PatternStringParser.ParsedSubpatternInfo
/external/icu/icu4c/source/i18n/
Dnumber_mapper.cpp428 bool PropertiesAffixPatternProvider::hasCurrencySign() const { in hasCurrencySign() function in PropertiesAffixPatternProvider
495 bool CurrencyPluralInfoAffixProvider::hasCurrencySign() const { in hasCurrencySign() function in CurrencyPluralInfoAffixProvider
Dnumber_patternstring.h52 bool hasCurrencySign = false; member
Dnumber_patternstring.cpp105 bool ParsedPatternInfo::hasCurrencySign() const { in hasCurrencySign() function in ParsedPatternInfo