Lines Matching refs:ures_getByKey
95 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode); in TestKeyInRootRecursive()
626 fromCalendar = ures_getByKey(fromLocaleBund, "calendar", NULL, &errorCode); in compareConsistentCountryInfo()
629 toCalendar = ures_getByKey(toLocaleBund, "calendar", NULL, &errorCode); in compareConsistentCountryInfo()
632 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo()
633 toArray = ures_getByKey(toLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo()
642 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo()
643 toArray = ures_getByKey(toLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo()
661 fromArray = ures_getByKey(fromLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo()
662 toArray = ures_getByKey(toLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo()
975 UResourceBundle* cal = ures_getByKey(currentLocale, "calendar", NULL, &errorCode); in VerifyTranslation()
1389 currencies = ures_getByKey(currencies, "Currencies", currencies, &errorCode); in TestCurrencyList()