HomeSort by relevance Sort by last modified time
    Searched refs:CFX_ByteString (Results 276 - 300 of 302) sorted by null

<<111213

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 351 CFX_ByteString subtype = pCIDFontDict->GetStringFor("Subtype");
356 CFX_ByteString cmap = pEncoding->GetString();
645 iBaseEncoding, std::vector<CFX_ByteString>(), charcode);
cpdf_fontencoding.cpp     [all...]
  /external/pdfium/fxjs/
fxjs_v8.cpp 366 CFX_ByteString bsConst = FX_UTF8Encode(CFX_WideStringC(sConstName));
470 CFX_ByteString bsScript = script.UTF8Encode();
543 CFX_ByteString utf8_message = message.UTF8Encode();
cfxjse_value.cpp 466 CFX_ByteString CFXJSE_Value::ToString() const {
472 return CFX_ByteString(*hStringVal);
cfxjse_class.cpp 114 CFX_ByteString szStringVal;
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 202 CFX_ByteString ct;
  /external/pdfium/core/fxcodec/lgif/
fx_gif.cpp 397 gif_ptr->cmt_data_ptr = new CFX_ByteString;
683 CFX_ByteString((const FX_CHAR*)data_ptr, data_size);
696 gif_pt_ptr->string_ptr = new CFX_ByteString;
734 CFX_ByteString((const FX_CHAR*)data_ptr, data_size);
    [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.h 250 virtual CFX_ByteString GetClassName() const;
PWL_ComboBox.cpp 192 CFX_ByteString CPWL_ComboBox::GetClassName() const {
PWL_ScrollBar.cpp 117 CFX_ByteString CPWL_SBButton::GetClassName() const {
570 CFX_ByteString CPWL_ScrollBar::GetClassName() const {
    [all...]
PWL_Wnd.cpp 201 CFX_ByteString CPWL_Wnd::GetClassName() const {
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_HighLevelEncoder.cpp 63 CFX_ByteString bytestr;
  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.cpp 148 CFX_ByteString btScript;
493 CFX_ByteString btScript = FX_UTF8Encode(wsScript);
cxfa_simple_parser.cpp 670 CFX_ByteString bsCheck = pChecksum->GetChecksum();
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Document.cpp 793 const CFX_ByteString& bsKey = it.first;
814 const CFX_ByteString& propName,
    [all...]
Document.h 304 const CFX_ByteString& propName,
JS_Define.h 408 CFX_ByteString cbName;
  /external/pdfium/xfa/fgas/crt/
fgas_codepage.cpp 335 CFX_ByteString csStr;
fgas_stream.cpp 427 CFX_ByteString szFileName = CFX_ByteString::FromUnicode(pszSrcFileName);
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 335 std::vector<CFX_ByteString>& sSuggest) {
1054 CFX_ByteString bsContent;
1061 CFX_ByteString bsData = wsImage.UTF8Encode();
1069 bsContent = CFX_ByteString::FromUnicode(wsImage);
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/pdfium/core/fxcrt/
fx_extension.cpp 662 CFX_ByteString& bsStr,
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 664 CFX_ByteString hex;
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 337 const CFX_ByteString bsPsName = pFont->GetPsName();
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 634 CFX_ByteString str;
    [all...]

Completed in 1176 milliseconds

<<111213