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

/external/icu/icu4c/source/common/unicode/
H A Dlocid.h41 * \brief C++ API: Locale ID object.
50 * A <code>Locale</code> object represents a specific geographical, political,
51 * or cultural region. An operation that requires a <code>Locale</code> to perform
52 * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code>
58 * The Locale class is not suitable for subclassing.
61 * You can create a <code>Locale</code> object using the constructor in
65 * Locale( const char* language,
95 * Because a <code>Locale</code> object is just an identifier for a region,
96 * no validity check is performed when you construct a <code>Locale</code>.
98 * <code>Locale</cod
185 class U_COMMON_API Locale : public UObject { class in inherits:UObject
[all...]
/external/icu/icu4c/source/common/
H A Dlocid.cpp52 static Locale *gLocaleCache = NULL;
58 static Locale *gDefaultLocale = NULL;
98 // Deleter function for Locales owned by the default Locale hash table/
102 delete (icu::Locale *) obj;
126 gLocaleCache = new Locale[(int)eMAX_LOCALES];
132 gLocaleCache[eROOT] = Locale("");
133 gLocaleCache[eENGLISH] = Locale("en");
134 gLocaleCache[eFRENCH] = Locale("fr");
135 gLocaleCache[eGERMAN] = Locale("de");
136 gLocaleCache[eITALIAN] = Locale("i
256 Locale::Locale() function in class:Locale
267 Locale::Locale(Locale::ELocaleType) function in class:Locale
274 Locale::Locale( const char * newLanguage, function in class:Locale
412 Locale::Locale(const Locale &other) function in class:Locale
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dmturk53 Locale = '00000000000000000071', variable
80 "Locale == US",
139 "Locale == US", and "2ARFPLSP75KLA8M8DH1HTEQVJT3SY6 exists".'''
146 if qtid == qual_requirements['Locale']:
/external/sonivox/arm-wt-22k/lib_src/
H A Ddls.h198 MIDILOCALE Locale; /* Intended MIDI locale of this instrument */ member in struct:_INSTHEADER
/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 196 milliseconds