utflen            281 src/lib9/fmt/dofmt.c 	return __fmtcpy(f, s, utflen(s), (int)strlen(s));
utflen            442 src/lib9/fmt/dofmt.c 	len = utflen(thousands);
utflen             31 src/lib9/fmt/errfmt.c 	return __fmtcpy(f, buf, utflen(buf), strlen(buf));
utflen            416 src/lib9/fmt/fltfmt.c 	dotwid = utflen(dot);
utflen             36 src/lib9/tempdir_windows.c 	n = utflen(p);
utflen            107 src/lib9/utf/utf.h int utflen(const char* s);