Home
last modified time | relevance | path

Searched refs:Utf16EncodeMaybeCopyAndReturnLength (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_javascript.cpp73 return Utf16EncodeMaybeCopyAndReturnLength(js->name, buffer, buflen); in FPDFJavaScriptAction_GetName()
84 return Utf16EncodeMaybeCopyAndReturnLength(js->script, buffer, buflen); in FPDFJavaScriptAction_GetScript()
Dfpdf_doc.cpp104 return Utf16EncodeMaybeCopyAndReturnLength(title, buffer, buflen); in FPDFBookmark_GetTitle()
411 return Utf16EncodeMaybeCopyAndReturnLength(text, buffer, buflen); in FPDF_GetMetaText()
426 ? Utf16EncodeMaybeCopyAndReturnLength(str.value(), buffer, buflen) in FPDF_GetPageLabel()
Dfpdf_attachment.cpp141 return Utf16EncodeMaybeCopyAndReturnLength(CPDF_FileSpec(pFile).GetFileName(), in FPDFAttachment_GetName()
211 return Utf16EncodeMaybeCopyAndReturnLength(value, buffer, buflen); in FPDFAttachment_GetStringValue()
Dfpdf_annot.cpp779 return Utf16EncodeMaybeCopyAndReturnLength(pAnnotDict->GetUnicodeTextFor(key), in FPDFAnnot_GetStringValue()
893 return Utf16EncodeMaybeCopyAndReturnLength( in FPDFAnnot_GetAP()
968 return Utf16EncodeMaybeCopyAndReturnLength(pFormField->GetFullName(), buffer, in FPDFAnnot_GetFormFieldName()
986 return Utf16EncodeMaybeCopyAndReturnLength(pFormField->GetValue(), buffer, in FPDFAnnot_GetFormFieldValue()
1010 return Utf16EncodeMaybeCopyAndReturnLength(ws, buffer, buflen); in FPDFAnnot_GetOptionLabel()
Dfpdf_editpage.cpp355 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetName()
389 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetParamKey()
446 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetParamStringValue()
Dcpdfsdk_helpers.h241 unsigned long Utf16EncodeMaybeCopyAndReturnLength(const WideString& text,
Dfpdf_formfill.cpp497 return Utf16EncodeMaybeCopyAndReturnLength(pPageView->GetFocusedFormText(), in FORM_GetFocusedText()
510 return Utf16EncodeMaybeCopyAndReturnLength(pPageView->GetSelectedText(), in FORM_GetSelectedText()
Dcpdfsdk_helpers.cpp270 unsigned long Utf16EncodeMaybeCopyAndReturnLength(const WideString& text, in Utf16EncodeMaybeCopyAndReturnLength() function
Dfpdf_edittext.cpp570 return Utf16EncodeMaybeCopyAndReturnLength(text, buffer, length); in FPDFTextObj_GetText()