Searched refs:mblen (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
H A Dstdlib.h66 int mblen (const char *, size_t);
729 If S is not a null pointer, the mblen function determines the number of bytes
739 @return If S is a null pointer, the mblen function returns a nonzero or
742 pointer, the mblen function either returns 0 (if S points to the
748 int mblen(const char *S, size_t N);
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
H A Dmultibyte_sb.c79 mblen( function
H A Dmultibyte_Utf8.c482 If S is not a null pointer, the mblen function determines the number of bytes
492 @return If S is a null pointer, the mblen function returns a nonzero or
495 pointer, the mblen function either returns 0 (if S points to the
504 mblen( function
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
H A Dstdlib.h91 int mblen(const char *, size_t);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregexec.c986 UChar* s1, UChar** ps2, int mblen)
994 end1 = s1 + mblen;
995 end2 = s2 + mblen;
985 string_cmp_ic(OnigEncoding enc, int case_fold_flag, UChar* s1, UChar** ps2, int mblen) argument

Completed in 176 milliseconds