OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
hpmufn.c
86
const void *
gContext
;
138
u_setMemoryFunctions(&
gContext
, myMemAlloc, myMemRealloc, myMemFree, &status);
146
u_setMemoryFunctions(&
gContext
, NULL, myMemRealloc, myMemFree, &status);
149
u_setMemoryFunctions(&
gContext
, myMemAlloc, NULL, myMemFree, &status);
152
u_setMemoryFunctions(&
gContext
, myMemAlloc, myMemRealloc, NULL, &status);
159
u_setMemoryFunctions(&
gContext
, myMemAlloc, myMemRealloc, myMemFree, &status);
282
u_setMutexFunctions(&
gContext
, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
290
u_setMutexFunctions(&
gContext
, NULL, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
293
u_setMutexFunctions(&
gContext
, myMutexInit, NULL, myMutexLock, myMutexUnlock, &status);
296
u_setMutexFunctions(&
gContext
, myMutexInit, myMutexDestroy, NULL, myMutexUnlock, &status)
[
all
...]
/external/icu4c/test/cintltst/
hpmufn.c
86
const void *
gContext
;
138
u_setMemoryFunctions(&
gContext
, myMemAlloc, myMemRealloc, myMemFree, &status);
146
u_setMemoryFunctions(&
gContext
, NULL, myMemRealloc, myMemFree, &status);
149
u_setMemoryFunctions(&
gContext
, myMemAlloc, NULL, myMemFree, &status);
152
u_setMemoryFunctions(&
gContext
, myMemAlloc, myMemRealloc, NULL, &status);
159
u_setMemoryFunctions(&
gContext
, myMemAlloc, myMemRealloc, myMemFree, &status);
282
u_setMutexFunctions(&
gContext
, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
290
u_setMutexFunctions(&
gContext
, NULL, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
293
u_setMutexFunctions(&
gContext
, myMutexInit, NULL, myMutexLock, myMutexUnlock, &status);
296
u_setMutexFunctions(&
gContext
, myMutexInit, myMutexDestroy, NULL, myMutexUnlock, &status)
[
all
...]
Completed in 127 milliseconds