Home
last modified time | relevance | path

Searched defs:text_index (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/
Dgraphical.rs639 let text_index = offset - line.offset; localVariable
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Deditor.py1285 def is_char_in_string(self, text_index): argument
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1150 def is_char_in_string(self, text_index): argument
/aosp_15_r20/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp335 int text_index = char_index - info.index; in TextIndexFromCharIndex() local