Home
last modified time | relevance | path

Searched defs:unicode_cache (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dconversions.cc71 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
82 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
95 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
106 double StringToInt(UnicodeCache* unicode_cache, in StringToInt()
114 double StringToInt(UnicodeCache* unicode_cache, in StringToInt()
488 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string, in StringToDouble()
506 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex()
Dconversions-inl.h196 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, in AdvanceToNonspace()
209 double InternalStringToIntDouble(UnicodeCache* unicode_cache, in InternalStringToIntDouble()
310 double InternalStringToInt(UnicodeCache* unicode_cache, in InternalStringToInt()
503 double InternalStringToDouble(UnicodeCache* unicode_cache, in InternalStringToDouble()
Dbackground-parsing-task.h40 UnicodeCache unicode_cache; member
Ddateparser-inl.h17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse() local
Ddateparser.h52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader()
Disolate.h882 UnicodeCache* unicode_cache() { in unicode_cache() function
Dobjects.cc10650 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() local
/external/v8/src/parsing/
Dparse-info.h126 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() function
127 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache()
Dscanner.cc78 Scanner::Scanner(UnicodeCache* unicode_cache) in Scanner()
Dscanner.h273 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function