Lines Matching +defs:c +defs:mode

198   write_utf8_bom(range<C>& to, codecvt_mode mode)  in write_utf8_bom()
209 write_utf16_bom(range<char16_t, Aligned>& to, codecvt_mode mode) in write_utf16_bom()
224 read_utf8_bom(range<const C>& from, codecvt_mode mode) in read_utf8_bom()
236 read_utf16_bom(range<const char16_t, Aligned>& from, codecvt_mode& mode) in read_utf16_bom()
273 char32_t c = (c1 << 6) + c2 - 0x3080; in read_utf8_code_point() local
292 char32_t c = (c1 << 12) + (c2 << 6) + c3 - 0xE2080; in read_utf8_code_point() local
318 char32_t c = (c1 << 18) + (c2 << 12) + (c3 << 6) + c4 - 0x3C82080; in read_utf8_code_point() local
367 adjust_byte_order(char16_t c, codecvt_mode mode) in adjust_byte_order()
378 is_high_surrogate(char32_t c) in is_high_surrogate()
385 is_low_surrogate(char32_t c) in is_low_surrogate()
403 unsigned long maxcode, codecvt_mode mode) in read_utf16_code_point()
409 char32_t c = adjust_byte_order(from[0], mode); in read_utf16_code_point() local
432 write_utf16_code_point(range<C, A>& to, char32_t codepoint, codecvt_mode mode) in write_utf16_code_point()
461 unsigned long maxcode = max_code_point, codecvt_mode mode = {}) in ucs4_in()
480 unsigned long maxcode = max_code_point, codecvt_mode mode = {}) in ucs4_out()
486 const char32_t c = from[0]; local
499 unsigned long maxcode = max_code_point, codecvt_mode mode = {}) in ucs4_in()
517 unsigned long maxcode = max_code_point, codecvt_mode mode = {}) in ucs4_out()
523 const char32_t c = from[0]; local
540 unsigned long maxcode = max_code_point, codecvt_mode mode = {}) in utf16_in()
564 unsigned long maxcode = max_code_point, codecvt_mode mode = {}, in utf16_out()
571 char32_t c = from[0]; local
605 char32_t maxcode = max_code_point, codecvt_mode mode = {}) in utf16_span()
612 char32_t c = read_utf8_code_point(from, maxcode); local
628 char32_t maxcode = max_code_point, codecvt_mode mode = {}) in ucs2_in()
639 char32_t maxcode = max_code_point, codecvt_mode mode = {}) in ucs2_out()
649 char32_t maxcode = max_code_point, codecvt_mode mode = {}) in ucs2_out()
655 char16_t c = from[0]; local
669 char32_t maxcode = max_code_point, codecvt_mode mode = {}) in ucs2_in()
676 const char32_t c = read_utf16_code_point(from, maxcode, mode); local
688 char32_t maxcode, codecvt_mode mode) in ucs2_span()
693 char32_t c = 0; in ucs2_span() local
702 char32_t maxcode, codecvt_mode mode) in ucs2_span()
708 char32_t c = 0; in ucs2_span() local
718 char32_t maxcode = max_code_point, codecvt_mode mode = {}) in ucs4_span()
722 char32_t c = 0; local
731 char32_t maxcode = max_code_point, codecvt_mode mode = {}) in ucs4_span()
734 char32_t c = 0; local
783 codecvt_mode mode = {}; in do_in() local
785 codecvt_mode mode = little_endian; in do_in() local
932 codecvt_mode mode = {}; in do_in() local
934 codecvt_mode mode = little_endian; in do_in() local
1077 codecvt_mode mode = codecvt_mode(_M_mode & (consume_header|generate_header)); in do_in() local
1250 codecvt_mode mode = {}; in do_in() local
1252 codecvt_mode mode = little_endian; in do_in() local
1603 codecvt_mode mode = codecvt_mode(_M_mode & (consume_header|generate_header)); in do_in() local
1679 codecvt_mode mode = codecvt_mode(_M_mode & (consume_header|generate_header)); in do_in() local
1756 codecvt_mode mode = codecvt_mode(_M_mode & (consume_header|generate_header)); in do_in() local