Home | History | Annotate | Download | only in i18n

Lines Matching defs:numberPatterns

166 const char DecimalFormat::fgNumberPatterns[]="NumberPatterns";
523 UResourceBundle *numberPatterns = ures_getByKey(resource, fgNumberPatterns, NULL, &error);
525 const UChar *patResStr = ures_getStringByIndex(numberPatterns, kCurrencyStyle, &patLen, &error);
526 ures_close(numberPatterns);