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

/external/qemu/telephony/
H A Dgsm.c384 utf8_next( cbytes_t *pp, cbytes_t end ) function
523 int c = utf8_next(&p, end);
615 int c = utf8_next( &q, end );
642 int c = utf8_next( &utf8, utf8end );
786 int c = utf8_next( &utf8, utf8end );
860 int c = utf8_next( &utf8, utf8end );
893 int c = utf8_next( &utf8, utf8end );
/external/qemu/android/
H A Dconsole.c1932 utf8_next( unsigned char* *pp, unsigned char* end ) function
1996 int c = utf8_next( &p, end );

Completed in 601 milliseconds