Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.cc73 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
84 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
97 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
108 double StringToInt(UnicodeCache* unicode_cache, in StringToInt()
116 double StringToInt(UnicodeCache* unicode_cache, in StringToInt()
505 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string, in StringToDouble()
523 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex()
Dconversions-inl.h244 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, in AdvanceToNonspace()
257 double InternalStringToIntDouble(UnicodeCache* unicode_cache, in InternalStringToIntDouble()
358 double InternalStringToInt(UnicodeCache* unicode_cache, in InternalStringToInt()
551 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.h886 UnicodeCache* unicode_cache() { in unicode_cache() function
Dobjects.cc10246 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() local
/external/v8/src/parsing/
Dparse-info.h148 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() function
149 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache()
Dscanner.cc180 Scanner::Scanner(UnicodeCache* unicode_cache) in Scanner()
Dscanner.h290 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function