ICU-4092 Undo last check-in. Don't expose private API.

X-SVN-Rev: 17060
This commit is contained in:
George Rhoten 2004-12-31 17:00:40 +00:00
parent d677317bb9
commit 8311539941
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
U_NAMESPACE_BEGIN
class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher {
class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
public:

View file

@ -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