Home
last modified time | relevance | path

Searched refs:ISO_2022_NAMES (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dccapitst.c1189 const char* ISO_2022_NAMES[] = in TestAlias() local
1193 sizeof(ISO_2022_NAMES) / sizeof(ISO_2022_NAMES[0]); in TestAlias()
1306 const char* mapBack = ucnv_getAlias(ISO_2022_NAMES[i], 0, &status); in TestAlias()
1308 log_data_err("Couldn't get alias for %s. You probably have no data\n", ISO_2022_NAMES[i]); in TestAlias()
1311 if (0 != strcmp(mapBack, ISO_2022_NAMES[0])) { in TestAlias()
1313 ISO_2022_NAMES[i], mapBack); in TestAlias()