Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_codecvt.h227 int max_length() const _STLP_NOTHROW { return do_max_length(); } in max_length() function
324 int max_length() const _STLP_NOTHROW { return do_max_length(); } in max_length() function
/ndk/build/tools/
Dprebuilt-common.sh104 max_length () function
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp680 int max_length() const throw() in max_length() function in std::codecvt
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp680 int max_length() const throw() in max_length() function in std::codecvt
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc4419 static void PrintOnOneLine(const char* str, int max_length) { in PrintOnOneLine()