Searched refs:w1 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 10 milliseconds