Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dgsm.c384 utf8_next( cbytes_t *pp, cbytes_t end ) in utf8_next() function
523 int c = utf8_next(&p, end); in utf8_to_ucs2()
615 int c = utf8_next( &q, end ); in utf8_skip_gsm7()
642 int c = utf8_next( &utf8, utf8end ); in utf8_check_gsm7()
786 int c = utf8_next( &utf8, utf8end ); in utf8_to_gsm7_count()
860 int c = utf8_next( &utf8, utf8end ); in utf8_to_gsm7()
893 int c = utf8_next( &utf8, utf8end ); in utf8_to_gsm8()
/external/qemu/android/
Dconsole.c1952 utf8_next( unsigned char* *pp, unsigned char* end ) in utf8_next() function
2016 int c = utf8_next( &p, end ); in do_event_text()