Lines Matching full:unicode_cache
70 double StringToDouble(UnicodeCache* unicode_cache,
76 return InternalStringToDouble(unicode_cache, start, end, flags,
81 double StringToDouble(UnicodeCache* unicode_cache,
89 return InternalStringToDouble(unicode_cache, start, end, flags,
94 double StringToDouble(UnicodeCache* unicode_cache,
99 return InternalStringToDouble(unicode_cache, str.start(), end, flags,
105 double StringToInt(UnicodeCache* unicode_cache,
109 unicode_cache, vector.start(), vector.start() + vector.length(), radix);
113 double StringToInt(UnicodeCache* unicode_cache,
117 unicode_cache, vector.start(), vector.start() + vector.length(), radix);
486 double StringToDouble(UnicodeCache* unicode_cache,
495 unicode_cache, flat.ToOneByteVector(), flags, empty_string_val);
498 unicode_cache, flat.ToUC16Vector(), flags, empty_string_val);