Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutf.c56 char const UTF8_DECODE_INVALID_CODE_POINT[] = "Invalid code point decoded"; variable
265 return UTF8_DECODE_INVALID_CODE_POINT; in utf_decodeChar()
H A Dutf.h95 extern char const UTF8_DECODE_INVALID_CODE_POINT[];
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d415 static immutable string UTF8_DECODE_INVALID_CODE_POINT = "Invalid code point decoded"; in utf_decodeChar() local
514 return UTF8_DECODE_INVALID_CODE_POINT; in utf_decodeChar()