Home | History | Annotate | Download | only in i18n

Lines Matching defs:makeInstance

802         return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
893 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
987 return makeInstance(loc, kind, status);
1141 NumberFormat::makeInstance(const Locale& desiredLocale,
1144 return makeInstance(desiredLocale, style, false, status);
1148 NumberFormat::makeInstance(const Locale& desiredLocale,