Home | History | Annotate | Download | only in src

Lines Matching refs:c2

2967     uint32_t c2) {
2971 if ((!Between(c1, '0', '9') || !Between(c2, '0', '9')) &&
2972 heap->symbol_table()->LookupTwoCharsSymbolIfExists(c1, c2, &symbol)) {
2976 } else if ((c1 | c2) <= String::kMaxAsciiCharCodeU) { // We can do this
2984 dest[1] = c2;
2993 dest[1] = c2;
3017 unsigned c2 = second->Get(0);
3018 return MakeOrFindTwoCharacterString(this, c1, c2);
3132 unsigned c2 = buffer->Get(start + 1);
3133 return MakeOrFindTwoCharacterString(this, c1, c2);