retruns @c true if character is an accent symbol
| 30 | |
| 31 | //! retruns @c true if character is an accent symbol |
| 32 | bool Check(wchar16 c) const { |
| 33 | return Table[c]; |
| 34 | } |
| 35 | |
| 36 | private: |
| 37 | const TAccentTable& Table; |
no outgoing calls
no test coverage detected