HomeSort by relevance Sort by last modified time
    Searched refs:uloc_getName (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/common/
locid.cpp 187 uloc_getName(id, localeNameBuf, sizeof(localeNameBuf)-1, &status);
524 uloc_getName(localeID, fullName, sizeof(fullNameBuffer), &err);
536 uloc_getName(localeID, fullName, length+1, &err);
545 /* after uloc_getName/canonicalize() we know that only '_' are separators */
ucurr.cpp 720 uloc_getName(locale, loc, sizeof(loc), &ec2);
794 uloc_getName(locale, loc, sizeof(loc), &ec2);
982 uloc_getName(locale, loc, sizeof(loc), &ec2);
    [all...]
ucasemap.cpp 106 int32_t length=uloc_getName(locale, csm->locale, (int32_t)sizeof(csm->locale), pErrorCode);
uloc.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
uloc.h 191 * As a result, uloc_getName() is far from a no-op, and will have the
194 * Applications should call uloc_getName() at the point where a locale ID
489 uloc_getName(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 267 /* testing uloc(), uloc_getName(), uloc_getLanguage(), uloc_getVariant(), uloc_getCountry() */
321 cap=uloc_getName(testLocale, NULL, 0, &status);
325 uloc_getName(testLocale, name, cap+1, &status);
327 log_err("ERROR: in uloc_getName(%s,NULL,0,..), expected U_BUFFER_OVERFLOW_ERROR!\n", testLocale);
330 log_err("ERROR: in uloc_getName %s\n", myErrorName(status));
447 "uloc_getName()",
489 len = uloc_getName(loc, buf, PREFIXBUFSIZ, &err);
    [all...]

Completed in 329 milliseconds