OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcscasecmp_l
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/bionic/
locale.cpp
219
int
wcscasecmp_l
(const wchar_t* ws1, const wchar_t* ws2, locale_t) {
function
/bionic/libc/include/
wchar.h
118
extern int
wcscasecmp_l
(const wchar_t *, const wchar_t *, locale_t);
/ndk/sources/android/support/include/
wchar.h
200
int
wcscasecmp_l
(const wchar_t *, const wchar_t *, locale_t);
/prebuilts/ndk/9/sources/android/support/include/
wchar.h
200
int
wcscasecmp_l
(const wchar_t *, const wchar_t *, locale_t);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h
179
extern int
wcscasecmp_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
179
extern int
wcscasecmp_l
(__const wchar_t *__s1, __const wchar_t *__s2,
Completed in 616 milliseconds