Lines Matching refs:U_OVERRIDE
229 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalize()
236 Edits *edits, UErrorCode &errorCode) const U_OVERRIDE { in normalizeUTF8()
252 ReorderingBuffer &buffer, UErrorCode &errorCode) const U_OVERRIDE { in normalizeAndAppend()
257 isNormalized(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in isNormalized()
274 isNormalizedUTF8(StringPiece sp, UErrorCode &errorCode) const U_OVERRIDE { in isNormalizedUTF8()
282 quickCheck(const UnicodeString &s, UErrorCode &errorCode) const U_OVERRIDE { in quickCheck()
296 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const U_OVERRIDE { in spanQuickCheckYes()
300 virtual UNormalizationCheckResult getQuickCheck(UChar32 c) const U_OVERRIDE { in getQuickCheck()
303 virtual UBool hasBoundaryBefore(UChar32 c) const U_OVERRIDE { in hasBoundaryBefore()
306 virtual UBool hasBoundaryAfter(UChar32 c) const U_OVERRIDE { in hasBoundaryAfter()
309 virtual UBool isInert(UChar32 c) const U_OVERRIDE { in isInert()