HomeSort by relevance Sort by last modified time
    Searched defs:UnicodeCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
scanner.h 124 class UnicodeCache {
128 UnicodeCache() {}
147 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
304 explicit Scanner(UnicodeCache* scanner_contants);
382 UnicodeCache* unicode_cache() { return unicode_cache_; }
535 UnicodeCache* unicode_cache_;
  /external/v8/src/
scanner.h 143 class UnicodeCache {
147 UnicodeCache() {}
166 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
320 explicit Scanner(UnicodeCache* scanner_contants);
390 UnicodeCache* unicode_cache() { return unicode_cache_; }
539 UnicodeCache* unicode_cache_;

Completed in 161 milliseconds