Lines Matching defs:This
68 // This doesn't really handle prefixed zeros well.
194 StringRef This = substr(From);
195 while (This.size() >= Str.size()) {
196 if (This.starts_with_insensitive(Str))
198 This = This.drop_front();
320 // "forever". This doesn't support splitting more than 2^31 times
346 // "forever". This doesn't support splitting more than 2^31 times
476 // "-0". This negates the unsigned so that the negative isn't undefined
520 // Skip leading zeroes. This can be a significant improvement if