HomeSort by relevance Sort by last modified time
    Searched defs:UMtxFn (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
uclean.h 143 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);
166 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,
  /external/icu4c/common/unicode/
uclean.h 142 typedef void U_CALLCONV UMtxFn (const void *context, UMTX *mutex);
163 u_setMutexFunctions(const void *context, UMtxInitFn *init, UMtxFn *destroy, UMtxFn *lock, UMtxFn *unlock,

Completed in 79 milliseconds