Home
last modified time | relevance | path

Searched defs:TextContext (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/grammar/
Dtext-context.h29 struct TextContext { struct
31 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;
/external/rust/android-crates-io/crates/taffy/examples/common/
Dtext.rs14 pub struct TextContext { struct
22 text_context: &TextContext, in text_measure_function()