Searched refs:UnicodeCache (Results 1 - 25 of 34) sorted by relevance

12

/external/v8/src/
H A Dv8conversions.h50 double StringToDouble(UnicodeCache* unicode_cache,
56 double StringToInt(UnicodeCache* unicode_cache, String* str, int radix);
H A Dconversions.h36 class UnicodeCache;
114 double StringToDouble(UnicodeCache* unicode_cache,
118 double StringToDouble(UnicodeCache* unicode_cache,
123 double StringToDouble(UnicodeCache* unicode_cache,
H A Dv8conversions.cc83 double StringToDouble(UnicodeCache* unicode_cache,
107 double StringToInt(UnicodeCache* unicode_cache,
H A Dscanner.h143 class UnicodeCache { class in namespace:v8::internal
147 UnicodeCache() {} function in class:v8::internal::UnicodeCache
166 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
320 explicit Scanner(UnicodeCache* scanner_contants);
390 UnicodeCache* unicode_cache() { return unicode_cache_; }
539 UnicodeCache* unicode_cache_;
H A Dconversions.cc41 double StringToDouble(UnicodeCache* unicode_cache,
49 double StringToDouble(UnicodeCache* unicode_cache,
58 double StringToDouble(UnicodeCache* unicode_cache,
H A Ddateparser.h51 static bool Parse(Vector<Char> str, FixedArray* output, UnicodeCache* cache);
74 InputReader(UnicodeCache* unicode_cache, Vector<Char> s)
157 UnicodeCache* unicode_cache_;
H A Dconversions-inl.h122 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache,
135 double InternalStringToIntDouble(UnicodeCache* unicode_cache,
238 double InternalStringToInt(UnicodeCache* unicode_cache,
433 double InternalStringToDouble(UnicodeCache* unicode_cache,
H A Dpreparser.h38 class UnicodeCache;
62 explicit DuplicateFinder(i::UnicodeCache* constants)
98 i::UnicodeCache* unicode_constants_;
H A Dpreparser-api.cc190 internal::UnicodeCache unicode_cache;
H A Ddateparser-inl.h39 UnicodeCache* unicode_cache) {
H A Dscanner.cc41 Scanner::Scanner(UnicodeCache* unicode_cache)
/external/chromium_org/v8/src/
H A Dconversions.h36 class UnicodeCache;
124 double StringToDouble(UnicodeCache* unicode_cache,
128 double StringToDouble(UnicodeCache* unicode_cache,
133 double StringToDouble(UnicodeCache* unicode_cache,
H A Dv8conversions.h50 double StringToDouble(UnicodeCache* unicode_cache,
56 double StringToInt(UnicodeCache* unicode_cache, String* str, int radix);
H A Dv8conversions.cc83 double StringToDouble(UnicodeCache* unicode_cache,
109 double StringToInt(UnicodeCache* unicode_cache,
H A Dscanner.h124 class UnicodeCache { class in namespace:v8::internal
128 UnicodeCache() {} function in class:v8::internal::UnicodeCache
147 DISALLOW_COPY_AND_ASSIGN(UnicodeCache);
304 explicit Scanner(UnicodeCache* scanner_contants);
382 UnicodeCache* unicode_cache() { return unicode_cache_; }
535 UnicodeCache* unicode_cache_;
H A Dconversions.cc46 double StringToDouble(UnicodeCache* unicode_cache,
54 double StringToDouble(UnicodeCache* unicode_cache,
63 double StringToDouble(UnicodeCache* unicode_cache,
H A Ddateparser.h51 static bool Parse(Vector<Char> str, FixedArray* output, UnicodeCache* cache);
74 InputReader(UnicodeCache* unicode_cache, Vector<Char> s)
157 UnicodeCache* unicode_cache_;
H A Dconversions-inl.h127 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache,
140 double InternalStringToIntDouble(UnicodeCache* unicode_cache,
241 double InternalStringToInt(UnicodeCache* unicode_cache,
434 double InternalStringToDouble(UnicodeCache* unicode_cache,
H A Dpreparser-api.cc180 internal::UnicodeCache unicode_cache;
H A Dpreparser.h38 class UnicodeCache;
62 explicit DuplicateFinder(i::UnicodeCache* constants)
98 i::UnicodeCache* unicode_constants_;
H A Ddateparser-inl.h39 UnicodeCache* unicode_cache) {
H A Dscanner.cc41 Scanner::Scanner(UnicodeCache* unicode_cache)
H A Disolate.h83 class UnicodeCache;
913 UnicodeCache* unicode_cache() {
1285 UnicodeCache* unicode_cache_;
/external/v8/test/cctest/
H A Dtest-conversions.cc14 UnicodeCache uc;
32 UnicodeCache uc;
54 UnicodeCache uc;
88 UnicodeCache uc;
100 UnicodeCache uc;
109 UnicodeCache uc;
130 UnicodeCache uc;
158 UnicodeCache uc;
183 UnicodeCache uc;
210 UnicodeCache u
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-conversions.cc39 UnicodeCache uc;
59 UnicodeCache uc;
79 UnicodeCache uc;
101 UnicodeCache uc;
122 UnicodeCache uc;
162 UnicodeCache uc;
174 UnicodeCache uc;
184 UnicodeCache uc;
208 UnicodeCache uc;
236 UnicodeCache u
[all...]

Completed in 352 milliseconds

12