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

  /bionic/libc/bionic/
mblen.cpp 32 int mblen(const char* s, size_t n) { function
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c 79 mblen( function
multibyte_Utf8.c 482 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
    [all...]
  /external/libedit/examples/
wtc1.c 64 int len, mblen, i; local
75 mblen = MB_LEN_MAX * len + 1;
76 buf = bptr = malloc(mblen);
84 mblen = bptr - buf;
88 if (mblen > strlen(dp->d_name))
90 if (strncmp(dp->d_name, buf, mblen) == 0) {
91 mbstowcs(dir, &dp->d_name[mblen],
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 63 #define mblen(a,b) _Xmblen(a,b) macro
    [all...]

Completed in 112 milliseconds