Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring_compat.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | - | |
4 | - | |
5 | QString QString::trimmed() const | - |
6 | { | - |
7 | return never executed: trimmed_helper(*this);return trimmed_helper(*this); never executed: return trimmed_helper(*this); | 0 |
8 | } | - |
9 | - | |
10 | QString QString::simplified() const | - |
11 | { | - |
12 | return never executed: simplified_helper(*this);return simplified_helper(*this); never executed: return simplified_helper(*this); | 0 |
13 | } | - |
14 | - | |
15 | QString QString::toLower() const | - |
16 | { | - |
17 | return never executed: toLower_helper(*this);return toLower_helper(*this); never executed: return toLower_helper(*this); | 0 |
18 | } | - |
19 | - | |
20 | QString QString::toCaseFolded() const | - |
21 | { | - |
22 | return never executed: toCaseFolded_helper(*this);return toCaseFolded_helper(*this); never executed: return toCaseFolded_helper(*this); | 0 |
23 | } | - |
24 | - | |
25 | QString QString::toUpper() const | - |
26 | { | - |
27 | return never executed: toUpper_helper(*this);return toUpper_helper(*this); never executed: return toUpper_helper(*this); | 0 |
28 | } | - |
29 | - | |
30 | QByteArray QString::toLatin1() const | - |
31 | { | - |
32 | return never executed: toLatin1_helper(*this);return toLatin1_helper(*this); never executed: return toLatin1_helper(*this); | 0 |
33 | } | - |
34 | - | |
35 | QByteArray QString::toLocal8Bit() const | - |
36 | { | - |
37 | return never executed: toLocal8Bit_helper(constData(), size());return toLocal8Bit_helper(constData(), size()); never executed: return toLocal8Bit_helper(constData(), size()); | 0 |
38 | } | - |
39 | - | |
40 | QByteArray QString::toUtf8() const | - |
41 | { | - |
42 | return never executed: toUtf8_helper(*this);return toUtf8_helper(*this); never executed: return toUtf8_helper(*this); | 0 |
43 | } | - |
44 | - | |
45 | - | |
46 | QByteArray QByteArray::toLower() const | - |
47 | { | - |
48 | return never executed: toLower_helper(*this);return toLower_helper(*this); never executed: return toLower_helper(*this); | 0 |
49 | } | - |
50 | - | |
51 | QByteArray QByteArray::toUpper() const | - |
52 | { | - |
53 | return never executed: toUpper_helper(*this);return toUpper_helper(*this); never executed: return toUpper_helper(*this); | 0 |
54 | } | - |
55 | - | |
56 | QByteArray QByteArray::trimmed() const | - |
57 | { | - |
58 | return never executed: trimmed_helper(*this);return trimmed_helper(*this); never executed: return trimmed_helper(*this); | 0 |
59 | } | - |
60 | - | |
61 | QByteArray QByteArray::simplified() const | - |
62 | { | - |
63 | return never executed: simplified_helper(*this);return simplified_helper(*this); never executed: return simplified_helper(*this); | 0 |
64 | } | - |
65 | - | |
66 | - | |
Switch to Source code | Preprocessed file |