HomeSort by relevance Sort by last modified time
    Searched refs:testCaseSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8Test.cpp 52 size_t testCaseSize = sizeof(testCase) - 1;
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;
73 const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
TextCodecReplacementTest.cpp 41 size_t testCaseSize = sizeof(testCase) - 1;
43 const String result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError);
56 size_t testCaseSize = WTF_ARRAY_LENGTH(testCase);
57 CString result = codec->encode(testCase, testCaseSize, QuestionMarksForUnencodables);

Completed in 5120 milliseconds