Home | History | Annotate | Download | only in i18n

Lines Matching full:currencyreq

435                 UResourceBundle *currencyReq = ures_getByIndex(countryArray, 0, NULL, &localStatus);
436 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
447 currencyReq = ures_getByIndex(countryArray, 1, currencyReq, &localStatus);
448 s = ures_getStringByKey(currencyReq, "id", &resLen, &localStatus);
455 ures_close(currencyReq);