Lines Matching refs:pattern
74 * If you supply a pattern with multiple grouping characters, the interval
93 /** The pattern separator */
99 /** Character representing a digit in the pattern */
242 * Get pattern string for 'CurrencySpacing' that can be applied to
244 * This API gets the CurrencySpacing data from ResourceBundle. The pattern can
248 * @param beforeCurrency : true if the pattern is for before currency symbol.
249 * false if the pattern is for after currency symbol.
252 * @return pattern string for currencyMatch, surroundingMatch or spaceInsert.
261 * Set pattern string for 'CurrencySpacing' that can be applied to
265 * @param beforeCurrency : true if the pattern is for before currency symbol.
266 * false if the pattern is for after currency symbol.
267 * @param pattern : pattern string to override current setting.
272 const UnicodeString& pattern);
336 * Returns that pattern stored in currecy info. Internal API for use by NumberFormat API.