OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
52
#define
wcstoll
_wcstoi64
macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h
49
#define
wcstoll
_wcstoi64
macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h
49
#define
wcstoll
_wcstoi64
macro
Completed in 270 milliseconds