LCOV - code coverage report
Current view: top level - lib/Support - Locale.cpp (source / functions) Hit Total Coverage
Test: llvm-toolchain.info Lines: 4 4 100.0 %
Date: 2018-10-20 13:21:21 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #include "llvm/Support/Locale.h"
       2             : #include "llvm/ADT/StringRef.h"
       3             : #include "llvm/Support/Unicode.h"
       4             : 
       5             : namespace llvm {
       6             : namespace sys {
       7             : namespace locale {
       8             : 
       9     2726177 : int columnWidth(StringRef Text) {
      10     2726177 :   return llvm::sys::unicode::columnWidthUTF8(Text);
      11             : }
      12             : 
      13     4529810 : bool isPrint(int UCS) {
      14     4529810 :   return llvm::sys::unicode::isPrintable(UCS);
      15             : }
      16             : 
      17             : } // namespace locale
      18             : } // namespace sys
      19             : } // namespace llvm

Generated by: LCOV version 1.13