mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-114 Transliterator framework first working version
X-SVN-Rev: 210
This commit is contained in:
parent
a77dbbcd0b
commit
670402e817
2 changed files with 13 additions and 0 deletions
|
@ -271,6 +271,10 @@ SOURCE=.\tmsgfmt.cpp
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\transtst.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\trcoll.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "ittxtbd.h"
|
||||
#include "itformat.h"
|
||||
#include "itconv.h"
|
||||
#include "transtst.h"
|
||||
|
||||
|
||||
void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, char* par )
|
||||
|
@ -68,6 +69,14 @@ void MajorTestLevel::runIndexedTest( int32_t index, bool_t exec, char* &name, ch
|
|||
}
|
||||
break;
|
||||
|
||||
case 5: name = "translit";
|
||||
if (exec) {
|
||||
logln("TestSuite Transliterator----"); logln();
|
||||
TransliteratorTest test;
|
||||
callTest( test, par );
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
default: name = ""; break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue