Searched refs:pIncFn (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dumutex.cpp375 static UMtxAtomicFn *pIncFn = NULL; local
386 if (pIncFn) {
387 retVal = (*pIncFn)(gIncDecContext, p);
450 pIncFn = ip;
478 pIncFn = NULL;
/external/chromium_org/third_party/icu/source/common/
H A Dumutex.c500 static UMtxAtomicFn *pIncFn = NULL; variable
509 if (pIncFn) {
510 retVal = (*pIncFn)(gIncDecContext, p);
573 pIncFn = ip;
621 pIncFn = NULL;

Completed in 678 milliseconds