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); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023776 |
Snippet name: | fullPhraseCache_longestPhraseLengthAt - synonym of fullPhraseCache_longestPhraseLength |
Eternal ID of this version: | #1023776/1 |
Text MD5: | 97505b9821f9a9195a50ceb5bd8048f7 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-08 23:50:12 |
Source code size: | 491 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 176 / 210 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |