Home
last modified time | relevance | path

Searched refs:GetTextUtf8 (Results 1 – 4 of 4) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.h122 std::string GetTextUtf8();
125 std::string GetTextUtf8(const int start_index, const int stop_index);
Dtext_test.cc80 std::string page_text = page->GetTextUtf8(); in TEST()
105 std::string page_text = page->GetTextUtf8(); in TEST()
Dpage.cc147 std::string Page::GetTextUtf8() { in GetTextUtf8() function in pdfClient::Page
148 return GetTextUtf8(first_printable_char_index(), last_printable_char_index() + 1); in GetTextUtf8()
151 std::string Page::GetTextUtf8(const int start_index, const int stop_index) { in GetTextUtf8() function in pdfClient::Page
Dpdf_document_jni.cc206 std::string text = page->GetTextUtf8(); in Java_android_graphics_pdf_PdfDocumentProxy_getPageText()
266 std::string text(page->GetTextUtf8(native_start.index, native_stop.index)); in Java_android_graphics_pdf_PdfDocumentProxy_selectPageText()