Home | History | Annotate | Download | only in common

Lines Matching refs:strs

2293     char **strs;
2397 strs = static_cast<char **>(uprv_malloc((size_t)(sizeof(strs[0])*n)));
2399 if (strs == NULL) {
2408 strs[i]=j[i].locale;
2411 (const char**)strs, n, availableLocales, status);
2413 uprv_free(strs[i]);
2415 uprv_free(strs);