Searched refs:LocaleBased (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/
H A Dlocbased.h18 * Macro to declare a locale LocaleBased wrapper object for the given
23 LocaleBased varname((objname).validLocale, (objname).actualLocale);
34 class U_COMMON_API LocaleBased : public UMemory { class in inherits:UMemory
39 * Construct a LocaleBased wrapper around the two pointers. These
42 inline LocaleBased(char* validAlias, char* actualAlias);
45 * Construct a LocaleBased wrapper around the two const pointers.
48 inline LocaleBased(const char* validAlias, const char* actualAlias);
85 inline LocaleBased::LocaleBased(char* validAlias, char* actualAlias) : function in class:LocaleBased
89 inline LocaleBased function in class:LocaleBased
[all...]
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const {
21 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const {
37 void LocaleBased::setLocaleIDs(const char* validID, const char* actualID) {
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1305 #define LocaleBased LocaleBased_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1305 #define LocaleBased LocaleBased_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1305 #define LocaleBased LocaleBased_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1305 #define LocaleBased LocaleBased_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2022 #define LocaleBased U_ICU_ENTRY_POINT_RENAME(LocaleBased) macro

Completed in 157 milliseconds