Lines Matching refs:Length
42 for (size_t I = 0, E = min(Length, RHS.Length); I != E; ++I) {
49 if (Length == RHS.Length)
51 return Length < RHS.Length ? -1 : 1;
56 for (size_t I = 0, E = min(Length, RHS.Length); I != E; ++I) {
63 bool ld = J < Length && ascii_isdigit(Data[J]);
64 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]);
80 if (Length == RHS.Length)
82 return Length < RHS.Length ? -1 : 1;
126 if (N > Length)
130 if (Length < 16 || N > 255 || N == 0) {
131 for (size_t e = Length - N + 1, i = min(From, e); i != e; ++i)
137 if (From >= Length)
146 unsigned Len = Length-From, Pos = From;
166 if (N > Length)
168 for (size_t i = Length - N + 1, e = 0; i != e;) {
186 for (size_type i = min(From, Length), e = Length; i != e; ++i)
195 for (size_type i = min(From, Length), e = Length; i != e; ++i)
211 for (size_type i = min(From, Length), e = Length; i != e; ++i)
227 for (size_type i = min(From, Length) - 1, e = -1; i != e; --i)
236 for (size_type i = min(From, Length) - 1, e = -1; i != e; --i)
252 for (size_type i = min(From, Length) - 1, e = -1; i != e; --i)
288 if (N > Length)
290 for (size_t i = 0, e = Length - N + 1; i != e; ++i)