Lines Matching refs:Locale
188 class U_COMMON_API Locale : public UObject {
191 static const Locale &U_EXPORT2 getRoot(void);
193 static const Locale &U_EXPORT2 getEnglish(void);
195 static const Locale &U_EXPORT2 getFrench(void);
197 static const Locale &U_EXPORT2 getGerman(void);
199 static const Locale &U_EXPORT2 getItalian(void);
201 static const Locale &U_EXPORT2 getJapanese(void);
203 static const Locale &U_EXPORT2 getKorean(void);
205 static const Locale &U_EXPORT2 getChinese(void);
207 static const Locale &U_EXPORT2 getSimplifiedChinese(void);
209 static const Locale &U_EXPORT2 getTraditionalChinese(void);
212 static const Locale &U_EXPORT2 getFrance(void);
214 static const Locale &U_EXPORT2 getGermany(void);
216 static const Locale &U_EXPORT2 getItaly(void);
218 static const Locale &U_EXPORT2 getJapan(void);
220 static const Locale &U_EXPORT2 getKorea(void);
222 static const Locale &U_EXPORT2 getChina(void);
224 static const Locale &U_EXPORT2 getPRC(void);
226 static const Locale &U_EXPORT2 getTaiwan(void);
228 static const Locale &U_EXPORT2 getUK(void);
230 static const Locale &U_EXPORT2 getUS(void);
232 static const Locale &U_EXPORT2 getCanada(void);
234 static const Locale &U_EXPORT2 getCanadaFrench(void);
244 Locale();
270 Locale( const char * language,
281 Locale(const Locale& other);
288 virtual ~Locale() ;
297 Locale& operator=(const Locale& other);
306 UBool operator==(const Locale& other) const;
316 UBool operator!=(const Locale& other) const;
329 Locale *clone() const;
347 static const Locale& U_EXPORT2 getDefault(void);
361 static void U_EXPORT2 setDefault(const Locale& newLocale,
374 static Locale U_EXPORT2 createFromName(const char *name);
384 static Locale U_EXPORT2 createCanonical(const char* name);
538 UnicodeString& getDisplayLanguage( const Locale& displayLocale,
566 UnicodeString& getDisplayScript( const Locale& displayLocale,
594 UnicodeString& getDisplayCountry( const Locale& displayLocale,
614 UnicodeString& getDisplayVariant( const Locale& displayLocale,
642 UnicodeString& getDisplayName( const Locale& displayLocale,
676 static const Locale* U_EXPORT2 getAvailableLocales(int32_t& count);
729 Locale& init(const char* cLocaleID, UBool canonicalize);
739 Locale(ELocaleType);
744 static Locale *getLocaleCache(void);
758 static const Locale &getLocale(int locid);
764 friend Locale *locale_set_default_internal(const char *, UErrorCode& status);
773 Locale::operator!=(const Locale& other) const
779 Locale::getCountry() const in getCountry()
785 Locale::getLanguage() const in getLanguage()
791 Locale::getScript() const in getScript()
797 Locale::getVariant() const in getVariant()
803 Locale::getName() const in getName()
809 Locale::isBogus(void) const { in isBogus()