Lines Matching refs:iterator1
1273 UCollationElements *iterator1, *iterator2, *iterator3;
1290 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1296 else{ log_verbose("PASS: Default collationElement iterator1 creation passed\n");}
1314 offset=ucol_getOffset(iterator1);
1316 ucol_setOffset(iterator1, 6, &status);
1321 if(ucol_getOffset(iterator1)==6)
1324 log_err("error in set and get Offset got %d instead of 6\n", ucol_getOffset(iterator1));
1327 ucol_setOffset(iterator1, 0, &status);
1328 order1 = ucol_next(iterator1, &status);
1330 log_err("Somehow ran out of memory stepping through the iterator1.: %s\n", myErrorName(status));
1352 order1=ucol_next(iterator1, &status);
1365 order1=ucol_next(iterator1, &status);
1389 ucol_closeElements(iterator1);