Lines Matching defs:whitespace
17 // Returns either the ASCII or UTF-16 whitespace.
65 WhitespaceHandling whitespace,
86 if (whitespace == TRIM_WHITESPACE)
126 WhitespaceHandling whitespace,
140 if (whitespace == TRIM_WHITESPACE)
152 WhitespaceHandling whitespace,
156 whitespace, result_type);
159 input, separators, whitespace, result_type);
164 WhitespaceHandling whitespace,
168 input, separators[0], whitespace, result_type);
171 input, separators, whitespace, result_type);
176 WhitespaceHandling whitespace,
180 whitespace, result_type);
183 input, separators, whitespace, result_type);
189 WhitespaceHandling whitespace,
193 input, separators[0], whitespace, result_type);
196 input, separators, whitespace, result_type);
224 WhitespaceHandling whitespace,
227 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result);
233 WhitespaceHandling whitespace,
236 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result);
243 WhitespaceHandling whitespace,
246 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result);
253 WhitespaceHandling whitespace,
256 SplitStringUsingSubstrT(input, delimiter, whitespace, result_type, &result);