HomeSort by relevance Sort by last modified time
    Searched refs:do_is (Results 1 - 25 of 26) sorted by null

1 2

  /external/stlport/stlport/stl/
_ctype.h 184 { return do_is(__m, __c); }
188 { return do_is(__low, __high, __vec); }
222 virtual bool do_is(mask __m, wchar_t __c) const;
223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
248 virtual bool do_is(mask __m, wchar_t __c) const;
249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 184 { return do_is(__m, __c); }
188 { return do_is(__low, __high, __vec); }
222 virtual bool do_is(mask __m, wchar_t __c) const;
223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
248 virtual bool do_is(mask __m, wchar_t __c) const;
249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 184 { return do_is(__m, __c); }
188 { return do_is(__low, __high, __vec); }
222 virtual bool do_is(mask __m, wchar_t __c) const;
223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
248 virtual bool do_is(mask __m, wchar_t __c) const;
249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 184 { return do_is(__m, __c); }
188 { return do_is(__low, __high, __vec); }
222 virtual bool do_is(mask __m, wchar_t __c) const;
223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
248 virtual bool do_is(mask __m, wchar_t __c) const;
249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 184 { return do_is(__m, __c); }
188 { return do_is(__low, __high, __vec); }
222 virtual bool do_is(mask __m, wchar_t __c) const;
223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
248 virtual bool do_is(mask __m, wchar_t __c) const;
249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 184 { return do_is(__m, __c); }
188 { return do_is(__low, __high, __vec); }
222 virtual bool do_is(mask __m, wchar_t __c) const;
223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
248 virtual bool do_is(mask __m, wchar_t __c) const;
249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h 184 { return do_is(__m, __c); }
188 { return do_is(__low, __high, __vec); }
222 virtual bool do_is(mask __m, wchar_t __c) const;
223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
248 virtual bool do_is(mask __m, wchar_t __c) const;
249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets.h 156 * It does so by returning the value of ctype<char_type>::do_is().
164 { return this->do_is(__m, __c); }
172 * ctype<char_type>::do_is().
181 { return this->do_is(__lo, __hi, __vec); }
363 * do_is() is a hook for a derived facet to change the behavior of
364 * classifying. do_is() must always return the same result for the
372 do_is(mask __m, char_type __c) const = 0;
381 * do_is() is a hook for a derived facet to change the behavior of
382 * classifying. do_is() must always return the same result for the
391 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 155 * ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h 155 * ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 155 * It does so by returning the value of ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 155 * It does so by returning the value of ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 155 * It does so by returning the value of ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 155 * It does so by returning the value of ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 156 * It does so by returning the value of ctype<char_type>::do_is().
164 { return this->do_is(__m, __c); }
172 * ctype<char_type>::do_is().
181 { return this->do_is(__lo, __hi, __vec); }
363 * do_is() is a hook for a derived facet to change the behavior of
364 * classifying. do_is() must always return the same result for the
372 do_is(mask __m, char_type __c) const = 0;
381 * do_is() is a hook for a derived facet to change the behavior of
382 * classifying. do_is() must always return the same result for the
391 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 157 * 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(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 156 * It does so by returning the value of ctype<char_type>::do_is().
164 { return this->do_is(__m, __c); }
172 * ctype<char_type>::do_is().
181 { return this->do_is(__lo, __hi, __vec); }
363 * do_is() is a hook for a derived facet to change the behavior of
364 * classifying. do_is() must always return the same result for the
372 do_is(mask __m, char_type __c) const = 0;
381 * do_is() is a hook for a derived facet to change the behavior of
382 * classifying. do_is() must always return the same result for the
391 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 157 * 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(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h 155 * ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h 155 * ctype<char_type>::do_is().
163 { return this->do_is(__m, __c); }
171 * ctype<char_type>::do_is().
180 { return this->do_is(__lo, __hi, __vec); }
362 * do_is() is a hook for a derived facet to change the behavior of
363 * classifying. do_is() must always return the same result for the
371 do_is(mask __m, char_type __c) const = 0;
380 * do_is() is a hook for a derived facet to change the behavior of
381 * classifying. do_is() must always return the same result for the
390 do_is(const char_type* __lo, const char_type* __hi
    [all...]
  /external/stlport/src/
ctype.cpp 394 bool ctype<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const {
399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high,
facets_byname.cpp 127 bool ctype_byname<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const function in class:ctype_byname
131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, function in class:ctype_byname
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 394 bool ctype<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const {
399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high,
facets_byname.cpp 127 bool ctype_byname<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const function in class:ctype_byname
131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, function in class:ctype_byname
    [all...]
  /external/libcxx/src/
locale.cpp 778 ctype<wchar_t>::do_is(mask m, char_type c) const function in class:ctype
784 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const function in class:ctype
1178 ctype_byname<wchar_t>::do_is(mask m, char_type c) const function in class:ctype_byname
1200 ctype_byname<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const function in class:ctype_byname
    [all...]

Completed in 704 milliseconds

1 2