HomeSort by relevance Sort by last modified time
    Searched refs:toascii (Results 1 - 8 of 8) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 144 #undef toascii macro
146 toascii(int c) function
  /bionic/tests/headers/posix/
ctype_h.c 60 FUNCTION(toascii, int (*f)(int));
  /bionic/libc/include/
ctype.h 99 int toascii(int __ch);
  /bionic/tests/
ctype_test.cpp 200 TEST(ctype, toascii) {
201 EXPECT_EQ('a', toascii('a'));
202 EXPECT_EQ('a', toascii(0x80 | 'a'));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 156 extern int toascii (int __c) __THROW;
236 # define toascii(c) __toascii (c) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 264 int __cdecl toascii(int _C) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
269 #define toascii __toascii macro
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 395 milliseconds