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