Home
last modified time | relevance | path

Searched refs:encoded_contents (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxbarcode/
Dcbc_eancode.cpp48 WideString encoded_contents = pWriter->FilterContents(contents); in Preprocess() local
49 size_t length = encoded_contents.GetLength(); in Preprocess()
53 encoded_contents.InsertAtFront(L'0'); in Preprocess()
55 ByteString str = encoded_contents.ToUTF8(); in Preprocess()
58 encoded_contents = WideString::FromUTF8(str.AsStringView()); in Preprocess()
60 encoded_contents = encoded_contents.First(max_length + 1); in Preprocess()
63 return encoded_contents; in Preprocess()