HomeSort by relevance Sort by last modified time
    Searched refs:UTF8Encode (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/core/fpdfdoc/
cpdf_formfield_unittest.cpp 20 EXPECT_STREQ("foo", name.UTF8Encode().c_str());
26 EXPECT_STREQ("bar.foo", name.UTF8Encode().c_str());
30 EXPECT_STREQ("bar.foo", name.UTF8Encode().c_str());
37 EXPECT_STREQ("qux.bar.foo", name.UTF8Encode().c_str());
41 EXPECT_STREQ("qux.bar.foo", name.UTF8Encode().c_str());
43 EXPECT_STREQ("foo.qux.bar", name.UTF8Encode().c_str());
45 EXPECT_STREQ("bar.foo.qux", name.UTF8Encode().c_str());
47 EXPECT_STREQ("bar.foo.qux", name.UTF8Encode().c_str());
cpdf_annotlist.cpp 46 pAnnotDict->SetNewFor<CPDF_String>("Contents", sContents.UTF8Encode(), false);
  /external/pdfium/xfa/fxbarcode/
BC_UtilCodingConvert.cpp 21 dst = unicode.UTF8Encode();
27 CFX_ByteString utf8 = unicode.UTF8Encode();
53 dst = src.UTF8Encode();
cbc_ean13.cpp 39 CFX_ByteString byteString = encodeContents.UTF8Encode();
62 CFX_ByteString byteString = encodeContents.UTF8Encode();
cbc_ean8.cpp 39 CFX_ByteString byteString = encodeContents.UTF8Encode();
61 CFX_ByteString byteString = encodeContents.UTF8Encode();
cbc_upca.cpp 39 CFX_ByteString byteString = encodeContents.UTF8Encode();
61 CFX_ByteString byteString = encodeContents.UTF8Encode();
cbc_code128.cpp 58 CFX_ByteString byteString = encodeContents.UTF8Encode();
cbc_code39.cpp 47 CFX_ByteString byteString = filtercontents.UTF8Encode();
cbc_codabar.cpp 69 CFX_ByteString byteString = filtercontents.UTF8Encode();
  /external/pdfium/xfa/fxfa/parser/
cxfa_object.cpp 72 FXJSE_ThrowMessage(wsMessage.UTF8Encode().AsStringC());
cscript_hostpseudomodel.cpp 92 pNotify->GetAppProvider()->GetLanguage().UTF8Encode().AsStringC());
121 pNotify->GetAppProvider()->GetPlatform().UTF8Encode().AsStringC());
141 pValue->SetString(wsTitle.UTF8Encode().AsStringC());
203 pNotify->GetAppProvider()->GetAppName().UTF8Encode().AsStringC());
310 pValue->SetString(wsAnswer.UTF8Encode().AsStringC());
678 pValue->SetString(wsDataTime.UTF8Encode().AsStringC());
cxfa_node.cpp     [all...]
cscript_eventpseudomodel.cpp 28 pValue->SetString(wsValue.UTF8Encode().AsStringC());
cxfa_simple_parser.cpp 671 if (bsCheck != wsChecksum.UTF8Encode())
    [all...]
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCodeWriter.cpp 93 CFX_ByteString byteStr = contents.UTF8Encode();
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedCode39Writer.cpp 265 CFX_ByteString str = checksumContent.UTF8Encode();
  /external/pdfium/core/fxcrt/
fx_string.h 350 CFX_ByteString UTF8Encode() const;
fx_basic_wstring.cpp 346 CFX_ByteString CFX_WideString::UTF8Encode() const {
  /external/pdfium/fpdfsdk/
fpdfdoc.cpp 188 CFX_ByteString path = action.GetFilePath().UTF8Encode();
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.cpp 311 ((FX_WCHAR)'1' + msg.Mid(startpos + idx, len)).UTF8Encode();
  /external/pdfium/fxjs/
fxjs_v8.cpp 470 CFX_ByteString bsScript = script.UTF8Encode();
543 CFX_ByteString utf8_message = message.UTF8Encode();
  /external/pdfium/fpdfsdk/javascript/
global.cpp 274 CFX_ByteString sKey = ws.UTF8Encode();
Document.cpp     [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 711 CreateFontStream(pDesc->m_wsFaceName.UTF8Encode());
759 CreateFontStream(wsFaceName.UTF8Encode());
    [all...]
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 493 CFX_ByteString bPath = wPath.UTF8Encode();
    [all...]

Completed in 600 milliseconds

1 2