OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/test/cintltst/
capitst.c
118
UColAttribute
currAttr
;
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);
[
all
...]
Completed in 39 milliseconds