Home | History | Annotate | Download | only in common

Lines Matching defs:strs

2286     char **strs;
2390 strs = static_cast<char **>(uprv_malloc((size_t)(sizeof(strs[0])*n)));
2392 if (strs == NULL) {
2401 strs[i]=j[i].locale;
2404 (const char**)strs, n, availableLocales, status);
2406 uprv_free(strs[i]);
2408 uprv_free(strs);