OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucs2_to_utf8
(Results
1 - 3
of
3
) sorted by null
/external/qemu/telephony/
gsm.h
136
extern int
ucs2_to_utf8
( cbytes_t ucs2, int ucs2len, bytes_t utf8 );
gsm.c
498
ucs2_to_utf8
( cbytes_t ucs2,
function
1086
result =
ucs2_to_utf8
( alpha, (end-alpha)/2, dst );
sms.c
884
int count =
ucs2_to_utf8
( cur, len/2, NULL );
890
ucs2_to_utf8
( cur, len/2, dst );
[
all
...]
Completed in 54 milliseconds