ICU-5575 Don't export static function for urename.h
X-SVN-Rev: 22323
This commit is contained in:
parent
0213ca2e46
commit
50b14d2beb
@ -387,7 +387,7 @@ AnnualTimeZoneRule::getPreviousStart(const UDate base,
|
||||
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeArrayTimeZoneRule)
|
||||
|
||||
// UComparator function for sorting start times
|
||||
U_CFUNC int32_t
|
||||
static int32_t
|
||||
compareDates(const void * /*context*/, const void *left, const void *right) {
|
||||
UDate l = *((UDate*)left);
|
||||
UDate r = *((UDate*)right);
|
||||
|
Loading…
Reference in New Issue
Block a user