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

/external/chromium_org/v8/src/
H A Dconversions-inl.h117 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, argument
121 if (!unicode_cache->IsWhiteSpaceOrLineTerminator(**current)) return true;
130 double InternalStringToIntDouble(UnicodeCache* unicode_cache, argument
157 !AdvanceToNonspace(unicode_cache, &current, end)) {
189 AdvanceToNonspace(unicode_cache, &current, end)) {
231 double InternalStringToInt(UnicodeCache* unicode_cache,
238 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
304 unicode_cache, current, end, negative, allow_trailing_junk);
307 unicode_cache, current, end, negative, allow_trailing_junk);
310 unicode_cache, curren
[all...]
H A Dconversions.h111 double StringToDouble(UnicodeCache* unicode_cache,
115 double StringToDouble(UnicodeCache* unicode_cache,
120 double StringToDouble(UnicodeCache* unicode_cache,
126 double StringToInt(UnicodeCache* unicode_cache,
131 double StringToInt(UnicodeCache* unicode_cache,
201 double StringToDouble(UnicodeCache* unicode_cache,
H A Dconversions.cc70 double StringToDouble(UnicodeCache* unicode_cache, argument
76 return InternalStringToDouble(unicode_cache, start, end, flags,
81 double StringToDouble(UnicodeCache* unicode_cache, argument
89 return InternalStringToDouble(unicode_cache, start, end, flags,
94 double StringToDouble(UnicodeCache* unicode_cache, argument
99 return InternalStringToDouble(unicode_cache, str.start(), end, flags,
105 double StringToInt(UnicodeCache* unicode_cache, argument
109 unicode_cache, vector.start(), vector.start() + vector.length(), radix);
113 double StringToInt(UnicodeCache* unicode_cache, argument
117 unicode_cache, vecto
486 StringToDouble(UnicodeCache* unicode_cache, String* string, int flags, double empty_string_val) argument
[all...]
H A Dbackground-parsing-task.h38 UnicodeCache unicode_cache; member in struct:v8::internal::StreamedSource
H A Dbackground-parsing-task.cc45 &source_->unicode_cache};
H A Ddateparser-inl.h16 UnicodeCache* unicode_cache) {
18 InputReader<Char> in(unicode_cache, str);
14 Parse(Vector<Char> str, FixedArray* out, UnicodeCache* unicode_cache) argument
H A Ddateparser.h51 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) argument
54 unicode_cache_(unicode_cache) {
H A Dscanner.h411 UnicodeCache* unicode_cache() { return unicode_cache_; } function in class:v8::internal::Scanner
H A Djson-parser.h555 number = StringToDouble(isolate()->unicode_cache(),
564 number = StringToDouble(isolate()->unicode_cache(),
H A Dparser.h614 UnicodeCache* unicode_cache; member in struct:v8::internal::Parser::ParseInfo
632 info->isolate()->unicode_cache()};
H A Dscanner.cc34 Scanner::Scanner(UnicodeCache* unicode_cache) argument
35 : unicode_cache_(unicode_cache),
H A Dpreparser.cc841 DuplicateFinder duplicate_finder(scanner()->unicode_cache());
H A Disolate.h906 UnicodeCache* unicode_cache() { function in class:v8::internal::Isolate
H A Druntime.cc6296 isolate->unicode_cache(), *subject, flags));
6399 isolate->unicode_cache(), flat.ToOneByteVector(), radix);
6402 isolate->unicode_cache(), flat.ToUC16Vector(), radix);
6416 double value = StringToDouble(isolate->unicode_cache(), *subject,
6746 UnicodeCache* unicode_cache = isolate->unicode_cache();
6749 unicode_cache->IsWhiteSpaceOrLineTerminator(string->Get(left))) {
6757 unicode_cache->IsWhiteSpaceOrLineTerminator(
9757 isolate->unicode_cache());
9762 isolate->unicode_cache());
[all...]
H A Dfactory.cc240 decoder(isolate()->unicode_cache()->utf8_decoder());
H A Dpreparser.h543 finder_(scanner()->unicode_cache()),
H A Dparser.cc759 scanner_(parse_info->unicode_cache),
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc62 i::UnicodeCache unicode_cache; local
71 i::Scanner scanner(&unicode_cache);
83 i::Scanner scanner(&unicode_cache);
94 i::Scanner scanner(&unicode_cache);
104 i::Scanner scanner(&unicode_cache);
156 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
170 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
315 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
348 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
415 i::Scanner scanner(CcTest::i_isolate()->unicode_cache());
[all...]

Completed in 2448 milliseconds