Home
last modified time | relevance | path

Searched refs:pc16 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/lib/libc/locale/
H A Dmbrtoc16.c35 mbrtoc16(char16_t *pc16, const char *s, size_t n, mbstate_t *ps) in mbrtoc16() argument
62 pc16 = NULL; in mbrtoc16()
71 if (pc16 != NULL) in mbrtoc16()
72 *pc16 = 0xdc00 + (us->ch & 0x3ff); in mbrtoc16()
92 if (pc16 != NULL) in mbrtoc16()
93 *pc16 = 0xd7c0 + (wc >> 10); in mbrtoc16()
97 } else if (pc16 != NULL) in mbrtoc16()
99 *pc16 = wc; in mbrtoc16()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dcuchar30 size_t mbrtoc16(char16_t* pc16, const char* s, size_t n, mbstate_t* ps);