Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d3377 string noel1 = "noe\u0308l"; // noël using e + combining diaeresis variable
3378 assert(noel1.byCodeUnit[2] != 'ë');
3379 assert(noel1.byCodeUnit[2] == 'e');
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dutf.d3685 string noel1 = "noe\u0308l"; // noël using e + combining diaeresis
3686 assert(noel1.byCodeUnit[2] != 'ë');
3687 assert(noel1.byCodeUnit[2] == 'e');