Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c878 int32_t maxresultsize; in doTestDisplayNames() local
904 maxresultsize=0; in doTestDisplayNames()
905maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
909 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
910 … uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status); in doTestDisplayNames()
920 maxresultsize=0; in doTestDisplayNames()
921maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status); in doTestDisplayNames()
925 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1)); in doTestDisplayNames()
926 … uloc_getDisplayScript(testLocale, displayLocale, testScript, maxresultsize + 1, &status); in doTestDisplayNames()
936 maxresultsize=0; in doTestDisplayNames()
[all …]