Home | History | Annotate | Download | only in uconv

Lines Matching defs:alias

302                 const char *alias = ucnv_getAlias(name, a, &err);
312 /* Print the current alias so that it looks right. */
314 alias,
329 /* See if this alias is supported by this standard. */
330 if (!strcmp(standardName, alias)) {