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

  /ndk/sources/host-tools/sed-4.2.1/lib/
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...]
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...]
  /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::__anon22272
    [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::__anon23862
    [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::__anon25374
    [all...]

Completed in 763 milliseconds