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/
Dnsconvert.c461 UINT32 UnicodeLength; in AcpiNsConvertToUnicode() local
488 UnicodeLength = (OriginalObject->String.Length * 2) + 2; in AcpiNsConvertToUnicode()
492 NewObject = AcpiUtCreateBufferObject (UnicodeLength); in AcpiNsConvertToUnicode()
/netbsd/src/sys/fs/udf/
Dudf_osta.h41 int UnicodeLength(unicode_t *string);
Dudf_osta.c298 int UnicodeLength(unicode_t *string) { in UnicodeLength() function
Dudf_subr.c4215 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name)); in udf_to_unix_name()
/netbsd/src/sbin/newfs_udf/
Dudf_core.c704 ucode_chars = MIN(ucode_chars, UnicodeLength((unicode_t *) raw_name)); in udf_to_unix_name()