Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dgsm.h109 extern int ucs2_check_gsm7( cbytes_t ucs2, int ucs2len );
114 extern int ucs2_to_gsm7( cbytes_t ucs2, int ucs2len, bytes_t dst, int offset );
118 extern int ucs2_to_gsm8( cbytes_t ucs2, int ucs2len, bytes_t dst );
136 extern int ucs2_to_utf8( cbytes_t ucs2, int ucs2len, bytes_t utf8 );
Dgsm.c499 int ucs2len, in ucs2_to_utf8() argument
505 for (nn = 0; nn < ucs2len; ucs2 += 2, nn++) { in ucs2_to_utf8()
927 ucs2_to_gsm7( cbytes_t ucs2, int ucs2len, bytes_t dst, int offset ) in ucs2_to_gsm7() argument
929 const unsigned char* ucs2end = ucs2 + ucs2len*2; in ucs2_to_gsm7()
962 ucs2_to_gsm8( cbytes_t ucs2, int ucs2len, bytes_t dst ) in ucs2_to_gsm8() argument
964 const unsigned char* ucs2end = ucs2 + ucs2len*2; in ucs2_to_gsm8()