Searched refs:toUpperSimpleIndexTrie (Results 1 – 2 of 2) sorted by relevance
8108 ushort toUpperSimpleIndex(dchar c) { return toUpperSimpleIndexTrie[c]; } in toUpperSimpleIndex()9762 …auto toUpperSimpleIndexTrie() { static immutable res = asTrie(toUpperSimpleIndexTrieEntries); retu… in toUpperSimpleIndexTrie() function
8895 ushort toUpperSimpleIndex(dchar c) { return toUpperSimpleIndexTrie[c]; }10639 …auto toUpperSimpleIndexTrie() { static immutable res = asTrie(toUpperSimpleIndexTrieEntries); retu…