HomeSort by relevance Sort by last modified time
    Searched refs:bytestr (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_HighLevelEncoder.cpp 56 CFX_ByteString bytestr; local
57 CBC_UtilCodingConvert::UnicodeToUTF8(msg, bytestr);
58 for (int32_t i = 0; i < bytestr.GetLength(); i++) {
59 m_bytearray.Add(bytestr.GetAt(i));
  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp 1003 CFX_ByteString bytestr; local
1004 FX_CHAR* dest_buf = bytestr.GetBuffer(dest_len);
1007 bytestr.ReleaseBuffer(dest_len);
1008 return bytestr;
1011 const CFX_ByteString& bytestr) {
1012 int src_len = bytestr.GetLength();
1015 FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, NULL, 0);
1021 FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, dest_buf, dest_len);
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode39Reader.cpp 117 CFX_ByteString bytestr = DecodeExtended(result, e); local
119 return bytestr;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr_test.py 29 _cb = lambda bytestr: bytes(bytestr, 'charmap')
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 443 const CFX_ByteString& bytestr) {
444 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr);
    [all...]

Completed in 371 milliseconds