Home | History | Annotate | Download | only in base

Lines Matching defs:ps

28   mbstate_t ps;
33 memset(&ps, 0, sizeof(ps));
40 size_t res = src ? wcrtomb(buf, src, &ps) : 0;
64 memset(&ps, 0, sizeof(ps));
68 size_t res = src ? wcrtomb(&out[j], src, &ps) : 0;
88 mbstate_t ps;
93 memset(&ps, 0, sizeof(ps));
96 size_t res = mbrtowc(NULL, src, native_mb.size() - i, &ps);
119 memset(&ps, 0, sizeof(ps)); // Clear the shift state.
125 size_t res = mbrtowc(dst, src, native_mb.size() - i, &ps);