Searched defs:CodepointSpan (Results 1 – 1 of 1) sorted by relevance
60 struct CodepointSpan { struct61 static const CodepointSpan kInvalid; argument63 CodepointSpan() : first(kInvalidIndex), second(kInvalidIndex) {} in CodepointSpan() function65 CodepointSpan(CodepointIndex start, CodepointIndex end) in CodepointSpan() function68 CodepointSpan& operator=(const CodepointSpan& other) = default; argument96 // Pretty-printing function for CodepointSpan. argument