Home | History | Annotate | Download | only in cintltst

Lines Matching full:capacity

2727         int32_t capacity = 256;
2733 uloc_getDisplayName(oldLoc, ULOC_US, name1, capacity, &status);
2738 uloc_getDisplayName(newLoc, ULOC_US, name2, capacity, &status);
2810 int32_t capacity = 256;
2822 int32_t oldCountryLen = uloc_getDisplayCountry(oldLoc,dispLoc, oldCountry, capacity, &status);
2823 int32_t newCountryLen = uloc_getDisplayCountry(newLoc, dispLoc, newCountry, capacity, &status);
2824 int32_t oldLangLen = uloc_getDisplayLanguage(oldLoc, dispLoc, oldLang, capacity, &status);
2825 int32_t newLangLen = uloc_getDisplayLanguage(newLoc, dispLoc, newLang, capacity, &status );
2827 int32_t countryLen = uloc_getCountry(newLoc, country, capacity, &status);
2828 int32_t langLen = uloc_getLanguage(newLoc, language, capacity, &status);