HomeSort by relevance Sort by last modified time
    Searched full:mbslen (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_i18n.c 37 static int32_t latin1ToWcs(const uint8_t *mbs, int32_t mbsLen,
49 static int32_t utf8ToWcs(const uint8_t *mbs, int32_t mbsLen,
61 static int32_t utf16beToWcs(const uint8_t *mbs, int32_t mbsLen,
73 static int32_t utf16leToWcs(const uint8_t *mbs, int32_t mbsLen,
86 const uint8_t *mbs, int32_t mbsLen,
94 return gb2312ToWcs(mbs, mbsLen, wcsBuf, bufSizeInWideChar, bytesConsumed);
98 return gbkToWcs(mbs, mbsLen, wcsBuf, bufSizeInWideChar, bytesConsumed);
102 return big5ToWcs(mbs, mbsLen, wcsBuf, bufSizeInWideChar, bytesConsumed);
106 return latin1ToWcs(mbs, mbsLen, wcsBuf, bufSizeInWideChar, bytesConsumed);
123 return iso8859xToWcs(charset, mbs, mbsLen, wcsBuf, bufSizeInWideChar, bytesConsumed)
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_i18n.h 66 * @param mbsLen Number of the bytes (in mbs) to be converted.
80 const uint8_t *mbs, int32_t mbsLen,
  /external/bison/lib/
string.in.h 34 /* MirBSD defines mbslen as a macro. */
720 # ifdef __MirBSD__ /* MirBSD defines mbslen as a macro. Override it. */
721 # undef mbslen macro
723 # if @HAVE_MBSLEN@ /* AIX, OSF/1, MirBSD define mbslen already in libc. */
725 # define mbslen rpl_mbslen macro
727 _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string)
730 _GL_CXXALIAS_RPL (mbslen, size_t, (const char *string));
732 _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string)
735 _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string));
737 _GL_CXXALIASWARN (mbslen); variable
    [all...]
  /external/bison/darwin-lib/
string.h 35 /* MirBSD defines mbslen as a macro. */
    [all...]
  /external/bison/linux-lib/
string.h 35 /* MirBSD defines mbslen as a macro. */
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 429 extern size_t mbslen (const char *string);
489 at most mbslen (PREFIX) characters with the character string PREFIX,

Completed in 132 milliseconds