Home
last modified time | relevance | path

Searched refs:__char (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h106 _LIBCPP_HIDE_FROM_ABI constexpr bool __is_continuation(_Iterator __char, int __count) { in __is_continuation() argument
108 if ((*__char & 0b1100'0000) != 0b1000'0000) in __is_continuation()
111 ++__char; in __is_continuation()
H A Dformatter_char.h45 ….__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::__type::__char) in format()
H A Dparser_std_format_spec.h209 __char, enumerator
820 __type_ = __type::__char;
930 case __format_spec::__type::__char:
960 case __format_spec::__type::__char:
H A Dformatter_integer.h46 if (__specs.__std_.__type_ == __format_spec::__type::__char) in format()