Lines Matching +defs:r +defs:c +defs:text
258 const StringPiece& text, in Extract()
303 int RE::TryMatch(const StringPiece& text, in TryMatch()
365 bool RE::DoMatchImpl(const StringPiece& text, in DoMatchImpl()
407 bool RE::DoMatch(const StringPiece& text, in DoMatch()
418 const StringPiece &text, in Rewrite()
424 int c = *s; in Rewrite() local
539 long r = strtol(str, &end, radix); in parse_long_radix() local
557 unsigned long r = strtoul(str, &end, radix); in parse_ulong_radix() local
569 long r; in parse_short_radix() local
581 unsigned long r; in parse_ushort_radix() local
593 long r; in parse_int_radix() local
605 unsigned long r; in parse_uint_radix() local
685 double r = strtod(buf, &end); in parse_double() local
694 double r; in parse_float() local