Searched refs:alphaTrie (Results 1 – 2 of 2) sorted by relevance
9329 return alphaTrie[c]; in isAlpha()9662 auto alphaTrie() { static immutable res = asTrie(alphaTrieEntries); return res; } in alphaTrie() function
10206 return alphaTrie[c];10539 auto alphaTrie() { static immutable res = asTrie(alphaTrieEntries); return res; }