Home | History | Annotate | Download | only in x64

Lines Matching refs:characters

225     // Check that there are at least str.length() characters left in the input.
235 // TODO(lrn): Test multiple characters at a time by loading 4 or 8 bytes
407 // Check that there are sufficient characters left in the input.
506 // Match space-characters
508 // ASCII space characters are '\t'..'\r' and ' '.
521 // Match non-space characters.
523 // ASCII space characters are '\t'..'\r' and ' '.
586 // Table is 128 entries, so all ASCII characters can be tested.
601 // Table is 128 entries, so all ASCII characters can be tested.
938 characters) {
942 CheckPosition(cp_offset + characters - 1, on_end_of_input);
944 LoadCurrentCharacterUnchecked(cp_offset, characters);
1120 // The original start address of the characters to match.
1276 int characters) {
1278 if (characters == 4) {
1280 } else if (characters == 2) {
1283 ASSERT(characters == 1);
1288 if (characters == 2) {
1292 ASSERT(characters == 1);