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

  /external/icu/icu4c/source/common/unicode/
uloc.h     [all...]
urename.h     [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 821 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status);
    [all...]
locid.cpp 1028 return uloc_getKeywordValue(fullName, keywordName, buffer, bufLen, &status);
uloc.cpp     [all...]
uloc_tag.c 927 len = uloc_getKeywordValue(localeID, key, buf, sizeof(buf), &tmpStatus);
    [all...]
uresbund.cpp     [all...]
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 240 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &status);
ucol_sit.cpp 466 if(!uloc_getKeywordValue(buffer, "collation", keyBuffer, 256, status)) {
ucurr.cpp 560 if ((resLen = uloc_getKeywordValue(locale, "currency", id, ULOC_FULLNAME_CAPACITY, &localStatus))) {
    [all...]
collationruleparser.cpp 628 length = uloc_getKeywordValue(localeID, "collation",
rulebasedcollator.cpp     [all...]
calendar.cpp 274 calTypeBufLen = uloc_getKeywordValue(canonicalName, "calendar", calTypeBuf, sizeof(calTypeBuf) - 1, &status);
    [all...]
dtptngen.cpp 550 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType, ULOC_KEYWORDS_CAPACITY, &err);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]

Completed in 390 milliseconds