HomeSort by relevance Sort by last modified time
    Searched refs:pAllocator (Results 26 - 27 of 27) sorted by null

12

  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp 1052 void CFX_WideStringL::Empty(IFX_Allocator* pAllocator)
1055 FX_Allocator_Free(pAllocator, (FX_LPVOID)m_Ptr);
1059 void CFX_WideStringL::Set(FX_WSTR src, IFX_Allocator* pAllocator)
1061 Empty(pAllocator);
1063 FX_LPWSTR str = FX_Allocator_Alloc(pAllocator, FX_WCHAR, src.GetLength() + 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]

Completed in 807 milliseconds

12