Home | History | Annotate | Download | only in cintltst

Lines Matching refs:iterator2

1235     UCollationElements *iterator1, *iterator2, *iterator3;
1260 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1266 else{ log_verbose("PASS: Default collationElement iterator2 creation passed\n");}
1294 order2=ucol_getOffset(iterator2);
1296 order2 = ucol_next(iterator2, &status);
1298 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1315 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1320 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1328 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1333 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1351 ucol_closeElements(iterator2);