Searched refs:wc2utf8 (Results 1 – 10 of 10) sorted by relevance
53 t += mbwide() ? mbconv(t, c) : wc2utf8(t, c); in strexp()
53 wc2utf8(register char* s, register uint32_t w) in wc2utf8() function
363 extern int wc2utf8(char*, uint32_t);
931 wc2utf8;
569 string/wc2utf8.o \
437 t += mbwide() ? mbconv(t, c) : wc2utf8(t, c); in strformat()
561 return u ? wc2utf8(u, w) : 0; in utf8_wctomb()
134 wc.c wc2utf8.c \
3510 make wc2utf8.o3511 make string/wc2utf8.c3513 done string/wc2utf8.c3514 meta wc2utf8.o %.c>%.o string/wc2utf8.c wc2utf83515 prev string/wc2utf8.c3516 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c string/wc2utf8…3517 done wc2utf8.o generated6103 …dcslow.o sfdcsubstr.o sfdctee.o sfdcunion.o sfdcmore.o sfdcprefix.o wc.o wc2utf8.o basename.o clos…
6 12-06-26 comp/setlocale.c: utf8_wctomb() now calls (the corrrect) wc2utf8()