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