Home | History | Annotate | Download | only in cintltst

Lines Matching defs:aa

336     USet *aa;
349 /* clone a to aa because a is const */
350 aa=uset_open(1, 0);
351 if(aa==NULL) {
355 uset_addAll(aa, a);
360 uset_removeAll(aa, b);
363 uset_retainAll(aa, b);
366 /* aa is not empty because of the initial tests above; show its contents */
370 length=uset_getItem(aa, i, &start, &end, NULL, 0, &errorCode);
400 uset_close(aa);