Searched refs:GetTextUtf8 (Results 1 – 4 of 4) sorted by relevance
122 std::string GetTextUtf8();125 std::string GetTextUtf8(const int start_index, const int stop_index);
80 std::string page_text = page->GetTextUtf8(); in TEST()105 std::string page_text = page->GetTextUtf8(); in TEST()
147 std::string Page::GetTextUtf8() { in GetTextUtf8() function in pdfClient::Page148 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
206 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()