Home | History | Annotate | Download | only in i18n

Lines Matching refs:ures_getByKey

165     UResourceBundle* currencyMeta = ures_getByKey(currencyData, CURRENCY_META, currencyData, &ec);
176 UResourceBundle* rb = ures_getByKey(currencyMeta, myUCharsToChars(buf, currency), NULL, &ec2);
179 rb = ures_getByKey(currencyMeta,DEFAULT_META, NULL, &ec);
433 UResourceBundle *cm = ures_getByKey(rb, CURRENCY_MAP, rb, &localStatus);
434 UResourceBundle *countryArray = ures_getByKey(rb, id, cm, &localStatus);
567 rb = ures_getByKey(rb, CURRENCIES, rb, &ec2);
647 rb = ures_getByKey(rb, CURRENCYPLURALS, rb, &ec2);
752 UResourceBundle* curr = ures_getByKey(rb, CURRENCIES, NULL, &ec2);
782 UResourceBundle* curr_p = ures_getByKey(rb, CURRENCYPLURALS, NULL, &ec3);
862 UResourceBundle* curr = ures_getByKey(rb, CURRENCIES, NULL, &ec2);
932 UResourceBundle* curr_p = ures_getByKey(rb, CURRENCYPLURALS, NULL, &ec3);
1850 UResourceBundle *currencyMapArray = ures_getByKey(rb, CURRENCY_MAP, rb, &localStatus);
1870 UResourceBundle *idRes = ures_getByKey(currencyRes, "id", NULL, &localStatus);
1878 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
1892 UResourceBundle *toRes = ures_getByKey(currencyRes, "to", NULL, &localStatus);
2031 UResourceBundle *cm = ures_getByKey(rb, CURRENCY_MAP, rb, &localStatus);
2034 UResourceBundle *countryArray = ures_getByKey(rb, id, cm, &localStatus);
2046 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
2056 UResourceBundle *toRes = ures_getByKey(currencyRes, "to", NULL, &localStatus);
2146 UResourceBundle *cm = ures_getByKey(rb, CURRENCY_MAP, rb, &localStatus);
2149 UResourceBundle *countryArray = ures_getByKey(rb, id, cm, &localStatus);
2170 UResourceBundle *fromRes = ures_getByKey(currencyRes, "from", NULL, &localStatus);
2180 UResourceBundle *toRes = ures_getByKey(currencyRes, "to", NULL, &localStatus);
2303 ures_getByKey(bundle, "CurrencyMap", bundle, status);
2323 ures_getByKey(bundle, region, &regbndl, status);
2360 ures_getByKey(&curbndl, "to", &to, status);
2428 ures_getByKey(bundle, "codeMap", bundle, &status);
2433 ures_getByKey(bundle, alphaCode, bundle, &status);