Home
last modified time | relevance | path

Searched refs:toUpperIndexTrie (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8107 ushort toUpperIndex(dchar c) { return toUpperIndexTrie[c]; } in toUpperIndex()
9758 auto toUpperIndexTrie() { static immutable res = asTrie(toUpperIndexTrieEntries); return res; } in toUpperIndexTrie() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8894 ushort toUpperIndex(dchar c) { return toUpperIndexTrie[c]; }
10635 auto toUpperIndexTrie() { static immutable res = asTrie(toUpperIndexTrieEntries); return res; }