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

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

Issue 6370014: CJK segmentation patch for ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 11 months 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/rbbiapts.cpp ('k') | icu46/source/test/intltest/rbbitst.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /************************************************************************* 1 /*************************************************************************
2 * Copyright (c) 1999-2010, International Business Machines 2 * Copyright (c) 1999-2010, International Business Machines
3 * Corporation and others. All Rights Reserved. 3 * Corporation and others. All Rights Reserved.
4 ************************************************************************* 4 *************************************************************************
5 * Date Name Description 5 * Date Name Description
6 * 12/15/99 Madhu Creation. 6 * 12/15/99 Madhu Creation.
7 * 01/12/2000 Madhu Updated for changed API and added new tests 7 * 01/12/2000 Madhu Updated for changed API and added new tests
8 ************************************************************************/ 8 ************************************************************************/
9 9
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 void TestWordBoundary(); 63 void TestWordBoundary();
64 void TestLineBreaks(); 64 void TestLineBreaks();
65 void TestSentBreaks(); 65 void TestSentBreaks();
66 void TestBug3818(); 66 void TestBug3818();
67 void TestJapaneseWordBreak(); 67 void TestJapaneseWordBreak();
68 void TestTrieDict(); 68 void TestTrieDict();
69 void TestUnicodeFiles(); 69 void TestUnicodeFiles();
70 void TestBug5775(); 70 void TestBug5775();
71 void TestThaiBreaks(); 71 void TestThaiBreaks();
72 void TestTailoredBreaks(); 72 void TestTailoredBreaks();
73 void TestTrieDictWithValue();
73 void TestDictRules(); 74 void TestDictRules();
74 void TestBug5532(); 75 void TestBug5532();
75 76
76 void TestDebug(); 77 void TestDebug();
77 78
78 79
79 /***********************/ 80 /***********************/
80 private: 81 private:
81 /** 82 /**
82 * internal methods to prepare test data 83 * internal methods to prepare test data
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 RuleBasedBreakIterator *bi); 130 RuleBasedBreakIterator *bi);
130 131
131 // Run the actual tests for TestTailoredBreaks() 132 // Run the actual tests for TestTailoredBreaks()
132 void TBTest(BreakIterator* brkitr, int type, const char *locale, const char* escapedText, 133 void TBTest(BreakIterator* brkitr, int type, const char *locale, const char* escapedText,
133 const int32_t *expectOffsets, int32_t expectOffsetsCount); 134 const int32_t *expectOffsets, int32_t expectOffsetsCount);
134 }; 135 };
135 136
136 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */ 137 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */
137 138
138 #endif 139 #endif
OLDNEW
« no previous file with comments | « icu46/source/test/intltest/rbbiapts.cpp ('k') | icu46/source/test/intltest/rbbitst.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698