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:
George Rhoten 2005-08-02 17:55:57 +00:00
parent 2f8dfa2df2
commit bd60fe525d
2 changed files with 1383 additions and 1396 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
/********************************************************************
* COPYRIGHT:
* Copyright (c) 2002-2005, International Business Machines Corporation and
* Copyright (c) 2005-2005, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
@ -22,6 +22,7 @@ public:
virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
virtual ~RandomCollatorTest(){}
void Test();
void Test2();
};
#endif /* #if !UCONFIG_NO_COLLATION */