HomeSort by relevance Sort by last modified time
    Searched refs:u_setMutexFunctions (Results 1 - 14 of 14) sorted by null

  /external/chromium/third_party/icu/public/common/unicode/
usystem.h 30 # define u_setMutexFunctions u_setMutexFunctions_SYSTEM_API_DO_NOT_USE
uclean.h 54 * <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,
urename.h 308 #define u_setMutexFunctions u_setMutexFunctions_4_2
    [all...]
  /external/icu4c/common/unicode/
usystem.h 30 # define u_setMutexFunctions u_setMutexFunctions_SYSTEM_API_DO_NOT_USE
uclean.h 71 * 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,
urename.h 340 #define u_setMutexFunctions U_ICU_ENTRY_POINT_RENAME(u_setMutexFunctions)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
hpmufn.c 207 * 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(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status)
    [all...]
  /external/icu4c/test/cintltst/
hpmufn.c 207 * 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(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status)
    [all...]
  /external/chromium/third_party/icu/source/common/
umutex.c 94 * by calling u_setMutexFunctions(), the user supplied init function must
482 u_setMutexFunctions(const void *context, UMtxInitFn *i, UMtxFn *d, UMtxFn *l, UMtxFn *u,
  /external/icu4c/common/
umutex.c 184 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,
465 * yet initialized - at the end u_cleanup(), and at the end of u_setMutexFunctions, both
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 240 #define u_setMutexFunctions u_setMutexFunctions_3_2
    [all...]

Completed in 523 milliseconds