Lines Matching refs:pattern
80 * If you supply a pattern with multiple grouping characters, the interval
99 /** The pattern separator */
105 /** Character representing a digit in the pattern */
312 * Get pattern string for 'CurrencySpacing' that can be applied to
314 * This API gets the CurrencySpacing data from ResourceBundle. The pattern can
318 * @param beforeCurrency : true if the pattern is for before currency symbol.
319 * false if the pattern is for after currency symbol.
322 * @return pattern string for currencyMatch, surroundingMatch or spaceInsert.
331 * Set pattern string for 'CurrencySpacing' that can be applied to
335 * @param beforeCurrency : true if the pattern is for before currency symbol.
336 * false if the pattern is for after currency symbol.
337 * @param pattern : pattern string to override current setting.
342 const UnicodeString& pattern);
417 * Returns that pattern stored in currecy info. Internal API for use by NumberFormat API.