Home
last modified time | relevance | path

Searched defs:UTF8_DECODE_INVALID_TRAILER (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutf.c55 char const UTF8_DECODE_INVALID_TRAILER[] = "Invalid trailing code unit"; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d414 static immutable string UTF8_DECODE_INVALID_TRAILER = "Invalid trailing code unit"; in utf_decodeChar() local