Home | History | Annotate | Download | only in src

Lines Matching refs:c1

2966     uint32_t c1,
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
2983 dest[0] = c1;
2992 dest[0] = c1;
3016 unsigned c1 = first->Get(0);
3018 return MakeOrFindTwoCharacterString(this, c1, c2);
3131 unsigned c1 = buffer->Get(start);
3133 return MakeOrFindTwoCharacterString(this, c1, c2);