Home | History | Annotate | Download | only in cintltst

Lines Matching refs:iterator3

1203     UCollationElements *iterator1, *iterator2, *iterator3;
1236 iterator3 = ucol_openElements(col, testString2, u_strlen(testString2), &status);
1242 else{ log_verbose("PASS: Default collationElement iterator3 creation passed\n");}
1269 iterator3, &status);
1271 log_err("Somehow ran out of memory stepping through the iterator3.: %s\n", myErrorName(status));
1286 order3=ucol_next(iterator3, &status);
1299 order3=ucol_next(iterator3, &status);
1320 ucol_closeElements(iterator3);