Searched refs:displayKeywordLen (Results 1 – 1 of 1) sorted by relevance
2317 int32_t displayKeywordLen = 0; in TestDisplayKeywords() local2327 …displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()2330 displayKeywordLen++; /* for null termination */ in TestDisplayKeywords()2331 displayKeyword = (UChar*) malloc(displayKeywordLen * U_SIZEOF_UCHAR); in TestDisplayKeywords()2332 …displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()2337 if(u_strncmp(displayKeyword, testCases[i].displayKeyword, displayKeywordLen)!=0){ in TestDisplayKeywords()