Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp63 CFX_ByteString bytestr; in getBytesForMessage() local
64 CBC_UtilCodingConvert::UnicodeToUTF8(msg, bytestr); in getBytesForMessage()
65 for (int32_t i = 0; i < bytestr.GetLength(); i++) { in getBytesForMessage()
66 m_bytearray.Add(bytestr.GetAt(i)); in getBytesForMessage()
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
Dipaddr_test.py29 _cb = lambda bytestr: bytes(bytestr, 'charmap') argument