Lines Matching refs:unicode_cache
122 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache, in AdvanceToNonspace() argument
126 if (!unicode_cache->IsWhiteSpace(**current)) return true; in AdvanceToNonspace()
135 double InternalStringToIntDouble(UnicodeCache* unicode_cache, in InternalStringToIntDouble() argument
162 !AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToIntDouble()
194 AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToIntDouble()
238 double InternalStringToInt(UnicodeCache* unicode_cache, in InternalStringToInt() argument
245 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToInt()
313 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt()
316 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt()
319 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt()
323 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt()
327 unicode_cache, current, end, negative, allow_trailing_junk); in InternalStringToInt()
353 AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToInt()
419 AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToInt()
433 double InternalStringToDouble(UnicodeCache* unicode_cache, in InternalStringToDouble() argument
446 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToDouble()
483 AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToDouble()
505 return InternalStringToIntDouble<4>(unicode_cache, in InternalStringToDouble()
641 AdvanceToNonspace(unicode_cache, ¤t, end)) { in InternalStringToDouble()
649 return InternalStringToIntDouble<3>(unicode_cache, in InternalStringToDouble()