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

1 2 3 4 5 6 7 8

  /external/libcxx/test/std/localization/locale.stdcvt/
codecvt_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.stdcvt/
codecvt_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
codecvt_utf8_utf16_max_length.pass.cpp 20 // int max_length() const throw();
30 int r = c.max_length();
36 int r = c.max_length();
42 int r = c.max_length();
48 int r = c.max_length();
54 int r = c.max_length();
60 int r = c.max_length();
  /external/clang/test/CXX/class.access/class.access.nest/
p1.cpp 10 static const unsigned long max_length; member in struct:test0::A::C
14 const unsigned long A::C::max_length = sizeof(B); member in class:test0::A::C
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_validator.h 16 int valid_string(char* str, unsigned int max_length);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
compound_packet.cc 18 size_t max_length,
pli.cc 55 size_t max_length,
57 while (*index + BlockLength() > max_length) {
compound_packet.h 30 size_t max_length,
  /external/ImageMagick/
winpath.sh 32 max_length=0
44 if test $length -gt $max_length
47 max_length=$length
  /external/brotli/enc/
static_dict.h 32 const uint8_t* data, size_t min_length, size_t max_length,
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char32_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
wchar_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char32_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);
char_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
wchar_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_max_length.pass.cpp 14 // int max_length() const throw();
25 assert(f.max_length() == 4);

Completed in 1150 milliseconds

1 2 3 4 5 6 7 8