Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 6 of 6) 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.sh45 max_length () function
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c208 fmt (const char *line, const char *line_end, int max_length, FILE *output_file) in fmt()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp679 int max_length() const throw() in max_length() function in std::codecvt
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp679 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()