]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/unifunct.cpp
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
4 **********************************************************************
5 * Copyright (c) 2002-2004, International Business Machines
6 * Corporation and others. All Rights Reserved.
7 **********************************************************************
10 #include "unicode/unifunct.h"
14 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(UnicodeFunctor
)
16 UnicodeFunctor::~UnicodeFunctor() {}
18 UnicodeMatcher
* UnicodeFunctor::toMatcher() const {
22 UnicodeReplacer
* UnicodeFunctor::toReplacer() const {