static int fullPhraseCache_longestPhraseLengthAt(FullPhraseCache cache, LS tok) { ret fullPhraseCache_longestPhraseLength(cache, tok); } // returns index of C token in tok after longest match static int fullPhraseCache_longestPhraseLengthAt(FullPhraseCache cache, LS tok, int idx) { ret fullPhraseCache_longestPhraseLength(cache, tok, idx); } static int fullPhraseCache_longestPhraseLengthAt(FullPhraseCache cache, S s) { ret fullPhraseCache_longestPhraseLength(cache, s); }