Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcloctst.c1929 UChar displayKeywordValue[500]; in TestDisplayKeywordValues() member
1965 UChar *displayKeywordValue = NULL; in TestDisplayKeywordValues() local
1977 …dValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
1981 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
1982 …dValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
1987 … if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){ in TestDisplayKeywordValues()
1994 free(displayKeywordValue); in TestDisplayKeywordValues()
2016 UChar *displayKeywordValue = NULL; in TestDisplayKeywordValues() local
2026 …en = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeywordValue, displayKey… in TestDisplayKeywordValues()
2030 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
[all …]