Lines Matching +defs:r +defs:c +defs:text
333 bool RE2::FullMatchN(const StringPiece& text, const RE2& re, in FullMatchN()
338 bool RE2::PartialMatchN(const StringPiece& text, const RE2& re, in PartialMatchN()
420 Rune r; in GlobalReplace() local
457 bool RE2::Extract(const StringPiece& text, in GlobalReplace()
525 char& c = (*min)[i]; in GlobalReplace() local
571 bool RE2::Match(const StringPiece& text, in GlobalReplace()
793 bool RE2::DoMatch(const StringPiece& text, in GlobalReplace()
861 int c = *s; in GlobalReplace() local
901 int c = (s < end) ? *s : -1; in GlobalReplace() local
925 int c = (s < end) ? *s : -1; in GlobalReplace() local
1058 long r = strtol(str, &end, radix); in GlobalReplace() local
1081 unsigned long r = strtoul(str, &end, radix); in GlobalReplace() local
1093 long r; in GlobalReplace() local
1105 unsigned long r; in GlobalReplace() local
1117 long r; in GlobalReplace() local
1129 unsigned long r; in GlobalReplace() local
1146 long long r = strtoll(str, &end, radix); in GlobalReplace() local
1168 unsigned long long r = strtoull(str, &end, radix); in GlobalReplace() local
1184 double r; in GlobalReplace() local