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

  /external/pdfium/xfa/src/fxbarcode/
BC_UtilCodingConvert.cpp 18 dst = unicode.UTF8Encode();
23 CFX_ByteString utf8 = unicode.UTF8Encode();
45 dst = src.UTF8Encode();
BC_BarCode.cpp 214 CFX_ByteString byteString = filtercontents.UTF8Encode();
316 CFX_ByteString byteString = filtercontents.UTF8Encode();
398 CFX_ByteString byteString = encodeContents.UTF8Encode();
459 CFX_ByteString byteString = encodeContents.UTF8Encode();
480 CFX_ByteString byteString = encodeContents.UTF8Encode();
542 CFX_ByteString byteString = encodeContents.UTF8Encode();
564 CFX_ByteString byteString = encodeContents.UTF8Encode();
627 CFX_ByteString byteString = encodeContents.UTF8Encode();
649 CFX_ByteString byteString = encodeContents.UTF8Encode();
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCodeWriter.cpp 81 CFX_ByteString byteStr = contents.UTF8Encode();
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 198 CFX_ByteString bsMethodName = CFX_WideString(sMethodName).UTF8Encode();
216 CFX_ByteString bsPropertyName = CFX_WideString(sPropName).UTF8Encode();
245 CFX_ByteString bsConstName = CFX_WideString(sConstName).UTF8Encode();
256 CFX_ByteString bsMethodName = CFX_WideString(sMethodName).UTF8Encode();
268 CFX_ByteString bsConst = CFX_WideString(sConstName).UTF8Encode();
312 CFX_ByteString bs = CFX_WideString(pObjDef->m_ObjName).UTF8Encode();
396 CFX_ByteString bsScript = CFX_WideString(script).UTF8Encode();
475 CFX_ByteString utf8_message = message.UTF8Encode();
549 CFX_ByteString bs = ws.UTF8Encode();
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 170 CFX_ByteString path = action.GetFilePath().UTF8Encode();
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode39Writer.cpp 347 CFX_ByteString str = checksumContent.UTF8Encode();
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.cpp 309 ((FX_WCHAR)'1' + msg.Mid(startpos + idx, len)).UTF8Encode();
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 733 bsHash += CFX_WideString(pszFontFamily).UTF8Encode();
788 bsHash += CFX_WideString(pszFontFamily).UTF8Encode();
905 bsHash += CFX_WideString(pszFileName).UTF8Encode();
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
global.cpp 331 CFX_ByteString sKey = ws.UTF8Encode();
PublicMethods.cpp 302 CFX_ByteString sDigits = swDigits.UTF8Encode();
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_string.h 684 CFX_ByteString UTF8Encode() const;
  /external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp 287 CFX_ByteString CFX_WideString::UTF8Encode() const {
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 667 CFX_ByteString bPath = wPath.UTF8Encode();
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 593 if (bsCheck != wsChecksum.UTF8Encode()) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp     [all...]

Completed in 1409 milliseconds