Searched refs:structISOCode (Results 1 – 1 of 1) sorted by relevance
1378 const char *isoCode, *structISOCode; in TestCurrencyList() local1394 structISOCode = ures_getKey(subBundle); in TestCurrencyList()1396 if (strcmp(structISOCode, isoCode) != 0) { in TestCurrencyList()1397 … log_err("First difference found at structLocale(%s) and ISO4217(%s).\n", structISOCode, isoCode); in TestCurrencyList()