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

  /external/pdfium/core/fpdfdoc/
cpdf_pagelabel.h 21 int32_t GetPageByLabel(const ByteStringView& bsLabel) const;
cpdf_pagelabel.cpp 124 int32_t CPDF_PageLabel::GetPageByLabel(const ByteStringView& bsLabel) const {
137 if (PDF_EncodeText(str.value()).Compare(bsLabel))
141 int nPage = FXSYS_atoi(ByteString(bsLabel).c_str()); // NUL terminate.
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 93 ByteString bsLabel = WideString(cLabel).UTF16LE_Encode();
97 AsFPDFWideString(&bsLabel), bPassword, response, length);

Completed in 63 milliseconds