Searched refs:SetStartChar (Results 1 – 10 of 10) sorted by relevance
104 EXPECT_TRUE(writer.SetStartChar('A')); in TEST()105 EXPECT_TRUE(writer.SetStartChar('B')); in TEST()106 EXPECT_TRUE(writer.SetStartChar('C')); in TEST()107 EXPECT_TRUE(writer.SetStartChar('D')); in TEST()108 EXPECT_TRUE(writer.SetStartChar('E')); in TEST()109 EXPECT_TRUE(writer.SetStartChar('N')); in TEST()110 EXPECT_TRUE(writer.SetStartChar('T')); in TEST()111 EXPECT_TRUE(writer.SetStartChar('*')); in TEST()112 EXPECT_FALSE(writer.SetStartChar('V')); in TEST()113 EXPECT_FALSE(writer.SetStartChar('0')); in TEST()[all …]
34 virtual bool SetStartChar(char start);
57 bool CBC_OnedCodaBarWriter::SetStartChar(char start) { in SetStartChar() function in CBC_OnedCodaBarWriter
34 bool CBC_Codabar::SetStartChar(char start) { in SetStartChar() function in CBC_Codabar35 return GetOnedCodaBarWriter()->SetStartChar(start); in SetStartChar()
28 bool SetStartChar(char start);
137 void CFWL_Barcode::SetStartChar(char startChar) { in SetStartChar() function in CFWL_Barcode199 m_pBarcodeEngine->SetStartChar(m_cStartChar); in GenerateBarcodeImageCache()
241 bool CFX_Barcode::SetStartChar(char start) { in SetStartChar() function in CFX_Barcode246 memptr = (memptrtype)&CBC_Codabar::SetStartChar; in SetStartChar()
53 bool SetStartChar(char start);
65 void SetStartChar(char startChar);
184 pBarCodeWidget->SetStartChar(*startChar); in UpdateWidgetProperty()