Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.cc65 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, Iterator* current, in AdvanceToNonspace()
76 double InternalStringToIntDouble(UnicodeCache* unicode_cache, Iterator current, in InternalStringToIntDouble()
301 UnicodeCache* unicode_cache = isolate_->unicode_cache(); in DetectRadixInternal() local
493 UnicodeCache* unicode_cache = isolate()->unicode_cache(); in HandlePowerOfTwoCase() local
557 double InternalStringToDouble(UnicodeCache* unicode_cache, Iterator current, in InternalStringToDouble()
817 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
828 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
841 double StringToDouble(UnicodeCache* unicode_cache, in StringToDouble()
1333 double StringToDouble(Isolate* isolate, UnicodeCache* unicode_cache, in StringToDouble()
1352 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex()
Ddateparser-inl.h17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse() local
Dcompiler.h339 UnicodeCache unicode_cache; member
Ddateparser.h52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader()
Disolate.h1045 UnicodeCache* unicode_cache() { in unicode_cache() function
Dobjects.cc10862 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() local
/external/v8/src/parsing/
Dparse-info.h133 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() function
134 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache()
Dscanner.cc174 Scanner::Scanner(UnicodeCache* unicode_cache, Utf16CharacterStream* source, in Scanner()
Dscanner.h327 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function
/external/v8/src/inspector/
Dstring-util.cc102 v8::internal::UnicodeCache unicode_cache; in toDouble() local