OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DataDrivenCollatorTest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.h
8
*
DataDrivenCollatorTest
is a test class that uses data stored in resource
36
class
DataDrivenCollatorTest
: public IntlTestCollator {
39
DataDrivenCollatorTest
();
40
virtual ~
DataDrivenCollatorTest
();
dadrcoll.cpp
35
DataDrivenCollatorTest
::
DataDrivenCollatorTest
()
45
DataDrivenCollatorTest
::~
DataDrivenCollatorTest
()
51
void
DataDrivenCollatorTest
::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */)
84
DataDrivenCollatorTest
::setTestSequence(const UnicodeString &setSequence, SeqElement &el) {
91
DataDrivenCollatorTest
::getNextInSequence(SeqElement &el) {
149
DataDrivenCollatorTest
::processArguments(Collator *col, const UChar *start, int32_t optLen) {
168
DataDrivenCollatorTest
::processTest(TestData *testData) {
261
DataDrivenCollatorTest
::processSequence(Collator* col, const UnicodeString &sequence)
[
all
...]
/external/icu4c/test/intltest/
dadrcoll.h
8
*
DataDrivenCollatorTest
is a test class that uses data stored in resource
36
class
DataDrivenCollatorTest
: public IntlTestCollator {
39
DataDrivenCollatorTest
();
40
virtual ~
DataDrivenCollatorTest
();
dadrcoll.cpp
35
DataDrivenCollatorTest
::
DataDrivenCollatorTest
()
45
DataDrivenCollatorTest
::~
DataDrivenCollatorTest
()
51
void
DataDrivenCollatorTest
::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */)
84
DataDrivenCollatorTest
::setTestSequence(const UnicodeString &setSequence, SeqElement &el) {
91
DataDrivenCollatorTest
::getNextInSequence(SeqElement &el) {
149
DataDrivenCollatorTest
::processArguments(Collator *col, const UChar *start, int32_t optLen) {
168
DataDrivenCollatorTest
::processTest(TestData *testData) {
261
DataDrivenCollatorTest
::processSequence(Collator* col, const UnicodeString &sequence)
[
all
...]
Completed in 47 milliseconds