Home | History | Annotate | Download | only in i18n

Lines Matching full:currencyres

1857                     UResourceBundle *currencyRes = ures_getByIndex(currencyArray, j, NULL, &localStatus);
1866 UResourceBundle *idRes = ures_getByKey(currencyRes, "id", NULL, &localStatus);
1874 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
1888 UResourceBundle *toRes = ures_getByKey(currencyRes, "to", NULL, &localStatus);
1900 ures_close(currencyRes);
2038 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus);
2042 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
2049 if (ures_getSize(currencyRes)> 2)
2052 UResourceBundle *toRes = ures_getByKey(currencyRes, "to", NULL, &localStatus);
2075 ures_close(currencyRes);
2161 UResourceBundle *currencyRes = ures_getByIndex(countryArray, i, NULL, &localStatus);
2162 s = ures_getStringByKey(currencyRes, "id", &resLen, &localStatus);
2166 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
2173 if (ures_getSize(currencyRes)> 2)
2176 UResourceBundle *toRes = ures_getByKey(currencyRes, "to", NULL, &localStatus);
2207 currencyRes);