Searched defs:ucs2len (Results 1 - 1 of 1) sorted by relevance

/external/qemu/telephony/
H A Dgsm.c499 int ucs2len,
505 for (nn = 0; nn < ucs2len; ucs2 += 2, nn++) {
927 ucs2_to_gsm7( cbytes_t ucs2, int ucs2len, bytes_t dst, int offset ) argument
929 const unsigned char* ucs2end = ucs2 + ucs2len*2;
962 ucs2_to_gsm8( cbytes_t ucs2, int ucs2len, bytes_t dst ) argument
964 const unsigned char* ucs2end = ucs2 + ucs2len*2;
498 ucs2_to_utf8( cbytes_t ucs2, int ucs2len, bytes_t buf ) argument

Completed in 1357 milliseconds