Searched refs:absoluteLength (Results 1 – 4 of 4) sorted by relevance
2459 int absoluteLength, horizontalLength, verticalLength; in gotoXY() local2476 absoluteLength = strlen(absolute); in gotoXY()2478 absoluteLength = UNDEF; in gotoXY()2493 i < absoluteLength && in gotoXY()2504 i < absoluteLength && in gotoXY()2521 i < absoluteLength && in gotoXY()2546 i < absoluteLength && in gotoXY()2555 i < absoluteLength && in gotoXY()2570 i < absoluteLength && in gotoXY()2581 if (absoluteLength < horizontalLength + verticalLength) { in gotoXY()[all …]
2604 const int absoluteLength = absolute.length(); in QQml_isFileCaseCorrect() local2607 int length = qMin(absoluteLength, canonicalLength); in QQml_isFileCaseCorrect()2617 const int fileNameLength = absoluteLength - 1 - lastSlash; in QQml_isFileCaseCorrect()2623 const QChar &a = absolute.at(absoluteLength - 1 - ii); in QQml_isFileCaseCorrect()
2553 int absoluteLength = absolute.length(); in QDeclarative_isFileCaseCorrect() local2556 int length = qMin(absoluteLength, canonicalLength); in QDeclarative_isFileCaseCorrect()2558 const QChar &a = absolute.at(absoluteLength - 1 - ii); in QDeclarative_isFileCaseCorrect()