Lines Matching refs:PropertiesAffixPatternProvider
318 void PropertiesAffixPatternProvider::setTo(const DecimalFormatProperties& properties, UErrorCode&) { in setTo()
384 char16_t PropertiesAffixPatternProvider::charAt(int flags, int i) const { in charAt()
388 int PropertiesAffixPatternProvider::length(int flags) const { in length()
392 UnicodeString PropertiesAffixPatternProvider::getString(int32_t flags) const { in getString()
396 const UnicodeString& PropertiesAffixPatternProvider::getStringInternal(int32_t flags) const { in getStringInternal()
410 bool PropertiesAffixPatternProvider::positiveHasPlusSign() const { in positiveHasPlusSign()
417 bool PropertiesAffixPatternProvider::hasNegativeSubpattern() const { in hasNegativeSubpattern()
422 bool PropertiesAffixPatternProvider::negativeHasMinusSign() const { in negativeHasMinusSign()
428 bool PropertiesAffixPatternProvider::hasCurrencySign() const { in hasCurrencySign()
436 bool PropertiesAffixPatternProvider::containsSymbolType(AffixPatternType type, UErrorCode& status) … in containsSymbolType()
443 bool PropertiesAffixPatternProvider::hasBody() const { in hasBody()