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

/systemd/src/basic/
H A Djson.c221 static int unhex_ucs2(const char *c, uint16_t *ret) { function
326 r = unhex_ucs2(c + 1, &x);
345 r = unhex_ucs2(c + 2, &y);

Completed in 11 milliseconds