| 141 | } |
| 142 | |
| 143 | int cpp::encoding::Utf8::getCharCount(const null&) |
| 144 | { |
| 145 | hx::NullReference("String", false); |
| 146 | return 0; |
| 147 | } |
| 148 | |
| 149 | int cpp::encoding::Utf8::getCharCount(char32_t codepoint) |
| 150 | { |
nothing calls this directly
no test coverage detected