Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_cache

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