ConvertHundredThousanthMeterToMilliInch   53 printing/units.h PRINTING_EXPORT int ConvertHundredThousanthMeterToMilliInch(int cmm);
ConvertHundredThousanthMeterToMilliInch   49 printing/units_unittest.cc   EXPECT_EQ(1000, ConvertHundredThousanthMeterToMilliInch(kHundrethsMMPerInch));
ConvertHundredThousanthMeterToMilliInch   51 printing/units_unittest.cc             ConvertHundredThousanthMeterToMilliInch(-kHundrethsMMPerInch));
ConvertHundredThousanthMeterToMilliInch   52 printing/units_unittest.cc   EXPECT_EQ(0, ConvertHundredThousanthMeterToMilliInch(0));