Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dutf8.c409 char16_t w1, w2; in utf16_to_utf8() local
427 w2 = f[1] << 8 | f[0]; in utf16_to_utf8()
430 if (!utf16_is_trailing_surrogate(w2)) { in utf16_to_utf8()
435 t += utf8_encode_unichar(t, utf16_surrogate_pair_to_unichar(w1, w2)); in utf16_to_utf8()