| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | class QCssScanner_Generated | - | ||||||||||||||||||||||||||||||
| 2 | { | - | ||||||||||||||||||||||||||||||
| 3 | public: | - | ||||||||||||||||||||||||||||||
| 4 | QCssScanner_Generated(const QString &inp); | - | ||||||||||||||||||||||||||||||
| 5 | - | |||||||||||||||||||||||||||||||
| 6 | inline QChar next() { | - | ||||||||||||||||||||||||||||||
| 7 | return never executed: (pos < input.length()) ? input.at(pos++) : QChar();return (pos < input.length()) ? input.at(pos++) : QChar();never executed: return (pos < input.length()) ? input.at(pos++) : QChar(); | 0 | ||||||||||||||||||||||||||||||
| 8 | } | - | ||||||||||||||||||||||||||||||
| 9 | int handleCommentStart(); | - | ||||||||||||||||||||||||||||||
| 10 | int lex(); | - | ||||||||||||||||||||||||||||||
| 11 | - | |||||||||||||||||||||||||||||||
| 12 | QString input; | - | ||||||||||||||||||||||||||||||
| 13 | int pos; | - | ||||||||||||||||||||||||||||||
| 14 | int lexemStart; | - | ||||||||||||||||||||||||||||||
| 15 | int lexemLength; | - | ||||||||||||||||||||||||||||||
| 16 | }; | - | ||||||||||||||||||||||||||||||
| 17 | - | |||||||||||||||||||||||||||||||
| 18 | QCssScanner_Generated::QCssScanner_Generated(const QString &inp) | - | ||||||||||||||||||||||||||||||
| 19 | { | - | ||||||||||||||||||||||||||||||
| 20 | input = inp; | - | ||||||||||||||||||||||||||||||
| 21 | pos = 0; | - | ||||||||||||||||||||||||||||||
| 22 | lexemStart = 0; | - | ||||||||||||||||||||||||||||||
| 23 | lexemLength = 0; | - | ||||||||||||||||||||||||||||||
| 24 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||
| 25 | - | |||||||||||||||||||||||||||||||
| 26 | - | |||||||||||||||||||||||||||||||
| 27 | int QCssScanner_Generated::lex() | - | ||||||||||||||||||||||||||||||
| 28 | { | - | ||||||||||||||||||||||||||||||
| 29 | lexemStart = pos; | - | ||||||||||||||||||||||||||||||
| 30 | lexemLength = 0; | - | ||||||||||||||||||||||||||||||
| 31 | int lastAcceptingPos = -1; | - | ||||||||||||||||||||||||||||||
| 32 | int token = -1; | - | ||||||||||||||||||||||||||||||
| 33 | QChar ch; | - | ||||||||||||||||||||||||||||||
| 34 | - | |||||||||||||||||||||||||||||||
| 35 | - | |||||||||||||||||||||||||||||||
| 36 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 37 | if (ch.unicode() >= 9
| 0 | ||||||||||||||||||||||||||||||
| 38 | goto never executed: state_1;goto state_1;never executed: goto state_1; | 0 | ||||||||||||||||||||||||||||||
| 39 | if (ch.unicode() >= 12
| 0 | ||||||||||||||||||||||||||||||
| 40 | goto never executed: state_1;goto state_1;never executed: goto state_1; | 0 | ||||||||||||||||||||||||||||||
| 41 | if (ch.unicode() == 32
| 0 | ||||||||||||||||||||||||||||||
| 42 | goto never executed: state_1;goto state_1;never executed: goto state_1; | 0 | ||||||||||||||||||||||||||||||
| 43 | if (ch.unicode() == 33
| 0 | ||||||||||||||||||||||||||||||
| 44 | token = QCss::EXCLAMATION_SYM; | - | ||||||||||||||||||||||||||||||
| 45 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 46 | } | - | ||||||||||||||||||||||||||||||
| 47 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 48 | goto never executed: state_3;goto state_3;never executed: goto state_3; | 0 | ||||||||||||||||||||||||||||||
| 49 | if (ch.unicode() == 35
| 0 | ||||||||||||||||||||||||||||||
| 50 | goto never executed: state_4;goto state_4;never executed: goto state_4; | 0 | ||||||||||||||||||||||||||||||
| 51 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 52 | goto never executed: state_5;goto state_5;never executed: goto state_5; | 0 | ||||||||||||||||||||||||||||||
| 53 | if (ch.unicode() == 40
| 0 | ||||||||||||||||||||||||||||||
| 54 | token = QCss::LPAREN; | - | ||||||||||||||||||||||||||||||
| 55 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 56 | } | - | ||||||||||||||||||||||||||||||
| 57 | if (ch.unicode() == 41
| 0 | ||||||||||||||||||||||||||||||
| 58 | token = QCss::RPAREN; | - | ||||||||||||||||||||||||||||||
| 59 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 60 | } | - | ||||||||||||||||||||||||||||||
| 61 | if (ch.unicode() == 42
| 0 | ||||||||||||||||||||||||||||||
| 62 | token = QCss::STAR; | - | ||||||||||||||||||||||||||||||
| 63 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 64 | } | - | ||||||||||||||||||||||||||||||
| 65 | if (ch.unicode() == 43
| 0 | ||||||||||||||||||||||||||||||
| 66 | goto never executed: state_9;goto state_9;never executed: goto state_9; | 0 | ||||||||||||||||||||||||||||||
| 67 | if (ch.unicode() == 44
| 0 | ||||||||||||||||||||||||||||||
| 68 | goto never executed: state_10;goto state_10;never executed: goto state_10; | 0 | ||||||||||||||||||||||||||||||
| 69 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 70 | goto never executed: state_11;goto state_11;never executed: goto state_11; | 0 | ||||||||||||||||||||||||||||||
| 71 | if (ch.unicode() == 46
| 0 | ||||||||||||||||||||||||||||||
| 72 | goto never executed: state_12;goto state_12;never executed: goto state_12; | 0 | ||||||||||||||||||||||||||||||
| 73 | if (ch.unicode() == 47
| 0 | ||||||||||||||||||||||||||||||
| 74 | goto never executed: state_13;goto state_13;never executed: goto state_13; | 0 | ||||||||||||||||||||||||||||||
| 75 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 76 | goto never executed: state_14;goto state_14;never executed: goto state_14; | 0 | ||||||||||||||||||||||||||||||
| 77 | if (ch.unicode() == 58
| 0 | ||||||||||||||||||||||||||||||
| 78 | token = QCss::COLON; | - | ||||||||||||||||||||||||||||||
| 79 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 80 | } | - | ||||||||||||||||||||||||||||||
| 81 | if (ch.unicode() == 59
| 0 | ||||||||||||||||||||||||||||||
| 82 | token = QCss::SEMICOLON; | - | ||||||||||||||||||||||||||||||
| 83 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 84 | } | - | ||||||||||||||||||||||||||||||
| 85 | if (ch.unicode() == 60
| 0 | ||||||||||||||||||||||||||||||
| 86 | goto never executed: state_17;goto state_17;never executed: goto state_17; | 0 | ||||||||||||||||||||||||||||||
| 87 | if (ch.unicode() == 61
| 0 | ||||||||||||||||||||||||||||||
| 88 | token = QCss::EQUAL; | - | ||||||||||||||||||||||||||||||
| 89 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 90 | } | - | ||||||||||||||||||||||||||||||
| 91 | if (ch.unicode() == 62
| 0 | ||||||||||||||||||||||||||||||
| 92 | goto never executed: state_19;goto state_19;never executed: goto state_19; | 0 | ||||||||||||||||||||||||||||||
| 93 | if (ch.unicode() == 64
| 0 | ||||||||||||||||||||||||||||||
| 94 | goto never executed: state_20;goto state_20;never executed: goto state_20; | 0 | ||||||||||||||||||||||||||||||
| 95 | if (ch.unicode() == 91
| 0 | ||||||||||||||||||||||||||||||
| 96 | token = QCss::LBRACKET; | - | ||||||||||||||||||||||||||||||
| 97 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 98 | } | - | ||||||||||||||||||||||||||||||
| 99 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 100 | goto never executed: state_22;goto state_22;never executed: goto state_22; | 0 | ||||||||||||||||||||||||||||||
| 101 | if (ch.unicode() == 93
| 0 | ||||||||||||||||||||||||||||||
| 102 | token = QCss::RBRACKET; | - | ||||||||||||||||||||||||||||||
| 103 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 104 | } | - | ||||||||||||||||||||||||||||||
| 105 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 106 | goto never executed: state_24;goto state_24;never executed: goto state_24; | 0 | ||||||||||||||||||||||||||||||
| 107 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 108 | goto never executed: state_24;goto state_24;never executed: goto state_24; | 0 | ||||||||||||||||||||||||||||||
| 109 | if (ch.unicode() == 123
| 0 | ||||||||||||||||||||||||||||||
| 110 | goto never executed: state_25;goto state_25;never executed: goto state_25; | 0 | ||||||||||||||||||||||||||||||
| 111 | if (ch.unicode() == 124
| 0 | ||||||||||||||||||||||||||||||
| 112 | goto never executed: state_26;goto state_26;never executed: goto state_26; | 0 | ||||||||||||||||||||||||||||||
| 113 | if (ch.unicode() == 125
| 0 | ||||||||||||||||||||||||||||||
| 114 | token = QCss::RBRACE; | - | ||||||||||||||||||||||||||||||
| 115 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 116 | } | - | ||||||||||||||||||||||||||||||
| 117 | if (ch.unicode() == 126
| 0 | ||||||||||||||||||||||||||||||
| 118 | goto never executed: state_28;goto state_28;never executed: goto state_28; | 0 | ||||||||||||||||||||||||||||||
| 119 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 120 | state_1: | - | ||||||||||||||||||||||||||||||
| 121 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 122 | token = QCss::S; | - | ||||||||||||||||||||||||||||||
| 123 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 124 | if (ch.unicode() >= 9
| 0 | ||||||||||||||||||||||||||||||
| 125 | goto never executed: state_29;goto state_29;never executed: goto state_29; | 0 | ||||||||||||||||||||||||||||||
| 126 | if (ch.unicode() >= 12
| 0 | ||||||||||||||||||||||||||||||
| 127 | goto never executed: state_29;goto state_29;never executed: goto state_29; | 0 | ||||||||||||||||||||||||||||||
| 128 | if (ch.unicode() == 32
| 0 | ||||||||||||||||||||||||||||||
| 129 | goto never executed: state_29;goto state_29;never executed: goto state_29; | 0 | ||||||||||||||||||||||||||||||
| 130 | if (ch.unicode() == 43
| 0 | ||||||||||||||||||||||||||||||
| 131 | goto never executed: state_9;goto state_9;never executed: goto state_9; | 0 | ||||||||||||||||||||||||||||||
| 132 | if (ch.unicode() == 44
| 0 | ||||||||||||||||||||||||||||||
| 133 | goto never executed: state_10;goto state_10;never executed: goto state_10; | 0 | ||||||||||||||||||||||||||||||
| 134 | if (ch.unicode() == 62
| 0 | ||||||||||||||||||||||||||||||
| 135 | goto never executed: state_19;goto state_19;never executed: goto state_19; | 0 | ||||||||||||||||||||||||||||||
| 136 | if (ch.unicode() == 123
| 0 | ||||||||||||||||||||||||||||||
| 137 | goto never executed: state_25;goto state_25;never executed: goto state_25; | 0 | ||||||||||||||||||||||||||||||
| 138 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 139 | state_3: | - | ||||||||||||||||||||||||||||||
| 140 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 141 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 142 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 143 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 144 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 145 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 146 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 147 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 148 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 149 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 150 | goto never executed: state_31;goto state_31;never executed: goto state_31; | 0 | ||||||||||||||||||||||||||||||
| 151 | if (ch.unicode() >= 35
| 0 | ||||||||||||||||||||||||||||||
| 152 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 153 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 154 | goto never executed: state_32;goto state_32;never executed: goto state_32; | 0 | ||||||||||||||||||||||||||||||
| 155 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 156 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 157 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 158 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 159 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 160 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 161 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 162 | state_4: | - | ||||||||||||||||||||||||||||||
| 163 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 164 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 165 | goto never executed: state_33;goto state_33;never executed: goto state_33; | 0 | ||||||||||||||||||||||||||||||
| 166 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 167 | goto never executed: state_33;goto state_33;never executed: goto state_33; | 0 | ||||||||||||||||||||||||||||||
| 168 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 169 | goto never executed: state_34;goto state_34;never executed: goto state_34; | 0 | ||||||||||||||||||||||||||||||
| 170 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 171 | goto never executed: state_33;goto state_33;never executed: goto state_33; | 0 | ||||||||||||||||||||||||||||||
| 172 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 173 | goto never executed: state_33;goto state_33;never executed: goto state_33; | 0 | ||||||||||||||||||||||||||||||
| 174 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 175 | state_5: | - | ||||||||||||||||||||||||||||||
| 176 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 177 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 178 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 179 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 180 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 181 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 182 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 183 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 184 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 185 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 186 | goto never executed: state_36;goto state_36;never executed: goto state_36; | 0 | ||||||||||||||||||||||||||||||
| 187 | if (ch.unicode() >= 40
| 0 | ||||||||||||||||||||||||||||||
| 188 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 189 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 190 | goto never executed: state_37;goto state_37;never executed: goto state_37; | 0 | ||||||||||||||||||||||||||||||
| 191 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 192 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 193 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 194 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 195 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 196 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 197 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 198 | state_9: | - | ||||||||||||||||||||||||||||||
| 199 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 200 | token = QCss::PLUS; | - | ||||||||||||||||||||||||||||||
| 201 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 202 | state_10: | - | ||||||||||||||||||||||||||||||
| 203 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 204 | token = QCss::COMMA; | - | ||||||||||||||||||||||||||||||
| 205 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 206 | state_11: | - | ||||||||||||||||||||||||||||||
| 207 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 208 | token = QCss::MINUS; | - | ||||||||||||||||||||||||||||||
| 209 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 210 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 211 | goto never executed: state_38;goto state_38;never executed: goto state_38; | 0 | ||||||||||||||||||||||||||||||
| 212 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 213 | goto never executed: state_22;goto state_22;never executed: goto state_22; | 0 | ||||||||||||||||||||||||||||||
| 214 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 215 | goto never executed: state_24;goto state_24;never executed: goto state_24; | 0 | ||||||||||||||||||||||||||||||
| 216 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 217 | goto never executed: state_24;goto state_24;never executed: goto state_24; | 0 | ||||||||||||||||||||||||||||||
| 218 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 219 | state_12: | - | ||||||||||||||||||||||||||||||
| 220 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 221 | token = QCss::DOT; | - | ||||||||||||||||||||||||||||||
| 222 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 223 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 224 | goto never executed: state_39;goto state_39;never executed: goto state_39; | 0 | ||||||||||||||||||||||||||||||
| 225 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 226 | state_13: | - | ||||||||||||||||||||||||||||||
| 227 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 228 | token = QCss::SLASH; | - | ||||||||||||||||||||||||||||||
| 229 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 230 | if (ch.unicode() == 42
| 0 | ||||||||||||||||||||||||||||||
| 231 | token = handleCommentStart(); | - | ||||||||||||||||||||||||||||||
| 232 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 233 | } | - | ||||||||||||||||||||||||||||||
| 234 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 235 | state_14: | - | ||||||||||||||||||||||||||||||
| 236 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 237 | token = QCss::NUMBER; | - | ||||||||||||||||||||||||||||||
| 238 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 239 | if (ch.unicode() == 37
| 0 | ||||||||||||||||||||||||||||||
| 240 | goto never executed: state_41;goto state_41;never executed: goto state_41; | 0 | ||||||||||||||||||||||||||||||
| 241 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 242 | goto never executed: state_42;goto state_42;never executed: goto state_42; | 0 | ||||||||||||||||||||||||||||||
| 243 | if (ch.unicode() == 46
| 0 | ||||||||||||||||||||||||||||||
| 244 | goto never executed: state_43;goto state_43;never executed: goto state_43; | 0 | ||||||||||||||||||||||||||||||
| 245 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 246 | goto never executed: state_44;goto state_44;never executed: goto state_44; | 0 | ||||||||||||||||||||||||||||||
| 247 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 248 | goto never executed: state_45;goto state_45;never executed: goto state_45; | 0 | ||||||||||||||||||||||||||||||
| 249 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 250 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 251 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 252 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 253 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 254 | state_17: | - | ||||||||||||||||||||||||||||||
| 255 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 256 | if (ch.unicode() == 33
| 0 | ||||||||||||||||||||||||||||||
| 257 | goto never executed: state_47;goto state_47;never executed: goto state_47; | 0 | ||||||||||||||||||||||||||||||
| 258 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 259 | state_19: | - | ||||||||||||||||||||||||||||||
| 260 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 261 | token = QCss::GREATER; | - | ||||||||||||||||||||||||||||||
| 262 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 263 | state_20: | - | ||||||||||||||||||||||||||||||
| 264 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 265 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 266 | goto never executed: state_48;goto state_48;never executed: goto state_48; | 0 | ||||||||||||||||||||||||||||||
| 267 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 268 | goto never executed: state_49;goto state_49;never executed: goto state_49; | 0 | ||||||||||||||||||||||||||||||
| 269 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 270 | goto never executed: state_50;goto state_50;never executed: goto state_50; | 0 | ||||||||||||||||||||||||||||||
| 271 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 272 | goto never executed: state_50;goto state_50;never executed: goto state_50; | 0 | ||||||||||||||||||||||||||||||
| 273 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 274 | state_22: | - | ||||||||||||||||||||||||||||||
| 275 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 276 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 277 | goto never executed: state_51;goto state_51;never executed: goto state_51; | 0 | ||||||||||||||||||||||||||||||
| 278 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 279 | goto never executed: state_51;goto state_51;never executed: goto state_51; | 0 | ||||||||||||||||||||||||||||||
| 280 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 281 | goto never executed: state_51;goto state_51;never executed: goto state_51; | 0 | ||||||||||||||||||||||||||||||
| 282 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 283 | goto never executed: state_51;goto state_51;never executed: goto state_51; | 0 | ||||||||||||||||||||||||||||||
| 284 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 285 | goto never executed: state_51;goto state_51;never executed: goto state_51; | 0 | ||||||||||||||||||||||||||||||
| 286 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 287 | state_24: | - | ||||||||||||||||||||||||||||||
| 288 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 289 | token = QCss::IDENT; | - | ||||||||||||||||||||||||||||||
| 290 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 291 | if (ch.unicode() == 40
| 0 | ||||||||||||||||||||||||||||||
| 292 | goto never executed: state_52;goto state_52;never executed: goto state_52; | 0 | ||||||||||||||||||||||||||||||
| 293 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 294 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 295 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 296 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 297 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 298 | goto never executed: state_54;goto state_54;never executed: goto state_54; | 0 | ||||||||||||||||||||||||||||||
| 299 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 300 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 301 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 302 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 303 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 304 | state_25: | - | ||||||||||||||||||||||||||||||
| 305 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 306 | token = QCss::LBRACE; | - | ||||||||||||||||||||||||||||||
| 307 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 308 | state_26: | - | ||||||||||||||||||||||||||||||
| 309 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 310 | token = QCss::OR; | - | ||||||||||||||||||||||||||||||
| 311 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 312 | if (ch.unicode() == 61
| 0 | ||||||||||||||||||||||||||||||
| 313 | token = QCss::DASHMATCH; | - | ||||||||||||||||||||||||||||||
| 314 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 315 | } | - | ||||||||||||||||||||||||||||||
| 316 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 317 | state_28: | - | ||||||||||||||||||||||||||||||
| 318 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 319 | if (ch.unicode() == 61
| 0 | ||||||||||||||||||||||||||||||
| 320 | token = QCss::INCLUDES; | - | ||||||||||||||||||||||||||||||
| 321 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 322 | } | - | ||||||||||||||||||||||||||||||
| 323 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 324 | state_29: | - | ||||||||||||||||||||||||||||||
| 325 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 326 | token = QCss::S; | - | ||||||||||||||||||||||||||||||
| 327 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 328 | if (ch.unicode() >= 9
| 0 | ||||||||||||||||||||||||||||||
| 329 | goto never executed: state_29;goto state_29;never executed: goto state_29; | 0 | ||||||||||||||||||||||||||||||
| 330 | if (ch.unicode() >= 12
| 0 | ||||||||||||||||||||||||||||||
| 331 | goto never executed: state_29;goto state_29;never executed: goto state_29; | 0 | ||||||||||||||||||||||||||||||
| 332 | if (ch.unicode() == 32
| 0 | ||||||||||||||||||||||||||||||
| 333 | goto never executed: state_29;goto state_29;never executed: goto state_29; | 0 | ||||||||||||||||||||||||||||||
| 334 | if (ch.unicode() == 43
| 0 | ||||||||||||||||||||||||||||||
| 335 | goto never executed: state_9;goto state_9;never executed: goto state_9; | 0 | ||||||||||||||||||||||||||||||
| 336 | if (ch.unicode() == 44
| 0 | ||||||||||||||||||||||||||||||
| 337 | goto never executed: state_10;goto state_10;never executed: goto state_10; | 0 | ||||||||||||||||||||||||||||||
| 338 | if (ch.unicode() == 62
| 0 | ||||||||||||||||||||||||||||||
| 339 | goto never executed: state_19;goto state_19;never executed: goto state_19; | 0 | ||||||||||||||||||||||||||||||
| 340 | if (ch.unicode() == 123
| 0 | ||||||||||||||||||||||||||||||
| 341 | goto never executed: state_25;goto state_25;never executed: goto state_25; | 0 | ||||||||||||||||||||||||||||||
| 342 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 343 | state_30: | - | ||||||||||||||||||||||||||||||
| 344 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 345 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 346 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 347 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 348 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 349 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 350 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 351 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 352 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 353 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 354 | goto never executed: state_31;goto state_31;never executed: goto state_31; | 0 | ||||||||||||||||||||||||||||||
| 355 | if (ch.unicode() >= 35
| 0 | ||||||||||||||||||||||||||||||
| 356 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 357 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 358 | goto never executed: state_32;goto state_32;never executed: goto state_32; | 0 | ||||||||||||||||||||||||||||||
| 359 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 360 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 361 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 362 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 363 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 364 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 365 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 366 | state_31: | - | ||||||||||||||||||||||||||||||
| 367 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 368 | token = QCss::STRING; | - | ||||||||||||||||||||||||||||||
| 369 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 370 | state_32: | - | ||||||||||||||||||||||||||||||
| 371 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 372 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 373 | goto never executed: state_57;goto state_57;never executed: goto state_57; | 0 | ||||||||||||||||||||||||||||||
| 374 | if (ch.unicode() == 10
| 0 | ||||||||||||||||||||||||||||||
| 375 | goto never executed: state_58;goto state_58;never executed: goto state_58; | 0 | ||||||||||||||||||||||||||||||
| 376 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 377 | goto never executed: state_57;goto state_57;never executed: goto state_57; | 0 | ||||||||||||||||||||||||||||||
| 378 | if (ch.unicode() == 12
| 0 | ||||||||||||||||||||||||||||||
| 379 | goto never executed: state_59;goto state_59;never executed: goto state_59; | 0 | ||||||||||||||||||||||||||||||
| 380 | if (ch.unicode() == 13
| 0 | ||||||||||||||||||||||||||||||
| 381 | goto never executed: state_60;goto state_60;never executed: goto state_60; | 0 | ||||||||||||||||||||||||||||||
| 382 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 383 | goto never executed: state_57;goto state_57;never executed: goto state_57; | 0 | ||||||||||||||||||||||||||||||
| 384 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 385 | goto never executed: state_57;goto state_57;never executed: goto state_57; | 0 | ||||||||||||||||||||||||||||||
| 386 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 387 | goto never executed: state_57;goto state_57;never executed: goto state_57; | 0 | ||||||||||||||||||||||||||||||
| 388 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 389 | state_33: | - | ||||||||||||||||||||||||||||||
| 390 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 391 | token = QCss::HASH; | - | ||||||||||||||||||||||||||||||
| 392 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 393 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 394 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 395 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 396 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 397 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 398 | goto never executed: state_62;goto state_62;never executed: goto state_62; | 0 | ||||||||||||||||||||||||||||||
| 399 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 400 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 401 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 402 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 403 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 404 | state_34: | - | ||||||||||||||||||||||||||||||
| 405 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 406 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 407 | goto never executed: state_63;goto state_63;never executed: goto state_63; | 0 | ||||||||||||||||||||||||||||||
| 408 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 409 | goto never executed: state_63;goto state_63;never executed: goto state_63; | 0 | ||||||||||||||||||||||||||||||
| 410 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 411 | goto never executed: state_63;goto state_63;never executed: goto state_63; | 0 | ||||||||||||||||||||||||||||||
| 412 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 413 | goto never executed: state_63;goto state_63;never executed: goto state_63; | 0 | ||||||||||||||||||||||||||||||
| 414 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 415 | goto never executed: state_63;goto state_63;never executed: goto state_63; | 0 | ||||||||||||||||||||||||||||||
| 416 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 417 | state_35: | - | ||||||||||||||||||||||||||||||
| 418 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 419 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 420 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 421 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 422 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 423 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 424 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 425 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 426 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 427 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 428 | goto never executed: state_36;goto state_36;never executed: goto state_36; | 0 | ||||||||||||||||||||||||||||||
| 429 | if (ch.unicode() >= 40
| 0 | ||||||||||||||||||||||||||||||
| 430 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 431 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 432 | goto never executed: state_37;goto state_37;never executed: goto state_37; | 0 | ||||||||||||||||||||||||||||||
| 433 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 434 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 435 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 436 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 437 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 438 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 439 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 440 | state_36: | - | ||||||||||||||||||||||||||||||
| 441 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 442 | token = QCss::STRING; | - | ||||||||||||||||||||||||||||||
| 443 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 444 | state_37: | - | ||||||||||||||||||||||||||||||
| 445 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 446 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 447 | goto never executed: state_64;goto state_64;never executed: goto state_64; | 0 | ||||||||||||||||||||||||||||||
| 448 | if (ch.unicode() == 10
| 0 | ||||||||||||||||||||||||||||||
| 449 | goto never executed: state_65;goto state_65;never executed: goto state_65; | 0 | ||||||||||||||||||||||||||||||
| 450 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 451 | goto never executed: state_64;goto state_64;never executed: goto state_64; | 0 | ||||||||||||||||||||||||||||||
| 452 | if (ch.unicode() == 12
| 0 | ||||||||||||||||||||||||||||||
| 453 | goto never executed: state_66;goto state_66;never executed: goto state_66; | 0 | ||||||||||||||||||||||||||||||
| 454 | if (ch.unicode() == 13
| 0 | ||||||||||||||||||||||||||||||
| 455 | goto never executed: state_67;goto state_67;never executed: goto state_67; | 0 | ||||||||||||||||||||||||||||||
| 456 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 457 | goto never executed: state_64;goto state_64;never executed: goto state_64; | 0 | ||||||||||||||||||||||||||||||
| 458 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 459 | goto never executed: state_64;goto state_64;never executed: goto state_64; | 0 | ||||||||||||||||||||||||||||||
| 460 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 461 | goto never executed: state_64;goto state_64;never executed: goto state_64; | 0 | ||||||||||||||||||||||||||||||
| 462 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 463 | state_38: | - | ||||||||||||||||||||||||||||||
| 464 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 465 | if (ch.unicode() == 62
| 0 | ||||||||||||||||||||||||||||||
| 466 | token = QCss::CDC; | - | ||||||||||||||||||||||||||||||
| 467 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 468 | } | - | ||||||||||||||||||||||||||||||
| 469 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 470 | state_39: | - | ||||||||||||||||||||||||||||||
| 471 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 472 | token = QCss::NUMBER; | - | ||||||||||||||||||||||||||||||
| 473 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 474 | if (ch.unicode() == 37
| 0 | ||||||||||||||||||||||||||||||
| 475 | goto never executed: state_41;goto state_41;never executed: goto state_41; | 0 | ||||||||||||||||||||||||||||||
| 476 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 477 | goto never executed: state_42;goto state_42;never executed: goto state_42; | 0 | ||||||||||||||||||||||||||||||
| 478 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 479 | goto never executed: state_69;goto state_69;never executed: goto state_69; | 0 | ||||||||||||||||||||||||||||||
| 480 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 481 | goto never executed: state_45;goto state_45;never executed: goto state_45; | 0 | ||||||||||||||||||||||||||||||
| 482 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 483 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 484 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 485 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 486 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 487 | state_41: | - | ||||||||||||||||||||||||||||||
| 488 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 489 | token = QCss::PERCENTAGE; | - | ||||||||||||||||||||||||||||||
| 490 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 491 | state_42: | - | ||||||||||||||||||||||||||||||
| 492 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 493 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 494 | goto never executed: state_45;goto state_45;never executed: goto state_45; | 0 | ||||||||||||||||||||||||||||||
| 495 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 496 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 497 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 498 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 499 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 500 | state_43: | - | ||||||||||||||||||||||||||||||
| 501 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 502 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 503 | goto never executed: state_39;goto state_39;never executed: goto state_39; | 0 | ||||||||||||||||||||||||||||||
| 504 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 505 | state_44: | - | ||||||||||||||||||||||||||||||
| 506 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 507 | token = QCss::NUMBER; | - | ||||||||||||||||||||||||||||||
| 508 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 509 | if (ch.unicode() == 37
| 0 | ||||||||||||||||||||||||||||||
| 510 | goto never executed: state_41;goto state_41;never executed: goto state_41; | 0 | ||||||||||||||||||||||||||||||
| 511 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 512 | goto never executed: state_42;goto state_42;never executed: goto state_42; | 0 | ||||||||||||||||||||||||||||||
| 513 | if (ch.unicode() == 46
| 0 | ||||||||||||||||||||||||||||||
| 514 | goto never executed: state_43;goto state_43;never executed: goto state_43; | 0 | ||||||||||||||||||||||||||||||
| 515 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 516 | goto never executed: state_44;goto state_44;never executed: goto state_44; | 0 | ||||||||||||||||||||||||||||||
| 517 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 518 | goto never executed: state_45;goto state_45;never executed: goto state_45; | 0 | ||||||||||||||||||||||||||||||
| 519 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 520 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 521 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 522 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 523 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 524 | state_45: | - | ||||||||||||||||||||||||||||||
| 525 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 526 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 527 | goto never executed: state_70;goto state_70;never executed: goto state_70; | 0 | ||||||||||||||||||||||||||||||
| 528 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 529 | goto never executed: state_70;goto state_70;never executed: goto state_70; | 0 | ||||||||||||||||||||||||||||||
| 530 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 531 | goto never executed: state_70;goto state_70;never executed: goto state_70; | 0 | ||||||||||||||||||||||||||||||
| 532 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 533 | goto never executed: state_70;goto state_70;never executed: goto state_70; | 0 | ||||||||||||||||||||||||||||||
| 534 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 535 | goto never executed: state_70;goto state_70;never executed: goto state_70; | 0 | ||||||||||||||||||||||||||||||
| 536 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 537 | state_46: | - | ||||||||||||||||||||||||||||||
| 538 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 539 | token = QCss::LENGTH; | - | ||||||||||||||||||||||||||||||
| 540 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 541 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 542 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 543 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 544 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 545 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 546 | goto never executed: state_72;goto state_72;never executed: goto state_72; | 0 | ||||||||||||||||||||||||||||||
| 547 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 548 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 549 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 550 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 551 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 552 | state_47: | - | ||||||||||||||||||||||||||||||
| 553 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 554 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 555 | goto never executed: state_73;goto state_73;never executed: goto state_73; | 0 | ||||||||||||||||||||||||||||||
| 556 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 557 | state_48: | - | ||||||||||||||||||||||||||||||
| 558 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 559 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 560 | goto never executed: state_49;goto state_49;never executed: goto state_49; | 0 | ||||||||||||||||||||||||||||||
| 561 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 562 | goto never executed: state_50;goto state_50;never executed: goto state_50; | 0 | ||||||||||||||||||||||||||||||
| 563 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 564 | goto never executed: state_50;goto state_50;never executed: goto state_50; | 0 | ||||||||||||||||||||||||||||||
| 565 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 566 | state_49: | - | ||||||||||||||||||||||||||||||
| 567 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 568 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 569 | goto never executed: state_74;goto state_74;never executed: goto state_74; | 0 | ||||||||||||||||||||||||||||||
| 570 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 571 | goto never executed: state_74;goto state_74;never executed: goto state_74; | 0 | ||||||||||||||||||||||||||||||
| 572 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 573 | goto never executed: state_74;goto state_74;never executed: goto state_74; | 0 | ||||||||||||||||||||||||||||||
| 574 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 575 | goto never executed: state_74;goto state_74;never executed: goto state_74; | 0 | ||||||||||||||||||||||||||||||
| 576 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 577 | goto never executed: state_74;goto state_74;never executed: goto state_74; | 0 | ||||||||||||||||||||||||||||||
| 578 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 579 | state_50: | - | ||||||||||||||||||||||||||||||
| 580 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 581 | token = QCss::ATKEYWORD_SYM; | - | ||||||||||||||||||||||||||||||
| 582 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 583 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 584 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 585 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 586 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 587 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 588 | goto never executed: state_76;goto state_76;never executed: goto state_76; | 0 | ||||||||||||||||||||||||||||||
| 589 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 590 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 591 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 592 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 593 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 594 | state_51: | - | ||||||||||||||||||||||||||||||
| 595 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 596 | token = QCss::IDENT; | - | ||||||||||||||||||||||||||||||
| 597 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 598 | if (ch.unicode() == 40
| 0 | ||||||||||||||||||||||||||||||
| 599 | goto never executed: state_52;goto state_52;never executed: goto state_52; | 0 | ||||||||||||||||||||||||||||||
| 600 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 601 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 602 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 603 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 604 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 605 | goto never executed: state_54;goto state_54;never executed: goto state_54; | 0 | ||||||||||||||||||||||||||||||
| 606 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 607 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 608 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 609 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 610 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 611 | state_52: | - | ||||||||||||||||||||||||||||||
| 612 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 613 | token = QCss::FUNCTION; | - | ||||||||||||||||||||||||||||||
| 614 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 615 | state_53: | - | ||||||||||||||||||||||||||||||
| 616 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 617 | token = QCss::IDENT; | - | ||||||||||||||||||||||||||||||
| 618 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 619 | if (ch.unicode() == 40
| 0 | ||||||||||||||||||||||||||||||
| 620 | goto never executed: state_52;goto state_52;never executed: goto state_52; | 0 | ||||||||||||||||||||||||||||||
| 621 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 622 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 623 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 624 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 625 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 626 | goto never executed: state_54;goto state_54;never executed: goto state_54; | 0 | ||||||||||||||||||||||||||||||
| 627 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 628 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 629 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 630 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 631 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 632 | state_54: | - | ||||||||||||||||||||||||||||||
| 633 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 634 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 635 | goto never executed: state_77;goto state_77;never executed: goto state_77; | 0 | ||||||||||||||||||||||||||||||
| 636 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 637 | goto never executed: state_77;goto state_77;never executed: goto state_77; | 0 | ||||||||||||||||||||||||||||||
| 638 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 639 | goto never executed: state_77;goto state_77;never executed: goto state_77; | 0 | ||||||||||||||||||||||||||||||
| 640 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 641 | goto never executed: state_77;goto state_77;never executed: goto state_77; | 0 | ||||||||||||||||||||||||||||||
| 642 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 643 | goto never executed: state_77;goto state_77;never executed: goto state_77; | 0 | ||||||||||||||||||||||||||||||
| 644 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 645 | state_57: | - | ||||||||||||||||||||||||||||||
| 646 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 647 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 648 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 649 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 650 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 651 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 652 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 653 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 654 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 655 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 656 | goto never executed: state_31;goto state_31;never executed: goto state_31; | 0 | ||||||||||||||||||||||||||||||
| 657 | if (ch.unicode() >= 35
| 0 | ||||||||||||||||||||||||||||||
| 658 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 659 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 660 | goto never executed: state_32;goto state_32;never executed: goto state_32; | 0 | ||||||||||||||||||||||||||||||
| 661 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 662 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 663 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 664 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 665 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 666 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 667 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 668 | state_58: | - | ||||||||||||||||||||||||||||||
| 669 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 670 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 671 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 672 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 673 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 674 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 675 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 676 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 677 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 678 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 679 | goto never executed: state_31;goto state_31;never executed: goto state_31; | 0 | ||||||||||||||||||||||||||||||
| 680 | if (ch.unicode() >= 35
| 0 | ||||||||||||||||||||||||||||||
| 681 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 682 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 683 | goto never executed: state_32;goto state_32;never executed: goto state_32; | 0 | ||||||||||||||||||||||||||||||
| 684 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 685 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 686 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 687 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 688 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 689 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 690 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 691 | state_59: | - | ||||||||||||||||||||||||||||||
| 692 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 693 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 694 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 695 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 696 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 697 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 698 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 699 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 700 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 701 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 702 | goto never executed: state_31;goto state_31;never executed: goto state_31; | 0 | ||||||||||||||||||||||||||||||
| 703 | if (ch.unicode() >= 35
| 0 | ||||||||||||||||||||||||||||||
| 704 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 705 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 706 | goto never executed: state_32;goto state_32;never executed: goto state_32; | 0 | ||||||||||||||||||||||||||||||
| 707 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 708 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 709 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 710 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 711 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 712 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 713 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 714 | state_60: | - | ||||||||||||||||||||||||||||||
| 715 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 716 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 717 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 718 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 719 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 720 | if (ch.unicode() == 10
| 0 | ||||||||||||||||||||||||||||||
| 721 | goto never executed: state_78;goto state_78;never executed: goto state_78; | 0 | ||||||||||||||||||||||||||||||
| 722 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 723 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 724 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 725 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 726 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 727 | goto never executed: state_31;goto state_31;never executed: goto state_31; | 0 | ||||||||||||||||||||||||||||||
| 728 | if (ch.unicode() >= 35
| 0 | ||||||||||||||||||||||||||||||
| 729 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 730 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 731 | goto never executed: state_32;goto state_32;never executed: goto state_32; | 0 | ||||||||||||||||||||||||||||||
| 732 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 733 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 734 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 735 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 736 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 737 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 738 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 739 | state_61: | - | ||||||||||||||||||||||||||||||
| 740 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 741 | token = QCss::HASH; | - | ||||||||||||||||||||||||||||||
| 742 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 743 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 744 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 745 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 746 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 747 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 748 | goto never executed: state_62;goto state_62;never executed: goto state_62; | 0 | ||||||||||||||||||||||||||||||
| 749 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 750 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 751 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 752 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 753 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 754 | state_62: | - | ||||||||||||||||||||||||||||||
| 755 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 756 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 757 | goto never executed: state_79;goto state_79;never executed: goto state_79; | 0 | ||||||||||||||||||||||||||||||
| 758 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 759 | goto never executed: state_79;goto state_79;never executed: goto state_79; | 0 | ||||||||||||||||||||||||||||||
| 760 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 761 | goto never executed: state_79;goto state_79;never executed: goto state_79; | 0 | ||||||||||||||||||||||||||||||
| 762 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 763 | goto never executed: state_79;goto state_79;never executed: goto state_79; | 0 | ||||||||||||||||||||||||||||||
| 764 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 765 | goto never executed: state_79;goto state_79;never executed: goto state_79; | 0 | ||||||||||||||||||||||||||||||
| 766 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 767 | state_63: | - | ||||||||||||||||||||||||||||||
| 768 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 769 | token = QCss::HASH; | - | ||||||||||||||||||||||||||||||
| 770 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 771 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 772 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 773 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 774 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 775 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 776 | goto never executed: state_62;goto state_62;never executed: goto state_62; | 0 | ||||||||||||||||||||||||||||||
| 777 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 778 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 779 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 780 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 781 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 782 | state_64: | - | ||||||||||||||||||||||||||||||
| 783 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 784 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 785 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 786 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 787 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 788 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 789 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 790 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 791 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 792 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 793 | goto never executed: state_36;goto state_36;never executed: goto state_36; | 0 | ||||||||||||||||||||||||||||||
| 794 | if (ch.unicode() >= 40
| 0 | ||||||||||||||||||||||||||||||
| 795 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 796 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 797 | goto never executed: state_37;goto state_37;never executed: goto state_37; | 0 | ||||||||||||||||||||||||||||||
| 798 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 799 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 800 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 801 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 802 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 803 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 804 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 805 | state_65: | - | ||||||||||||||||||||||||||||||
| 806 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 807 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 808 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 809 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 810 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 811 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 812 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 813 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 814 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 815 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 816 | goto never executed: state_36;goto state_36;never executed: goto state_36; | 0 | ||||||||||||||||||||||||||||||
| 817 | if (ch.unicode() >= 40
| 0 | ||||||||||||||||||||||||||||||
| 818 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 819 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 820 | goto never executed: state_37;goto state_37;never executed: goto state_37; | 0 | ||||||||||||||||||||||||||||||
| 821 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 822 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 823 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 824 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 825 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 826 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 827 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 828 | state_66: | - | ||||||||||||||||||||||||||||||
| 829 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 830 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 831 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 832 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 833 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 834 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 835 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 836 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 837 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 838 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 839 | goto never executed: state_36;goto state_36;never executed: goto state_36; | 0 | ||||||||||||||||||||||||||||||
| 840 | if (ch.unicode() >= 40
| 0 | ||||||||||||||||||||||||||||||
| 841 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 842 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 843 | goto never executed: state_37;goto state_37;never executed: goto state_37; | 0 | ||||||||||||||||||||||||||||||
| 844 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 845 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 846 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 847 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 848 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 849 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 850 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 851 | state_67: | - | ||||||||||||||||||||||||||||||
| 852 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 853 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 854 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 855 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 856 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 857 | if (ch.unicode() == 10
| 0 | ||||||||||||||||||||||||||||||
| 858 | goto never executed: state_80;goto state_80;never executed: goto state_80; | 0 | ||||||||||||||||||||||||||||||
| 859 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 860 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 861 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 862 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 863 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 864 | goto never executed: state_36;goto state_36;never executed: goto state_36; | 0 | ||||||||||||||||||||||||||||||
| 865 | if (ch.unicode() >= 40
| 0 | ||||||||||||||||||||||||||||||
| 866 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 867 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 868 | goto never executed: state_37;goto state_37;never executed: goto state_37; | 0 | ||||||||||||||||||||||||||||||
| 869 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 870 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 871 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 872 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 873 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 874 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 875 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 876 | state_69: | - | ||||||||||||||||||||||||||||||
| 877 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 878 | token = QCss::NUMBER; | - | ||||||||||||||||||||||||||||||
| 879 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 880 | if (ch.unicode() == 37
| 0 | ||||||||||||||||||||||||||||||
| 881 | goto never executed: state_41;goto state_41;never executed: goto state_41; | 0 | ||||||||||||||||||||||||||||||
| 882 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 883 | goto never executed: state_42;goto state_42;never executed: goto state_42; | 0 | ||||||||||||||||||||||||||||||
| 884 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 885 | goto never executed: state_69;goto state_69;never executed: goto state_69; | 0 | ||||||||||||||||||||||||||||||
| 886 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 887 | goto never executed: state_45;goto state_45;never executed: goto state_45; | 0 | ||||||||||||||||||||||||||||||
| 888 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 889 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 890 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 891 | goto never executed: state_46;goto state_46;never executed: goto state_46; | 0 | ||||||||||||||||||||||||||||||
| 892 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 893 | state_70: | - | ||||||||||||||||||||||||||||||
| 894 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 895 | token = QCss::LENGTH; | - | ||||||||||||||||||||||||||||||
| 896 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 897 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 898 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 899 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 900 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 901 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 902 | goto never executed: state_72;goto state_72;never executed: goto state_72; | 0 | ||||||||||||||||||||||||||||||
| 903 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 904 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 905 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 906 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 907 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 908 | state_71: | - | ||||||||||||||||||||||||||||||
| 909 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 910 | token = QCss::LENGTH; | - | ||||||||||||||||||||||||||||||
| 911 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 912 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 913 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 914 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 915 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 916 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 917 | goto never executed: state_72;goto state_72;never executed: goto state_72; | 0 | ||||||||||||||||||||||||||||||
| 918 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 919 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 920 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 921 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 922 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 923 | state_72: | - | ||||||||||||||||||||||||||||||
| 924 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 925 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 926 | goto never executed: state_81;goto state_81;never executed: goto state_81; | 0 | ||||||||||||||||||||||||||||||
| 927 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 928 | goto never executed: state_81;goto state_81;never executed: goto state_81; | 0 | ||||||||||||||||||||||||||||||
| 929 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 930 | goto never executed: state_81;goto state_81;never executed: goto state_81; | 0 | ||||||||||||||||||||||||||||||
| 931 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 932 | goto never executed: state_81;goto state_81;never executed: goto state_81; | 0 | ||||||||||||||||||||||||||||||
| 933 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 934 | goto never executed: state_81;goto state_81;never executed: goto state_81; | 0 | ||||||||||||||||||||||||||||||
| 935 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 936 | state_73: | - | ||||||||||||||||||||||||||||||
| 937 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 938 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 939 | token = QCss::CDO; | - | ||||||||||||||||||||||||||||||
| 940 | goto never executed: found;goto found;never executed: goto found; | 0 | ||||||||||||||||||||||||||||||
| 941 | } | - | ||||||||||||||||||||||||||||||
| 942 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 943 | state_74: | - | ||||||||||||||||||||||||||||||
| 944 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 945 | token = QCss::ATKEYWORD_SYM; | - | ||||||||||||||||||||||||||||||
| 946 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 947 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 948 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 949 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 950 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 951 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 952 | goto never executed: state_76;goto state_76;never executed: goto state_76; | 0 | ||||||||||||||||||||||||||||||
| 953 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 954 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 955 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 956 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 957 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 958 | state_75: | - | ||||||||||||||||||||||||||||||
| 959 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 960 | token = QCss::ATKEYWORD_SYM; | - | ||||||||||||||||||||||||||||||
| 961 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 962 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 963 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 964 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 965 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 966 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 967 | goto never executed: state_76;goto state_76;never executed: goto state_76; | 0 | ||||||||||||||||||||||||||||||
| 968 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 969 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 970 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 971 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 972 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 973 | state_76: | - | ||||||||||||||||||||||||||||||
| 974 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 975 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 976 | goto never executed: state_83;goto state_83;never executed: goto state_83; | 0 | ||||||||||||||||||||||||||||||
| 977 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 978 | goto never executed: state_83;goto state_83;never executed: goto state_83; | 0 | ||||||||||||||||||||||||||||||
| 979 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 980 | goto never executed: state_83;goto state_83;never executed: goto state_83; | 0 | ||||||||||||||||||||||||||||||
| 981 | if (ch.unicode() >= 58
| 0 | ||||||||||||||||||||||||||||||
| 982 | goto never executed: state_83;goto state_83;never executed: goto state_83; | 0 | ||||||||||||||||||||||||||||||
| 983 | if (ch.unicode() >= 103
| 0 | ||||||||||||||||||||||||||||||
| 984 | goto never executed: state_83;goto state_83;never executed: goto state_83; | 0 | ||||||||||||||||||||||||||||||
| 985 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 986 | state_77: | - | ||||||||||||||||||||||||||||||
| 987 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 988 | token = QCss::IDENT; | - | ||||||||||||||||||||||||||||||
| 989 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 990 | if (ch.unicode() == 40
| 0 | ||||||||||||||||||||||||||||||
| 991 | goto never executed: state_52;goto state_52;never executed: goto state_52; | 0 | ||||||||||||||||||||||||||||||
| 992 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 993 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 994 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 995 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 996 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 997 | goto never executed: state_54;goto state_54;never executed: goto state_54; | 0 | ||||||||||||||||||||||||||||||
| 998 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 999 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 1000 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 1001 | goto never executed: state_53;goto state_53;never executed: goto state_53; | 0 | ||||||||||||||||||||||||||||||
| 1002 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 1003 | state_78: | - | ||||||||||||||||||||||||||||||
| 1004 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 1005 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 1006 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 1007 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 1008 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 1009 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 1010 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 1011 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 1012 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 1013 | if (ch.unicode() == 34
| 0 | ||||||||||||||||||||||||||||||
| 1014 | goto never executed: state_31;goto state_31;never executed: goto state_31; | 0 | ||||||||||||||||||||||||||||||
| 1015 | if (ch.unicode() >= 35
| 0 | ||||||||||||||||||||||||||||||
| 1016 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 1017 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 1018 | goto never executed: state_32;goto state_32;never executed: goto state_32; | 0 | ||||||||||||||||||||||||||||||
| 1019 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 1020 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 1021 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 1022 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 1023 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 1024 | goto never executed: state_30;goto state_30;never executed: goto state_30; | 0 | ||||||||||||||||||||||||||||||
| 1025 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 1026 | state_79: | - | ||||||||||||||||||||||||||||||
| 1027 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 1028 | token = QCss::HASH; | - | ||||||||||||||||||||||||||||||
| 1029 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 1030 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 1031 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 1032 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 1033 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 1034 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 1035 | goto never executed: state_62;goto state_62;never executed: goto state_62; | 0 | ||||||||||||||||||||||||||||||
| 1036 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 1037 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 1038 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 1039 | goto never executed: state_61;goto state_61;never executed: goto state_61; | 0 | ||||||||||||||||||||||||||||||
| 1040 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 1041 | state_80: | - | ||||||||||||||||||||||||||||||
| 1042 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 1043 | token = QCss::INVALID; | - | ||||||||||||||||||||||||||||||
| 1044 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 1045 | if (ch.unicode() >= 1
| 0 | ||||||||||||||||||||||||||||||
| 1046 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 1047 | if (ch.unicode() == 11
| 0 | ||||||||||||||||||||||||||||||
| 1048 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 1049 | if (ch.unicode() >= 14
| 0 | ||||||||||||||||||||||||||||||
| 1050 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 1051 | if (ch.unicode() == 39
| 0 | ||||||||||||||||||||||||||||||
| 1052 | goto never executed: state_36;goto state_36;never executed: goto state_36; | 0 | ||||||||||||||||||||||||||||||
| 1053 | if (ch.unicode() >= 40
| 0 | ||||||||||||||||||||||||||||||
| 1054 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 1055 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 1056 | goto never executed: state_37;goto state_37;never executed: goto state_37; | 0 | ||||||||||||||||||||||||||||||
| 1057 | if (ch.unicode() >= 93
| 0 | ||||||||||||||||||||||||||||||
| 1058 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 1059 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 1060 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 1061 | if (ch.unicode() >= 123
| 0 | ||||||||||||||||||||||||||||||
| 1062 | goto never executed: state_35;goto state_35;never executed: goto state_35; | 0 | ||||||||||||||||||||||||||||||
| 1063 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 1064 | state_81: | - | ||||||||||||||||||||||||||||||
| 1065 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 1066 | token = QCss::LENGTH; | - | ||||||||||||||||||||||||||||||
| 1067 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 1068 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 1069 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 1070 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 1071 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 1072 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 1073 | goto never executed: state_72;goto state_72;never executed: goto state_72; | 0 | ||||||||||||||||||||||||||||||
| 1074 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 1075 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 1076 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 1077 | goto never executed: state_71;goto state_71;never executed: goto state_71; | 0 | ||||||||||||||||||||||||||||||
| 1078 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 1079 | state_83: | - | ||||||||||||||||||||||||||||||
| 1080 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 1081 | token = QCss::ATKEYWORD_SYM; | - | ||||||||||||||||||||||||||||||
| 1082 | ch = next(); | - | ||||||||||||||||||||||||||||||
| 1083 | if (ch.unicode() == 45
| 0 | ||||||||||||||||||||||||||||||
| 1084 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 1085 | if (ch.unicode() >= 48
| 0 | ||||||||||||||||||||||||||||||
| 1086 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 1087 | if (ch.unicode() == 92
| 0 | ||||||||||||||||||||||||||||||
| 1088 | goto never executed: state_76;goto state_76;never executed: goto state_76; | 0 | ||||||||||||||||||||||||||||||
| 1089 | if (ch.unicode() == 95
| 0 | ||||||||||||||||||||||||||||||
| 1090 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 1091 | if ((ch.unicode() >= 'a'
| 0 | ||||||||||||||||||||||||||||||
| 1092 | goto never executed: state_75;goto state_75;never executed: goto state_75; | 0 | ||||||||||||||||||||||||||||||
| 1093 | goto never executed: out;goto out;never executed: goto out; | 0 | ||||||||||||||||||||||||||||||
| 1094 | found: | - | ||||||||||||||||||||||||||||||
| 1095 | lastAcceptingPos = pos; | - | ||||||||||||||||||||||||||||||
| 1096 | - | |||||||||||||||||||||||||||||||
| 1097 | out: code before this statement never executed: out: | 0 | ||||||||||||||||||||||||||||||
| 1098 | if (lastAcceptingPos != -1
| 0 | ||||||||||||||||||||||||||||||
| 1099 | lexemLength = lastAcceptingPos - lexemStart; | - | ||||||||||||||||||||||||||||||
| 1100 | pos = lastAcceptingPos; | - | ||||||||||||||||||||||||||||||
| 1101 | } never executed: end of block | 0 | ||||||||||||||||||||||||||||||
| 1102 | return never executed: token;return token;never executed: return token; | 0 | ||||||||||||||||||||||||||||||
| 1103 | } | - | ||||||||||||||||||||||||||||||
| Switch to Source code | Preprocessed file |