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

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DPlatformLocale.h37 class PLATFORM_EXPORT Locale { class in namespace:blink
38 WTF_MAKE_NONCOPYABLE(Locale);
40 static PassOwnPtr<Locale> create(const String& localeIdentifier);
41 static Locale& defaultLocale();
49 // for this Locale locale. The input string must conform to HTML
96 // technical standard 35, Locale Data Markup Language, e.g. "'Week' ww, yyyy"
141 virtual ~Locale();
151 Locale() : m_hasLocaleData(false) { } function in class:blink::Locale
H A DPlatformLocale.cpp48 DateTimeStringBuilder(Locale&, const DateComponents&);
62 Locale& m_localizer;
66 DateTimeStringBuilder::DateTimeStringBuilder(Locale& localizer, const DateComponents& date)
182 Locale& Locale::defaultLocale()
184 static Locale* locale = Locale::create(defaultLanguage()).leakPtr();
189 Locale::~Locale()
193 String Locale
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.h40 typedef icu::Locale Locale; typedef in namespace:i18n::phonenumbers
73 const Locale& language) const;
75 // As per GetDescriptionForValidNumber(PhoneNumber, Locale) but also considers
94 const Locale& language, const string& user_region) const;
96 // As per GetDescriptionForValidNumber(PhoneNumber, Locale) but explicitly
99 const Locale& locale) const;
101 // As per GetDescriptionForValidNumber(PhoneNumber, Locale, String) but
103 const Locale& language, const string& user_region) const;
122 const Locale
[all...]
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp53 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 Locale *locale_set_default_internal(const char *id, UErrorCode& status) {
165 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
167 newDefault = new Locale(Locale::eBOGUS);
198 return Locale
225 Locale::Locale() function in class:Locale
236 Locale::Locale(Locale::ELocaleType) function in class:Locale
243 Locale::Locale( const char * newLanguage, function in class:Locale
381 Locale::Locale(const Locale &other) function in class:Locale
[all...]
/external/icu/icu4c/source/common/
H A Dlocid.cpp53 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 Locale *locale_set_default_internal(const char *id, UErrorCode& status) {
165 Locale *newDefault = (Locale *)uhash_get(gDefaultLocalesHashT, localeNameBuf);
167 newDefault = new Locale(Locale::eBOGUS);
198 return Locale
225 Locale::Locale() function in class:Locale
236 Locale::Locale(Locale::ELocaleType) function in class:Locale
243 Locale::Locale( const char * newLanguage, function in class:Locale
381 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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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 1111 milliseconds