OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcsncasecmp_l
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/bionic/
locale.cpp
223
int
wcsncasecmp_l
(const wchar_t* ws1, const wchar_t* ws2, size_t n, locale_t) {
function
/bionic/libc/include/
wchar.h
128
extern int
wcsncasecmp_l
(const wchar_t *, const wchar_t *, size_t, locale_t);
/ndk/sources/android/support/include/
wchar.h
202
int
wcsncasecmp_l
(const wchar_t *, const wchar_t *, size_t, locale_t);
/prebuilts/ndk/9/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 581 milliseconds