Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_structtree.cpp114 return Utf16EncodeMaybeCopyAndReturnLength(id.value(), buffer, buflen); in FPDF_StructElement_GetID()
128 return Utf16EncodeMaybeCopyAndReturnLength(lang.value(), buffer, buflen); in FPDF_StructElement_GetLang()
202 return Utf16EncodeMaybeCopyAndReturnLength(attr->GetUnicodeText(), buffer, in FPDF_StructElement_GetStringAttribute()
390 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDF_StructElement_Attr_GetStringValue()
H A Dfpdf_annot.cpp1026 return Utf16EncodeMaybeCopyAndReturnLength(pAnnotDict->GetUnicodeTextFor(key), in FPDFAnnot_GetStringValue()
1142 return Utf16EncodeMaybeCopyAndReturnLength( in FPDFAnnot_GetAP()
1219 return Utf16EncodeMaybeCopyAndReturnLength(pFormField->GetFullName(), buffer, in FPDFAnnot_GetFormFieldName()
1247 return Utf16EncodeMaybeCopyAndReturnLength(action.GetJavaScript(), buffer, in FPDFAnnot_GetFormAdditionalActionJavaScript()
1260 return Utf16EncodeMaybeCopyAndReturnLength(pFormField->GetAlternateName(), in FPDFAnnot_GetFormFieldAlternateName()
1272 return Utf16EncodeMaybeCopyAndReturnLength(pFormField->GetValue(), buffer, in FPDFAnnot_GetFormFieldValue()
1296 return Utf16EncodeMaybeCopyAndReturnLength(ws, buffer, buflen); in FPDFAnnot_GetOptionLabel()
1455 return Utf16EncodeMaybeCopyAndReturnLength(pWidget->GetExportValue(), buffer, in FPDFAnnot_GetFormFieldExportValue()
H A Dfpdf_javascript.cpp78 return Utf16EncodeMaybeCopyAndReturnLength(js->name, buffer, buflen); in FPDFJavaScriptAction_GetName()
89 return Utf16EncodeMaybeCopyAndReturnLength(js->script, buffer, buflen); in FPDFJavaScriptAction_GetScript()
H A Dfpdf_doc.cpp114 return Utf16EncodeMaybeCopyAndReturnLength(title, buffer, buflen); in FPDFBookmark_GetTitle()
502 return Utf16EncodeMaybeCopyAndReturnLength(text, buffer, buflen); in FPDF_GetMetaText()
517 ? Utf16EncodeMaybeCopyAndReturnLength(str.value(), buffer, buflen) in FPDF_GetPageLabel()
H A Dfpdf_attachment.cpp133 return Utf16EncodeMaybeCopyAndReturnLength(spec.GetFileName(), buffer, in FPDFAttachment_GetName()
209 return Utf16EncodeMaybeCopyAndReturnLength(value, buffer, buflen); in FPDFAttachment_GetStringValue()
H A Dfpdf_editpage.cpp353 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetName()
386 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetParamKey()
443 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetParamStringValue()
H A Dfpdf_signature.cpp156 return Utf16EncodeMaybeCopyAndReturnLength(obj->GetUnicodeText(), buffer, in FPDFSignatureObj_GetReason()
H A Dfpdf_formfill.cpp473 return Utf16EncodeMaybeCopyAndReturnLength(pPageView->GetFocusedFormText(), in FORM_GetFocusedText()
486 return Utf16EncodeMaybeCopyAndReturnLength(pPageView->GetSelectedText(), in FORM_GetSelectedText()
H A Dcpdfsdk_helpers.h273 unsigned long Utf16EncodeMaybeCopyAndReturnLength(const WideString& text,
H A Dcpdfsdk_helpers.cpp294 unsigned long Utf16EncodeMaybeCopyAndReturnLength(const WideString& text, in Utf16EncodeMaybeCopyAndReturnLength() function
H A Dfpdf_edittext.cpp594 return Utf16EncodeMaybeCopyAndReturnLength(text, buffer, length); in FPDFTextObj_GetText()