/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRCodeWriter.cpp | 81 CFX_ByteString byteStr = contents.UTF8Encode();
82 CBC_QRCoderEncoder::Encode(byteStr, ec, &qr, e, m_iVersion);
|
/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));
|
/prebuilts/go/darwin-x86/test/ |
append.go | 67 {"bytestr a", append([]byte{}, "0"...), []byte("0")}, 68 {"bytestr b", append([]byte{}, "0123"...), []byte("0123")}, 70 {"bytestr c", append([]byte("012"), "3"...), []byte("0123")}, 71 {"bytestr d", append([]byte("012"), "345"...), []byte("012345")},
|
/prebuilts/go/linux-x86/test/ |
append.go | 67 {"bytestr a", append([]byte{}, "0"...), []byte("0")}, 68 {"bytestr b", append([]byte{}, "0123"...), []byte("0123")}, 70 {"bytestr c", append([]byte("012"), "3"...), []byte("0123")}, 71 {"bytestr d", append([]byte("012"), "345"...), []byte("012345")},
|
/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;
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
writer_test.go | 191 func bytestr(offset int, b []byte) string { func 217 sa := bytestr(offset, a[0:na]) 218 sb := bytestr(offset, b[0:nb])
|
/prebuilts/go/linux-x86/src/archive/tar/ |
writer_test.go | 191 func bytestr(offset int, b []byte) string { func 217 sa := bytestr(offset, a[0:na]) 218 sb := bytestr(offset, b[0:nb])
|
/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...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
ipaddr_test.py | 29 _cb = lambda bytestr: bytes(bytestr, 'charmap') [all...] |
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestCharset.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
oaidl.h | 210 BYTE_SIZEDARR ByteStr; [all...] |