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

  /external/icu4c/common/
locdispnames.cpp 442 char keywordValue[256];
612 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, 256, pErrorCode);
747 char keywordValue[ULOC_FULLNAME_CAPACITY*4];
762 keywordValue[0]=0;
763 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status);
776 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
806 u_charsToUChars(keywordValue, dest, keywordValueLen);
819 keywordValue,
820 keywordValue,
uloc.c     [all...]
locid.cpp 1067 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status)
1069 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
  /external/chromium/third_party/icu/source/common/
uloc.c     [all...]
  /external/icu4c/common/unicode/
locid.h 454 * @param keywordValue value of the keyword to be set. If 0-length or
461 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
uloc.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uloc.h     [all...]
  /external/webkit/WebCore/icu/unicode/
uloc.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
uloc.h     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
callcoll.c     [all...]
  /external/icu4c/test/cintltst/
callcoll.c     [all...]

Completed in 838 milliseconds