| 150 | return Tokens[i]; |
| 151 | } |
| 152 | size_t GetTokenCount() const { |
| 153 | return Tokens.size(); |
| 154 | } |
| 155 | void BeginToken(const wchar16* tokstart, const wchar16* p) { |
| 156 | // it can be called twice in case "exa­́mple", see nlptok.rl, mixedtoken, tokfirst/toknext, numfirst/numnext |
| 157 | if (CurCharSpan.Len == 0) |
no test coverage detected