Lines Matching defs:characters
235 // Check that there are enough characters left in the input.
369 // Check that there are enough characters left in the input.
506 // Match space-characters.
508 // One byte space characters are '\t'..'\r', ' ' and \u00a0.
569 // Table is 256 entries, so all Latin1 characters can be tested.
582 // Table is 256 entries, so all Latin1 characters can be tested.
801 // a1 is length of input in characters.
803 // a1 is length of string in characters.
1288 int cp_offset, int characters) {
1294 DCHECK_EQ(1, characters);
1304 if (characters == 4) {
1306 } else if (characters == 2) {
1309 DCHECK_EQ(1, characters);
1314 if (characters == 2) {
1317 DCHECK_EQ(1, characters);