OpenCoverage

Unicode.h

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

Generated by Squish Coco 4.2.0