Home | History | Annotate | Download | only in unicode

Lines Matching refs:affix

1897      * similar to applyPattern, but without re-gen affix for currency
1959 // using complex affix comparison
1960 // parses against the currency plural patterns using complex affix comparison,
1961 // and parses against the current pattern using simple affix comparison.
1979 static int32_t compareSimpleAffix(const UnicodeString& affix,
2011 * Append an affix to the given UnicodeString, using quotes if
2015 void appendAffixPattern(UnicodeString& appendTo, const UnicodeString& affix,
2023 UnicodeString& affix,
2040 // If currency changes, the affix pattern for currency is not changed,
2041 // but the affix will be changed. So, affixes need to be
2045 // set up currency affix patterns for mix parsing.
2046 // The patterns saved here are the affix patterns of default currency
2047 // pattern and the unique affix patterns of the plural currency patterns.
2186 /* affix for currency formatting when the currency sign in the pattern
2215 // Affix pattern set for currency.