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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstol.c 1 /* $OpenBSD: wcstol.c,v 1.2 2005/08/08 08:05:35 espie Exp $ */
2 /* $NetBSD: wcstol.c,v 1.2 2003/03/11 09:21:23 tshiozak Exp $ */
13 #define FUNCNAME wcstol
wcstoimax.c 2 /* $NetBSD: wcstol.c,v 1.2 2003/03/11 09:21:23 tshiozak Exp $ */
_wcstol.h 34 * NetBSD: wcstol.c,v 1.1 2001/09/27 16:30:36 yamt Exp
35 * Citrus: xpg4dl/FreeBSD/lib/libc/locale/wcstol.c,v 1.2 2001/09/21 16:11:41 yamt Exp
39 * function template for wcstol, wcstoll and wcstoimax.
  /prebuilts/misc/common/swig/include/2.0.11/
inttypes.i 51 /* Like `wcstol' but convert to `intmax_t'. */
67 /* Like `wcstol' but convert to `intmax_t'. */
83 /* Like `wcstol' but convert to `intmax_t'. */
  /ndk/sources/android/support/src/wcstox/
wcstol.c 44 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) function
  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 42 FX_DWORD dwLCID = wcstol(wsLCID, &pEnd, 16);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cwchar 121 #undef wcstol
194 using ::wcstol;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cwchar 121 #undef wcstol
194 using ::wcstol;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwchar 121 #undef wcstol
194 using ::wcstol;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cwchar 121 #undef wcstol
194 using ::wcstol;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 312 /* Like `wcstol' but convert to `intmax_t'. */
355 /* Like `wcstol' but convert to `intmax_t'. */
414 /* Like `wcstol' but convert to `intmax_t'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 312 /* Like `wcstol' but convert to `intmax_t'. */
355 /* Like `wcstol' but convert to `intmax_t'. */
414 /* Like `wcstol' but convert to `intmax_t'. */
  /external/libcxx/include/
cwchar 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
147 using ::wcstol;
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 126 { wchar_t *ptr = NULL; wcstol(wbuf, &ptr, 10); }
197 {{^wcstol\("1234?", "?", 10\).*= 1234} == 1}
  /ndk/sources/android/support/tests/
wchar_unittest.cc 137 TEST(wchar, wcstol) {
157 EXPECT_EQ(kData[n].expected, wcstol(kData[n].input, &end, kData[n].base));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
153 using ::wcstol;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cwchar 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
153 using ::wcstol;
  /bionic/tests/
wchar_test.cpp 400 TEST(wchar, wcstol) {
401 ASSERT_EQ(123L, wcstol(L"123", NULL, 0));
405 ASSERT_EQ(123LL, wcstol(L"123", NULL, 0));
601 wcstol(L"123", NULL, -1);
604 wcstol(L"123", NULL, 1);
607 wcstol(L"123", NULL, 37);
  /external/google-breakpad/src/common/windows/
http_upload.cc 182 int http_response = wcstol(http_status, NULL, 10);
208 claimed_size = wcstol(content_length, NULL, 10);
  /external/libcxx/src/
string.cpp 141 long r = as_integer_helper<long>( func, s, idx, base, wcstol );
152 return as_integer_helper<long>( func, s, idx, base, wcstol );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 140 long r = as_integer_helper<long>( func, s, idx, base, wcstol );
151 return as_integer_helper<long>( func, s, idx, base, wcstol );
  /bionic/libc/include/
wchar.h 141 extern long wcstol(const wchar_t*, wchar_t**, int);
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 790 wcstol
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 773 wcstol
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 770 wcstol

Completed in 2300 milliseconds

1 2 3 4 5 6 7 8 91011>>