Home
last modified time | relevance | path

Searched refs:setSequence (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d80 UTFException setSequence(scope uint[] data...) in setSequence() function
1380 return new UTFException(msg, i).setSequence(sequence[0 .. i]); in exception()
1587 return new UTFException(msg).setSequence(pstr[0]); in exception()
1691 throw new UTFException("Invalid UTF-32 value").setSequence(dc);
1704 throw new UTFException("Invalid UTF-32 value").setSequence(dc);
2128 throw new UTFException(msg).setSequence(c); in _utfException()
H A Duni.d8736 … throw (new UTFException("Encoding an isolated surrogate code point in UTF-16")).setSequence(c); in encodeTo()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dutf.d85 UTFException setSequence(scope uint[] data...) return
1556 return new UTFException(msg, i).setSequence(sequence[0 .. i]);
1765 return new UTFException(msg).setSequence(pstr[0]);
1869 throw new UTFException("Invalid UTF-32 value").setSequence(dc);
1882 throw new UTFException("Invalid UTF-32 value").setSequence(dc);
2311 throw new UTFException(msg).setSequence(c);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d9561 … throw (new UTFException("Encoding an isolated surrogate code point in UTF-16")).setSequence(c);