Searched refs:rowbundle (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 358 ResourceBundle rowbundle=bundle.get(row, err); in TestIteration() local 359 if(!U_FAILURE(err) && rowbundle.getSize()>1){ in TestIteration() 361 while(rowbundle.hasNext()){ in TestIteration() 363 got=rowbundle.getNextString(err); in TestIteration() 371 CONFIRM_EQ(col, rowbundle.getSize()); in TestIteration() 521 UResourceBundle *testCAPI = NULL, *bundle = NULL, *rowbundle = NULL, *temp = NULL; in TestOtherAPI() local 570 rowbundle=ures_getByIndex(bundle, row, rowbundle, &err); in TestOtherAPI() 571 if(!U_FAILURE(err) && ures_getSize(rowbundle)>1){ in TestOtherAPI() 573 while(ures_hasNext(rowbundle)){ in TestOtherAPI() 575 got=ures_getNextUnicodeString(rowbundle, &key, &err); in TestOtherAPI() [all …]
|