Searched defs:TextContext (Results 1 – 2 of 2) sorted by relevance
29 struct TextContext { struct31 const UnicodeText Span(const CodepointSpan& span) const { in Span()37 UnicodeText text;40 std::vector<UnicodeText::const_iterator> codepoints;43 std::vector<Token> tokens;46 std::vector<Locale> locales;49 std::vector<AnnotatedSpan> annotations;52 TokenSpan context_span;
14 pub struct TextContext { struct22 text_context: &TextContext, in text_measure_function()