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

  /external/qemu/telephony/
gsm.c 412 utf8_write( bytes_t utf8, int offset, int v ) function
507 result += utf8_write(buf, result, c);
679 result += utf8_write( utf8, result, v );
726 result += utf8_write( utf8, result, c );
1114 result += utf8_write(dst, result, base + (c & 0x7f));

Completed in 3203 milliseconds