ICU-4235 Fix various porting, configuration and style issues.
Don't use namespaces. Use UBool instead of bool. Use FALSE instead of false. Use TRUE instead of true. Use the correct copyright date. Use UCONFIG_NO_COLLATION consistently. ... and a few other issues. X-SVN-Rev: 18378
This commit is contained in:
parent
2f8dfa2df2
commit
bd60fe525d
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
/********************************************************************
|
/********************************************************************
|
||||||
* COPYRIGHT:
|
* COPYRIGHT:
|
||||||
* Copyright (c) 2002-2005, International Business Machines Corporation and
|
* Copyright (c) 2005-2005, International Business Machines Corporation and
|
||||||
* others. All Rights Reserved.
|
* others. All Rights Reserved.
|
||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
||||||
@ -22,6 +22,7 @@ public:
|
|||||||
virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
|
||||||
virtual ~RandomCollatorTest(){}
|
virtual ~RandomCollatorTest(){}
|
||||||
void Test();
|
void Test();
|
||||||
|
void Test2();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* #if !UCONFIG_NO_COLLATION */
|
#endif /* #if !UCONFIG_NO_COLLATION */
|
||||||
|
Loading…
Reference in New Issue
Block a user