Home | History | Annotate | Download | only in arm

Lines Matching defs:ascii

1652   // Check for both being sequential ASCII strings, and inline if that is the
4094 // r3: encoding of subject string (1 if ASCII, 0 if two_byte);
4104 // r3: encoding of subject string (1 if ASCII, 0 if two_byte);
4141 // calculate the shift of the index (0 for ASCII and 1 for two byte).
4567 // ASCII string.
4644 // At this point code register contains smi tagged ASCII char code.
4699 bool ascii);
4756 bool ascii) {
4761 if (!ascii) {
4797 bool ascii = (flags & COPY_ASCII) != 0;
4816 if (!ascii) {
5040 // Check that the candidate is a non-external ASCII string. The instance
5204 // Check for flat ASCII string.
5383 // Check that both objects are sequential ASCII strings.
5386 // Compare flat ASCII strings natively. Remove arguments from stack first.
5485 // Check that both strings are non-external ASCII strings.
5533 // If both strings are ASCII the result is an ASCII cons string.
5546 // Allocate an ASCII cons string.
5560 // to contain only ASCII characters.
5597 // Now check if both strings have the same encoding (ASCII/Two-byte).
5608 // And see if it's ASCII or two-byte.
5612 // Both strings are sequential ASCII strings. We also know that they are