Home
last modified time | relevance | path

Searched refs:ures_hasNext (Results 1 – 22 of 22) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregion.cpp112 while ( ures_hasNext(worldContainment.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
117 while ( ures_hasNext(groupingContainment.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
122 while ( ures_hasNext(regionCodes.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
148 while ( ures_hasNext(territoryAlias.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
211 while ( ures_hasNext(codeMappings.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
272 while ( ures_hasNext(territoryContainment.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
Dnumsys.cpp270 while ( ures_hasNext(numberingSystemsInfo) ) { in getAvailableNames()
Dzonemeta.cpp645 while (ures_hasNext(rb)) { in createMetazoneMappings()
780 while (U_SUCCESS(status) && ures_hasNext(bundle)) { in initAvailableMetaZoneIDs()
Dreldtfmt.cpp543 while(ures_hasNext(rb) && U_SUCCESS(status)) { // iterate over items in loadDates()
Ducol_res.cpp660 while (U_SUCCESS(*status) && ures_hasNext(&collations)) { in ucol_getKeywordValuesForLocale()
Dtimezone.cpp1581 while (ures_hasNext(mapTimezones) && !found) { in getWindowsID()
1590 while (ures_hasNext(winzone) && !found) { in getWindowsID()
Dcoll.cpp238 while(ures_hasNext(&installed)) { in initAvailableLocaleList()
Ducurr.cpp2579 while (U_SUCCESS(*status) && ures_hasNext(bundle)) { in ucurr_getKeywordValuesForLocale()
2596 while (U_SUCCESS(*status) && ures_hasNext(&regbndl)) { in ucurr_getKeywordValuesForLocale()
Drbnf.cpp812 while (ures_hasNext(ruleSets)) { in RuleBasedNumberFormat()
/external/icu/icu4c/source/common/
Duloc_keytype.cpp138 while (ures_hasNext(keyMapRes.getAlias())) { in initFromResourceBundle()
202 while (ures_hasNext(typeMapResByKey.getAlias())) { in initFromResourceBundle()
302 while (ures_hasNext(typeAliasResByKey.getAlias()) && U_SUCCESS(sts)) { in initFromResourceBundle()
352 while (ures_hasNext(bcpTypeAliasResByKey.getAlias()) && U_SUCCESS(sts)) { in initFromResourceBundle()
Dlocavailable.cpp145 while(ures_hasNext(&installed)) { in loadInstalledLocales()
Dresbund.cpp290 return ures_hasNext(fResource); in hasNext()
Dwintz.c361 while (U_SUCCESS(status) && ures_hasNext(bundle)) { in uprv_detectWindowsTimeZone()
Duresbund.cpp1440 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext() function
2325 if(ures_hasNext(res) && (k = ures_getNextResource(res, &ctx->curr, status))) { in ures_loc_nextLocale()
/external/icu/icu4c/source/common/unicode/
Dures.h567 ures_hasNext(const UResourceBundle *resourceBundle);
Durename.h1482 #define ures_hasNext U_ICU_ENTRY_POINT_RENAME(ures_hasNext) macro
/external/icu/icu4c/source/samples/uresb/
Duresb.c340 while(ures_hasNext(resource)) { in printOutBundle()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp560 while(ures_hasNext(bundle)){ in TestOtherAPI()
573 while(ures_hasNext(rowbundle)){ in TestOtherAPI()
Ditrbnf.cpp192 while (ures_hasNext(ruleSets.getAlias())) { in TestAPI()
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c80 while (ures_hasNext(currentBundle)) { in TestKeyInRootRecursive()
1392 while ((isoCode = uenum_next(en, NULL, &errorCode)) != NULL && ures_hasNext(currencies)) { in TestCurrencyList()
Dcreststn.c1218 if(ures_hasNext(NULL) != FALSE){ in TestErrorConditions()
1219 …OR: ures_hasNext() should return FALSE when UResourceBundle=NULL. Got =%d\n", ures_hasNext(NULL)); in TestErrorConditions()
/external/icu/icu4c/source/tools/genrb/
Dderb.c608 while(U_SUCCESS(*status) && ures_hasNext(resource)) { in printOutBundle()