Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/cintltst/
Dcloctst.c2144 int32_t displayKeywordLen = 0; in TestDisplayKeywords() local
2154displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
2157 displayKeywordLen++; /* for null termination */ in TestDisplayKeywords()
2158 displayKeyword = (UChar*) malloc(displayKeywordLen * U_SIZEOF_UCHAR); in TestDisplayKeywords()
2159displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
2164 if(u_strncmp(displayKeyword, testCases[i].displayKeyword, displayKeywordLen)!=0){ in TestDisplayKeywords()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2145 int32_t displayKeywordLen = 0; in TestDisplayKeywords() local
2155displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
2158 displayKeywordLen++; /* for null termination */ in TestDisplayKeywords()
2159 displayKeyword = (UChar*) malloc(displayKeywordLen * U_SIZEOF_UCHAR); in TestDisplayKeywords()
2160displayKeywordLen = uloc_getDisplayKeyword(keyword, testCases[i].displayLocale, displayKeyword, di… in TestDisplayKeywords()
2165 if(u_strncmp(displayKeyword, testCases[i].displayKeyword, displayKeywordLen)!=0){ in TestDisplayKeywords()