Searched refs:bsLabel (Results 1 – 4 of 4) sorted by relevance
121 int32_t CPDF_PageLabel::GetPageByLabel(const CFX_ByteStringC& bsLabel) const { in GetPageByLabel()134 if (PDF_EncodeText(str).Compare(bsLabel)) in GetPageByLabel()138 int nPage = FXSYS_atoi(CFX_ByteString(bsLabel).c_str()); // NUL terminate. in GetPageByLabel()
19 int32_t GetPageByLabel(const CFX_ByteStringC& bsLabel) const;
92 CFX_ByteString bsLabel = CFX_WideString(cLabel).UTF16LE_Encode(); in JS_appResponse() local96 AsFPDFWideString(&bsLabel), bPassword, response, length); in JS_appResponse()
2584 CFX_ByteString bsLabel = pArguments->GetUTF8String(0); in Script_Field_AddItem() local2585 wsLabel = CFX_WideString::FromUTF8(bsLabel.AsStringC()); in Script_Field_AddItem()