Home | History | Annotate | Download | only in i18n

Lines Matching refs:pattern

65 // If no number pattern can be located for a locale, this is the last
1086 UnicodeString pattern;
1103 pattern.setTo(TRUE, gLastResortNumberPatterns[style], -1);
1119 * the pattern is the same as the pattern of CURRENCYSTYLE
1130 pattern.setTo(TRUE, patResStr, patLen);
1138 pattern.setTo(currPattern, u_strlen(currPattern));
1249 // replace single currency sign in the pattern with double currency sign
1252 pattern.findAndReplace(gSingleCurrencySign, gDoubleCurrencySign);
1255 f = new DecimalFormat(pattern, symbolsToAdopt, style, status);