Searched refs:testCaseSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8Test.cpp52 size_t testCaseSize = sizeof(testCase) - 1; local
55 const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
57 ASSERT_EQ(testCaseSize, result.length());
58 for (size_t i = 0; i < testCaseSize; ++i) {
70 size_t testCaseSize = sizeof(testCase) - 1; local
73 const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
H A DTextCodecReplacementTest.cpp41 size_t testCaseSize = sizeof(testCase) - 1; local
43 const String result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
56 size_t testCaseSize = WTF_ARRAY_LENGTH(testCase); local
57 CString result = codec->encode(testCase, testCaseSize, QuestionMarksForUnencodables);

Completed in 537 milliseconds