Searched defs:unicode_cache (Results 1 – 10 of 10) sorted by relevance
| /external/v8/src/ |
| D | conversions.cc | 71 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()
|
| D | conversions-inl.h | 196 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()
|
| 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 | 882 UnicodeCache* unicode_cache() { in unicode_cache() function
|
| D | objects.cc | 10650 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() local
|
| /external/v8/src/parsing/ |
| D | parse-info.h | 126 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() function 127 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache()
|
| D | scanner.cc | 78 Scanner::Scanner(UnicodeCache* unicode_cache) in Scanner()
|
| D | scanner.h | 273 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function
|