Lines Matching defs:characters
289 // Check that there are enough characters left in the input.
428 // Check that there are enough characters left in the input.
532 // Match space-characters.
534 // One byte space characters are '\t'..'\r', ' ' and \u00a0.
595 // Table is 256 entries, so all Latin1 characters can be tested.
609 // Table is 256 entries, so all Latin1 characters can be tested.
839 // a1 is length of input in characters.
841 // a1 is length of string in characters.
1327 int characters) {
1333 DCHECK_EQ(1, characters);
1342 if (characters == 4) {
1345 } else if (characters == 2) {
1349 DCHECK_EQ(1, characters);
1355 if (characters == 2) {
1359 DCHECK_EQ(1, characters);