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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c715 int32_t maxresultsize; local
741 maxresultsize=0;
742 maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status);
746 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
747 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
757 maxresultsize=0;
758 maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status);
762 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize
[all...]
/external/icu4c/test/cintltst/
H A Dcloctst.c859 int32_t maxresultsize; local
885 maxresultsize=0;
886 maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status);
890 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
891 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
901 maxresultsize=0;
902 maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status);
906 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize
[all...]

Completed in 52 milliseconds