ICU-12139 Remove header files from pfiles.txt and update header files

X-SVN-Rev: 38426
This commit is contained in:
Michael Ow 2016-02-28 21:22:24 +00:00
parent 7cbb746278
commit f01caf199b
3 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 2010-2014, International Business Machines
* Copyright (C) 2010-2016, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* file name: bytestriebuilder.h
@ -141,6 +141,7 @@ private:
virtual int32_t getMinLinearMatch() const { return BytesTrie::kMinLinearMatch; }
virtual int32_t getMaxLinearMatchLength() const { return BytesTrie::kMaxLinearMatchLength; }
#ifndef U_HIDE_INTERNAL_API
/**
* @internal
*/
@ -155,6 +156,7 @@ private:
virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
Node *nextNode) const;
#endif /* U_HIDE_INTERNAL_API */
UBool ensureCapacity(int32_t length);
virtual int32_t write(int32_t byte);

View file

@ -1,6 +1,6 @@
/*
*******************************************************************************
* Copyright (C) 2010-2014, International Business Machines
* Copyright (C) 2010-2016, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* file name: ucharstriebuilder.h
@ -148,6 +148,7 @@ private:
virtual int32_t getMinLinearMatch() const { return UCharsTrie::kMinLinearMatch; }
virtual int32_t getMaxLinearMatchLength() const { return UCharsTrie::kMaxLinearMatchLength; }
#ifndef U_HIDE_INTERNAL_API
class UCTLinearMatchNode : public LinearMatchNode {
public:
UCTLinearMatchNode(const UChar *units, int32_t len, Node *nextNode);
@ -159,6 +160,7 @@ private:
virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
Node *nextNode) const;
#endif /* U_HIDE_INTERNAL_API */
UBool ensureCapacity(int32_t length);
virtual int32_t write(int32_t unit);

View file

@ -1,5 +1,3 @@
# Copyright (c) 2001-2014 International Business Machines
# Copyright (c) 2001-2016 International Business Machines
# Corporation and others. All Rights Reserved.
# ICU 49 and later: no more platform-specific headers
bytestriebuilder.h
ucharstriebuilder.h