Home
last modified time | relevance | path

Searched refs:textBuf (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_checksum.cpp23 CFX_ByteTextBuf& textBuf = m_SAXContext.m_TextBuf; in OnTagEnter() local
24 textBuf << "<"; in OnTagEnter()
26 textBuf << "?"; in OnTagEnter()
28 textBuf << bsTagName; in OnTagEnter()
38 CFX_ByteTextBuf& textBuf = ((CXFA_SAXContext*)pTag)->m_TextBuf; in OnTagAttribute() local
39 textBuf << " " << bsAttri << "=\"" << bsValue << "\""; in OnTagAttribute()
45 CFX_ByteTextBuf& textBuf = ((CXFA_SAXContext*)pTag)->m_TextBuf; in OnTagBreak() local
46 textBuf << ">"; in OnTagBreak()
56 CFX_ByteTextBuf& textBuf = ((CXFA_SAXContext*)pTag)->m_TextBuf; in OnTagData() local
58 textBuf << "<![CDATA["; in OnTagData()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTextTrieMapTest.java83 StringBuffer textBuf = new StringBuffer(); in TestCaseSensitive() local
85 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() local
120 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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTextTrieMapTest.java87 StringBuffer textBuf = new StringBuffer(); in TestCaseSensitive() local
89 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() local
124 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()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_serialize.cpp73 CFX_WideTextBuf textBuf; in XFA_ExportEncodeAttribute() local
78 textBuf << FX_WSTRC(L"&amp;"); in XFA_ExportEncodeAttribute()
81 textBuf << FX_WSTRC(L"&lt;"); in XFA_ExportEncodeAttribute()
84 textBuf << FX_WSTRC(L"&gt;"); in XFA_ExportEncodeAttribute()
87 textBuf << FX_WSTRC(L"&apos;"); in XFA_ExportEncodeAttribute()
90 textBuf << FX_WSTRC(L"&quot;"); 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() local
107 textBuf << FX_WSTRC(L"&amp;"); in XFA_ExportEncodeContent()
[all …]
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp97 CFX_ByteTextBuf textBuf; in FPDFPage_TransFormWithClip() local
98 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()
Dfsdk_baseform.cpp2431 CFX_ByteTextBuf textBuf; local
2432 ExportFieldsToFDFTextBuf(fields, bIncludeOrExclude, textBuf);
2434 uint8_t* pBuffer = textBuf.GetBuffer();
2435 FX_STRSIZE nBufSize = textBuf.GetLength();
2495 CFX_ByteTextBuf& textBuf) { argument
2498 return pFDF ? pFDF->WriteBuf(textBuf) : FALSE;
2566 FX_BOOL CPDFSDK_InterForm::ExportFormToFDFTextBuf(CFX_ByteTextBuf& textBuf) { argument
2571 FX_BOOL bRet = pFDF->WriteBuf(textBuf);
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h311 FX_BOOL ExportFormToFDFTextBuf(CFX_ByteTextBuf& textBuf);
314 CFX_ByteTextBuf& textBuf);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp390 CFX_ByteTextBuf textBuf; in mailForm() local
391 if (!pInterForm->ExportFormToFDFTextBuf(textBuf)) in mailForm()
399 pEnv->JS_docmailForm(textBuf.GetBuffer(), textBuf.GetLength(), bUI, in mailForm()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp2412 UChar textBuf[32]; in parseOffsetPattern() local
2413 UnicodeString text(textBuf, 0, UPRV_LENGTHOF(textBuf)); in parseOffsetPattern()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...