Searched refs:displayKeyword (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2126 UChar displayKeyword[200]; member in struct:__anon12221
2143 UChar *displayKeyword=NULL; local
2153 /* fetch the displayKeyword */
2154 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2158 displayKeyword = (UChar*) malloc(displayKeywordLen * U_SIZEOF_UCHAR);
2159 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2164 if(u_strncmp(displayKeyword, testCases[i].displayKeyword, displayKeywordLen)!=0){
2176 free(displayKeyword);
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2127 UChar displayKeyword[200]; member in struct:__anon22021
2144 UChar *displayKeyword=NULL; local
2154 /* fetch the displayKeyword */
2155 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2159 displayKeyword = (UChar*) malloc(displayKeywordLen * U_SIZEOF_UCHAR);
2160 displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, displayKeywordLen, &status);
2165 if(u_strncmp(displayKeyword, testCases[i].displayKeyword, displayKeywordLen)!=0){
2177 free(displayKeyword);

Completed in 287 milliseconds