Searched refs:defcoll (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ucol_res.cpp | 483 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY); in ucol_getKeywordValuesForLocale() local 489 ures_getUTF8String(&defres, defcoll, &defcollLength, TRUE, status); in ucol_getKeywordValuesForLocale() 497 u_UCharsToChars(defString, defcoll, defcollLength+1); in ucol_getKeywordValuesForLocale() 503 ulist_addItemBeginList(results, defcoll, TRUE, status); in ucol_getKeywordValuesForLocale()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_res.cpp | 855 char *defcoll = (char *)uprv_malloc(sizeof(char) * ULOC_KEYWORDS_CAPACITY); in ucol_getKeywordValuesForLocale() local 861 ures_getUTF8String(&defres, defcoll, &defcollLength, TRUE, status); in ucol_getKeywordValuesForLocale() 869 u_UCharsToChars(defString, defcoll, defcollLength+1); in ucol_getKeywordValuesForLocale() 875 ulist_addItemBeginList(results, defcoll, TRUE, status); in ucol_getKeywordValuesForLocale()
|