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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c862 int32_t maxresultsize; local
888 maxresultsize=0;
889 maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status);
893 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
894 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
904 maxresultsize=0;
905 maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status);
909 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c862 int32_t maxresultsize; local
888 maxresultsize=0;
889 maxresultsize=uloc_getDisplayLanguage(testLocale, displayLocale, NULL, maxresultsize, &status);
893 testLang=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
894 uloc_getDisplayLanguage(testLocale, displayLocale, testLang, maxresultsize + 1, &status);
904 maxresultsize=0;
905 maxresultsize=uloc_getDisplayScript(testLocale, displayLocale, NULL, maxresultsize, &status);
909 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize
[all...]

Completed in 45 milliseconds