Home | History | Annotate | Download | only in telephony

Lines Matching refs:utf8end

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;
641 while (utf8 < utf8end) {
642 int c = utf8_next( &utf8, utf8end );
781 cbytes_t utf8end = utf8 + utf8len;
784 while ( utf8 < utf8end ) {
786 int c = utf8_next( &utf8, utf8end );
852 const unsigned char* utf8end = utf8 + utf8len;
859 while ( utf8 < utf8end ) {
860 int c = utf8_next( &utf8, utf8end );
889 const unsigned char* utf8end = utf8 + utf8len;
892 while ( utf8 < utf8end ) {
893 int c = utf8_next( &utf8, utf8end );