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

/external/icu/icu4c/source/common/unicode/
H A Dlocid.h43 * \brief C++ API: Locale ID object.
52 * A <code>Locale</code> object represents a specific geographical, political,
53 * or cultural region. An operation that requires a <code>Locale</code> to perform
54 * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code>
60 * The Locale class is not suitable for subclassing.
63 * You can create a <code>Locale</code> object using the constructor in
67 * Locale( const char* language,
97 * Because a <code>Locale</code> object is just an identifier for a region,
98 * no validity check is performed when you construct a <code>Locale</code>.
100 * <code>Locale</cod
187 class U_COMMON_API Locale : public UObject { class in inherits:UObject
[all...]
/external/fmtlib/fmt/
H A Dposix.h312 class Locale { class in namespace:fmt
334 FMT_DISALLOW_COPY_AND_ASSIGN(Locale);
339 Locale() : locale_(newlocale(LC_NUMERIC_MASK, "C", FMT_NULL)) { function in class:fmt::Locale
343 ~Locale() { freelocale(locale_); }
/external/icu/icu4c/source/common/
H A Dlocid.cpp55 static Locale *gLocaleCache = NULL;
61 static Locale *gDefaultLocale = NULL;
107 // Deleter function for Locales owned by the default Locale hash table/
111 delete (icu::Locale *) obj;
135 gLocaleCache = new Locale[(int)eMAX_LOCALES];
141 gLocaleCache[eROOT] = Locale("");
142 gLocaleCache[eENGLISH] = Locale("en");
143 gLocaleCache[eFRENCH] = Locale("fr");
144 gLocaleCache[eGERMAN] = Locale("de");
145 gLocaleCache[eITALIAN] = Locale("i
265 Locale::Locale() function in class:Locale
276 Locale::Locale(Locale::ELocaleType) function in class:Locale
283 Locale::Locale( const char * newLanguage, function in class:Locale
420 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.h848 Locale, member in class:XFA_Element
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 435 milliseconds