mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1053 deprecate filteredCharAt
X-SVN-Rev: 5406
This commit is contained in:
parent
84e53c8ac8
commit
c224531e81
2 changed files with 4 additions and 0 deletions
|
@ -1467,6 +1467,8 @@ const UnicodeString& Transliterator::getAvailableID(int32_t index) {
|
|||
/**
|
||||
* Method for subclasses to use to obtain a character in the given
|
||||
* string, with filtering.
|
||||
* @deprecated the new architecture provides filtering at the top
|
||||
* level. This method will be removed Dec 31 2001.
|
||||
*/
|
||||
UChar Transliterator::filteredCharAt(const Replaceable& text, int32_t i) const {
|
||||
UChar c;
|
||||
|
|
|
@ -969,6 +969,8 @@ protected:
|
|||
* Method for subclasses to use to obtain a character in the given
|
||||
* string, with filtering. If the character at the given offset
|
||||
* is excluded by this transliterator's filter, then U+FFFE is returned.
|
||||
* @deprecated the new architecture provides filtering at the top
|
||||
* level. This method will be removed Dec 31 2001.
|
||||
*/
|
||||
UChar filteredCharAt(const Replaceable& text, int32_t i) const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue