Home | History | Annotate | Download | only in src

Lines Matching refs:strLength

221   int strLength = dtStr.GetLength();
222 if (strLength > 0) {
226 while (i < strLength && !std::isdigit(dtStr[i]))
229 if (i >= strLength)
234 while (i < strLength && j < 4) {
243 if (i >= strLength || j < 4)
248 while (i < strLength && j < 2) {
257 if (i >= strLength || j < 2)
262 while (i < strLength && j < 2) {
271 if (i >= strLength || j < 2)
276 while (i < strLength && j < 2) {
285 if (i >= strLength || j < 2)
290 while (i < strLength && j < 2) {
299 if (i >= strLength || j < 2)
304 while (i < strLength && j < 2) {
313 if (i >= strLength || j < 2)
325 while (i < strLength && j < 2) {
334 if (i >= strLength || j < 2)
342 while (i < strLength && j < 2) {
351 if (i >= strLength || j < 2)