Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c2399 int32_t displayKeywordValueLen = 0; in TestDisplayKeywordValues() local
2410displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues()
2413 displayKeywordValueLen++; /* for null termination */ in TestDisplayKeywordValues()
2414 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
2415displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues()
2420 … if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){ in TestDisplayKeywordValues()
2454 int32_t displayKeywordValueLen = 0; in TestDisplayKeywordValues() local
2463displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeyw… in TestDisplayKeywordValues()
2466 displayKeywordValueLen++; /* for null termination */ in TestDisplayKeywordValues()
2467 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
[all …]