HomeSort by relevance Sort by last modified time
    Searched defs:wcstoll (Results 1 - 4 of 4) sorted by null

  /ndk/sources/android/support/src/wcstox/
wcstol.c 32 long long wcstoll(const wchar_t *restrict s, wchar_t **restrict p, int base) function
53 return wcstoll(s, p, base);
  /external/libcxx/include/support/win32/
support.h 49 #define wcstoll _wcstoi64 macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 49 #define wcstoll _wcstoi64 macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 49 #define wcstoll _wcstoi64 macro

Completed in 279 milliseconds