12e5b6d6dSopenharmony_ci// © 2016 and later: Unicode, Inc. and others. 22e5b6d6dSopenharmony_ci// License & terms of use: http://www.unicode.org/copyright.html 32e5b6d6dSopenharmony_ci/* 42e5b6d6dSopenharmony_ci****************************************************************************** 52e5b6d6dSopenharmony_ci* Copyright (C) 2003, International Business Machines Corporation and * 62e5b6d6dSopenharmony_ci* others. All Rights Reserved. * 72e5b6d6dSopenharmony_ci****************************************************************************** 82e5b6d6dSopenharmony_ci*/ 92e5b6d6dSopenharmony_ci 102e5b6d6dSopenharmony_ci// file: v32test.h 112e5b6d6dSopenharmony_ci 122e5b6d6dSopenharmony_ci 132e5b6d6dSopenharmony_ci#ifndef V32TEST_H 142e5b6d6dSopenharmony_ci#define V32TEST_H 152e5b6d6dSopenharmony_ci 162e5b6d6dSopenharmony_ci#include "unicode/utypes.h" 172e5b6d6dSopenharmony_ci 182e5b6d6dSopenharmony_ci#include "intltest.h" 192e5b6d6dSopenharmony_ci 202e5b6d6dSopenharmony_ci 212e5b6d6dSopenharmony_ciclass UVector32Test: public IntlTest { 222e5b6d6dSopenharmony_cipublic: 232e5b6d6dSopenharmony_ci 242e5b6d6dSopenharmony_ci UVector32Test(); 252e5b6d6dSopenharmony_ci virtual ~UVector32Test(); 262e5b6d6dSopenharmony_ci 272e5b6d6dSopenharmony_ci virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL ) override; 282e5b6d6dSopenharmony_ci 292e5b6d6dSopenharmony_ci // The following are test functions that are visible from the intltest test framework. 302e5b6d6dSopenharmony_ci virtual void UVector32_API(); 312e5b6d6dSopenharmony_ci 322e5b6d6dSopenharmony_ci}; 332e5b6d6dSopenharmony_ci 342e5b6d6dSopenharmony_ci#endif 35