ICU-1740 Don't use CVS keywords.
X-SVN-Rev: 8321
This commit is contained in:
parent
6e374cfacb
commit
642919633d
@ -1,6 +1,6 @@
|
||||
/*
|
||||
**********************************************************************
|
||||
* Copyright (c) 2001, International Business Machines
|
||||
* Copyright (c) 2001-2002, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
* Date Name Description
|
||||
@ -36,7 +36,6 @@ U_NAMESPACE_BEGIN
|
||||
* variants with the system which are then accessed via their IDs.
|
||||
*
|
||||
* @author Alan Liu
|
||||
* @version $RCSfile: esctrn.h,v $ $Revision: 1.1 $ $Date: 2001/11/21 07:02:14 $
|
||||
*/
|
||||
class U_I18N_API EscapeTransliterator : public Transliterator {
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
**********************************************************************
|
||||
* Copyright (C) 2001, International Business Machines
|
||||
* Copyright (C) 2001-2002, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
* Date Name Description
|
||||
@ -19,7 +19,6 @@ U_NAMESPACE_BEGIN
|
||||
/**
|
||||
* A transliterator that performs normalization.
|
||||
* @author Alan Liu
|
||||
* @version $RCSfile: nortrans.h,v $ $Revision: 1.2 $ $Date: 2001/12/03 20:50:11 $
|
||||
*/
|
||||
class U_I18N_API NormalizationTransliterator : public Transliterator {
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
**********************************************************************
|
||||
* Copyright (c) 2001, International Business Machines
|
||||
* Copyright (c) 2001-2002, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
* Date Name Description
|
||||
@ -23,7 +23,6 @@ U_NAMESPACE_BEGIN
|
||||
* variants with the system which are then accessed via their IDs.
|
||||
*
|
||||
* @author Alan Liu
|
||||
* @version $RCSfile: unesctrn.h,v $ $Revision: 1.1 $ $Date: 2001/11/21 07:02:15 $
|
||||
*/
|
||||
class U_I18N_API UnescapeTransliterator : public Transliterator {
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
**********************************************************************
|
||||
* Copyright (C) 1999, International Business Machines
|
||||
* Copyright (C) 1999-2002, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
* Date Name Description
|
||||
@ -32,7 +32,6 @@ class TransliteratorRegistry;
|
||||
* <p>Copyright © IBM Corporation 1999. All rights reserved.
|
||||
*
|
||||
* @author Alan Liu
|
||||
* @version $RCSfile: cpdtrans.h,v $ $Revision: 1.28 $ $Date: 2002/03/01 21:56:40 $
|
||||
* @deprecated To be removed after 2002-sep-30.
|
||||
*/
|
||||
class U_I18N_API CompoundTransliterator : public Transliterator {
|
||||
|
@ -1,5 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) {1999}, International Business Machines Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
* Copyright (C) 1999-2002, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
* Date Name Description
|
||||
* 11/17/99 aliu Creation.
|
||||
@ -24,7 +26,6 @@ U_NAMESPACE_BEGIN
|
||||
* <p>Copyright © IBM Corporation 1999. All rights reserved.
|
||||
*
|
||||
* @author Alan Liu
|
||||
* @version $RCSfile: hextouni.h,v $ $Revision: 1.13 $ $Date: 2001/11/16 23:50:17 $
|
||||
* @deprecated To be removed after 2002-sep-30, use Transliterator::createInstance factory method.
|
||||
*/
|
||||
class U_I18N_API HexToUnicodeTransliterator : public Transliterator {
|
||||
|
@ -55,7 +55,7 @@ class Hashtable;
|
||||
* '+' indicates a supported property.
|
||||
*
|
||||
* @author Alan Liu
|
||||
* @version $RCSfile: upropset.h,v $ $Revision: 1.4 $ $Date: 2002/04/01 22:32:09 $
|
||||
* @internal
|
||||
*/
|
||||
class UnicodePropertySet {
|
||||
|
||||
|
@ -48,8 +48,6 @@ DateFormatMiscTests::failure(UErrorCode status, const char* msg)
|
||||
}
|
||||
|
||||
/*
|
||||
* @test @(#)$RCSfile: miscdtfm.cpp,v $ $Revision: 1.15 $ $Date: 2001/12/04 17:27:12 $
|
||||
*
|
||||
* @bug 4097450
|
||||
*/
|
||||
void
|
||||
@ -140,11 +138,8 @@ DateFormatMiscTests::test4097450()
|
||||
}
|
||||
|
||||
/*
|
||||
* @test @(#)$RCSfile: miscdtfm.cpp,v $ $Revision: 1.15 $ $Date: 2001/12/04 17:27:12 $
|
||||
*
|
||||
* @bug 4099975
|
||||
*/
|
||||
|
||||
void
|
||||
DateFormatMiscTests::test4099975()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user