Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: icu46/source/test/intltest/csdetest.h

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu46/source/test/intltest/cpdtrtst.cpp ('k') | icu46/source/test/intltest/csdetest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 **********************************************************************
3 * Copyright (C) 2005-2009, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
6 */
7
8 #ifndef __CSDETEST_H
9 #define __CSDETEST_H
10
11 #include "unicode/utypes.h"
12 #include "unicode/unistr.h"
13
14 #include "intltest.h"
15
16 class CharsetDetectionTest: public IntlTest {
17 public:
18
19 CharsetDetectionTest();
20 virtual ~CharsetDetectionTest();
21
22 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, ch ar* par = NULL );
23
24 virtual void ConstructionTest();
25 virtual void UTF8Test();
26 virtual void UTF16Test();
27 virtual void C1BytesTest();
28 virtual void InputFilterTest();
29 virtual void DetectionTest();
30 virtual void IBM424Test();
31 virtual void IBM420Test();
32 virtual void Ticket6394Test();
33
34 private:
35 void checkEncoding(const UnicodeString &testString,
36 const UnicodeString &encoding, const UnicodeString &id);
37
38 virtual const char *getPath(char buffer[2048], const char *filename);
39
40 };
41
42 #endif
OLDNEW
« no previous file with comments | « icu46/source/test/intltest/cpdtrtst.cpp ('k') | icu46/source/test/intltest/csdetest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698