mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4078 Fix previous change
X-SVN-Rev: 16654
This commit is contained in:
parent
c3cf6d724e
commit
1f69f2a37c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
**********************************************************************
|
||||
* Copyright (c) 2001, International Business Machines
|
||||
* Copyright (c) 2001-2004, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
* Date Name Description
|
||||
|
@ -231,6 +231,8 @@ private:
|
|||
ICU_Utility();
|
||||
};
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
/**
|
||||
* Is this character a "white space" in the sense of ICU rule parsers?
|
||||
* @internal
|
||||
|
@ -238,7 +240,5 @@ private:
|
|||
U_CAPI UBool U_EXPORT2
|
||||
uprv_isRuleWhiteSpace(UChar32 c);
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
//eof
|
||||
|
|
Loading…
Add table
Reference in a new issue