Searched refs:ures_hasNext (Results 1 – 20 of 20) sorted by relevance
123 while ( ures_hasNext(regionRegular.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()142 while ( ures_hasNext(regionMacro.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()161 while ( ures_hasNext(regionUnknown.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()166 while ( ures_hasNext(worldContainment.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()171 while ( ures_hasNext(groupingContainment.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()202 while ( ures_hasNext(territoryAlias.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()265 while ( ures_hasNext(codeMappings.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()326 while ( ures_hasNext(territoryContainment.getAlias()) ) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
279 while ( ures_hasNext(numberingSystemsInfo) ) { in getAvailableNames()
654 while (ures_hasNext(rb)) { in createMetazoneMappings()788 while (U_SUCCESS(status) && ures_hasNext(bundle)) { in initAvailableMetaZoneIDs()
1585 while (ures_hasNext(mapTimezones) && !found) { in getWindowsID()1594 while (ures_hasNext(winzone) && !found) { in getWindowsID()
242 while(ures_hasNext(&installed)) { in initAvailableLocaleList()
854 while (ures_hasNext(ruleSets)) { in RuleBasedNumberFormat()
142 while (ures_hasNext(keyMapRes.getAlias())) { in initFromResourceBundle()206 while (ures_hasNext(typeMapResByKey.getAlias())) { in initFromResourceBundle()310 while (ures_hasNext(typeAliasResByKey.getAlias()) && U_SUCCESS(sts)) { in initFromResourceBundle()360 while (ures_hasNext(bcpTypeAliasResByKey.getAlias()) && U_SUCCESS(sts)) { in initFromResourceBundle()
147 while(ures_hasNext(&installed)) { in loadInstalledLocales()
293 while (U_SUCCESS(status) && ures_hasNext(bundle)) in uprv_detectWindowsTimeZone()
292 return ures_hasNext(fResource); in hasNext()
2523 while (U_SUCCESS(*status) && ures_hasNext(bundle)) { in ucurr_getKeywordValuesForLocale()2540 while (U_SUCCESS(*status) && ures_hasNext(®bndl)) { in ucurr_getKeywordValuesForLocale()
1444 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { in ures_hasNext() function2424 if(ures_hasNext(res) && (k = ures_getNextResource(res, &ctx->curr, status))) { in ures_loc_nextLocale()
573 ures_hasNext(const UResourceBundle *resourceBundle);
1497 #define ures_hasNext U_ICU_ENTRY_POINT_RENAME(ures_hasNext) macro
346 while(ures_hasNext(resource)) { in printOutBundle()
563 while(ures_hasNext(bundle)){ in TestOtherAPI()576 while(ures_hasNext(rowbundle)){ in TestOtherAPI()
200 while (ures_hasNext(ruleSets.getAlias())) { in TestAPI()
581 while(U_SUCCESS(*status) && ures_hasNext(resource)) { in printOutBundle()
84 while (ures_hasNext(currentBundle)) { in TestKeyInRootRecursive()1402 while ((isoCode = uenum_next(en, NULL, &errorCode)) != NULL && ures_hasNext(currencies)) { in TestCurrencyList()
1223 if(ures_hasNext(NULL) != FALSE){ in TestErrorConditions()1224 …OR: ures_hasNext() should return FALSE when UResourceBundle=NULL. Got =%d\n", ures_hasNext(NULL)); in TestErrorConditions()