/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2003, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
void TestExemplar(void);
+ void TestGetSize(void);
+ void TestGetLocaleByType(void);
+
private:
/**
* The assignment operator has no real implementation.
int32_t pass;
int32_t fail;
-
- IntlTest& OUT;
};
#endif