Searched refs:unicode_cache (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/
H A Dv8conversions.cc83 double StringToDouble(UnicodeCache* unicode_cache, argument
89 return InternalStringToDouble(unicode_cache, begin, end, flags,
94 return InternalStringToDouble(unicode_cache, begin, end, flags,
98 return InternalStringToDouble(unicode_cache,
107 double StringToInt(UnicodeCache* unicode_cache, argument
114 return InternalStringToInt(unicode_cache, begin, end, radix);
118 return InternalStringToInt(unicode_cache, begin, end, radix);
121 return InternalStringToInt(unicode_cache,
H A Dv8conversions.h50 double StringToDouble(UnicodeCache* unicode_cache,
56 double StringToInt(UnicodeCache* unicode_cache, String* str, int radix);
H A Dconversions.h114 double StringToDouble(UnicodeCache* unicode_cache,
118 double StringToDouble(UnicodeCache* unicode_cache,
123 double StringToDouble(UnicodeCache* unicode_cache,
H A Dconversions-inl.h122 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, argument
126 if (!unicode_cache->IsWhiteSpace(**current)) return true;
135 double InternalStringToIntDouble(UnicodeCache* unicode_cache, argument
162 !AdvanceToNonspace(unicode_cache, &current, end)) {
194 AdvanceToNonspace(unicode_cache, &current, end)) {
238 double InternalStringToInt(UnicodeCache* unicode_cache,
245 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
313 unicode_cache, current, end, negative, allow_trailing_junk);
316 unicode_cache, current, end, negative, allow_trailing_junk);
319 unicode_cache, curren
[all...]
H A Dconversions.cc41 double StringToDouble(UnicodeCache* unicode_cache, argument
44 return InternalStringToDouble(unicode_cache, str, end, flags,
49 double StringToDouble(UnicodeCache* unicode_cache, argument
54 return InternalStringToDouble(unicode_cache, str.start(), end, flags,
58 double StringToDouble(UnicodeCache* unicode_cache, argument
63 return InternalStringToDouble(unicode_cache, str.start(), end, flags,
H A Dpreparser-api.cc190 internal::UnicodeCache unicode_cache; local
191 internal::Scanner scanner(&unicode_cache);
H A Ddateparser-inl.h39 UnicodeCache* unicode_cache) {
41 InputReader<Char> in(unicode_cache, str);
37 Parse(Vector<Char> str, FixedArray* out, UnicodeCache* unicode_cache) argument
H A Ddateparser.h74 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) argument
77 unicode_cache_(unicode_cache) {
H A Dscanner.cc41 Scanner::Scanner(UnicodeCache* unicode_cache) argument
42 : unicode_cache_(unicode_cache),
H A Djson-parser.h397 number = StringToDouble(isolate()->unicode_cache(),
407 number = StringToDouble(isolate()->unicode_cache(),
H A Dscanner.h390 UnicodeCache* unicode_cache() { return unicode_cache_; } function in class:v8::internal::Scanner
H A Dpreparser.cc1248 DuplicateFinder duplicate_finder(scanner_->unicode_cache());
1375 DuplicateFinder duplicate_finder(scanner_->unicode_cache());
H A Disolate.h841 UnicodeCache* unicode_cache() { function in class:v8::internal::Isolate
H A Dparser.cc542 scanner_(isolate_->unicode_cache()),
3641 double value = StringToDouble(isolate()->unicode_cache(),
4164 double value = StringToDouble(isolate()->unicode_cache(),
5898 Scanner scanner(isolate->unicode_cache());
H A Dliveobjectlist.cc1672 static_cast<int>(StringToInt(isolate->unicode_cache(), *address, 16));
H A Druntime.cc5310 StringToDouble(isolate->unicode_cache(), subject, ALLOW_HEX));
5922 double value = StringToInt(isolate->unicode_cache(), s, radix);
5932 double value = StringToDouble(isolate->unicode_cache(),
9056 isolate->unicode_cache());
9061 isolate->unicode_cache());
H A Dheap.cc4196 decoder(isolate_->unicode_cache()->utf8_decoder());
H A Dobjects.cc1525 if (!IsIdentifier(isolate->unicode_cache(), &buffer)
6970 decoder(isolate->unicode_cache()->utf8_decoder());
/external/v8/test/cctest/
H A Dtest-parsing.cc58 i::UnicodeCache unicode_cache; local
67 i::Scanner scanner(&unicode_cache);
78 i::Scanner scanner(&unicode_cache);
89 i::Scanner scanner(&unicode_cache);
99 i::Scanner scanner(&unicode_cache);
262 i::Scanner scanner(i::Isolate::Current()->unicode_cache());
298 i::Scanner scanner(i::Isolate::Current()->unicode_cache());
400 i::Scanner scanner(i::Isolate::Current()->unicode_cache());
620 i::Scanner scanner(i::Isolate::Current()->unicode_cache());
701 i::Scanner scanner(i::Isolate::Current()->unicode_cache());
[all...]

Completed in 235 milliseconds