Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c873 int32_t maxresultsize; in doTestDisplayNames() local
899 maxresultsize=0; in doTestDisplayNames()
900maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
904 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
905 … uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()
915 maxresultsize=0; in doTestDisplayNames()
916maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
920 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
921 … uloc_getDisplayScript(testLocale, displayLocale, testScript, maxresultsize + 1, &status); in doTestDisplayNames()
931 maxresultsize=0; in doTestDisplayNames()
[all …]