Home
last modified time | relevance | path

Searched refs:absoluteLength (Results 1 – 4 of 4) sorted by relevance

/dports/comms/wy60/wy60-8e082bf/
H A Dwy60.c2459 int absoluteLength, horizontalLength, verticalLength; in gotoXY() local
2476 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 …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlengine.cpp2604 const int absoluteLength = absolute.length(); in QQml_isFileCaseCorrect() local
2607 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()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlengine.cpp2604 const int absoluteLength = absolute.length(); in QQml_isFileCaseCorrect() local
2607 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()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeengine.cpp2553 int absoluteLength = absolute.length(); in QDeclarative_isFileCaseCorrect() local
2556 int length = qMin(absoluteLength, canonicalLength); in QDeclarative_isFileCaseCorrect()
2558 const QChar &a = absolute.at(absoluteLength - 1 - ii); in QDeclarative_isFileCaseCorrect()