Home
last modified time | relevance | path

Searched refs:utf_codeLengthWchar (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutf.c127 int utf_codeLengthWchar(dchar_t c) in utf_codeLengthWchar() function
142 return utf_codeLengthWchar(c); in utf_codeLength()
H A Dutf.h109 int utf_codeLengthWchar(dchar_t c);
H A Ddinterpret.c6808 charlen = utf_codeLengthWchar(rawvalue); in foreachApplyUtf()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d321 int utf_codeLengthWchar(dchar c) in utf_codeLengthWchar() function
335 return utf_codeLengthWchar(c); in utf_codeLength()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d7189 charlen = utf_codeLengthWchar(rawvalue); in foreachApplyUtf()