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

  /external/icu4c/common/
locid.cpp 1061 Locale::getKeywordValue(const char* keywordName, char *buffer, int32_t bufLen, UErrorCode &status) const
1063 return uloc_getKeywordValue(fullName, keywordName, buffer, bufLen, &status);
1067 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status)
1069 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
uloc.c 597 * @param keywordName incoming name to be canonicalized
601 static int32_t locale_canonKeywordName(char *buf, const char *keywordName, UErrorCode *status)
604 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName);
614 buf[i] = uprv_tolower(keywordName[i]);
    [all...]
  /external/icu4c/common/unicode/
locid.h 440 * @param keywordName name of the keyword for which we want the value. Case insensitive.
448 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
453 * @param keywordName name of the keyword to be set. Case insensitive.
461 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
uloc.h     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 3256 milliseconds