Lines Matching defs:ch
102 bool Contains(char ch) const noexcept { in Contains()
111 constexpr bool IsASpace(int ch) noexcept { in IsASpace()
115 constexpr bool IsASpaceOrTab(int ch) noexcept { in IsASpaceOrTab()
119 constexpr bool IsADigit(int ch) noexcept { in IsADigit()
123 constexpr bool IsADigit(int ch, int base) noexcept { in IsADigit()
133 constexpr bool IsASCII(int ch) noexcept { in IsASCII()
137 constexpr bool IsLowerCase(int ch) noexcept { in IsLowerCase()
141 constexpr bool IsUpperCase(int ch) noexcept { in IsUpperCase()
145 constexpr bool IsUpperOrLowerCase(int ch) noexcept { in IsUpperOrLowerCase()
149 constexpr bool IsAlphaNumeric(int ch) noexcept { in IsAlphaNumeric()
160 constexpr bool isspacechar(int ch) noexcept { in isspacechar()
164 constexpr bool iswordchar(int ch) noexcept { in iswordchar()
168 constexpr bool iswordstart(int ch) noexcept { in iswordstart()
172 constexpr bool isoperator(int ch) noexcept { in isoperator()
188 constexpr T MakeUpperCase(T ch) noexcept { in MakeUpperCase()
196 constexpr T MakeLowerCase(T ch) noexcept { in MakeLowerCase()