Home | History | Annotate | Download | only in cintltst

Lines Matching refs:iterator2

1203     UCollationElements *iterator1, *iterator2, *iterator3;
1228 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1234 else{ log_verbose("PASS: Default collationElement iterator2 creation passed\n");}
1262 order2=ucol_getOffset(iterator2);
1264 order2 = ucol_next(iterator2, &status);
1266 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1283 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1288 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1296 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1301 log_err("Somehow ran out of memory stepping through the iterator2.: %s\n", myErrorName(status));
1319 ucol_closeElements(iterator2);