OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcscasecmp_l
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/bionic/
wchar_l.cpp
32
int
wcscasecmp_l
(const wchar_t* ws1, const wchar_t* ws2, locale_t) {
function
/bionic/tests/headers/posix/
wchar_h.c
79
FUNCTION(
wcscasecmp_l
, int (*f)(const wchar_t*, const wchar_t*, locale_t));
/bionic/libc/include/
wchar.h
76
int
wcscasecmp_l
(const wchar_t* __lhs, const wchar_t* __rhs, locale_t __l) __INTRODUCED_IN(23);
Completed in 217 milliseconds