Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2286 int32_t displayKeywordValueLen = 0; in TestDisplayKeywordValues() local
2297displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues()
2300 displayKeywordValueLen++; /* for null termination */ in TestDisplayKeywordValues()
2301 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
2302displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues()
2307 … if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){ in TestDisplayKeywordValues()
2341 int32_t displayKeywordValueLen = 0; in TestDisplayKeywordValues() local
2350displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeyw… in TestDisplayKeywordValues()
2353 displayKeywordValueLen++; /* for null termination */ in TestDisplayKeywordValues()
2354 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
[all …]