Searched defs:Locale (Results 1 - 12 of 12) sorted by relevance

/external/libtextclassifier/util/i18n/
H A Dlocale.h26 class Locale { class in namespace:libtextclassifier2
30 static Locale FromBCP47(const std::string& locale_tag);
33 static Locale Invalid() {
34 Locale locale(/*language=*/"", /*script=*/"", /*region=*/"");
48 Locale(const std::string& language, const std::string& script, function in class:libtextclassifier2::Locale
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h41 * \brief C++ API: Locale ID object.
53 * A <code>Locale</code> object represents a specific geographical, political,
54 * or cultural region. An operation that requires a <code>Locale</code> to perform
55 * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code>
61 * The Locale class is not suitable for subclassing.
64 * You can create a <code>Locale</code> object using the constructor in
68 * Locale( const char* language,
98 * Because a <code>Locale</code> object is just an identifier for a region,
99 * no validity check is performed when you construct a <code>Locale</code>.
101 * <code>Locale</cod
188 class U_COMMON_API Locale : public UObject { class in inherits:UObject
[all...]
/external/icu/icu4c/source/common/
H A Dlocid.cpp56 static Locale *gLocaleCache = NULL;
62 static Locale *gDefaultLocale = NULL;
108 // Deleter function for Locales owned by the default Locale hash table/
112 delete (icu::Locale *) obj;
136 gLocaleCache = new Locale[(int)eMAX_LOCALES];
142 gLocaleCache[eROOT] = Locale("");
143 gLocaleCache[eENGLISH] = Locale("en");
144 gLocaleCache[eFRENCH] = Locale("fr");
145 gLocaleCache[eGERMAN] = Locale("de");
146 gLocaleCache[eITALIAN] = Locale("i
266 Locale::Locale() function in class:Locale
277 Locale::Locale(Locale::ELocaleType) function in class:Locale
284 Locale::Locale( const char * newLanguage, function in class:Locale
421 Locale::Locale(const Locale &other) function in class:Locale
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Ddls.h198 MIDILOCALE Locale; /* Intended MIDI locale of this instrument */ member in struct:_INSTHEADER
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h544 Locale, member in class:XFA_Attribute
849 Locale, member in class:XFA_Element
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 334 milliseconds