Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dstring.d111 enum paragraphSeparator = "\xE2\x80\xA9"; in stripLeadingLineTerminator() local
113 static assert(lineSeparator.length == paragraphSeparator.length); in stripLeadingLineTerminator()
142 if (prefix == lineSeparator || prefix == paragraphSeparator) in stripLeadingLineTerminator()