| OLD | NEW |
| 1 | 1 |
| 2 /* | 2 /* |
| 3 * Copyright 2010 The Android Open Source Project | 3 * Copyright 2010 The Android Open Source Project |
| 4 * | 4 * |
| 5 * Use of this source code is governed by a BSD-style license that can be | 5 * Use of this source code is governed by a BSD-style license that can be |
| 6 * found in the LICENSE file. | 6 * found in the LICENSE file. |
| 7 */ | 7 */ |
| 8 | 8 |
| 9 | 9 |
| 10 #include "Test.h" | 10 #include "Test.h" |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 endbfchar\n\ | 157 endbfchar\n\ |
| 158 1 beginbfrange\n\ | 158 1 beginbfrange\n\ |
| 159 <0056> <0057> <0073>\n\ | 159 <0056> <0057> <0073>\n\ |
| 160 endbfrange\n"; | 160 endbfrange\n"; |
| 161 | 161 |
| 162 REPORTER_ASSERT(reporter, stream_equals(buffer2, 0, expectedResult2, | 162 REPORTER_ASSERT(reporter, stream_equals(buffer2, 0, expectedResult2, |
| 163 buffer2.getOffset())); | 163 buffer2.getOffset())); |
| 164 } | 164 } |
| 165 | 165 |
| 166 #include "TestClassDef.h" | 166 #include "TestClassDef.h" |
| 167 DEFINE_TESTCLASS("ToUnicode", ToUnicodeTestClass, TestToUnicode) | 167 DEFINE_TESTCLASS_SHORT(TestToUnicode) |
| OLD | NEW |