| 440 | } |
| 441 | |
| 442 | codepoint_t getNextCodepoint(utf8* ptr, utf8** nextPtr) |
| 443 | { |
| 444 | return getNextCodepoint(static_cast<const utf8*>(ptr), const_cast<const utf8**>(nextPtr)); |
| 445 | } |
| 446 | |
| 447 | codepoint_t getNextCodepoint(const utf8* ptr, const utf8** nextPtr) |
| 448 | { |
no test coverage detected