• Home
  • Raw
  • Download

Lines Matching refs:Locale

185 class U_COMMON_API Locale : public UObject {
188 static const Locale &U_EXPORT2 getRoot(void);
190 static const Locale &U_EXPORT2 getEnglish(void);
192 static const Locale &U_EXPORT2 getFrench(void);
194 static const Locale &U_EXPORT2 getGerman(void);
196 static const Locale &U_EXPORT2 getItalian(void);
198 static const Locale &U_EXPORT2 getJapanese(void);
200 static const Locale &U_EXPORT2 getKorean(void);
202 static const Locale &U_EXPORT2 getChinese(void);
204 static const Locale &U_EXPORT2 getSimplifiedChinese(void);
206 static const Locale &U_EXPORT2 getTraditionalChinese(void);
209 static const Locale &U_EXPORT2 getFrance(void);
211 static const Locale &U_EXPORT2 getGermany(void);
213 static const Locale &U_EXPORT2 getItaly(void);
215 static const Locale &U_EXPORT2 getJapan(void);
217 static const Locale &U_EXPORT2 getKorea(void);
219 static const Locale &U_EXPORT2 getChina(void);
221 static const Locale &U_EXPORT2 getPRC(void);
223 static const Locale &U_EXPORT2 getTaiwan(void);
225 static const Locale &U_EXPORT2 getUK(void);
227 static const Locale &U_EXPORT2 getUS(void);
229 static const Locale &U_EXPORT2 getCanada(void);
231 static const Locale &U_EXPORT2 getCanadaFrench(void);
241 Locale();
267 Locale( const char * language,
278 Locale(const Locale& other);
285 virtual ~Locale() ;
294 Locale& operator=(const Locale& other);
303 UBool operator==(const Locale& other) const;
313 UBool operator!=(const Locale& other) const;
326 Locale *clone() const;
344 static const Locale& U_EXPORT2 getDefault(void);
358 static void U_EXPORT2 setDefault(const Locale& newLocale,
371 static Locale U_EXPORT2 createFromName(const char *name);
381 static Locale U_EXPORT2 createCanonical(const char* name);
535 UnicodeString& getDisplayLanguage( const Locale& displayLocale,
563 UnicodeString& getDisplayScript( const Locale& displayLocale,
591 UnicodeString& getDisplayCountry( const Locale& displayLocale,
611 UnicodeString& getDisplayVariant( const Locale& displayLocale,
639 UnicodeString& getDisplayName( const Locale& displayLocale,
673 static const Locale* U_EXPORT2 getAvailableLocales(int32_t& count);
726 Locale& init(const char* cLocaleID, UBool canonicalize);
736 Locale(ELocaleType);
741 static Locale *getLocaleCache(void);
755 static const Locale &getLocale(int locid);
761 friend Locale *locale_set_default_internal(const char *, UErrorCode& status);
770 Locale::operator!=(const Locale& other) const
776 Locale::getCountry() const in getCountry()
782 Locale::getLanguage() const in getLanguage()
788 Locale::getScript() const in getScript()
794 Locale::getVariant() const in getVariant()
800 Locale::getName() const in getName()
806 Locale::isBogus(void) const { in isBogus()