OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wctype
(Results
1 - 3
of
3
) sorted by null
/external/stlport/src/
messages.cpp
39
typedef ctype<_Char>
wctype
;
typedef
40
wctype
const& wct = use_facet<
wctype
>(L);
41
if (typeid(wct) != typeid(
wctype
)) {
151
typedef ctype<wchar_t>
wctype
;
typedef
152
const
wctype
& ct = use_facet<
wctype
>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
/ndk/sources/cxx-stl/stlport/src/
messages.cpp
39
typedef ctype<_Char>
wctype
;
typedef
40
wctype
const& wct = use_facet<
wctype
>(L);
41
if (typeid(wct) != typeid(
wctype
)) {
151
typedef ctype<wchar_t>
wctype
;
typedef
152
const
wctype
& ct = use_facet<
wctype
>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat]));
/bionic/libc/stdlib/
wchar.c
310
wctype_t
wctype
(const char *property)
function
Completed in 40 milliseconds