Home | History | Annotate | Download | only in strings

Lines Matching refs:whitespace

36 // Returns either the ASCII or UTF-16 whitespace.
76 WhitespaceHandling whitespace,
95 if (whitespace == TRIM_WHITESPACE)
136 WhitespaceHandling whitespace,
150 if (whitespace == TRIM_WHITESPACE)
162 WhitespaceHandling whitespace,
166 input, separators[0], whitespace, result_type);
169 input, separators, whitespace, result_type);
174 WhitespaceHandling whitespace,
178 input, separators[0], whitespace, result_type);
181 input, separators, whitespace, result_type);
186 WhitespaceHandling whitespace,
190 input, separators[0], whitespace, result_type);
193 input, separators, whitespace, result_type);
198 WhitespaceHandling whitespace,
202 input, separators[0], whitespace, result_type);
205 input, separators, whitespace, result_type);
247 WhitespaceHandling whitespace,
250 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result);
257 WhitespaceHandling whitespace,
260 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result);