Lines Matching full:strlength
213 int strLength = dtStr.GetLength();
214 if (strLength > 0)
219 while (i < strLength)
225 if (i >= strLength) return *this;
229 while (i < strLength && j < 4)
238 if (i >= strLength || j < 4) return *this;
242 while (i < strLength && j < 2)
251 if (i >= strLength || j < 2) return *this;
255 while (i < strLength && j < 2)
264 if (i >= strLength || j < 2) return *this;
268 while (i < strLength && j < 2)
277 if (i >= strLength || j < 2) return *this;
281 while (i < strLength && j < 2)
290 if (i >= strLength || j < 2) return *this;
294 while (i < strLength && j < 2)
303 if (i >= strLength || j < 2) return *this;
313 while (i < strLength && j < 2)
322 if (i >= strLength || j < 2) return *this;
328 while (i < strLength && j < 2)
337 if (i >= strLength || j < 2) return *this;