Searched refs:textBuf (Results 1 – 10 of 10) sorted by relevance
23 CFX_ByteTextBuf& textBuf = m_SAXContext.m_TextBuf; in OnTagEnter() local24 textBuf << "<"; in OnTagEnter()26 textBuf << "?"; in OnTagEnter()28 textBuf << bsTagName; in OnTagEnter()38 CFX_ByteTextBuf& textBuf = ((CXFA_SAXContext*)pTag)->m_TextBuf; in OnTagAttribute() local39 textBuf << " " << bsAttri << "=\"" << bsValue << "\""; in OnTagAttribute()45 CFX_ByteTextBuf& textBuf = ((CXFA_SAXContext*)pTag)->m_TextBuf; in OnTagBreak() local46 textBuf << ">"; in OnTagBreak()56 CFX_ByteTextBuf& textBuf = ((CXFA_SAXContext*)pTag)->m_TextBuf; in OnTagData() local58 textBuf << "<![CDATA["; in OnTagData()[all …]
83 StringBuffer textBuf = new StringBuffer(); in TestCaseSensitive() local85 textBuf.setLength(0); in TestCaseSensitive()87 textBuf.append('X'); in TestCaseSensitive()89 textBuf.append(TESTCASES[i][0]); in TestCaseSensitive()90 itr = map.get(textBuf.toString(), i); in TestCaseSensitive()118 StringBuffer textBuf = new StringBuffer(); in TestCaseInsensitive() local120 textBuf.setLength(0); in TestCaseInsensitive()122 textBuf.append('X'); in TestCaseInsensitive()124 textBuf.append(TESTCASES[i][0]); in TestCaseInsensitive()125 itr = map.get(textBuf.toString(), i); in TestCaseInsensitive()
87 StringBuffer textBuf = new StringBuffer(); in TestCaseSensitive() local89 textBuf.setLength(0); in TestCaseSensitive()91 textBuf.append('X'); in TestCaseSensitive()93 textBuf.append(TESTCASES[i][0]); in TestCaseSensitive()94 itr = map.get(textBuf.toString(), i); in TestCaseSensitive()122 StringBuffer textBuf = new StringBuffer(); in TestCaseInsensitive() local124 textBuf.setLength(0); in TestCaseInsensitive()126 textBuf.append('X'); in TestCaseInsensitive()128 textBuf.append(TESTCASES[i][0]); in TestCaseInsensitive()129 itr = map.get(textBuf.toString(), i); in TestCaseInsensitive()
73 CFX_WideTextBuf textBuf; in XFA_ExportEncodeAttribute() local78 textBuf << FX_WSTRC(L"&"); in XFA_ExportEncodeAttribute()81 textBuf << FX_WSTRC(L"<"); in XFA_ExportEncodeAttribute()84 textBuf << FX_WSTRC(L">"); in XFA_ExportEncodeAttribute()87 textBuf << FX_WSTRC(L"'"); in XFA_ExportEncodeAttribute()90 textBuf << FX_WSTRC(L"""); in XFA_ExportEncodeAttribute()93 textBuf.AppendChar(str[i]); in XFA_ExportEncodeAttribute()96 return textBuf.GetWideString(); in XFA_ExportEncodeAttribute()99 CFX_WideTextBuf textBuf; in XFA_ExportEncodeContent() local107 textBuf << FX_WSTRC(L"&"); in XFA_ExportEncodeContent()[all …]
97 CFX_ByteTextBuf textBuf; in FPDFPage_TransFormWithClip() local98 textBuf << "q "; in FPDFPage_TransFormWithClip()105 textBuf << bsClipping; in FPDFPage_TransFormWithClip()110 textBuf << bsMatix; in FPDFPage_TransFormWithClip()122 pStream->SetData(textBuf.GetBuffer(), textBuf.GetSize(), FALSE, FALSE); in FPDFPage_TransFormWithClip()
2431 CFX_ByteTextBuf textBuf; local2432 ExportFieldsToFDFTextBuf(fields, bIncludeOrExclude, textBuf);2434 uint8_t* pBuffer = textBuf.GetBuffer();2435 FX_STRSIZE nBufSize = textBuf.GetLength();2495 CFX_ByteTextBuf& textBuf) { argument2498 return pFDF ? pFDF->WriteBuf(textBuf) : FALSE;2566 FX_BOOL CPDFSDK_InterForm::ExportFormToFDFTextBuf(CFX_ByteTextBuf& textBuf) { argument2571 FX_BOOL bRet = pFDF->WriteBuf(textBuf);
311 FX_BOOL ExportFormToFDFTextBuf(CFX_ByteTextBuf& textBuf);314 CFX_ByteTextBuf& textBuf);
390 CFX_ByteTextBuf textBuf; in mailForm() local391 if (!pInterForm->ExportFormToFDFTextBuf(textBuf)) in mailForm()399 pEnv->JS_docmailForm(textBuf.GetBuffer(), textBuf.GetLength(), bUI, in mailForm()
2412 UChar textBuf[32]; in parseOffsetPattern() local2413 UnicodeString text(textBuf, 0, UPRV_LENGTHOF(textBuf)); in parseOffsetPattern()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...