Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcloctst.c1966 int32_t displayKeywordValueLen = 0; in TestDisplayKeywordValues() local
1977displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues()
1980 displayKeywordValueLen++; /* for null termination */ in TestDisplayKeywordValues()
1981 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
1982displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues()
1987 … if(u_strncmp(displayKeywordValue, testCases[i].displayKeywordValue, displayKeywordValueLen)!=0){ in TestDisplayKeywordValues()
2017 int32_t displayKeywordValueLen = 0; in TestDisplayKeywordValues() local
2026displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeyw… in TestDisplayKeywordValues()
2029 displayKeywordValueLen++; /* for null termination */ in TestDisplayKeywordValues()
2030 displayKeywordValue = (UChar*)malloc(displayKeywordValueLen * U_SIZEOF_UCHAR); in TestDisplayKeywordValues()
[all …]