Home | History | Annotate | Download | only in telephony

Lines Matching refs:dialdigits

335     static const char  dialdigits[16] = "0123456789*#,N%";
348 str[count] = dialdigits[c & 0xf];
355 str[count] = dialdigits[(c >> 4) & 0xf];