Home | History | Annotate | Download | only in intltest

Lines Matching refs:Locale

648 void formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale,
649 UErrorCode inStatus0, /* statusString 1 */ const Locale &inCountry2, double currency3, // these numbers are the message arguments.
702 // the locale to use
740 Locale loc = Locale::getEnglish();
792 LocalPointer<NumberFormat> formatter(NumberFormat::createInstance(Locale::getEnglish(),status));
798 percentFormatter.adoptInstead(NumberFormat::createPercentInstance(Locale::getFrench(),status));
835 Locale messageLocale;
836 Locale countryToCheck;
850 messageLocale= Locale("en","US");
851 countryToCheck= Locale("","HR");
859 messageLocale= Locale("de","DE@currency=DEM");
860 countryToCheck= Locale("","BF");
870 messageLocale= Locale("de","AT@currency=ATS"); // Austrian German
871 countryToCheck= Locale("","US"); // hmm
1174 LocalPointer<Collator> coll(Collator::createInstance(Locale::getRoot(), status));