Home | History | Annotate | Download | only in common

Lines Matching refs:strs

2187     char **strs;
2291 strs = uprv_malloc((size_t)(sizeof(strs[0])*n));
2293 if (strs == NULL) {
2302 strs[i]=j[i].locale;
2305 (const char**)strs, n, availableLocales, status);
2307 uprv_free(strs[i]);
2309 uprv_free(strs);