Searched defs:TextCheckingResult (Results 1 – 2 of 2) sorted by relevance
74 struct TextCheckingResult { struct75 TextCheckingType type;76 int location;77 int length;78 Vector<GrammarDetail> details;79 String replacement;
424 virtual void checkTextOfParagraph(const UChar*, int, uint64_t, Vector<TextCheckingResult>&) { }; in checkTextOfParagraph()