LCOV - code coverage report
Current view: top level - intl/icu/source/common - unifunct.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 6 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 5 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : // © 2016 and later: Unicode, Inc. and others.
       2             : // License & terms of use: http://www.unicode.org/copyright.html
       3             : /*
       4             : **********************************************************************
       5             : * Copyright (c) 2002-2004, International Business Machines
       6             : * Corporation and others.  All Rights Reserved.
       7             : **********************************************************************
       8             : */
       9             : 
      10             : #include "unicode/unifunct.h"
      11             : 
      12             : U_NAMESPACE_BEGIN
      13             : 
      14           0 : UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(UnicodeFunctor)
      15             : 
      16           0 : UnicodeFunctor::~UnicodeFunctor() {}
      17             : 
      18           0 : UnicodeMatcher* UnicodeFunctor::toMatcher() const {
      19           0 :     return 0;
      20             : }
      21             : 
      22           0 : UnicodeReplacer* UnicodeFunctor::toReplacer() const {
      23           0 :     return 0;
      24             : }
      25             : 
      26             : U_NAMESPACE_END
      27             : 
      28             : //eof

Generated by: LCOV version 1.13