/external/chromium_org/third_party/icu/source/test/iotest/ |
filetst.c | 35 char testBuf[256] = ""; 43 memset(testBuf, '*', sizeof(testBuf)/sizeof(*testBuf)); 832 UChar testBuf[sizeof(strABAccentA)/sizeof(strABAccentA[0])*2]; /* *2 to see if too much was */ 860 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile); 861 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) { 880 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile); 881 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0) { [all...] |
/external/icu/icu4c/source/test/iotest/ |
filetst.c | 37 char testBuf[256] = ""; 45 memset(testBuf, '*', sizeof(testBuf)/sizeof(*testBuf)); 838 UChar testBuf[sizeof(strABAccentA)/sizeof(strABAccentA[0])*2]; /* *2 to see if too much was */ 866 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile); 867 if (u_strncmp(strABAccentA, testBuf, u_strlen(strABAccentA)) != 0) { 886 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile); 887 if (u_strncmp(strBadConversion, testBuf, u_strlen(strBadConversion)) != 0) [all...] |
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
imbue.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 88 testbuf sb;
|
copyfmt.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 111 testbuf sb1; 131 testbuf sb2;
|
swap.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 73 testbuf sb1; 93 testbuf sb2;
|
move.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 82 testbuf sb2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
imbue.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 88 testbuf sb;
|
copyfmt.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 111 testbuf sb1; 131 testbuf sb2;
|
swap.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 73 testbuf sb1; 93 testbuf sb2;
|
move.pass.cpp | 22 struct testbuf struct in inherits:std::streambuf 82 testbuf sb2;
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldRandomAccessFileTest.java | 253 byte[] testBuf = testString.getBytes(); 257 raf.write(testBuf[i]); 268 testBuf[i], raf.read()); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0011-Fix-tests-for-Android.patch | 264 testbuf<char> sb(" -$1,234,567.89"); 284 testbuf<wchar_t> sb(L" Sat Dec 31 23:55:59 2061"); 304 testbuf<char> sb; 328 testbuf<char> sb;
|