Home
last modified time | relevance | path

Searched refs:source_ptr (Results 1 – 1 of 1) sorted by relevance

/libuv/src/
H A Didna.c370 ssize_t uv_wtf8_length_as_utf16(const char* source_ptr) { in uv_wtf8_length_as_utf16() argument
375 code_point = uv__wtf8_decode1(&source_ptr); in uv_wtf8_length_as_utf16()
381 } while (*source_ptr++); in uv_wtf8_length_as_utf16()
387 void uv_wtf8_to_utf16(const char* source_ptr, in uv_wtf8_to_utf16() argument
393 code_point = uv__wtf8_decode1(&source_ptr); in uv_wtf8_to_utf16()
405 } while (*source_ptr++); in uv_wtf8_to_utf16()

Completed in 6 milliseconds