Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.cc70 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
81 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
94 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
105 double StringToInt(UnicodeCache* unicode_cache, in StringToInt()
113 double StringToInt(UnicodeCache* unicode_cache, in StringToInt()
486 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
Dconversions-inl.h117 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, in AdvanceToNonspace()
130 double InternalStringToIntDouble(UnicodeCache* unicode_cache, in InternalStringToIntDouble()
231 double InternalStringToInt(UnicodeCache* unicode_cache, in InternalStringToInt()
424 double InternalStringToDouble(UnicodeCache* unicode_cache, in InternalStringToDouble()
Dbackground-parsing-task.h38 UnicodeCache unicode_cache; member
Ddateparser-inl.h16 UnicodeCache* unicode_cache) { in Parse()
Dscanner.cc34 Scanner::Scanner(UnicodeCache* unicode_cache) in Scanner()
Dscanner.h411 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function
Ddateparser.h51 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader()
Dparser.h614 UnicodeCache* unicode_cache; member
Disolate.h906 UnicodeCache* unicode_cache() { in unicode_cache() function
Druntime.cc6746 UnicodeCache* unicode_cache = isolate->unicode_cache(); in RUNTIME_FUNCTION() local
/external/v8/test/cctest/
Dtest-parsing.cc62 i::UnicodeCache unicode_cache; in TEST() local