Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c1001 int32_t maxresultsize; in doTestDisplayNames() local
1027 maxresultsize=0; in doTestDisplayNames()
1028maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1032 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
1033 … uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()
1043 maxresultsize=0; in doTestDisplayNames()
1044maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
1048 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
1049 … uloc_getDisplayScript(testLocale, displayLocale, testScript, maxresultsize + 1, &status); in doTestDisplayNames()
1059 maxresultsize=0; in doTestDisplayNames()
[all …]