Searched refs:u_setMutexFunctions (Results 1 - 14 of 14) sorted by relevance

/external/chromium/third_party/icu/public/common/unicode/
H A Dusystem.h30 # define u_setMutexFunctions u_setMutexFunctions_SYSTEM_API_DO_NOT_USE macro
H A Duclean.h54 * <code>u_setMutexFunctions</code> are needed (uncommon), they must be
87 * u_setMemoryFunctions(), u_setMutexFunctions and
137 * @param context user supplied value, obtained from from u_setMutexFunctions().
154 * @param context user supplied value, obtained from from u_setMutexFunctions().
182 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
H A Durename.h308 #define u_setMutexFunctions u_setMutexFunctions_4_2 macro
/external/icu4c/common/unicode/
H A Dusystem.h30 # define u_setMutexFunctions u_setMutexFunctions_SYSTEM_API_DO_NOT_USE macro
H A Duclean.h71 * u_setMemoryFunctions(), u_setMutexFunctions and
121 * @param context user supplied value, obtained from from u_setMutexFunctions().
138 * @param context user supplied value, obtained from from u_setMutexFunctions().
166 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
H A Durename.h340 #define u_setMutexFunctions U_ICU_ENTRY_POINT_RENAME(u_setMutexFunctions) macro
/external/chromium/third_party/icu/source/test/cintltst/
H A Dhpmufn.c207 * Test u_setMutexFunctions()
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);
299 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, NULL, &status);
302 /* u_setMutexFunctions() should work with null or non-null context pointer */
304 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
306 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
315 u_setMutexFunctions(
[all...]
/external/icu4c/test/cintltst/
H A Dhpmufn.c207 * Test u_setMutexFunctions()
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);
299 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, NULL, &status);
302 /* u_setMutexFunctions() should work with null or non-null context pointer */
304 u_setMutexFunctions(NULL, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
306 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
315 u_setMutexFunctions(
[all...]
/external/chromium/third_party/icu/source/common/
H A Dumutex.c94 * by calling u_setMutexFunctions(), the user supplied init function must
482 u_setMutexFunctions(const void *context, UMtxInitFn *i, UMtxFn *d, UMtxFn *l, UMtxFn *u, function
/external/icu4c/common/
H A Dumutex.c184 UMTX userMutex; /* For use with u_setMutexFunctions operations, */
217 * directly using the system (Posix or Windows) APIs. See u_setMutexFunctions().
421 u_setMutexFunctions(const void *context, UMtxInitFn *i, UMtxFn *d, UMtxFn *l, UMtxFn *u, function
465 * yet initialized - at the end u_cleanup(), and at the end of u_setMutexFunctions, both
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h240 #define u_setMutexFunctions u_setMutexFunctions_3_2 macro

Completed in 121 milliseconds