Home | History | Annotate | Download | only in cintltst

Lines Matching refs:currencies

1373     UResourceBundle *currencies = ures_openDirect(loadTestData(&errorCode), "structLocale", &errorCode);
1378 currencies = ures_getByKey(currencies, "Currencies", currencies, &errorCode);
1380 structLocaleCount = ures_getSize(currencies);
1384 ures_resetIterator(currencies);
1385 while ((isoCode = uenum_next(en, NULL, &errorCode)) != NULL && ures_hasNext(currencies)) {
1386 subBundle = ures_getNextResource(currencies, NULL, &errorCode);
1396 ures_close(currencies);