Searched refs:Utf16EncodeMaybeCopyAndReturnLength (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_javascript.cpp | 73 return Utf16EncodeMaybeCopyAndReturnLength(js->name, buffer, buflen); in FPDFJavaScriptAction_GetName() 84 return Utf16EncodeMaybeCopyAndReturnLength(js->script, buffer, buflen); in FPDFJavaScriptAction_GetScript()
|
D | fpdf_doc.cpp | 104 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()
|
D | fpdf_attachment.cpp | 141 return Utf16EncodeMaybeCopyAndReturnLength(CPDF_FileSpec(pFile).GetFileName(), in FPDFAttachment_GetName() 211 return Utf16EncodeMaybeCopyAndReturnLength(value, buffer, buflen); in FPDFAttachment_GetStringValue()
|
D | fpdf_annot.cpp | 779 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()
|
D | fpdf_editpage.cpp | 355 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetName() 389 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetParamKey() 446 *out_buflen = Utf16EncodeMaybeCopyAndReturnLength( in FPDFPageObjMark_GetParamStringValue()
|
D | cpdfsdk_helpers.h | 241 unsigned long Utf16EncodeMaybeCopyAndReturnLength(const WideString& text,
|
D | fpdf_formfill.cpp | 497 return Utf16EncodeMaybeCopyAndReturnLength(pPageView->GetFocusedFormText(), in FORM_GetFocusedText() 510 return Utf16EncodeMaybeCopyAndReturnLength(pPageView->GetSelectedText(), in FORM_GetSelectedText()
|
D | cpdfsdk_helpers.cpp | 270 unsigned long Utf16EncodeMaybeCopyAndReturnLength(const WideString& text, in Utf16EncodeMaybeCopyAndReturnLength() function
|
D | fpdf_edittext.cpp | 570 return Utf16EncodeMaybeCopyAndReturnLength(text, buffer, length); in FPDFTextObj_GetText()
|