mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4092 Undo last check-in. Don't expose private API.
X-SVN-Rev: 17060
This commit is contained in:
parent
d677317bb9
commit
8311539941
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher {
|
||||
class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue