Lines Matching full:unicode_cache
244 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache,
248 if (!unicode_cache->IsWhiteSpaceOrLineTerminator(**current)) return true;
257 double InternalStringToIntDouble(UnicodeCache* unicode_cache,
284 !AdvanceToNonspace(unicode_cache, ¤t, end)) {
316 AdvanceToNonspace(unicode_cache, ¤t, end)) {
358 double InternalStringToInt(UnicodeCache* unicode_cache,
365 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) {
431 unicode_cache, current, end, negative, allow_trailing_junk);
434 unicode_cache, current, end, negative, allow_trailing_junk);
437 unicode_cache, current, end, negative, allow_trailing_junk);
441 unicode_cache, current, end, negative, allow_trailing_junk);
445 unicode_cache, current, end, negative, allow_trailing_junk);
471 AdvanceToNonspace(unicode_cache, ¤t, end)) {
537 AdvanceToNonspace(unicode_cache, ¤t, end)) {
551 double InternalStringToDouble(UnicodeCache* unicode_cache,
564 if (!AdvanceToNonspace(unicode_cache, ¤t, end)) {
608 AdvanceToNonspace(unicode_cache, ¤t, end)) {
630 return InternalStringToIntDouble<4>(unicode_cache,
643 return InternalStringToIntDouble<3>(unicode_cache,
656 return InternalStringToIntDouble<1>(unicode_cache,
792 AdvanceToNonspace(unicode_cache, ¤t, end)) {
800 return InternalStringToIntDouble<3>(unicode_cache,