Searched refs:kDots (Results 1 – 4 of 4) sorted by relevance
395 constexpr char32 kDots[] = {0x002e, 0xfe52, 0xff0e}; variable396 constexpr int kNumDots = ARRAYSIZE(kDots);592 return GetMatchIndex(kDots, kNumDots, codepoint) >= 0; in IsDot()
51 kDots, // ... enumerator
215 return TokKind::kDots; in LexToken()539 return "kDots";
3212 case TokKind::kDots: { in ParseDenseLiteral()