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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 711 static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* keyword, const Locale& locale,
    [all...]
calendar.h 385 static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* key,
    [all...]
  /external/icu4c/i18n/unicode/
coll.h     [all...]
calendar.h 416 static StringEnumeration* U_EXPORT2 getKeywordValuesForLocale(const char* key,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 811 Collator::getKeywordValuesForLocale(const char* key, const Locale& locale,
calendar.cpp 962 Calendar::getKeywordValuesForLocale(const char* key,
    [all...]
  /external/icu4c/i18n/
coll.cpp 841 Collator::getKeywordValuesForLocale(const char* key, const Locale& locale,
calendar.cpp 1012 Calendar::getKeywordValuesForLocale(const char* key,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 118 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success);
    [all...]
caltest.cpp 509 StringEnumeration *en = Calendar::getKeywordValuesForLocale(NULL, Locale::getDefault(),FALSE, status);
511 dataerrln("FAIL: getKeywordValuesForLocale for Calendar. : %s", u_errorName(status));
    [all...]