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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2189 UChar displayKeywordValue[500]; member in struct:__anon12222
2225 UChar *displayKeywordValue = NULL; local
2236 /* fetch the displayKeywordValue */
2237 displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKeywordValueLen, &status);
2241 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR);
2242 displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKeywordValueLen, &status);
2247 if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){
2258 free(displayKeywordValue);
2280 UChar *displayKeywordValue local
2321 UChar *displayKeywordValue = NULL; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c2190 UChar displayKeywordValue[500]; member in struct:__anon22022
2226 UChar *displayKeywordValue = NULL; local
2237 /* fetch the displayKeywordValue */
2238 displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKeywordValueLen, &status);
2242 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR);
2243 displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].displayLocale, displayKeywordValue, displayKeywordValueLen, &status);
2248 if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){
2259 free(displayKeywordValue);
2281 UChar *displayKeywordValue local
2322 UChar *displayKeywordValue = NULL; local
[all...]

Completed in 328 milliseconds