Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/stlport/stlport/stl/
D_locale.h47 class locale; variable
72 # define locale _STLP_NO_MEM_T_NAME(loc) macro
86 friend class locale; variable
125 locale(const locale& __loc, _Facet* __f) { in locale() function
216 locale() _STLP_NOTHROW { in locale() function
221 locale(const locale& __loc) _STLP_NOTHROW : _Locale(__loc) {} in locale() function
222 explicit locale(const char *__str) : _Locale(__str) {} in locale() function
223 locale(const locale& __loc, const char* __str, category __cat) in locale() function
227 locale(const locale& __loc, _Facet* __f) in locale() function
236 locale(_Locale_impl* __impl) : _Locale(__impl) {} in locale() function
[all …]
/external/srec/srec/Vocabulary/src/
DVocabulary.c25 ESR_ReturnCode SR_VocabularyCreate(ESR_Locale locale, SR_Vocabulary** self) in SR_VocabularyCreate()
75 ESR_ReturnCode SR_VocabularyGetLanguage(SR_Vocabulary* self, ESR_Locale* locale) in SR_VocabularyGetLanguage()
111 static ESR_ReturnCode getTable(ESR_Locale locale, const LCHAR* m[]) in getTable()
211 ESR_ReturnCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* single, LCHAR* m… in SR_Vocabulary_etiinf_conv_multichar()
226 ESR_ReturnCode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* multi, LCHA… in SR_Vocabulary_etiinf_conv_from_multichar()
/external/icu4c/io/
Dufile.c47 const char *locale, in finit_owner()
116 const char *locale, in u_finit()
124 const char *locale, in u_fadopt()
133 const char *locale, in u_fopen()
156 const char *locale) in u_fstropen()
263 const char *locale) in u_fsetlocale()
/external/srec/shared/src/
DESR_Locale.c26 LCHAR* ESR_locale2str(const ESR_Locale locale) in ESR_locale2str()
43 ESR_ReturnCode ESR_str2locale(const LCHAR* str, ESR_Locale* locale) in ESR_str2locale()
/external/chromium/third_party/icu/source/common/
Dservls.cpp50 ICULocaleService::get(const Locale& locale, UErrorCode& status) const in get() argument
56 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const in get() argument
62 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const in get() argument
68 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status)… in get() argument
100 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, in registerInstance()
110 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) in registerInstance()
116 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorC… in registerInstance()
122 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t… in registerInstance()
Dunistr_case.cpp95 const char *locale, in caseMap()
185 UnicodeString::toLower(const Locale &locale) { in toLower()
195 UnicodeString::toUpper(const Locale &locale) { in toUpper()
207 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale) { in toTitle()
212 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) { in toTitle()
Dresbund_cnv.cpp26 const Locale& locale, in ResourceBundle()
42 const Locale& locale, in constructForLocale()
Dservslkf.cpp34 const UnicodeString& locale, in SimpleLocaleKeyFactory()
45 const Locale& locale, in SimpleLocaleKeyFactory()
/external/icu4c/common/
Dservls.cpp50 ICULocaleService::get(const Locale& locale, UErrorCode& status) const in get() argument
56 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const in get() argument
62 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const in get() argument
68 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status)… in get() argument
100 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, in registerInstance()
110 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) in registerInstance()
116 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorC… in registerInstance()
122 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t… in registerInstance()
Dunistr_case.cpp94 const char *locale, in caseMap()
184 UnicodeString::toLower(const Locale &locale) { in toLower()
194 UnicodeString::toUpper(const Locale &locale) { in toUpper()
206 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale) { in toTitle()
211 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) { in toTitle()
Dresbund_cnv.cpp26 const Locale& locale, in ResourceBundle()
42 const Locale& locale, in constructForLocale()
Dlocdispnames.cpp294 _getStringOrCopyKey(const char *path, const char *locale, in _getStringOrCopyKey()
348 _getDisplayNameForComponent(const char *locale, in _getDisplayNameForComponent()
389 uloc_getDisplayLanguage(const char *locale, in uloc_getDisplayLanguage()
398 uloc_getDisplayScript(const char* locale, in uloc_getDisplayScript()
408 uloc_getDisplayCountry(const char *locale, in uloc_getDisplayCountry()
422 uloc_getDisplayVariant(const char *locale, in uloc_getDisplayVariant()
431 uloc_getDisplayName(const char *locale, in uloc_getDisplayName()
739 uloc_getDisplayKeywordValue( const char* locale, in uloc_getDisplayKeywordValue()
Dservslkf.cpp34 const UnicodeString& locale, in SimpleLocaleKeyFactory()
45 const Locale& locale, in SimpleLocaleKeyFactory()
/external/chromium/base/
Dsys_string_conversions_unittest.cc81 explicit ScopedSetLocale(const char* locale) { in ScopedSetLocale()
97 ScopedSetLocale locale("en_US.utf-8"); in TEST() local
128 ScopedSetLocale locale("en_US.utf-8"); in TEST() local
182 ScopedSetLocale locale("en_US.utf-8"); in TEST() local
/external/stlport/src/
Dlocale.cpp39 # define locale _STLP_NO_MEM_T_NAME(loc) macro
118 locale::locale() _STLP_NOTHROW in locale() function in locale
123 locale::locale(const locale& L) _STLP_NOTHROW in locale() function in locale
132 locale::locale( _Locale_impl* impl ) : in locale() function in locale
137 locale::locale(const char* name) in locale() function in locale
246 locale::locale(const locale& L, const char* name, locale::category c) in locale() function in locale
295 locale::locale(const locale& L1, const locale& L2, category c) in locale() function in locale
/external/chromium/third_party/icu/source/io/
Dufile.c47 const char *locale, in u_finit()
112 const char *locale, in u_fopen()
138 const char *locale) in u_fstropen()
243 const char *locale) in u_fsetlocale()
/external/chromium/third_party/icu/source/test/perf/ubrkperf/
Dubrkperf.h23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUBreakFunction()
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUIsBound()
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUForward()
/external/icu4c/test/perf/ubrkperf/
Dubrkperf.h23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUBreakFunction()
59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUIsBound()
86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUForward()
/external/srec/srec/Vocabulary/include/
DSR_VocabularyImpl.h52 ESR_Locale locale; member
114 #define TTP_LANG(locale) locale == ESR_LOCALE_EN_US ? L("enu") : \ argument
/external/chromium/third_party/icu/source/i18n/
Dumsg.cpp38 u_formatMessage(const char *locale, in u_formatMessage()
60 u_vformatMessage( const char *locale, in u_vformatMessage()
77 u_formatMessageWithError(const char *locale, in u_formatMessageWithError()
100 u_vformatMessageWithError( const char *locale, in u_vformatMessageWithError()
123 u_parseMessage( const char *locale, in u_parseMessage()
143 u_vparseMessage(const char *locale, in u_vparseMessage()
159 u_parseMessageWithError(const char *locale, in u_parseMessageWithError()
180 u_vparseMessageWithError(const char *locale, in u_vparseMessageWithError()
205 const char *locale, in umsg_open()
272 umsg_setLocale(UMessageFormat *fmt, const char* locale) in umsg_setLocale()
/external/icu4c/i18n/
Dumsg.cpp38 u_formatMessage(const char *locale, in u_formatMessage()
60 u_vformatMessage( const char *locale, in u_vformatMessage()
77 u_formatMessageWithError(const char *locale, in u_formatMessageWithError()
100 u_vformatMessageWithError( const char *locale, in u_vformatMessageWithError()
123 u_parseMessage( const char *locale, in u_parseMessage()
143 u_vparseMessage(const char *locale, in u_vparseMessage()
159 u_parseMessageWithError(const char *locale, in u_parseMessageWithError()
180 u_vparseMessageWithError(const char *locale, in u_vparseMessageWithError()
205 const char *locale, in umsg_open()
272 umsg_setLocale(UMessageFormat *fmt, const char* locale) in umsg_setLocale()
Dlocdspnm.cpp60 Locale locale; member in ICUDataTable
89 ICUDataTable::ICUDataTable(const char* path, const Locale& locale) in ICUDataTable()
267 Locale locale; member in LocaleDisplayNamesImpl
352 LocaleDisplayNamesImpl::localeDisplayName(const Locale& locale, in localeDisplayName()
516 LocaleDisplayNames::createInstance(const Locale& locale, in createInstance()
528 uldn_open(const char * locale, in uldn_open()
563 const char *locale, in uldn_localeDisplayName()
/external/icu4c/samples/legacy/
Doldcol.cpp28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, i… in getSortKey_legacy()
58 void initCollator_legacy(const char *locale) { in initCollator_legacy()
Dnewcol.cpp27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, … in getSortKey_current()
57 void initCollator_current(const char *locale) { in initCollator_current()
/external/icu4c/i18n/unicode/
Dlocdspnm.h183 inline LocaleDisplayNames* LocaleDisplayNames::createInstance(const Locale& locale) { in createInstance()

12345678910>>...12