HomeSort by relevance Sort by last modified time
    Searched refs:mbs (Results 1 - 9 of 9) 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,
44 static int32_t wcToLatin1(uint16_t wc, uint8_t * mbs, int32_t bufSize);
49 static int32_t utf8ToWcs(const uint8_t *mbs, int32_t mbsLen,
56 static int32_t wcToUtf8(uint16_t wc, uint8_t * mbs, int32_t bufSize);
61 static int32_t utf16beToWcs(const uint8_t *mbs, int32_t mbsLen,
68 static int32_t wcToUtf16be(uint16_t wc, uint8_t * mbs, int32_t bufSize);
73 static int32_t utf16leToWcs(const uint8_t *mbs, int32_t mbsLen,
80 static int32_t wcToUtf16le(uint16_t wc, uint8_t * mbs, int32_t bufSize);
86 const uint8_t *mbs, int32_t mbsLen,
94 return gb2312ToWcs(mbs, mbsLen, wcsBuf, bufSizeInWideChar, bytesConsumed)
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_i18n.h 65 * @param mbs Multibyte string to be converted.
66 * @param mbsLen Number of the bytes (in mbs) to be converted.
71 * @param bytesConsumed The number of bytes in mbs that have been successfully
80 const uint8_t *mbs, int32_t mbsLen,
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 61 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str;
84 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str;
161 unsigned char *new_mbs = re_realloc (pstr->mbs, unsigned char,
165 pstr->mbs = new_mbs;
236 buf[i] = pstr->mbs[byte_idx + i] = pstr->trans[ch];
301 pstr->mbs[byte_idx]
305 pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
325 memcpy (pstr->mbs + byte_idx, buf, mbclen)
    [all...]
regex_internal.h 368 REG_ICASE, upper cases of the string are stored, otherwise MBS points
370 unsigned char *mbs; member in struct:re_string_t
372 /* Store the wide character string which is corresponding to MBS. */
377 /* Index in RAW_MBS. Each character mbs[i] corresponds to
384 /* The length of the buffers MBS and WCS. */
386 /* The index in MBS, which is updated by re_string_fetch_byte. */
399 /* The context of mbs[0]. We store the context independently, since
400 the context of mbs[0] may be different from raw_mbs[0], which is
445 ((pstr)->mbs[(pstr)->cur_idx + offset])
447 ((pstr)->mbs[(pstr)->cur_idx++]
    [all...]
regcomp.c 399 mbstate_t mbs;
400 memset (&mbs, 0, sizeof (mbs));
401 if (__mbrtowc (NULL, (char *) &c, 1, &mbs) == (size_t) -2)
397 mbstate_t mbs; local
    [all...]
regexec.c 194 static unsigned int find_collation_sequence_value (const unsigned char *mbs,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1304 char *mbs; member in union:_XIMStringConversionText::__anon23313
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1304 char *mbs; member in union:_XIMStringConversionText::__anon24903
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1304 char *mbs; member in union:_XIMStringConversionText::__anon26415
    [all...]

Completed in 79 milliseconds