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

  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 31 wsMode = FX_WSTRC(L"rb");
33 wsMode = FX_WSTRC(L"w+b");
35 wsMode = FX_WSTRC(L"a+b");
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 387 if (filepath.Left(sizeof("Mac") - 1) == FX_WSTRC(L"Mac")) {
  /external/pdfium/core/include/fxcrt/
fx_string.h 600 #define FX_WSTRC(wstr) CFX_WideStringC((FX_LPCWSTR)wstr, sizeof(wstr) / sizeof(FX_WCHAR) - 1)

Completed in 186 milliseconds