HomeSort by relevance Sort by last modified time
    Searched full:gsm7bits_to_unicode (Results 1 - 1 of 1) sorted by null

  /external/qemu/telephony/
gsm.c 541 static const unsigned short gsm7bits_to_unicode[128] = { variable
569 if (gsm7bits_to_unicode[nn] == unicode) {
676 v = gsm7bits_to_unicode[c];
723 c = gsm7bits_to_unicode[c];
757 int c = gsm7bits_to_unicode[val];
938 if ( gsm7bits_to_unicode[nn] == c ) {
972 if ( gsm7bits_to_unicode[nn] == c ) {

Completed in 98 milliseconds