Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringbuilder.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count | ||||||
---|---|---|---|---|---|---|---|---|
1 | - | |||||||
2 | - | |||||||
3 | void QAbstractConcatenable::convertFromAscii(const char *a, int len, QChar *&out) noexcept | - | ||||||
4 | { | - | ||||||
5 | if (__builtin_expect(!!(len == -1), false)
| 8-274 | ||||||
6 | if (!a
| 4 | ||||||
7 | return; executed 4 times by 2 tests: return; Executed by:
| 4 | ||||||
8 | len = int(strlen(a)); | - | ||||||
9 | } executed 4 times by 1 test: end of block Executed by:
| 4 | ||||||
10 | out = QUtf8::convertToUnicode(out, a, len); | - | ||||||
11 | } executed 278 times by 4 tests: end of block Executed by:
| 278 | ||||||
12 | - | |||||||
13 | - | |||||||
Switch to Source code | Preprocessed file |