Home | History | Annotate | Download | only in arm

Lines Matching refs:characters

253   // r0 : Address of characters to match against str.
301 // Check that there are enough characters left in the input.
405 // Check that there are enough characters left in the input.
489 // Match space-characters
491 // ASCII space characters are '\t'..'\r' and ' '.
504 // Match non-space characters.
506 // ASCII space characters are '\t'..'\r' and ' '.
567 // Table is 128 entries, so all ASCII characters can be tested.
581 // Table is 128 entries, so all ASCII characters can be tested.
732 // r1 is length of input in characters.
734 // r1 is length of string in characters.
869 int characters) {
873 CheckPosition(cp_offset + characters - 1, on_end_of_input);
875 LoadCurrentCharacterUnchecked(cp_offset, characters);
1097 // The original start address of the characters to match.
1261 int characters) {
1272 ASSERT(characters == 1);
1276 if (characters == 4) {
1278 } else if (characters == 2) {
1281 ASSERT(characters == 1);
1286 if (characters == 2) {
1289 ASSERT(characters == 1);