Home | History | Annotate | Download | only in src

Lines Matching full:unicode_cache

73 double StringToDouble(UnicodeCache* unicode_cache,
79 return InternalStringToDouble(unicode_cache, start, end, flags,
84 double StringToDouble(UnicodeCache* unicode_cache,
92 return InternalStringToDouble(unicode_cache, start, end, flags,
97 double StringToDouble(UnicodeCache* unicode_cache,
102 return InternalStringToDouble(unicode_cache, str.start(), end, flags,
108 double StringToInt(UnicodeCache* unicode_cache,
112 unicode_cache, vector.start(), vector.start() + vector.length(), radix);
116 double StringToInt(UnicodeCache* unicode_cache,
120 unicode_cache, vector.start(), vector.start() + vector.length(), radix);
505 double StringToDouble(UnicodeCache* unicode_cache, Handle<String> string,
513 return StringToDouble(unicode_cache, flat.ToOneByteVector(), flags,
516 return StringToDouble(unicode_cache, flat.ToUC16Vector(), flags,
523 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) {
569 double d = StringToDouble(unicode_cache, vector, NO_FLAGS);