/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
3party/icu/common/unifunct.cpp
26 строк
568 B
Daria Volvenkova
Added ICU library sources.
24 мар 2017, 19:09
24 мар 2017, 19:09
adc1fe8
Код
Авторство
О чём код?
/* ********************************************************************** * Copyright (c) 2002-2004, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** */ #include "unicode/unifunct.h" U_NAMESPACE_BEGIN UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(UnicodeFunctor) UnicodeFunctor::~UnicodeFunctor() {} UnicodeMatcher* UnicodeFunctor::toMatcher() const { return 0; } UnicodeReplacer* UnicodeFunctor::toReplacer() const { return 0; } U_NAMESPACE_END //eof