Lines Matching refs:Locale

38 const sal_Unicode Locale::SEPERATOR_LC       = (sal_Unicode)'-';
39 const sal_Unicode Locale::SEPERATOR_CV = (sal_Unicode)'_';
40 const sal_Unicode Locale::SEPERATOR_CV_LINUX = (sal_Unicode)'.';
43 const Locale& Locale::X_DEFAULT() in X_DEFAULT()
45 static Locale aLocale( in X_DEFAULT()
52 const Locale& Locale::EN() in EN()
54 static Locale aLocale( in EN()
61 const Locale& Locale::EN_US() in EN_US()
63 static Locale aLocale( in EN_US()
70 const Locale& Locale::DE_DE() in DE_DE()
72 static Locale aLocale( in DE_DE()
79 const Locale& Locale::DE_CH() in DE_CH()
81 static Locale aLocale( in DE_CH()
88 const Locale& Locale::DE_AT() in DE_AT()
90 static Locale aLocale( in DE_AT()
97 const Locale& Locale::AR() in AR()
99 static Locale aLocale( in AR()
106 const Locale& Locale::CA() in CA()
108 static Locale aLocale( in CA()
115 const Locale& Locale::CS() in CS()
117 static Locale aLocale( in CS()
124 const Locale& Locale::DA() in DA()
126 static Locale aLocale( in DA()
133 const Locale& Locale::EL() in EL()
135 static Locale aLocale( in EL()
142 const Locale& Locale::ES() in ES()
144 static Locale aLocale( in ES()
151 const Locale& Locale::FI() in FI()
153 static Locale aLocale( in FI()
160 const Locale& Locale::FR() in FR()
162 static Locale aLocale( in FR()
169 const Locale& Locale::HE() in HE()
171 static Locale aLocale( in HE()
178 const Locale& Locale::HI_IN() in HI_IN()
180 static Locale aLocale( in HI_IN()
187 const Locale& Locale::HU() in HU()
189 static Locale aLocale( in HU()
196 const Locale& Locale::IT() in IT()
198 static Locale aLocale( in IT()
205 const Locale& Locale::JA() in JA()
207 static Locale aLocale( in JA()
214 const Locale& Locale::KO() in KO()
216 static Locale aLocale( in KO()
223 const Locale& Locale::NL() in NL()
225 static Locale aLocale( in NL()
232 const Locale& Locale::PL() in PL()
234 static Locale aLocale( in PL()
241 const Locale& Locale::PT() in PT()
243 static Locale aLocale( in PT()
250 const Locale& Locale::PT_BR() in PT_BR()
252 static Locale aLocale( in PT_BR()
259 const Locale& Locale::RU() in RU()
261 static Locale aLocale( in RU()
268 const Locale& Locale::SK() in SK()
270 static Locale aLocale( in SK()
277 const Locale& Locale::SL() in SL()
279 static Locale aLocale( in SL()
286 const Locale& Locale::SV() in SV()
288 static Locale aLocale( in SV()
295 const Locale& Locale::TH() in TH()
297 static Locale aLocale( in TH()
304 const Locale& Locale::TR() in TR()
306 static Locale aLocale( in TR()
313 const Locale& Locale::X_COMMENT() in X_COMMENT()
315 static Locale aLocale( in X_COMMENT()
322 const Locale& Locale::X_TRANSLATE() in X_TRANSLATE()
324 static Locale aLocale( in X_TRANSLATE()
331 const Locale& Locale::X_NOTRANSLATE() in X_NOTRANSLATE()
333 static Locale aLocale( in X_NOTRANSLATE()
340 const Locale& Locale::ZH_CN() in ZH_CN()
342 static Locale aLocale( in ZH_CN()
349 const Locale& Locale::ZH_TW() in ZH_TW()
351 static Locale aLocale( in ZH_TW()
358 Locale::Locale(const ::rtl::OUString& sISO) in Locale() function in comphelper::Locale
359 throw(Locale::MalFormedLocaleException) in Locale()
365 Locale::Locale(const ::rtl::OUString& sLanguage, in Locale() function in comphelper::Locale
376 Locale::Locale() in Locale() function in comphelper::Locale
384 Locale::Locale(const Locale& aCopy) in Locale() function in comphelper::Locale
390 ::rtl::OUString Locale::getLanguage() const in getLanguage()
396 ::rtl::OUString Locale::getCountry() const in getCountry()
402 ::rtl::OUString Locale::getVariant() const in getVariant()
408 void Locale::setLanguage(const ::rtl::OUString& sLanguage) in setLanguage()
414 void Locale::setCountry(const ::rtl::OUString& sCountry) in setCountry()
420 void Locale::setVariant(const ::rtl::OUString& sVariant) in setVariant()
431 void Locale::fromISO(const ::rtl::OUString& sISO) in fromISO()
432 throw(Locale::MalFormedLocaleException) in fromISO()
470 ::rtl::OUString Locale::toISO() const in toISO()
491 sal_Bool Locale::equals(const Locale& aComparable) const in equals()
501 sal_Bool Locale::similar(const Locale& aComparable) const in similar()
507 ::std::vector< ::rtl::OUString >::const_iterator Locale::getFallback(const ::std::vector< ::rtl::OU… in getFallback()
509 throw(Locale::MalFormedLocaleException) in getFallback()
511 Locale aReference(sReferenceISO); in getFallback()
532 Locale aCheck(*pIt); in getFallback()
610 sal_Bool Locale::getFallback(Locale& aLocale) in getFallback()
656 void Locale::operator=(const Locale& rCopy) in operator =()
667 sal_Bool Locale::operator==(const Locale& aComparable) const in operator ==()
673 sal_Bool Locale::operator!=(const Locale& aComparable) const in operator !=()