Home | History | Annotate | Download | only in cintltst

Lines Matching refs:iterator2

1273     UCollationElements *iterator1, *iterator2, *iterator3;
1298 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1304 else{ log_verbose("PASS: Default collationElement iterator2 creation passed\n");}
1333 order2=ucol_getOffset(iterator2);
1335 order2 = ucol_next(iterator2, &status);
1337 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1354 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1359 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1367 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1372 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1390 ucol_closeElements(iterator2);