Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dtypes.h60 struct CodepointSpan { struct
61 static const CodepointSpan kInvalid; argument
63 CodepointSpan() : first(kInvalidIndex), second(kInvalidIndex) {} in CodepointSpan() function
65 CodepointSpan(CodepointIndex start, CodepointIndex end) in CodepointSpan() function
68 CodepointSpan& operator=(const CodepointSpan& other) = default; argument
96 // Pretty-printing function for CodepointSpan. argument