Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4365 static uint luckFactor(dchar ch) in luckFactor() function
4389 map[ch] = LuckFactor(luckFactor(ch));
4396 assert(trie[ch] == luckFactor(ch)); // verify
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d4358 static uint luckFactor(dchar ch)
4382 map[ch] = LuckFactor(luckFactor(ch));
4389 assert(trie[ch] == luckFactor(ch)); // verify