Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c1378 const char *isoCode, *structISOCode; in TestCurrencyList() local
1394 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()