OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf8len
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c
589
int
utf8len
;
local
604
utf8len
= PhKeyToMb(utf8, key);
605
if (
utf8len
> 0)
607
utf8len
= mbtowc(&unicode, utf8,
utf8len
);
608
if (
utf8len
> 0)
/frameworks/base/media/libstagefright/id3/
ID3.cpp
425
size_t
utf8len
= 0;
local
431
++
utf8len
;
433
utf8len
+= 2;
437
if (
utf8len
== size) {
444
char *tmp = new char[
utf8len
];
460
s->setTo(tmp,
utf8len
);
/external/qemu/telephony/
sms.c
45
sms_utf8_from_message_str( const char* str, int strlen, unsigned char* utf8, int
utf8len
)
110
if (count <
utf8len
)
115
if (count <
utf8len
)
117
if (count+1 <
utf8len
)
122
if (count <
utf8len
)
124
if (count+1 <
utf8len
)
126
if (count+2 <
utf8len
)
140
int sms_utf8_to_message_str( const unsigned char* utf8, int
utf8len
, char* str, int strlen )
143
cbytes_t end = p +
utf8len
;
906
smspdu_get_text_message( SmsPDU pdu, unsigned char* utf8, int
utf8len
)
1617
int
utf8len
;
local
[
all
...]
Completed in 165 milliseconds