Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d9329 return alphaTrie[c]; in isAlpha()
9662 auto alphaTrie() { static immutable res = asTrie(alphaTrieEntries); return res; } in alphaTrie() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d10206 return alphaTrie[c];
10539 auto alphaTrie() { static immutable res = asTrie(alphaTrieEntries); return res; }