Home | History | Annotate | Download | only in src

Lines Matching defs:c2

470                                                           uint16_t c2) {
473 c2, '0', '9')) {
475 if (StringTable::LookupTwoCharsStringIfExists(isolate, c1, c2).
483 if (static_cast<unsigned>(c1 | c2) <= String::kMaxOneByteCharCodeU) {
491 dest[1] = static_cast<uint8_t>(c2);
498 dest[1] = c2;
527 uint16_t c2 = right->Get(0);
528 return MakeOrFindTwoCharacterString(isolate(), c1, c2);
622 uint16_t c2 = str->Get(begin + 1);
623 return MakeOrFindTwoCharacterString(isolate(), c1, c2);