Home | History | Annotate | Download | only in src

Lines Matching refs:unicode_cache

127 inline bool AdvanceToNonspace(UnicodeCache* unicode_cache,
131 if (!unicode_cache->IsWhiteSpace(**current)) return true;
140 double InternalStringToIntDouble(UnicodeCache* unicode_cache,
167 !AdvanceToNonspace(unicode_cache, &current, end)) {
199 AdvanceToNonspace(unicode_cache, &current, end)) {
241 double InternalStringToInt(UnicodeCache* unicode_cache,
248 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
314 unicode_cache, current, end, negative, allow_trailing_junk);
317 unicode_cache, current, end, negative, allow_trailing_junk);
320 unicode_cache, current, end, negative, allow_trailing_junk);
324 unicode_cache, current, end, negative, allow_trailing_junk);
328 unicode_cache, current, end, negative, allow_trailing_junk);
354 AdvanceToNonspace(unicode_cache, &current, end)) {
420 AdvanceToNonspace(unicode_cache, &current, end)) {
434 double InternalStringToDouble(UnicodeCache* unicode_cache,
447 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
491 AdvanceToNonspace(unicode_cache, &current, end)) {
513 return InternalStringToIntDouble<4>(unicode_cache,
526 return InternalStringToIntDouble<3>(unicode_cache,
539 return InternalStringToIntDouble<1>(unicode_cache,
675 AdvanceToNonspace(unicode_cache, &current, end)) {
683 return InternalStringToIntDouble<3>(unicode_cache,