| 4 | namespace Star { |
| 5 | |
| 6 | void throwInvalidUtf8Sequence() { |
| 7 | throw UnicodeException("Invalid UTF-8 code unit sequence in utf8Length"); |
| 8 | } |
| 9 | |
| 10 | void throwMissingUtf8End() { |
| 11 | throw UnicodeException("UTF-8 string missing trailing code units in utf8Length"); |
no outgoing calls
no test coverage detected