Searched refs:stds (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp201 const char **stds; local
244 stds = (const char **) uprv_malloc(num_stds * sizeof(*stds));
245 if (!stds) {
255 stds[s] = ucnv_getStandard(s, &err);
257 printf("%s ", stds[s]);
320 UEnumeration *nameEnum = ucnv_openStandardNames(name, stds[s], &err);
334 printf(" %s%s", stds[s], (isFirst ? "*" : ""));
360 uprv_free(stds);
366 uprv_free(stds);
[all...]

Completed in 82 milliseconds