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

  /ndk/sources/host-tools/sed-4.2.1/lib/
wctype.in.h 80 # undef iswcntrl macro
95 # define iswcntrl rpl_iswcntrl macro
126 iswcntrl (wint_t wc) function
  /external/bison/lib/
mbswidth.c 46 /* Get iswprint(), iswcntrl(). */
53 #if !defined iswcntrl && !HAVE_ISWCNTRL
54 # define iswcntrl(wc) 0 macro
195 width += (iswcntrl (wc) ? 0 : 1);
  /external/stlport/stlport/
ctype.h 96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); } function
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); } function
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
ctype.h 96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); } function
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
ctype.h 96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); } function
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
ctype.h 96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); } function
  /bionic/libc/stdlib/
wchar.c 115 int iswcntrl(wint_t wc) { return iscntrl(wc); } function
  /external/libxml2/
trio.c 168 # define iswcntrl(x) iscntrl(x) macro
    [all...]

Completed in 188 milliseconds