OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newCtx
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/samples/ucnv/
flagcb.c
156
debugCBContext *
newCtx
;
157
newCtx
= malloc(sizeof(debugCBContext));
159
newCtx
->serial = debugCB_nextSerial();
160
newCtx
->magic = 0xC0FFEE;
162
newCtx
->subCallback = ctx->subCallback;
163
newCtx
->subContext = ctx->subContext;
166
printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial,
newCtx
,
newCtx
->serial);
169
return
newCtx
;
/external/icu4c/test/cintltst/
ccapitst.c
[
all
...]
Completed in 11 milliseconds