OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wctob
(Results
1 - 25
of
313
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/upstream-openbsd/lib/libc/locale/
wctob.c
1
/* $OpenBSD:
wctob
.c,v 1.3 2015/09/12 16:23:14 guenther Exp $ */
34
wctob
(wint_t c)
function
44
DEF_STRONG(
wctob
);
variable
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
multibyte_sb.c
276
wctob
(wint_t c)
function
278
/*
wctob
needs to be consistent with wcrtomb.
280
which this implementation always says, then
wctob
needs to
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cwchar
124
#undef
wctob
197
using ::
wctob
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cwchar
124
#undef
wctob
197
using ::
wctob
;
/external/libcxx/include/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
cwchar
92
int
wctob
(wint_t c);
171
using ::
wctob
;
/external/libcxx/src/support/win32/
locale_win32.cpp
86
return
wctob
( c );
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__bsd_locale_fallbacks.h
43
return
wctob
(__c);
cwchar
92
int
wctob
(wint_t c);
171
using ::
wctob
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
__bsd_locale_fallbacks.h
41
return
wctob
(__c);
cwchar
92
int
wctob
(wint_t c);
171
using ::
wctob
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
__bsd_locale_fallbacks.h
41
return
wctob
(__c);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__bsd_locale_fallbacks.h
43
return
wctob
(__c);
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
__bsd_locale_fallbacks.h
41
return
wctob
(__c);
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
__bsd_locale_fallbacks.h
41
return
wctob
(__c);
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
__bsd_locale_fallbacks.h
45
return
wctob
(__c);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
__bsd_locale_fallbacks.h
41
return
wctob
(__c);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/support/win32/
locale_win32.cpp
98
return
wctob
( c );
Completed in 1309 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>