OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dialdigits
(Results
1 - 2
of
2
) sorted by null
/external/qemu/telephony/
sms.c
335
static const char
dialdigits
[16] = "0123456789*#,N%";
local
348
str[count] =
dialdigits
[c & 0xf];
355
str[count] =
dialdigits
[(c >> 4) & 0xf];
[
all
...]
android_modem.c
[
all
...]
Completed in 45 milliseconds