Home
last modified time | relevance | path

Searched refs:displayKeywordValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
Dcloctst.c2189 UChar displayKeywordValue[500]; in TestDisplayKeywordValues() member
2225 UChar *displayKeywordValue = NULL; in TestDisplayKeywordValues() local
2237 …dValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
2241 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
2242 …dValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
2247 … if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){ in TestDisplayKeywordValues()
2258 free(displayKeywordValue); in TestDisplayKeywordValues()
2280 UChar *displayKeywordValue = NULL; in TestDisplayKeywordValues() local
2290 …en = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
2294 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2190 UChar displayKeywordValue[500]; in TestDisplayKeywordValues() member
2226 UChar *displayKeywordValue = NULL; in TestDisplayKeywordValues() local
2238 …dValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
2242 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
2243 …dValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
2248 … if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){ in TestDisplayKeywordValues()
2259 free(displayKeywordValue); in TestDisplayKeywordValues()
2281 UChar *displayKeywordValue = NULL; in TestDisplayKeywordValues() local
2291 …en = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
2295 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
[all …]