Searched refs:fromLocaleBund (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 618 UResourceBundle *fromLocaleBund = ures_open(NULL, fromLocale, &errorCode); in compareConsistentCountryInfo() local 626 fromCalendar = ures_getByKey(fromLocaleBund, "calendar", NULL, &errorCode); in compareConsistentCountryInfo() 632 fromArray = ures_getByKey(fromLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo() 642 fromArray = ures_getByKey(fromLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo() 661 fromArray = ures_getByKey(fromLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo() 676 ures_close(fromLocaleBund); in compareConsistentCountryInfo()
|