HomeSort by relevance Sort by last modified time
    Searched refs:IsKeywordType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
dateparser.h 195 bool IsKeywordType(KeywordType tag) {
209 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0;
dateparser-inl.h 256 if (!scanner->Peek().IsKeywordType(TIME_SEPARATOR)) {
  /external/v8/src/
dateparser.h 195 bool IsKeywordType(KeywordType tag) {
209 return IsKeywordType(TIME_ZONE_NAME) && length_ == 1 && value_ == 0;
dateparser-inl.h 252 if (!scanner->Peek().IsKeywordType(TIME_SEPARATOR)) {

Completed in 315 milliseconds