Searched refs:do_is (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc131 do_is(mask __m, char_type __c) const function in class:ctype
149 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const function in class:ctype
169 while (__lo < __hi && !this->do_is(__m, *__lo))
178 while (__lo < __hi && this->do_is(__m, *__lo) != 0)
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc135 do_is(mask __m, wchar_t __c) const function in class:ctype
167 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const function in class:ctype
187 while (__lo < __hi && !this->do_is(__m, *__lo))
196 while (__lo < __hi && this->do_is(__m, *__lo) != 0)
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_inline.h118 do_is(mask __m, wchar_t __c) const function in class:ctype
125 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_inline.h118 do_is(mask __m, wchar_t __c) const function in class:ctype
125 do_is(const wchar_t* __lo, const wchar_t* __hi, mask* __vec) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h157 * It does so by returning the value of ctype<char_type>::do_is().
165 { return this->do_is(__m, __c); }
173 * ctype<char_type>::do_is().
182 { return this->do_is(__lo, __hi, __vec); }
364 * do_is() is a hook for a derived facet to change the behavior of
365 * classifying. do_is() must always return the same result for the
373 do_is(mask __m, char_type __c) const = 0;
382 * do_is() is a hook for a derived facet to change the behavior of
383 * classifying. do_is() must always return the same result for the
392 do_is(cons
[all...]
/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp776 ctype<wchar_t>::do_is(mask m, char_type c) const function in class:ctype
782 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const function in class:ctype
1176 ctype_byname<wchar_t>::do_is(mask m, char_type c) const function in class:ctype_byname
1198 ctype_byname<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const function in class:ctype_byname

Completed in 67 milliseconds