Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsconvert.c353 UINT32 UnicodeLength; in AcpiNsConvertToUnicode() local
380 UnicodeLength = (OriginalObject->String.Length * 2) + 2; in AcpiNsConvertToUnicode()
384 NewObject = AcpiUtCreateBufferObject (UnicodeLength); in AcpiNsConvertToUnicode()
/netbsd-src/sys/fs/udf/
H A Dudf_osta.h41 int UnicodeLength(unicode_t *string);
H A Dudf_osta.c298 int UnicodeLength(unicode_t *string) { in UnicodeLength() function
H A Dudf_subr.c4215 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name)); in udf_to_unix_name()
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c704 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name)); in udf_to_unix_name()