HomeSort by relevance Sort by last modified time
    Searched refs:utf8end (Results 1 - 2 of 2) sorted by null

  /external/qemu/telephony/
gsm.h 79 extern cbytes_t utf8_skip_gsm7( cbytes_t utf8, cbytes_t utf8end, int gsm7len );
143 extern cbytes_t utf8_skip( cbytes_t utf8, cbytes_t utf8end, int count);
gsm.c 361 cbytes_t utf8end,
365 cbytes_t end = utf8end;
608 utf8_skip_gsm7( cbytes_t utf8, cbytes_t utf8end, int gsm7len )
611 cbytes_t end = utf8end;
639 cbytes_t utf8end = utf8 + utf8len; local
641 while (utf8 < utf8end) {
642 int c = utf8_next( &utf8, utf8end );
781 cbytes_t utf8end = utf8 + utf8len; local
784 while ( utf8 < utf8end ) {
786 int c = utf8_next( &utf8, utf8end );
852 const unsigned char* utf8end = utf8 + utf8len; local
889 const unsigned char* utf8end = utf8 + utf8len; local
    [all...]

Completed in 20 milliseconds