Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8867 alias toLowerLength = toCaseLength!(LowerTriple); variable
8868 assert(toLowerLength("abcd") == 4);
8869 assert(toLowerLength("аБВгд456") == 10+3);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9692 alias toLowerLength = toCaseLength!(LowerTriple);
9693 assert(toLowerLength("abcd") == 4);
9694 assert(toLowerLength("аБВгд456") == 10+3);