This is used only from debugger and test code.
| 30 | |
| 31 | // This is used only from debugger and test code. |
| 32 | size_t CountModifiedUtf8Chars(const char* utf8) { |
| 33 | return CountModifiedUtf8Chars(utf8, strlen(utf8)); |
| 34 | } |
| 35 | |
| 36 | /* |
| 37 | * This does not validate UTF8 rules (nor did older code). But it gets the right answer |
no outgoing calls
no test coverage detected