Lines Matching defs:c1
591 uint16_t c1,
595 if (!Between(c1, '0', '9') || !Between(c2, '0', '9')) {
597 if (StringTable::LookupTwoCharsStringIfExists(isolate, c1, c2).
605 if (static_cast<unsigned>(c1 | c2) <= String::kMaxOneByteCharCodeU) {
612 dest[0] = static_cast<uint8_t>(c1);
619 dest[0] = c1;
654 uint16_t c1 = left->Get(0);
656 return MakeOrFindTwoCharacterString(isolate(), c1, c2);
762 uint16_t c1 = str->Get(begin);
764 return MakeOrFindTwoCharacterString(isolate(), c1, c2);