ICU-300 Make sure that pinCodePoint isn't exported.
X-SVN-Rev: 12401
This commit is contained in:
parent
655a035088
commit
85a090f37b
@ -200,7 +200,7 @@ isPOSIXClose(const UnicodeString &pattern, int32_t pos) {
|
||||
* pinning values > UNICODESET_HIGH-1 to UNICODESET_HIGH-1.
|
||||
* It modifies its argument in-place and also returns it.
|
||||
*/
|
||||
inline UChar32 pinCodePoint(UChar32& c) {
|
||||
static inline UChar32 pinCodePoint(UChar32& c) {
|
||||
if (c < UNICODESET_LOW) {
|
||||
c = UNICODESET_LOW;
|
||||
} else if (c > (UNICODESET_HIGH-1)) {
|
||||
|
Loading…
Reference in New Issue
Block a user