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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TextTrieMapTest.java 106 StringBuffer textBuf = new StringBuffer();
108 textBuf.setLength(0);
110 textBuf.append('X');
112 textBuf.append(TESTCASES[i][0]);
113 itr = map.get(textBuf.toString(), i);
166 StringBuffer textBuf = new StringBuffer();
168 textBuf.setLength(0);
170 textBuf.append('X');
172 textBuf.append(TESTCASES[i][0]);
173 itr = map.get(textBuf.toString(), i)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TextTrieMapTest.java 103 StringBuffer textBuf = new StringBuffer();
105 textBuf.setLength(0);
107 textBuf.append('X');
109 textBuf.append(TESTCASES[i][0]);
110 itr = map.get(textBuf.toString(), i);
163 StringBuffer textBuf = new StringBuffer();
165 textBuf.setLength(0);
167 textBuf.append('X');
169 textBuf.append(TESTCASES[i][0]);
170 itr = map.get(textBuf.toString(), i)
    [all...]
  /external/pdfium/fpdfsdk/
fpdf_transformpage.cpp 116 std::ostringstream textBuf;
117 textBuf << "q ";
123 textBuf << ByteString::Format("%f %f %f %f re W* n ", rect.left,
127 textBuf << ByteString::Format("%f %f %f %f %f %f cm ", matrix->a, matrix->b,
143 pStream->SetData(&textBuf);
cpdfsdk_interform.cpp 473 ByteString textBuf = ExportFieldsToFDFTextBuf(fields, bIncludeOrExclude);
475 size_t nBufSize = textBuf.GetLength();
480 memcpy(pLocalBuffer, textBuf.c_str(), nBufSize);
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 235 char textBuf[64];
236 getTimeString_l(monotonicNsec, textBuf, sizeof(textBuf));
238 textBuf, frameNumber, mTotalDroppedFrames));
  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 52 CFX_WideTextBuf textBuf;
57 textBuf << L"&amp;";
60 textBuf << L"&lt;";
63 textBuf << L"&gt;";
66 textBuf << L"&apos;";
69 textBuf << L"&quot;";
72 textBuf.AppendChar(str[i]);
75 return textBuf.MakeString();
84 CFX_WideTextBuf textBuf;
92 textBuf << L"&amp;"
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp     [all...]

Completed in 2293 milliseconds