Lines Matching refs:pattern
74 // If no number pattern can be located for a locale, this is the last
147 // the pattern is the same as the pattern of UNUM_CURRENCY
1318 // because this method does not take a pattern string.
1391 UnicodeString pattern;
1412 // Didn't find a pattern specific to the numbering system, so fall back to "latn"
1423 pattern.setTo(TRUE, patResStr, patLen);
1432 pattern.setTo(currPattern, u_strlen(currPattern));
1474 // replace single currency sign in the pattern with double currency sign
1477 pattern.findAndReplace(UnicodeString(TRUE, gSingleCurrencySign, 1),
1483 DecimalFormat* df = new DecimalFormat(pattern, syms, style, status);