HomeSort by relevance Sort by last modified time
    Searched full:wcstol (Results 226 - 250 of 437) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libedit/src/
chartype.h 110 #define Strtol(p,e,b) wcstol(p,e,b)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 70 static_assert((std::is_same<decltype(std::wcstol(L"", (wchar_t**)0, 0)), long>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 289 using _STLP_VENDOR_CSTD::wcstol;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 289 using _STLP_VENDOR_CSTD::wcstol;
  /bionic/libc/
libc.arm.brillo.map 1173 wcstol;
libc.arm.map 1173 wcstol;
libc.map.txt 1198 wcstol;
libc.mips.map 1171 wcstol;
libc.x86.map 1169 wcstol;
  /external/ltrace/etc/
libc.so.conf 512 long wcstol(wstring_t, +wstring_t*, int);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 472 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) // NOLINT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 489 long __cdecl wcstol(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr,int _Radix);
tchar.h 214 #define _tcstol wcstol
wchar.h     [all...]
  /ndk/build/tools/
build-cxx-stl.sh 416 ../../android/support/src/wcstox/wcstol.c \
  /prebuilts/android-emulator/linux-x86_64/
emulator 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 466 extern long int wcstol (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 465 extern long int wcstol (__const wchar_t *__restrict __nptr,
  /prebuilts/sdk/tools/linux/lib/
libc++.so 
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 856 // wcstol_positive_strict is sort of like wcstol, but much stricter. string
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h     [all...]

Completed in 373 milliseconds

1 2 3 4 5 6 7 8 91011>>