Searched defs:unicode_cache (Results 1 – 10 of 10) sorted by relevance
| /external/v8/src/ |
| D | conversions.cc | 65 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()
|
| D | dateparser-inl.h | 17 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Parse() local
|
| D | compiler.h | 339 UnicodeCache unicode_cache; member
|
| D | dateparser.h | 52 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) in InputReader()
|
| D | isolate.h | 1045 UnicodeCache* unicode_cache() { in unicode_cache() function
|
| D | objects.cc | 10862 UnicodeCache* unicode_cache = isolate->unicode_cache(); in Trim() local
|
| /external/v8/src/parsing/ |
| D | parse-info.h | 133 UnicodeCache* unicode_cache() const { return unicode_cache_; } in unicode_cache() function 134 void set_unicode_cache(UnicodeCache* unicode_cache) { in set_unicode_cache()
|
| D | scanner.cc | 174 Scanner::Scanner(UnicodeCache* unicode_cache, Utf16CharacterStream* source, in Scanner()
|
| D | scanner.h | 327 UnicodeCache* unicode_cache() { return unicode_cache_; } in unicode_cache() function
|
| /external/v8/src/inspector/ |
| D | string-util.cc | 102 v8::internal::UnicodeCache unicode_cache; in toDouble() local
|