HomeSort by relevance Sort by last modified time
    Searched defs:utf8len (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/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)
  /external/qemu/telephony/
sms.c 46 sms_utf8_from_message_str( const char* str, int strlen, unsigned char* utf8, int utf8len )
111 if (count < utf8len)
116 if (count < utf8len)
118 if (count+1 < utf8len)
123 if (count < utf8len)
125 if (count+1 < utf8len)
127 if (count+2 < utf8len)
141 int sms_utf8_to_message_str( const unsigned char* utf8, int utf8len, char* str, int strlen )
144 cbytes_t end = p + utf8len;
907 smspdu_get_text_message( SmsPDU pdu, unsigned char* utf8, int utf8len )
1618 int utf8len; local
    [all...]

Completed in 1441 milliseconds