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

  /bionic/libc/include/bits/
mbstate_t.h 39 } mbstate_t; typedef in typeref:struct:__anon254
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 25 mbstate_t Type of object holding multibyte conversion state.
130 int mbsinit (const mbstate_t *ps);
134 mbstate_t * __restrict ps);
136 size_t n, mbstate_t * __restrict ps);
138 mbstate_t * __restrict ps);
141 mbstate_t * __restrict ps);
144 size_t len, mbstate_t * __restrict ps);
151 - mbstate_t objects are not intended to be inspected by programs.
192 /** mbstate_t is an opaque object, that is not an array type, used to keep
195 typedef _BSD_MBSTATE_T_ mbstate_t; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 106 typedef __mbstate_t mbstate_t; typedef
109 __USING_NAMESPACE_C99(mbstate_t)
358 extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__;
364 mbstate_t *__p) __THROW;
368 mbstate_t *__restrict __ps) __THROW;
372 mbstate_t *__restrict __ps) __THROW;
374 mbstate_t *__restrict __ps) __THROW;
397 mbstate_t *__restrict __ps))
407 mbstate_t *__restrict __ps) __THROW;
413 mbstate_t *__restrict __ps) __THROW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 936 typedef int mbstate_t; typedef
    [all...]

Completed in 237 milliseconds