Searched refs:toLocaleBund (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 619 UResourceBundle *toLocaleBund = ures_open(NULL, toLocale, &errorCode); in compareConsistentCountryInfo() local 629 toCalendar = ures_getByKey(toLocaleBund, "calendar", NULL, &errorCode); in compareConsistentCountryInfo() 633 toArray = ures_getByKey(toLocaleBund, "CurrencyElements", NULL, &errorCode); in compareConsistentCountryInfo() 643 toArray = ures_getByKey(toLocaleBund, "NumberPatterns", NULL, &errorCode); in compareConsistentCountryInfo() 662 toArray = ures_getByKey(toLocaleBund, "NumberElements", NULL, &errorCode); in compareConsistentCountryInfo() 677 ures_close(toLocaleBund); in compareConsistentCountryInfo()
|