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

  /external/v8/src/
unicode-cache-inl.h 14 bool UnicodeCache::IsIdentifierStart(unibrow::uchar c) {
unicode-cache.h 24 inline bool IsIdentifierStart(unibrow::uchar c);
api.cc     [all...]
  /external/v8/src/parsing/
scanner.cc 858 } else if (unicode_cache_->IsIdentifierStart(c0_)) {
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 238 bool IsIdentifierStart(char c) {
365 if (IsIdentifierStart(c)) {
    [all...]

Completed in 284 milliseconds