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

  /external/chromium_org/third_party/icu/source/common/
cmemory.c 30 static UMemAllocFn *pAlloc;
42 if (pAlloc) {
43 return (*pAlloc)(pContext, s);
99 pAlloc = a;
107 pAlloc = NULL;
  /external/icu4c/common/
cmemory.c 32 static UMemAllocFn *pAlloc;
82 if (pAlloc) {
83 return (*pAlloc)(pContext, s);
158 pAlloc = a;
166 pAlloc = NULL;

Completed in 1800 milliseconds