Home | History | Annotate | Download | only in i18n

Lines Matching defs:pattern

63 // If no number pattern can be located for a locale, this is the last
878 UnicodeString pattern;
891 pattern.setTo(TRUE, gLastResortNumberPatterns[style], -1);
907 * the pattern is the same as the pattern of CURRENCYSTYLE
918 pattern.setTo(TRUE, patResStr, patLen);
926 pattern.setTo(currPattern, u_strlen(currPattern));
973 // replace single currency sign in the pattern with double currency sign
976 pattern.findAndReplace(gSingleCurrencySign, gDoubleCurrencySign);
979 f = new DecimalFormat(pattern, symbolsToAdopt, style, status);