OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wcschr
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-freebsd/lib/libc/string/
wcschr.c
33
wcschr
(const wchar_t *s, wchar_t c)
function
/bionic/libc/arch-x86/string/
sse2-wcschr-atom.S
88
ENTRY (
wcschr
)
function
267
END (
wcschr
)
/ndk/sources/android/support/src/
wchar_support.c
202
wchar_t *
wcschr
(const wchar_t *s, wchar_t c) {
function
253
wchar_t* p =
wcschr
(s, find_c);
/external/bison/darwin-lib/
wchar.h
1152
# undef
wcschr
macro
[
all
...]
/external/bison/linux-lib/
wchar.h
1152
# undef
wcschr
macro
[
all
...]
Completed in 106 milliseconds