Searched defs:Locale (Results 1 - 5 of 5) 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/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/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 282 milliseconds