HomeSort by relevance Sort by last modified time
    Searched refs:wcstoll (Results 1 - 25 of 34) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 39 #define wcstoll _wcstoi64 macro
  /external/bison/lib/
strtol.c 101 # define strtol wcstoll
  /ndk/sources/android/support/include/
wchar.h 167 long long wcstoll (const wchar_t *__restrict__, wchar_t **__restrict__, int);
  /ndk/sources/android/support/src/
wchar_support.c 367 long long wcstoll(const wchar_t* nptr, wchar_t** endptr, int base) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 71 static_assert((std::is_same<decltype(wcstoll(L"", (wchar_t**)0, 0)), long long>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 163 return as_integer_helper<long long>( func, s, idx, base, wcstoll );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 71 static_assert((std::is_same<decltype(std::wcstoll(L"", (wchar_t**)0, 0)), long long>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wchar.h 430 extern long long int wcstoll (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 430 extern long long int wcstoll (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wchar.h 430 extern long long int wcstoll (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_string.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h     [all...]

Completed in 792 milliseconds

1 2