Searched refs:getDefault (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr_case_locale.cpp48 return toLower(Locale::getDefault());
60 return toUpper(Locale::getDefault());
H A Dresbund_cnv.cpp37 constructForLocale(path, Locale::getDefault(), error);
H A Dunistr_titlecase_brkiter.cpp58 return toTitle(titleIter, Locale::getDefault(), 0);
H A Dservls.cpp30 : fallbackLocale(Locale::getDefault())
36 , fallbackLocale(Locale::getDefault())
264 const Locale& loc = Locale::getDefault();
H A Dresbund.cpp115 * returned by Locale::getDefault(). Then the special file
176 fResource = ures_open(0, Locale::getDefault().getName(), &err);
380 return Locale::getDefault(); // Return default locale if one could not be created.
H A Dlocdispnames.cpp41 return this->getDisplayLanguage(getDefault(), dispLang);
87 return this->getDisplayScript(getDefault(), dispScript);
127 return this->getDisplayCountry(getDefault(), dispCntry);
167 return this->getDisplayVariant(getDefault(), dispVar);
207 return this->getDisplayName(getDefault(), name);
H A Dlocid.cpp198 return Locale::getDefault().getName();
481 return *this = getDefault();
601 Locale::getDefault() function in class:Locale
639 return getDefault();
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DRegAllocRegistry.h51 static FunctionPassCtor getDefault() { function in class:llvm::RegisterRegAlloc
52 return (FunctionPassCtor)Registry.getDefault();
H A DSchedulerRegistry.h55 static FunctionPassCtor getDefault() { function in class:llvm::RegisterScheduler
56 return (FunctionPassCtor)Registry.getDefault();
H A DMachinePassRegistry.h100 MachinePassCtor getDefault() { return Default; } function in class:llvm::MachinePassRegistry
H A DMachineScheduler.h88 static ScheduleDAGCtor getDefault() { function in class:llvm::MachineSchedRegistry
89 return (ScheduleDAGCtor)Registry.getDefault();
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmeasfmt.cpp41 return MeasureFormat::createCurrencyFormat(Locale::getDefault(), ec);
H A Dplurfmt.cpp36 : locale(Locale::getDefault()),
52 : locale(Locale::getDefault()),
81 : locale(Locale::getDefault()),
103 : locale(Locale::getDefault()),
H A Duspoof_impl.h198 static SpoofData *getDefault(UErrorCode &status); // Load standard ICU spoof data.
H A Dgregocal.cpp164 : Calendar(zone, Locale::getDefault(), status),
175 : Calendar(zone, Locale::getDefault(), status),
222 : Calendar(TimeZone::createDefault(), Locale::getDefault(), status),
237 : Calendar(TimeZone::createDefault(), Locale::getDefault(), status),
255 : Calendar(TimeZone::createDefault(), Locale::getDefault(), status),
H A Dnumfmt.cpp713 return createInstance(Locale::getDefault(), UNUM_DECIMAL, status);
731 return createCurrencyInstance(Locale::getDefault(), status);
749 return createInstance(Locale::getDefault(), UNUM_PERCENT, status);
767 return createInstance(Locale::getDefault(), UNUM_SCIENTIFIC, status);
H A Dnumsys.cpp167 return NumberingSystem::createInstance(Locale::getDefault(), status);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drbbiapts.cpp42 RuleBasedBreakIterator* bi1 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
43 RuleBasedBreakIterator* biequal = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
44 RuleBasedBreakIterator* bi3 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
45 RuleBasedBreakIterator* bi2 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createWordInstance(Locale::getDefault(), status);
80 RuleBasedBreakIterator *bix = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::getDefault(), status);
181 RuleBasedBreakIterator* bi1=(RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
182 RuleBasedBreakIterator* bi2=(RuleBasedBreakIterator*)RuleBasedBreakIterator::createWordInstance(Locale::getDefault(), status);
211 RuleBasedBreakIterator* bi1 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
212 RuleBasedBreakIterator* bi3 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInstance(Locale::getDefault(), status);
213 RuleBasedBreakIterator* bi2 = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createWordInstance(Locale::getDefault(), statu
[all...]
H A Ditformat.cpp80 Locale saveDefaultLocale = Locale::getDefault();
H A Dtsdtfmsy.cpp44 symbol=new DateFormatSymbols(Locale::getDefault(), status);
63 symbol=new DateFormatSymbols(Locale::getDefault(), status);
88 symbol=new DateFormatSymbols(Locale::getDefault(), status);
116 symbol=new DateFormatSymbols(Locale::getDefault(), status);
H A Drestest.cpp216 if (Locale::getDefault() == Locale("te_IN")) {
249 if (Locale::getDefault() == Locale("te_IN")) {
618 if(locale != Locale::getDefault()) {
H A Ddtfmtrtts.cpp164 Locale loc = Locale::getDefault();
169 test(Locale::getDefault());
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ddatefmt.h537 const Locale& aLocale = Locale::getDefault());
555 const Locale& aLocale = Locale::getDefault());
577 const Locale& aLocale = Locale::getDefault());
H A Drbnf.h711 const Locale& locale = Locale::getDefault());
722 const Locale& locale = Locale::getDefault());
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dlocid.h234 * @see getDefault
260 * @see getDefault
341 static const Locale& U_EXPORT2 getDefault(void);

Completed in 368 milliseconds

123