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

1 2 3

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoull.c 1 /* $OpenBSD: wcstoull.c,v 1.2 2005/08/08 08:05:35 espie Exp $ */
2 /* $NetBSD: wcstoull.c,v 1.1 2003/03/11 09:21:24 tshiozak Exp $ */
13 #define FUNCNAME wcstoull
  /ndk/sources/android/support/src/wcstox/
wcstol.c 25 unsigned long long wcstoull(const wchar_t *restrict s, function
60 return wcstoull(s, p, base);
  /external/libcxx/include/support/android/
locale_bionic.h 180 return wcstoull(nptr, endptr, base);
  /external/libcxx/include/support/win32/
support.h 50 #define wcstoull _wcstoui64 macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 50 #define wcstoull _wcstoui64 macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 50 #define wcstoull _wcstoui64 macro
  /ndk/sources/android/support/tests/
wchar_unittest.cc 215 TEST(wchar, wcstoull) {
235 EXPECT_EQ(kData[n].expected, wcstoull(kData[n].input, &end, kData[n].base));
  /bionic/libc/bionic/
wchar.cpp 240 return wcstoull(nptr, endptr, base);
  /bionic/libc/include/
wchar.h 140 extern unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
  /development/ndk/platforms/android-L/include/
wchar.h 140 extern unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
  /external/bison/lib/
strtol.c 87 # define strtol wcstoull
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 129 { wchar_t *ptr = NULL; wcstoull(wbuf, &ptr, 10); }
200 {{^wcstoull\("1234?", "?", 10\).*= 1234} == 1}
  /ndk/sources/android/support/include/
wchar.h 155 unsigned long long wcstoull (const wchar_t *__restrict__, wchar_t **__restrict__, int);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
wchar.h 140 extern unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
wchar.h 140 extern unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
wchar.h 140 extern unsigned long long wcstoull(const wchar_t*, wchar_t**, int);
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 155 unsigned long long wcstoull (const wchar_t *__restrict__, wchar_t **__restrict__, int);
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 73 static_assert((std::is_same<decltype(wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 73 static_assert((std::is_same<decltype(wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::value), "");
  /external/libcxx/src/
string.cpp 175 return as_integer_helper<unsigned long long>( func, s, idx, base, wcstoull );
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 73 static_assert((std::is_same<decltype(std::wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 175 return as_integer_helper<unsigned long long>( func, s, idx, base, wcstoull );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwchar.pass.cpp 73 static_assert((std::is_same<decltype(std::wcstoull(L"", (wchar_t**)0, 0)), unsigned long long>::value), "");
  /bionic/tests/
wchar_test.cpp 409 TEST(wchar, wcstoull) {
  /external/ltrace/etc/
libc.so.conf 515 ullong wcstoull(wstring_t, +wstring_t*, int);

Completed in 1117 milliseconds

1 2 3