| 72 | } |
| 73 | |
| 74 | NLP_TYPE GuessTypeByWord(const char* w, unsigned len) { |
| 75 | return GuessTypeByWordT(w, len); |
| 76 | } |
| 77 | |
| 78 | NLP_TYPE GuessTypeByWord(const wchar16* w, unsigned len) { |
| 79 | return GuessTypeByWordT(w, len); |
nothing calls this directly
no test coverage detected