Searched defs:unicode_cache (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | conversions.cc | 73 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()
|
D | conversions-inl.h | 244 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()
|
D | background-parsing-task.h | 40 UnicodeCache unicode_cache; member
|
D | dateparser-inl.h | 17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse() local
|
D | dateparser.h | 52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader()
|
D | isolate.h | 886 UnicodeCache* unicode_cache() { in unicode_cache() function
|
D | objects.cc | 10246 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() local
|
/external/v8/src/parsing/ |
D | parse-info.h | 148 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() function 149 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache()
|
D | scanner.cc | 180 Scanner::Scanner(UnicodeCache* unicode_cache) in Scanner()
|
D | scanner.h | 290 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function
|