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

/external/v8/src/
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 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 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 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 Dscanner.cc41 Scanner::Scanner(UnicodeCache* unicode_cache) argument
42 : unicode_cache_(unicode_cache),
H A Ddateparser.h74 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) argument
77 unicode_cache_(unicode_cache) {
H A Dscanner.h390 UnicodeCache* unicode_cache() { return unicode_cache_; } function in class:v8::internal::Scanner
H A Disolate.h841 UnicodeCache* unicode_cache() { function in class:v8::internal::Isolate
/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 105 milliseconds