Home | History | Annotate | Download | only in DateFmtPerf

Lines Matching refs:Locale

84 				boundary = BreakIterator::createCharacterInstance(Locale::getUS(), *status);
145 char locale[25];
156 strcpy(locale, loc);
173 Locale loc(locale);
239 char locale[25];
250 strcpy(locale, loc);
255 Locale loc(locale);
258 // Create a number formatter for the locale
262 // and the decimal separator '.', standard in the US locale
368 char locale[25];
379 strcpy(locale, loc);
384 Locale loc(locale);
388 // and the decimal separator '.', standard in the US locale
427 char locale[25];
457 strcpy(locale, loc);
465 Collator *coll = Collator::createInstance(Locale(locale), status);