Home | History | Annotate | Download | only in unicode

Lines Matching refs:pattern

42  * currency plural pattern of the locale.
121 * Given a plural count, gets currency plural pattern of this locale,
125 * @param result output param to receive the pattern
126 * @return a currency plural pattern based on plural count
155 * Set currency plural pattern.
156 * The currency plural pattern is set when CurrencyPluralInfo
158 * You can call this method to reset currency plural pattern only if
159 * you want to modify the default currency plural pattern of the locale.
161 * @param pluralCount the plural count for which the currency pattern will
163 * @param pattern the new currency plural pattern
168 const UnicodeString& pattern,
228 // map from plural count to currency plural pattern, for example
229 // a plural pattern defined in "CurrencyUnitPatterns" is
231 // and "{0} {1}" is a currency plural pattern".
232 // The currency plural pattern saved in this mapping is the pattern
234 // {0} with the number format pattern,