OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsKeywordType
(Results
1 - 2
of
2
) sorted by null
/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 1568 milliseconds