Searched refs:utf16_is_surrogate (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ | ||
H A D | utf8.h | 49 static inline bool utf16_is_surrogate(char16_t c) { function |
H A D | utf8.c | 333 if (!utf16_is_surrogate(w1)) { |
H A D | json.c | 335 if (!utf16_is_surrogate(x)) |
Completed in 223 milliseconds