Searched refs:toUpperIndexTrie (Results 1 – 2 of 2) sorted by relevance
8107 ushort toUpperIndex(dchar c) { return toUpperIndexTrie[c]; } in toUpperIndex()9758 auto toUpperIndexTrie() { static immutable res = asTrie(toUpperIndexTrieEntries); return res; } in toUpperIndexTrie() function
8894 ushort toUpperIndex(dchar c) { return toUpperIndexTrie[c]; }10635 auto toUpperIndexTrie() { static immutable res = asTrie(toUpperIndexTrieEntries); return res; }