Home | History | Annotate | Download | only in cintltst

Lines Matching refs:currencies

1374     UResourceBundle *currencies = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode);
1379 currencies = ures_getByKey(currencies, "Currencies", currencies, &errorCode);
1381 structLocaleCount = ures_getSize(currencies);
1385 ures_resetIterator(currencies);
1386 while ((isoCode = uenum_next(en, NULL, &errorCode)) != NULL && ures_hasNext(currencies)) {
1387 subBundle = ures_getNextResource(currencies, NULL, &errorCode);
1397 ures_close(currencies);