Searched refs:do_is (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __locale | 460 _LIBCPP_HIDE_FROM_ABI bool is(mask __m, char_type __c) const { return do_is(__m, __c); } 463 return do_is(__low, __high, __vec); 503 virtual bool do_is(mask __m, char_type __c) const; 504 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; 644 bool do_is(mask __m, char_type __c) const override; 645 …const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const overrid…
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 709 bool ctype<wchar_t>::do_is(mask m, char_type c) const { in do_is() function in ctype 713 const wchar_t* ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const { in do_is() function in ctype 1111 bool ctype_byname<wchar_t>::do_is(mask m, char_type c) const { in do_is() function in ctype_byname 1141 const wchar_t* ctype_byname<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec)… in do_is() function in ctype_byname
|