| 564 | } |
| 565 | |
| 566 | int Utf8SafeCHexEscapeString(const char* src, int src_len, char* dest, |
| 567 | int dest_len) { |
| 568 | return CEscapeInternal(src, src_len, dest, dest_len, true, true); |
| 569 | } |
| 570 | |
| 571 | // ---------------------------------------------------------------------- |
| 572 | // CEscape() |
nothing calls this directly
no test coverage detected