HomeSort by relevance Sort by last modified time
    Searched refs:currAttr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 157 UColAttribute currAttr;
166 currAttr = attrs[i].att;
167 ucol_setAttribute(coll, currAttr, UCOL_DEFAULT, &status);
172 value = ucol_getAttribute(coll, currAttr, &status);
178 ucol_setAttribute(coll, currAttr, attrs[i].val[j], &status);
185 ucol_setAttribute(coll, currAttr, attrs[i].nonValue, &status);
192 ucol_setAttribute(coll, currAttr, value, &status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 112 UColAttribute currAttr;
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);
    [all...]

Completed in 62 milliseconds