ICU-5575 Update to ICU 3.8

X-SVN-Rev: 22322
This commit is contained in:
George Rhoten 2007-08-08 19:31:32 +00:00
parent 489856aaf2
commit 0213ca2e46
3 changed files with 1691 additions and 1564 deletions
icu4c/source
common/unicode
layoutex
tools/genren

File diff suppressed because it is too large Load diff

View file

@ -334,7 +334,7 @@ inline ULocRuns::ULocRuns(const ULocRuns & /*other*/)
// nothing else to do...
}
const Locale **getLocales(const char **localeNames, le_int32 count)
static const Locale **getLocales(const char **localeNames, le_int32 count)
{
Locale **locales = LE_NEW_ARRAY(Locale *, count);

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl
#*
#*******************************************************************************
#* Copyright (C) 2001-2006, International Business Machines
#* Copyright (C) 2001-2007, International Business Machines
#* Corporation and others. All Rights Reserved.
#*******************************************************************************
#*
@ -60,7 +60,7 @@ $HEADERDEF =~ s/\./_/;
print HEADER <<"EndOfHeaderComment";
/*
*******************************************************************************
* Copyright (C) 2002-2006, International Business Machines
* Copyright (C) 2002-2007, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*