Lines Matching refs:override
38 ~CodePointBreakIterator() override;
41 bool operator==(const BreakIterator& that) const override;
43 UBool operator==(const BreakIterator& that) const override;
46 CodePointBreakIterator* clone(void) const override;
48 UClassID getDynamicClassID(void) const override;
50 CharacterIterator& getText(void) const override;
52 UText *getUText(UText *fillIn, UErrorCode &status) const override;
54 void setText(const UnicodeString &text) override;
56 void setText(UText *text, UErrorCode &status) override;
58 void adoptText(CharacterIterator* it) override;
60 int32_t first(void) override;
62 int32_t last(void) override;
64 int32_t previous(void) override;
66 int32_t next(void) override;
68 int32_t current(void) const override;
70 int32_t following(int32_t offset) override;
72 int32_t preceding(int32_t offset) override;
74 UBool isBoundary(int32_t offset) override;
76 int32_t next(int32_t n) override;
80 UErrorCode &status) override;
82 CodePointBreakIterator &refreshInputText(UText *input, UErrorCode &status) override;