Searched defs:w2 (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dutf8.c326 char16_t w1, w2; local
344 w2 = f[1] << 8 | f[0];
347 if (!utf16_is_trailing_surrogate(w2)) {
352 t += utf8_encode_unichar(t, utf16_surrogate_pair_to_unichar(w1, w2));

Completed in 33 milliseconds