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

  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 507 CFX_WideString wsLabel;
509 return wsLabel;
513 return wsLabel;
531 wsLabel += pLabel->GetUnicodeText(FX_BSTRC("P"));
536 wsLabel += wsNumPortion;
537 return wsLabel;
540 wsLabel.Format(L"%d", nPage + 1);
541 return wsLabel;
568 FX_INT32 CPDF_PageLabel::GetPageByLabel(FX_WSTR wsLabel) const
570 CFX_ByteString bsLabel = PDF_EncodeText(wsLabel.GetPtr())
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1575 FX_INT32 GetPageByLabel(FX_WSTR wsLabel) const;
    [all...]

Completed in 514 milliseconds