Lines Matching full:unicode_cache
108 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache,
112 if (!unicode_cache->IsWhiteSpaceOrLineTerminator(**current)) return true;
121 double InternalStringToIntDouble(UnicodeCache* unicode_cache,
148 !AdvanceToNonspace(unicode_cache, ¤t, end)) {
180 AdvanceToNonspace(unicode_cache, ¤t, end)) {
222 double InternalStringToInt(UnicodeCache* unicode_cache,
229 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) {
295 unicode_cache, current, end, negative, allow_trailing_junk);
298 unicode_cache, current, end, negative, allow_trailing_junk);
301 unicode_cache, current, end, negative, allow_trailing_junk);
305 unicode_cache, current, end, negative, allow_trailing_junk);
309 unicode_cache, current, end, negative, allow_trailing_junk);
335 AdvanceToNonspace(unicode_cache, ¤t, end)) {
401 AdvanceToNonspace(unicode_cache, ¤t, end)) {
415 double InternalStringToDouble(UnicodeCache* unicode_cache,
428 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) {
472 AdvanceToNonspace(unicode_cache, ¤t, end)) {
494 return InternalStringToIntDouble<4>(unicode_cache,
507 return InternalStringToIntDouble<3>(unicode_cache,
520 return InternalStringToIntDouble<1>(unicode_cache,
656 AdvanceToNonspace(unicode_cache, ¤t, end)) {
664 return InternalStringToIntDouble<3>(unicode_cache,