Lines Matching defs:characters
251 // Check that there are enough characters left in the input.
392 // Check that there are enough characters left in the input.
549 // Match space-characters.
551 // One byte space characters are '\t'..'\r', ' ' and \u00a0.
621 // Table is 1256 entries, so all LATIN1 characters can be tested.
635 // Table is 256 entries, so all LATIN characters can be tested.
877 // r0 is length of input in characters.
879 // r0 is length of string in characters.
1372 int characters) {
1375 if (characters == 4) {
1379 } else if (characters == 2) {
1384 DCHECK_EQ(1, characters);
1391 if (characters == 2) {
1396 // need to swap the order of the characters for big-endian platforms
1400 DCHECK_EQ(1, characters);