Searched refs:setSequence (Results 1 – 4 of 4) sorted by relevance
80 UTFException setSequence(scope uint[] data...) in setSequence() function1380 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()
8736 … throw (new UTFException("Encoding an isolated surrogate code point in UTF-16")).setSequence(c); in encodeTo()
85 UTFException setSequence(scope uint[] data...) return1556 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);
9561 … throw (new UTFException("Encoding an isolated surrogate code point in UTF-16")).setSequence(c);