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

/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c112 UColAttribute currAttr; local
121 currAttr = attrs[i].att;
122 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status);
127 value = ucol_getAttribute(coll, currAttr, &status);
133 ucol_setAttribute(coll, currAttr, attrs[i].val[j], &status);
140 ucol_setAttribute(coll, currAttr, attrs[i].nonValue, &status);
147 ucol_setAttribute(coll, currAttr, value, &status);

Completed in 149 milliseconds