OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf8_to_gsm7
(Results
1 - 3
of
3
) sorted by null
/external/qemu/telephony/
gsm.h
85
extern int
utf8_to_gsm7
( cbytes_t utf8, int utf8len, bytes_t dst, int offset );
sms.c
1140
int count =
utf8_to_gsm7
( utf8, utf8len, NULL, 0 );
1164
utf8_to_gsm7
( utf8, utf8len, dst, pad );
1275
count =
utf8_to_gsm7
( utf8, utf8len, NULL, 0 );
[
all
...]
gsm.c
850
utf8_to_gsm7
( cbytes_t utf8, int utf8len, bytes_t dst, int offset )
function
Completed in 44 milliseconds