Searched refs:uloc_getName (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duloc.h189 * As a result, uloc_getName() is far from a no-op, and will have the
192 * Applications should call uloc_getName() at the point where a locale ID
465 uloc_getName(const char* localeID,
H A Durename.h797 #define uloc_getName uloc_getName_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duloc.h189 * As a result, uloc_getName() is far from a no-op, and will have the
192 * Applications should call uloc_getName() at the point where a locale ID
465 uloc_getName(const char* localeID,
H A Durename.h797 #define uloc_getName uloc_getName_3_2 macro
/external/icu4c/common/unicode/
H A Duloc.h189 * As a result, uloc_getName() is far from a no-op, and will have the
192 * Applications should call uloc_getName() at the point where a locale ID
482 uloc_getName(const char* localeID,
H A Durename.h1052 #define uloc_getName U_ICU_ENTRY_POINT_RENAME(uloc_getName) macro
/external/icu4c/common/
H A Dlocid.cpp144 uloc_getName(id, localeNameBuf, sizeof(localeNameBuf)-1, &status);
550 uloc_getName(localeID, fullName, sizeof(fullNameBuffer), &err);
562 uloc_getName(localeID, fullName, length+1, &err);
571 /* after uloc_getName/canonicalize() we know that only '_' are separators */
H A Ducasemap.c87 length=uloc_getName(locale, csm->locale, (int32_t)sizeof(csm->locale), pErrorCode);
H A Duloc.c1617 * This is the code underlying uloc_getName and uloc_canonicalize.
2037 uloc_getName(const char* localeID, function
/external/icu4c/test/cintltst/
H A Dcloctst.c250 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
304 cap=uloc_getName(testLocale, NULL, 0, &status);
308 uloc_getName(testLocale, name, cap+1, &status);
310 log_err("ERROR: in uloc_getName(%s,NULL,0,..), expected U_BUFFER_OVERFLOW_ERROR!\n", testLocale);
313 log_err("ERROR: in uloc_getName %s\n", myErrorName(status));
429 "uloc_getName()",
471 len = uloc_getName(loc, buf, PREFIXBUFSIZ, &err);
1665 resultLen = uloc_getName(testCases[i].localeID, buffer, 256, &status);
1667 log_err("Expected uloc_getName(\"%s\") => \"%s\"; got \"%s\"\n",
1885 return uloc_getName(localeI
[all...]
/external/icu4c/i18n/
H A Ducurr.cpp556 uloc_getName(locale, loc, sizeof(loc), &ec2);
639 uloc_getName(locale, loc, sizeof(loc), &ec2);
839 uloc_getName(locale, loc, sizeof(loc), &ec2);
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h797 #define uloc_getName uloc_getName_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h797 #define uloc_getName uloc_getName_3_2 macro

Completed in 464 milliseconds