/external/icu4c/test/cintltst/ |
cloctst.c | 250 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */ 263 cap=uloc_getLanguage(testLocale, NULL, 0, &status); 267 uloc_getLanguage(testLocale, temp, cap+1, &status); 270 log_err("ERROR: in uloc_getLanguage %s\n", myErrorName(status)); 424 "uloc_getLanguage()", 455 len = uloc_getLanguage(loc, buf, PREFIXBUFSIZ, &err); [all...] |
cldrtest.c | 469 uloc_getLanguage(localeName, langName, sizeof(langName), &status); 470 uloc_getLanguage(lcidStringC, langLCID, sizeof(langLCID), &status); [all...] |
/external/icu4c/common/ |
ucase.h | 47 * checking for language codes as if uloc_getLanguage() were called:
|
ucasemap.c | 91 length=uloc_getLanguage(locale, csm->locale, (int32_t)sizeof(csm->locale), pErrorCode);
|
ucase.c | 536 * checking for language codes as if uloc_getLanguage() were called: 551 * This function used to use uloc_getLanguage(), but the current code [all...] |
locdispnames.cpp | 394 uloc_getLanguage, _kLanguages, pErrorCode);
|
loclikely.cpp | 213 uloc_getLanguage( [all...] |
uloc.c | [all...] |
uloc_tag.c | 933 len = uloc_getLanguage(localeID, buf, sizeof(buf), &tmpStatus); [all...] |
/external/icu4c/common/unicode/ |
uloc.h | 107 * <code>uloc_getLanguage</code> to get the ISO Language Code. You can 405 uloc_getLanguage(const char* localeID, [all...] |
urename.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uloc.h | 107 * <code>uloc_getLanguage</code> to get the ISO Language Code. You can 388 uloc_getLanguage(const char* localeID, [all...] |
urename.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
uloc.h | 107 * <code>uloc_getLanguage</code> to get the ISO Language Code. You can 388 uloc_getLanguage(const char* localeID, [all...] |
urename.h | [all...] |
/external/chromium/chrome/browser/chromeos/input_method/ |
input_method_util.cc | 433 uloc_getLanguage(copied_language_code.c_str(),
|
/external/icu4c/i18n/ |
ucol_sit.cpp | 579 elementSize = uloc_getLanguage(locBuff, tempbuff, internalBufferSize, status);
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | [all...] |