Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

16
LINES

< > BotCompany Repo | #1023776 // fullPhraseCache_longestPhraseLengthAt - synonym of fullPhraseCache_longestPhraseLength

JavaX fragment (include)

1  
static int fullPhraseCache_longestPhraseLengthAt(FullPhraseCache cache, LS tok) {
2  
  ret fullPhraseCache_longestPhraseLength(cache, tok);
3  
}
4  
5  
6  
7  
// returns index of C token in tok after longest match
8  
static int fullPhraseCache_longestPhraseLengthAt(FullPhraseCache cache, LS tok, int idx) {
9  
  ret fullPhraseCache_longestPhraseLength(cache, tok, idx);
10  
}
11  
12  
13  
14  
static int fullPhraseCache_longestPhraseLengthAt(FullPhraseCache cache, S s) {
15  
  ret fullPhraseCache_longestPhraseLength(cache, s);
16  
}

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: 107 / 144
Referenced in: [show references]