Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8108 ushort toUpperSimpleIndex(dchar c) { return toUpperSimpleIndexTrie[c]; } in toUpperSimpleIndex() function
9145 size_t idx = toUpperSimpleIndex(c); in toUpper()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8895 ushort toUpperSimpleIndex(dchar c) { return toUpperSimpleIndexTrie[c]; }
9996 size_t idx = toUpperSimpleIndex(c);