]>
git.saurik.com Git - apple/icu.git/blob - icuSources/common/unifunct.cpp
2 **********************************************************************
3 * Copyright (c) 2002-2004, International Business Machines
4 * Corporation and others. All Rights Reserved.
5 **********************************************************************
8 #include "unicode/unifunct.h"
12 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(UnicodeFunctor
)
14 UnicodeFunctor::~UnicodeFunctor() {}
16 UnicodeMatcher
* UnicodeFunctor::toMatcher() const {
20 UnicodeReplacer
* UnicodeFunctor::toReplacer() const {