Lines Matching refs:c1
3689 uint16_t c1,
3694 if ((!Between(c1, '0', '9') || !Between(c2, '0', '9')) &&
3695 heap->string_table()->LookupTwoCharsStringIfExists(c1, c2, &result)) {
3699 } else if (static_cast<unsigned>(c1 | c2) <= String::kMaxOneByteCharCodeU) {
3707 dest[0] = static_cast<uint8_t>(c1);
3716 dest[0] = c1;
3740 uint16_t c1 = first->Get(0);
3742 return MakeOrFindTwoCharacterString(this, c1, c2);
3854 uint16_t c1 = buffer->Get(start);
3856 return MakeOrFindTwoCharacterString(this, c1, c2);