mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5575 Update to ICU 3.8
X-SVN-Rev: 22322
This commit is contained in:
parent
489856aaf2
commit
0213ca2e46
3 changed files with 1691 additions and 1564 deletions
icu4c/source
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
|
||||
|
|
|
@ -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.
|
||||
*******************************************************************************
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue