OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcsncasecmp_l
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/bionic/
wchar_l.cpp
36
int
wcsncasecmp_l
(const wchar_t* ws1, const wchar_t* ws2, size_t n, locale_t) {
function
/bionic/libc/include/
wchar.h
85
int
wcsncasecmp_l
(const wchar_t*, const wchar_t*, size_t, locale_t) __INTRODUCED_IN(23);
/prebuilts/ndk/r10/sources/android/support/include/
wchar.h
202
int
wcsncasecmp_l
(const wchar_t *, const wchar_t *, size_t, locale_t);
/prebuilts/ndk/r11/sources/android/support/include/
wchar.h
202
int
wcsncasecmp_l
(const wchar_t *, const wchar_t *, size_t, locale_t);
/prebuilts/ndk/r13/sources/android/support/include/
wchar.h
202
int
wcsncasecmp_l
(const wchar_t *, const wchar_t *, size_t, locale_t);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h
182
extern int
wcsncasecmp_l
(__const wchar_t *__s1, __const wchar_t *__s2,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h
182
extern int
wcsncasecmp_l
(__const wchar_t *__s1, __const wchar_t *__s2,
Completed in 523 milliseconds