2016-06-15 18:58:17 +00:00
|
|
|
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
|
|
// License & terms of use: http://www.unicode.org/copyright.html
|
2008-08-04 21:56:02 +00:00
|
|
|
/********************************************************************
|
|
|
|
* COPYRIGHT:
|
2016-05-31 21:45:07 +00:00
|
|
|
* Copyright (c) 1997-2009, International Business Machines Corporation and
|
|
|
|
* others. All Rights Reserved.
|
2008-08-04 21:56:02 +00:00
|
|
|
********************************************************************/
|
|
|
|
/********************************************************************************
|
|
|
|
*
|
|
|
|
* File UCNVSELTST.H
|
|
|
|
*
|
|
|
|
* Modification History:
|
|
|
|
* Name Description
|
|
|
|
* Mohamed Eldawy Creation
|
|
|
|
*********************************************************************************/
|
|
|
|
/* C API TEST FOR CONVERTER SELECTOR */
|
|
|
|
#ifndef _UCNVSELTST
|
|
|
|
#define _UCNVSELTST
|
|
|
|
|
|
|
|
#include "unicode/utypes.h"
|
|
|
|
#include "cintltst.h"
|
|
|
|
|
2009-04-22 22:42:40 +00:00
|
|
|
/** TODO: Remove this file after ICU 4.2 is released. See ticket #6869. */
|
|
|
|
|
2008-08-04 21:56:02 +00:00
|
|
|
#endif
|