Searched refs:locid (Results 1 - 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
H A D | uresimp.h | 157 * @param locid The requested locale 168 const char *path, const char *resName, const char *keyword, const char *locid,
|
H A D | locid.cpp | 7 * File locid.cpp 33 #include "unicode/locid.h" 893 Locale::getLocale(int locid) argument 896 U_ASSERT((locid < eMAX_LOCALES)&&(locid>=0)); 900 locid = 0; 902 return localeCache[locid]; /*operating on NULL*/
|
H A D | Android.mk | 127 locid.cpp \
|
H A D | uresbund.cpp | 2527 const char *path, const char *resName, const char *keyword, const char *locid, 2542 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus); 2546 uloc_getBaseName(locid, base, 1024-1,&subStatus); 2549 locid, keyword, kwVal, base, u_errorName(subStatus)); 2526 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) argument
|
/external/icu/icu4c/source/common/unicode/ |
H A D | locid.h | 9 * File locid.h 755 static const Locale &getLocale(int locid);
|
/external/icu/icu4c/source/i18n/ |
H A D | calendar.cpp | 256 static ECalType getCalendarTypeForLocale(const char *locid) { argument 265 int32_t canonicalLen = uloc_canonicalize(locid, canonicalName, sizeof(canonicalName) - 1, &status); 291 uloc_addLikelySubtags(locid, fullLoc, sizeof(fullLoc) - 1, &status);
|
Completed in 1728 milliseconds