HomeSort by relevance Sort by last modified time
    Searched defs:mbstowcs (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/locale/
mbstowcs.c 1 /* $OpenBSD: mbstowcs.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
36 mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 203 mbstowcs( function
multibyte_Utf8.c 684 The mbstowcs function converts a sequence of multibyte characters that
701 @return If an invalid multibyte character is encountered, the mbstowcs
702 function returns (size_t)(-1). Otherwise, the mbstowcs function
709 mbstowcs( function
    [all...]

Completed in 53 milliseconds