Searched refs:currAttr (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcapitst.c118 UColAttribute currAttr; local
127 currAttr = attrs[i].att;
128 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status);
133 value = ucol_getAttribute(coll, currAttr, &status);
139 ucol_setAttribute(coll, currAttr, attrs[i].val[j], &status);
146 ucol_setAttribute(coll, currAttr, attrs[i].nonValue, &status);
153 ucol_setAttribute(coll, currAttr, value, &status);

Completed in 557 milliseconds