Home
last modified time | relevance | path

Searched refs:hasNegativeSubpattern (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java48 public boolean hasNegativeSubpattern() { in hasNegativeSubpattern() method in CurrencyPluralInfoAffixProvider
49 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasNegativeSubpattern(); in hasNegativeSubpattern()
DAffixPatternProvider.java29 public boolean hasNegativeSubpattern(); in hasNegativeSubpattern() method
DPropertiesAffixPatternProvider.java107 public boolean hasNegativeSubpattern() { in hasNegativeSubpattern() method in PropertiesAffixPatternProvider
DPatternStringUtils.java428 boolean useNegativeAffixPattern = patternInfo.hasNegativeSubpattern() in patternInfoToStringBuilder()
DPatternStringParser.java154 public boolean hasNegativeSubpattern() { in hasNegativeSubpattern() method in PatternStringParser.ParsedPatternInfo
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCurrencyPluralInfoAffixProvider.java52 public boolean hasNegativeSubpattern() { in hasNegativeSubpattern() method in CurrencyPluralInfoAffixProvider
53 return affixesByPlural[StandardPlural.OTHER.ordinal()].hasNegativeSubpattern(); in hasNegativeSubpattern()
DAffixPatternProvider.java36 public boolean hasNegativeSubpattern(); in hasNegativeSubpattern() method
DPropertiesAffixPatternProvider.java111 public boolean hasNegativeSubpattern() { in hasNegativeSubpattern() method in PropertiesAffixPatternProvider
DPatternStringUtils.java430 boolean useNegativeAffixPattern = patternInfo.hasNegativeSubpattern() in patternInfoToStringBuilder()
DPatternStringParser.java157 public boolean hasNegativeSubpattern() { in hasNegativeSubpattern() method in PatternStringParser.ParsedPatternInfo
/external/icu/icu4c/source/i18n/
Dnumber_mapper.h53 bool hasNegativeSubpattern() const U_OVERRIDE;
98 bool hasNegativeSubpattern() const U_OVERRIDE;
Dnumber_mapper.cpp417 bool PropertiesAffixPatternProvider::hasNegativeSubpattern() const { in hasNegativeSubpattern() function in PropertiesAffixPatternProvider
487 bool CurrencyPluralInfoAffixProvider::hasNegativeSubpattern() const { in hasNegativeSubpattern() function in CurrencyPluralInfoAffixProvider
488 return affixesByPlural[StandardPlural::OTHER].hasNegativeSubpattern(); in hasNegativeSubpattern()
Dnumber_types.h118 virtual bool hasNegativeSubpattern() const = 0;
Dnumber_patternstring.h85 bool hasNegativeSubpattern() const U_OVERRIDE;
Dnumber_patternstring.cpp97 bool ParsedPatternInfo::hasNegativeSubpattern() const { in hasNegativeSubpattern() function in ParsedPatternInfo
1020 bool useNegativeAffixPattern = patternInfo.hasNegativeSubpattern() && ( in patternInfoToStringBuilder()
Dnumparse_affixes.cpp271 if (patternInfo.hasNegativeSubpattern()) { in isInteresting()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java55 if (patternInfo.hasNegativeSubpattern()) { in isInteresting()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java57 if (patternInfo.hasNegativeSubpattern()) { in isInteresting()