Searched refs:SetStartChar (Results 1 – 12 of 12) sorted by relevance
105 EXPECT_TRUE(writer.SetStartChar('A')); in TEST()106 EXPECT_TRUE(writer.SetStartChar('B')); in TEST()107 EXPECT_TRUE(writer.SetStartChar('C')); in TEST()108 EXPECT_TRUE(writer.SetStartChar('D')); in TEST()109 EXPECT_TRUE(writer.SetStartChar('E')); in TEST()110 EXPECT_TRUE(writer.SetStartChar('N')); in TEST()111 EXPECT_TRUE(writer.SetStartChar('T')); in TEST()112 EXPECT_TRUE(writer.SetStartChar('*')); in TEST()113 EXPECT_FALSE(writer.SetStartChar('V')); in TEST()114 EXPECT_FALSE(writer.SetStartChar('0')); in TEST()[all …]
35 bool SetStartChar(char start) override;
55 bool CBC_OnedCodaBarWriter::SetStartChar(char start) { in SetStartChar() function in CBC_OnedCodaBarWriter
41 bool CBC_CodeBase::SetStartChar(char start) { in SetStartChar() function in CBC_CodeBase42 return m_pBCWriter->SetStartChar(start); in SetStartChar()
213 bool CFX_Barcode::SetStartChar(char start) { in SetStartChar() function in CFX_Barcode214 return m_pBCEngine && m_pBCEngine->SetStartChar(start); in SetStartChar()
52 bool CBC_Writer::SetStartChar(char start) { in SetStartChar() function in CBC_Writer
24 virtual bool SetStartChar(char start);
35 bool SetStartChar(char start);
52 bool SetStartChar(char start);
137 void CFWL_Barcode::SetStartChar(char startChar) { in SetStartChar() function in CFWL_Barcode194 m_pBarcodeEngine->SetStartChar(m_cStartChar); in GenerateBarcodeImageCache()
58 void SetStartChar(char startChar);
209 pBarCodeWidget->SetStartChar(*startChar); in UpdateWidgetProperty()