| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/3rdparty/masm/stubs/wtf/unicode/Unicode.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | typedef unsigned char LChar; | - |
| 3 | typedef unsigned short UChar; | - |
| 4 | - | |
| 5 | namespace Unicode { | - |
| 6 | inline UChar toLower(UChar ch) { | - |
| 7 | return executed 56 times by 1 test: QChar::toLower(ch);return QChar::toLower(ch);Executed by:
executed 56 times by 1 test: return QChar::toLower(ch);Executed by:
| 56 |
| 8 | } | - |
| 9 | - | |
| 10 | inline UChar toUpper(UChar ch) { | - |
| 11 | return executed 56 times by 1 test: QChar::toUpper(ch);return QChar::toUpper(ch);Executed by:
executed 56 times by 1 test: return QChar::toUpper(ch);Executed by:
| 56 |
| 12 | } | - |
| 13 | } | - |
| Switch to Source code | Preprocessed file |