Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc922 const char kTrueLiteral[] = "true"; in ConsumeLiteral() local
923 const int kTrueLen = static_cast<int>(strlen(kTrueLiteral)); in ConsumeLiteral()
925 !StringsAreEqual(pos_, kTrueLiteral, kTrueLen)) { in ConsumeLiteral()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc917 const char kTrueLiteral[] = "true"; in ConsumeLiteral() local
918 const int kTrueLen = static_cast<int>(strlen(kTrueLiteral)); in ConsumeLiteral()
920 !StringsAreEqual(pos_, kTrueLiteral, kTrueLen)) { in ConsumeLiteral()