mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-6453 partial test cleanup
X-SVN-Rev: 25858
This commit is contained in:
parent
9808a30392
commit
5747679605
2 changed files with 368 additions and 549 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
/********************************************************************
|
||||
* COPYRIGHT:
|
||||
* Copyright (c) 1997-2008, International Business Machines Corporation and
|
||||
* Copyright (c) 1997-2009, International Business Machines Corporation and
|
||||
* others. All Rights Reserved.
|
||||
********************************************************************/
|
||||
/********************************************************************************
|
||||
|
@ -19,13 +19,9 @@
|
|||
#include "cintltst.h"
|
||||
|
||||
/**
|
||||
* The function used to test selection for UTF8 strings
|
||||
* The function used to test converter selection
|
||||
**/
|
||||
static void TestConversionUTF8(void);
|
||||
/**
|
||||
* The function used to test selection for UTF16 strings
|
||||
**/
|
||||
static void TestConversionUTF16(void);
|
||||
static void TestSelect(void);
|
||||
/**
|
||||
* The function used to test serialization and unserialization
|
||||
**/
|
||||
|
|
Loading…
Add table
Reference in a new issue