Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutf.c114 int utf_codeLengthChar(dchar_t c) in utf_codeLengthChar() function
140 return utf_codeLengthChar(c); in utf_codeLength()
H A Dutf.h108 int utf_codeLengthChar(dchar_t c);
H A Ddinterpret.c6804 charlen = utf_codeLengthChar(rawvalue); in foreachApplyUtf()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dutf.d308 int utf_codeLengthChar(dchar c) in utf_codeLengthChar() function
333 return utf_codeLengthChar(c); in utf_codeLength()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d7185 charlen = utf_codeLengthChar(rawvalue); in foreachApplyUtf()