Searched refs:kTrueLen (Results 1 – 1 of 1) sorted by relevance
929 const int kTrueLen = static_cast<int>(strlen(kTrueLiteral)); in ConsumeLiteral() local930 if (!CanConsume(kTrueLen - 1) || in ConsumeLiteral()931 !StringsAreEqual(pos_, kTrueLiteral, kTrueLen)) { in ConsumeLiteral()935 NextNChars(kTrueLen - 1); in ConsumeLiteral()