Home
last modified time | relevance | path

Searched refs:kTrueLen (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/json/
Djson_parser.cc923 const int kTrueLen = static_cast<int>(strlen(kTrueLiteral)); in ConsumeLiteral() local
924 if (!CanConsume(kTrueLen - 1) || in ConsumeLiteral()
925 !StringsAreEqual(pos_, kTrueLiteral, kTrueLen)) { in ConsumeLiteral()
929 NextNChars(kTrueLen - 1); in ConsumeLiteral()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc918 const int kTrueLen = static_cast<int>(strlen(kTrueLiteral)); in ConsumeLiteral() local
919 if (!CanConsume(kTrueLen - 1) || in ConsumeLiteral()
920 !StringsAreEqual(pos_, kTrueLiteral, kTrueLen)) { in ConsumeLiteral()
924 NextNChars(kTrueLen - 1); in ConsumeLiteral()