LCOV - code coverage report
Current view: top level - intl/icu/source/i18n - csrecog.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 4 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 3 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) 2005-2006, International Business Machines
       6             :  *   Corporation and others.  All Rights Reserved.
       7             :  **********************************************************************
       8             :  */
       9             : 
      10             : #include "unicode/utypes.h"
      11             : 
      12             : #if !UCONFIG_NO_CONVERSION
      13             : 
      14             : #include "csrecog.h"
      15             : 
      16             : U_NAMESPACE_BEGIN
      17             : 
      18           0 : CharsetRecognizer::~CharsetRecognizer()
      19             : {
      20             :     // nothing to do.
      21           0 : }
      22             : 
      23           0 : const char *CharsetRecognizer::getLanguage() const
      24             : {
      25           0 :     return "";
      26             : }
      27             : 
      28             : U_NAMESPACE_END    
      29             : 
      30             : #endif

Generated by: LCOV version 1.13