Home
last modified time | relevance | path

Searched defs:UTF8_DECODE_OUTSIDE_CODE_SPACE (Results 1 – 2 of 2) 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
/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