HomeSort by relevance Sort by last modified time
    Searched full:unicode_char (Results 1 - 1 of 1) sorted by null

  /external/qemu/
json-parser.c 226 uint16_t unicode_char = 0; local
234 unicode_char |= hex2decimal(*ptr) << ((3 - i) * 4);
243 wchar_to_utf8(unicode_char, utf8_char, sizeof(utf8_char));

Completed in 35 milliseconds