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

/external/chromium_org/v8/src/
H A Dbackground-parsing-task.h38 UnicodeCache unicode_cache; member in struct:v8::internal::StreamedSource
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 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 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 Ddateparser.h51 InputReader(UnicodeCache* unicode_cache, Vector<Char> s) argument
54 unicode_cache_(unicode_cache) {
H A Dscanner.cc34 Scanner::Scanner(UnicodeCache* unicode_cache) argument
35 : unicode_cache_(unicode_cache),
H A Dscanner.h411 UnicodeCache* unicode_cache() { return unicode_cache_; } function in class:v8::internal::Scanner
H A Disolate.h906 UnicodeCache* unicode_cache() { function in class:v8::internal::Isolate
H A Dparser.h614 UnicodeCache* unicode_cache; member in struct:v8::internal::Parser::ParseInfo
632 info->isolate()->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 941 milliseconds