OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testiter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c
946
UCollationElements *
testiter
,
local
969
testiter
= ucol_openElements(coll, teststr, 500, &status);
981
testorders = getOrders(
testiter
, &count);
999
ucol_reset(
testiter
);
1002
ucol_next(
testiter
, &status);
1003
ucol_next(
testiter
, &status);
1004
ucol_closeElements(
testiter
);
[
all
...]
/external/icu4c/test/cintltst/
citertst.c
946
UCollationElements *
testiter
,
local
969
testiter
= ucol_openElements(coll, teststr, 500, &status);
981
testorders = getOrders(
testiter
, &count);
999
ucol_reset(
testiter
);
1002
ucol_next(
testiter
, &status);
1003
ucol_next(
testiter
, &status);
1004
ucol_closeElements(
testiter
);
[
all
...]
Completed in 37 milliseconds