Home
last modified time | relevance | path

Searched refs:UTF8_STRIDE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutf.c31 const unsigned UTF8_STRIDE[256] = variable
226 size_t n = UTF8_STRIDE[u]; in utf_decodeChar()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d426 static immutable ubyte[256] UTF8_STRIDE = in utf_decodeChar()
475 const size_t n = UTF8_STRIDE[u]; in utf_decodeChar()