OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xrepPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c
615
XReplaceable *
xrepPtr
= &xrep;
670
utrans_trans(trans, (UReplaceable*)
xrepPtr
, &xrepVtable, 0, &limit, &status);
693
utrans_transIncremental(trans, (UReplaceable*)
xrepPtr
, &xrepVtable, &pos, &status);
694
utrans_trans(trans, (UReplaceable*)
xrepPtr
, &xrepVtable, pos.start, &pos.limit, &status);
/external/icu4c/test/cintltst/
utransts.c
615
XReplaceable *
xrepPtr
= &xrep;
670
utrans_trans(trans, (UReplaceable*)
xrepPtr
, &xrepVtable, 0, &limit, &status);
693
utrans_transIncremental(trans, (UReplaceable*)
xrepPtr
, &xrepVtable, &pos, &status);
694
utrans_trans(trans, (UReplaceable*)
xrepPtr
, &xrepVtable, pos.start, &pos.limit, &status);
Completed in 1275 milliseconds