Lines Matching full:given
79 // Determines whether the given character is an alphabetic character.
86 // Determines whether the given character is an alphanumeric character.
93 // Determines whether the given character is a whitespace character (space,
101 // Determines whether the given character is a punctuation character.
108 // Determines whether the given character is a blank character (tab or space).
115 // Determines whether the given character is a control character.
122 // Determines whether the given character can be represented as a hexadecimal
130 // Determines whether the given character can be represented as a decimal
136 // Determines whether the given character is printable, including whitespace.
141 // Determines whether the given character has a graphical representation.
146 // Determines whether the given character is uppercase.
151 // Determines whether the given character is lowercase.
156 // Determines whether the given character is ASCII.
170 // Creates a lowercase string from a given absl::string_view.
188 // Creates an uppercase string from a given absl::string_view.
196 // given string_view.
203 // Strips in place whitespace from the beginning of the given string.
209 // Returns absl::string_view with whitespace stripped from the end of the given
217 // Strips in place whitespace from the end of the given string
224 // given string_view.
230 // Strips in place whitespace from both ends of the given string