Home | History | Annotate | Download | only in src

Lines Matching refs:c1

825   int c1 = str->length() > 1 ? str->Get(1) : 0;
827 if (c1 > 'Z') {
832 } else if ((c1 == 0 || (c1 >= 'A' && c1 <= 'Z')) &&
11628 TwoCharHashTableKey(uint32_t c1, uint32_t c2, uint32_t seed)
11629 : c1_(c1), c2_(c2) {
11632 hash += c1;
11646 hasher.AddCharacter(c1);
11699 bool SymbolTable::LookupTwoCharsSymbolIfExists(uint32_t c1,
11702 TwoCharHashTableKey key(c1, c2, GetHeap()->HashSeed());