Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutf.c52 char const UTF8_DECODE_OUTSIDE_CODE_SPACE[] = "Outside Unicode code space"; variable
234 return UTF8_DECODE_OUTSIDE_CODE_SPACE; in utf_decodeChar()
H A Dutf.h91 extern char const UTF8_DECODE_OUTSIDE_CODE_SPACE[];
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d411 static immutable string UTF8_DECODE_OUTSIDE_CODE_SPACE = "Outside Unicode code space"; in utf_decodeChar() local
488 return UTF8_DECODE_OUTSIDE_CODE_SPACE; in utf_decodeChar()