Lines Matching defs:strs
2921 char **strs;3025 strs = uprv_malloc((size_t)(sizeof(strs[0])*n));3027 if (strs == NULL) {3036 strs[i]=j[i].locale;3039 (const char**)strs, n, availableLocales, status);3041 uprv_free(strs[i]);3043 uprv_free(strs);