Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutf.c54 char const UTF8_DECODE_OVERLONG[] = "Overlong UTF-8 sequence"; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d413 static immutable string UTF8_DECODE_OVERLONG = "Overlong UTF-8 sequence"; in utf_decodeChar() local