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

/external/icu/icu4c/source/common/
H A Dlocavailable.cpp145 while(ures_hasNext(&installed)) {
H A Duloc_keytype.cpp138 while (ures_hasNext(keyMapRes.getAlias())) {
202 while (ures_hasNext(typeMapResByKey.getAlias())) {
302 while (ures_hasNext(typeAliasResByKey.getAlias()) && U_SUCCESS(sts)) {
352 while (ures_hasNext(bcpTypeAliasResByKey.getAlias()) && U_SUCCESS(sts)) {
H A Dresbund.cpp290 return ures_hasNext(fResource);
H A Dwintz.c361 while (U_SUCCESS(status) && ures_hasNext(bundle)) {
H A Duresbund.cpp1441 U_CAPI UBool U_EXPORT2 ures_hasNext(const UResourceBundle *resB) { function
2441 if(ures_hasNext(res) && (k = ures_getNextResource(res, &ctx->curr, status))) {
/external/icu/icu4c/source/i18n/
H A Dregion.cpp122 while ( ures_hasNext(regionRegular.getAlias()) ) {
141 while ( ures_hasNext(regionMacro.getAlias()) ) {
160 while ( ures_hasNext(regionUnknown.getAlias()) ) {
165 while ( ures_hasNext(worldContainment.getAlias()) ) {
170 while ( ures_hasNext(groupingContainment.getAlias()) ) {
201 while ( ures_hasNext(territoryAlias.getAlias()) ) {
264 while ( ures_hasNext(codeMappings.getAlias()) ) {
325 while ( ures_hasNext(territoryContainment.getAlias()) ) {
H A Dnumsys.cpp270 while ( ures_hasNext(numberingSystemsInfo) ) {
H A Dzonemeta.cpp645 while (ures_hasNext(rb)) {
780 while (U_SUCCESS(status) && ures_hasNext(bundle)) {
H A Dreldtfmt.cpp543 while(ures_hasNext(rb) && U_SUCCESS(status)) { // iterate over items
H A Ducol_res.cpp660 while (U_SUCCESS(*status) && ures_hasNext(&collations)) {
H A Dtimezone.cpp1581 while (ures_hasNext(mapTimezones) && !found) {
1590 while (ures_hasNext(winzone) && !found) {
H A Dcoll.cpp238 while(ures_hasNext(&installed)) {
H A Ducurr.cpp2579 while (U_SUCCESS(*status) && ures_hasNext(bundle)) {
2596 while (U_SUCCESS(*status) && ures_hasNext(&regbndl)) {
H A Drbnf.cpp824 while (ures_hasNext(ruleSets)) {
/external/icu/icu4c/source/common/unicode/
H A Dures.h567 ures_hasNext(const UResourceBundle *resourceBundle);
H A Durename.h1482 #define ures_hasNext U_ICU_ENTRY_POINT_RENAME(ures_hasNext) macro
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c340 while(ures_hasNext(resource)) {
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp560 while(ures_hasNext(bundle)){
573 while(ures_hasNext(rowbundle)){
H A Ditrbnf.cpp195 while (ures_hasNext(ruleSets.getAlias())) {
/external/icu/icu4c/source/tools/genrb/
H A Dderb.cpp579 while(U_SUCCESS(*status) && ures_hasNext(resource)) {
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c80 while (ures_hasNext(currentBundle)) {
1396 while ((isoCode = uenum_next(en, NULL, &errorCode)) != NULL && ures_hasNext(currencies)) {
H A Dcreststn.c1216 /*Test ures_hasNext() with UResourceBundle = NULL*/
1218 if(ures_hasNext(NULL) != FALSE){
1219 log_err("ERROR: ures_hasNext() should return FALSE when UResourceBundle=NULL. Got =%d\n", ures_hasNext(NULL));

Completed in 692 milliseconds