Home
last modified time | relevance | path

Searched refs:do_max_length (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_codecvt.h110 int max_length() const _STLP_NOTHROW { return do_max_length(); }
153 virtual int do_max_length() const _STLP_NOTHROW
227 int max_length() const _STLP_NOTHROW { return do_max_length(); } in max_length()
261 virtual int do_max_length() const _STLP_NOTHROW;
324 int max_length() const _STLP_NOTHROW { return do_max_length(); } in max_length()
361 virtual int do_max_length() const _STLP_NOTHROW;
422 virtual int do_max_length() const _STLP_NOTHROW;
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW in do_max_length() function in codecvt
134 int codecvt<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW in do_max_length() function in codecvt
Dfacets_byname.cpp425 codecvt_byname<wchar_t, char, mbstate_t>::do_max_length() const _STLP_NOTHROW in do_max_length() function in codecvt_byname
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcodecvt107 virtual int do_max_length() const throw();
142 virtual int do_max_length() const throw();
177 virtual int do_max_length() const throw();
230 virtual int do_max_length() const throw();
265 virtual int do_max_length() const throw();
300 virtual int do_max_length() const throw();
335 virtual int do_max_length() const throw();
370 virtual int do_max_length() const throw();
405 virtual int do_max_length() const throw();
458 virtual int do_max_length() const throw();
[all …]
D__locale851 return do_max_length();
874 virtual int do_max_length() const _NOEXCEPT;
936 return do_max_length();
957 virtual int do_max_length() const _NOEXCEPT;
1020 return do_max_length();
1043 virtual int do_max_length() const _NOEXCEPT;
1106 return do_max_length();
1129 virtual int do_max_length() const _NOEXCEPT;
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp127 virtual int do_max_length() const __NO_THROW in do_max_length() function
272 virtual int do_max_length() const __NO_THROW in do_max_length() function
479 virtual int do_max_length() const __NO_THROW in do_max_length() function in my_codecvt
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp127 virtual int do_max_length() const __NO_THROW in do_max_length() function
272 virtual int do_max_length() const __NO_THROW in do_max_length() function
479 virtual int do_max_length() const __NO_THROW in do_max_length() function in my_codecvt
/ndk/sources/cxx-stl/llvm-libc++/src/
Dlocale.cpp1336 codecvt<char, char, mbstate_t>::do_max_length() const _NOEXCEPT in do_max_length() function in codecvt
1594 codecvt<wchar_t, char, mbstate_t>::do_max_length() const _NOEXCEPT in do_max_length() function in codecvt
3062 codecvt<char16_t, char, mbstate_t>::do_max_length() const _NOEXCEPT in do_max_length() function in codecvt
3139 codecvt<char32_t, char, mbstate_t>::do_max_length() const _NOEXCEPT in do_max_length() function in codecvt
3212 __codecvt_utf8<wchar_t>::do_max_length() const _NOEXCEPT in do_max_length() function in __codecvt_utf8
3287 __codecvt_utf8<char16_t>::do_max_length() const _NOEXCEPT in do_max_length() function in __codecvt_utf8
3362 __codecvt_utf8<char32_t>::do_max_length() const _NOEXCEPT in do_max_length() function in __codecvt_utf8
3437 __codecvt_utf16<wchar_t, false>::do_max_length() const _NOEXCEPT in do_max_length() function in __codecvt_utf16
3512 __codecvt_utf16<wchar_t, true>::do_max_length() const _NOEXCEPT in do_max_length() function in __codecvt_utf16
3587 __codecvt_utf16<char16_t, false>::do_max_length() const _NOEXCEPT in do_max_length() function in __codecvt_utf16
[all …]