Home
last modified time | relevance | path

Searched refs:charwidth (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Da_strex.c142 int i, outlen, len, charwidth; in do_buf() local
150 charwidth = type & BUF_TYPE_WIDTH_MASK; in do_buf()
152 switch (charwidth) { in do_buf()
175 switch (charwidth) { in do_buf()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h277 unsigned charwidth:2; member
H A Dutf8proc.c383 return utf8proc_get_property(c)->charwidth; in utf8proc_charwidth()