Home | History | Annotate | Download | only in src

Lines Matching refs:c2

2413     uint32_t c2) {
2417 if ((!Between(c1, '0', '9') || !Between(c2, '0', '9')) &&
2418 heap->symbol_table()->LookupTwoCharsSymbolIfExists(c1, c2, &symbol)) {
2422 } else if ((c1 | c2) <= String::kMaxAsciiCharCodeU) { // We can do this
2430 dest[1] = c2;
2439 dest[1] = c2;
2463 unsigned c2 = second->Get(0);
2464 return MakeOrFindTwoCharacterString(this, c1, c2);
2575 unsigned c2 = buffer->Get(start + 1);
2576 return MakeOrFindTwoCharacterString(this, c1, c2);