Searched refs:ures_hasNext (Results 1 – 22 of 22) sorted by relevance
112 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()
270 while ( ures_hasNext(numberingSystemsInfo) ) { in getAvailableNames()
645 while (ures_hasNext(rb)) { in createMetazoneMappings()780 while (U_SUCCESS(status) && ures_hasNext(bundle)) { in initAvailableMetaZoneIDs()
543 while(ures_hasNext(rb) && U_SUCCESS(status)) { // iterate over items in loadDates()
660 while (U_SUCCESS(*status) && ures_hasNext(&collations)) { in ucol_getKeywordValuesForLocale()
1581 while (ures_hasNext(mapTimezones) && !found) { in getWindowsID()1590 while (ures_hasNext(winzone) && !found) { in getWindowsID()
238 while(ures_hasNext(&installed)) { in initAvailableLocaleList()
2579 while (U_SUCCESS(*status) && ures_hasNext(bundle)) { in ucurr_getKeywordValuesForLocale()2596 while (U_SUCCESS(*status) && ures_hasNext(®bndl)) { in ucurr_getKeywordValuesForLocale()
812 while (ures_hasNext(ruleSets)) { in RuleBasedNumberFormat()
138 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()
145 while(ures_hasNext(&installed)) { in loadInstalledLocales()
290 return ures_hasNext(fResource); in hasNext()
361 while (U_SUCCESS(status) && ures_hasNext(bundle)) { in uprv_detectWindowsTimeZone()
1440 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext() function2325 if(ures_hasNext(res) && (k = ures_getNextResource(res, &ctx->curr, status))) { in ures_loc_nextLocale()
567 ures_hasNext(const UResourceBundle *resourceBundle);
1482 #define ures_hasNext U_ICU_ENTRY_POINT_RENAME(ures_hasNext) macro
340 while(ures_hasNext(resource)) { in printOutBundle()
560 while(ures_hasNext(bundle)){ in TestOtherAPI()573 while(ures_hasNext(rowbundle)){ in TestOtherAPI()
192 while (ures_hasNext(ruleSets.getAlias())) { in TestAPI()
80 while (ures_hasNext(currentBundle)) { in TestKeyInRootRecursive()1392 while ((isoCode = uenum_next(en, NULL, &errorCode)) != NULL && ures_hasNext(currencies)) { in TestCurrencyList()
1218 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()
608 while(U_SUCCESS(*status) && ures_hasNext(resource)) { in printOutBundle()