summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/test/intltest/itrbbi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/test/intltest/itrbbi.cpp')
-rw-r--r--Build/source/libs/icu-xetex/test/intltest/itrbbi.cpp48
1 files changed, 0 insertions, 48 deletions
diff --git a/Build/source/libs/icu-xetex/test/intltest/itrbbi.cpp b/Build/source/libs/icu-xetex/test/intltest/itrbbi.cpp
deleted file mode 100644
index 75f01cff0d5..00000000000
--- a/Build/source/libs/icu-xetex/test/intltest/itrbbi.cpp
+++ /dev/null
@@ -1,48 +0,0 @@
-/*
-**********************************************************************
-* Copyright (C) 1998-2001, International Business Machines Corporation
-* and others. All Rights Reserved.
-**********************************************************************
-*/
-/***********************************************************************
-* Date Name Description
-* 12/14/99 Madhu Creation.
-***********************************************************************/
-/**
- * IntlTestRBBI is the medium level test class for RuleBasedBreakIterator
- */
-
-#include "unicode/utypes.h"
-
-#if !UCONFIG_NO_BREAK_ITERATION
-
-#include "itrbbi.h"
-#include "rbbiapts.h"
-#include "rbbitst.h"
-
-void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par )
-{
- if (exec) logln("TestSuite RuleBasedBreakIterator: ");
- switch (index) {
- case 0:
- name = "RBBIAPITest";
- if (exec) {
- logln("RBBIAPITest--"); logln("");
- RBBIAPITest test;
- callTest( test, par );
- }
- break;
-
- case 1:
- name = "RBBITest";
- if (exec) {
- logln("RBBITest---"); logln("");
- RBBITest test;
- callTest( test, par );
- }
- break;
- default: name=""; break;
- }
-}
-
-#endif /* #if !UCONFIG_NO_BREAK_ITERATION */