Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java62 public boolean hasCurrencySign() { in hasCurrencySign() method in CurrencyPluralInfoAffixProvider
63 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasCurrencySign(); in hasCurrencySign()
DPatternStringParser.java167 public boolean hasCurrencySign() { in hasCurrencySign() method in PatternStringParser.ParsedPatternInfo
168 return positive.hasCurrencySign || (negative != null && negative.hasCurrencySign); in hasCurrencySign()
203 public boolean hasCurrencySign = false; field in PatternStringParser.ParsedSubpatternInfo
332 result.hasCurrencySign = true; in consumeAffix()
556 ignoreRounding = positive.hasCurrencySign; in patternInfoToProperties()
DAffixPatternProvider.java32 public boolean hasCurrencySign(); in hasCurrencySign() method
DPropertiesAffixPatternProvider.java142 public boolean hasCurrencySign() { in hasCurrencySign() method in PropertiesAffixPatternProvider
DMutablePatternModifier.java208 if (patternInfo.hasCurrencySign()) { in createConstantModifier()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java58 public boolean hasCurrencySign() { in hasCurrencySign() method in CurrencyPluralInfoAffixProvider
59 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasCurrencySign(); in hasCurrencySign()
DPatternStringParser.java164 public boolean hasCurrencySign() { in hasCurrencySign() method in PatternStringParser.ParsedPatternInfo
165 return positive.hasCurrencySign || (negative != null && negative.hasCurrencySign); in hasCurrencySign()
197 public boolean hasCurrencySign = false; field in PatternStringParser.ParsedSubpatternInfo
326 result.hasCurrencySign = true; in consumeAffix()
550 ignoreRounding = positive.hasCurrencySign; in patternInfoToProperties()
DAffixPatternProvider.java25 public boolean hasCurrencySign(); in hasCurrencySign() method
DPropertiesAffixPatternProvider.java138 public boolean hasCurrencySign() { in hasCurrencySign() method in PropertiesAffixPatternProvider
DMutablePatternModifier.java206 if (patternInfo.hasCurrencySign()) { in createConstantModifier()
/external/icu/icu4c/source/i18n/
Dnumber_patternstring.h64 bool hasCurrencySign = false; member
101 bool hasCurrencySign() const U_OVERRIDE;
Dnumber_mapper.h47 bool hasCurrencySign() const U_OVERRIDE;
98 bool hasCurrencySign() const U_OVERRIDE;
Dnumber_mapper.cpp76 warehouse.affixProvider.get().hasCurrencySign()); in oldToNew()
434 bool PropertiesAffixPatternProvider::hasCurrencySign() const { in hasCurrencySign() function in PropertiesAffixPatternProvider
497 bool CurrencyPluralInfoAffixProvider::hasCurrencySign() const { in hasCurrencySign() function in CurrencyPluralInfoAffixProvider
498 return affixesByPlural[StandardPlural::OTHER].hasCurrencySign(); in hasCurrencySign()
Dnumber_patternstring.cpp106 bool ParsedPatternInfo::hasCurrencySign() const { in hasCurrencySign() function in ParsedPatternInfo
107 return positive.hasCurrencySign || (fHasNegativeSubpattern && negative.hasCurrencySign); in hasCurrencySign()
236 currentSubpattern->hasCurrencySign = true; in consumeAffix()
489 ignoreRounding = positive.hasCurrencySign; in patternInfoToProperties()
Dnumparse_impl.cpp115 if (parseCurrency || affixProvider.get().hasCurrencySign()) { in createParserFromProperties()
143 if (parseCurrency || affixProvider.get().hasCurrencySign()) { in createParserFromProperties()
Dnumber_types.h124 virtual bool hasCurrencySign() const = 0;
Dnumber_patternmodifier.cpp115 if (fPatternInfo->hasCurrencySign()) { in createConstantModifier()
/external/icu/libicu/cts_headers/
Dnumber_patternstring.h64 bool hasCurrencySign = false; member
101 bool hasCurrencySign() const U_OVERRIDE;
Dnumber_mapper.h47 bool hasCurrencySign() const U_OVERRIDE;
98 bool hasCurrencySign() const U_OVERRIDE;
Dnumber_types.h124 virtual bool hasCurrencySign() const = 0;
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DNumberParserImpl.java179 if (parseCurrency || affixProvider.hasCurrencySign()) { in createParserFromProperties()
207 if (parseCurrency || affixProvider.hasCurrencySign()) { in createParserFromProperties()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DNumberParserImpl.java177 if (parseCurrency || affixProvider.hasCurrencySign()) { in createParserFromProperties()
205 if (parseCurrency || affixProvider.hasCurrencySign()) { in createParserFromProperties()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberPropertyMapper.java117 || affixProvider.hasCurrencySign()); in oldToNew()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberPropertyMapper.java116 || affixProvider.hasCurrencySign()); in oldToNew()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...