From 83115399410b814b9fc1dbf28f1882d8c86b6088 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 31 Dec 2004 17:00:40 +0000 Subject: [PATCH] ICU-4092 Undo last check-in. Don't expose private API. X-SVN-Rev: 17060 --- icu4c/source/i18n/quant.h | 2 +- icu4c/source/test/intltest/uobjtest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/quant.h b/icu4c/source/i18n/quant.h index fb1d892170b..68e43061f1b 100644 --- a/icu4c/source/i18n/quant.h +++ b/icu4c/source/i18n/quant.h @@ -18,7 +18,7 @@ U_NAMESPACE_BEGIN -class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher { +class Quantifier : public UnicodeFunctor, public UnicodeMatcher { public: diff --git a/icu4c/source/test/intltest/uobjtest.cpp b/icu4c/source/test/intltest/uobjtest.cpp index b11e5236261..f47cf016a36 100644 --- a/icu4c/source/test/intltest/uobjtest.cpp +++ b/icu4c/source/test/intltest/uobjtest.cpp @@ -280,7 +280,7 @@ void UObjectTest::testIDs() TESTCLASSID_TRANSLIT(UnicodeNameTransliterator, "Any-Name"); TESTCLASSID_TRANSLIT(UppercaseTransliterator, "Upper"); TESTCLASSID_CTOR(CaseMapTransliterator, (UnicodeString(), NULL)); - TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0)); + //TESTCLASSID_CTOR(Quantifier, (NULL, 0, 0)); #if UOBJTEST_TEST_INTERNALS TESTCLASSID_CTOR(FunctionReplacer, (NULL,NULL) ); /* don't care */ #endif