HomeSort by relevance Sort by last modified time
    Searched defs:pStart (Results 1 - 23 of 23) sorted by null

  /external/pdfium/xfa/fde/css/
cfde_cssvaluelistparser.cpp 17 const FX_WCHAR*& pStart,
26 pStart = m_pCur;
38 iLength = m_pCur - pStart;
41 pStart++;
62 const FX_WCHAR* pStart = m_pCur;
85 return m_pCur - pStart;
cfde_cssselector.cpp 20 const FX_WCHAR* pStart = psz;
30 return psz - pStart;
62 const FX_WCHAR* pStart = psz;
74 for (psz = pStart; psz < pEnd;) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser.cpp 17 void CPDF_SimpleParser::ParseWord(const uint8_t*& pStart, uint32_t& dwSize) {
18 pStart = nullptr;
44 pStart = m_pData + start_pos;
95 const uint8_t* pStart;
97 ParseWord(pStart, dwSize);
98 if (dwSize == 1 && pStart[0] == '<') {
105 return CFX_ByteStringC(pStart,
106 (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData)));
108 if (dwSize == 1 && pStart[0] == '(') {
133 return CFX_ByteStringC(pStart,
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 61 LVM_FLOAT *pStart;
88 pStart = pInstance->pInputSamples; /* Pointer to the input samples */
151 Copy_Float(pStart, /* Source */
154 pStart += NumChannels * NumSamples; /* Update the input pointer */
169 pInstance->pInputSamples = pStart; /* Update input sample pointer */
179 pStart = pBuffer->pScratch; /* Start of the buffer */
180 pStart += NumChannels * SampleCount; /* Offset by the number of processed samples */
183 Copy_Float(pStart, /* Source */
206 LVM_INT16 *pStart;
233 pStart = pInstance->pInputSamples; /* Pointer to the input samples *
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTUnicode.cpp 236 const PVRTuint8* pStart = pC;
240 charCount += (unsigned int) (pC - pStart);
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 155 long pStart = System.currentTimeMillis();
158 System.out.println(" Parsed in " + (stop - pStart) + "ms.");
182 pStart = System.currentTimeMillis();
185 System.out.println("${symbol_escape}n AST Walked in " + (stop - pStart) + "ms.");
228 pStart = System.currentTimeMillis();
232 System.out.println(" PNG graphic produced in " + (stop - pStart) + "ms.");
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 107 LEUnicode *pStart = &fChars[0];
109 while (*pStart != 0) {
110 LEUnicode *pEnd = u_strpbrk(pStart, separators);
118 if (pEnd != pStart) {
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
121 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
160 pStart = skipLineEnd(pEnd);
pflow.c 119 LEUnicode *pStart;
156 pStart = &flow->fChars[0];
158 while (*pStart != 0) {
159 LEUnicode *pEnd = u_strpbrk(pStart, separators);
167 if (pEnd != pStart) {
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
172 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
175 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
213 pStart = skipLineEnd(pEnd)
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.cpp 422 const FX_WCHAR* pStart = p;
430 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
439 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
455 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
462 const FX_WCHAR* pStart = p;
468 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp 61 const char* pStart;
84 pStart = start;
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
86 *signatureLength = (int32_t)(pStart - start);
591 const char* pStart;
599 pStart = start;
600 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
  /external/pdfium/core/fxcrt/
fx_arabic.cpp 351 FX_WCHAR* pStart = const_cast<FX_WCHAR*>(wsText.c_str());
352 pStart += iStart;
353 FX_WCHAR* pEnd = pStart + iCount - 1;
354 while (pStart < pEnd) {
355 wch = *pStart;
356 *pStart++ = *pEnd;
fx_basic_bstring.cpp 796 const FX_CHAR* pStart = m_pData->m_String;
799 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
805 pStart = pTarget + nSourceLen;
819 pStart = m_pData->m_String;
822 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
824 FXSYS_memcpy(pDest, pStart, pTarget - pStart);
825 pDest += pTarget - pStart;
    [all...]
fx_basic_wstring.cpp 748 const FX_WCHAR* pStart = m_pData->m_String;
751 const FX_WCHAR* pTarget = FX_wcsstr(pStart, (FX_STRSIZE)(pEnd - pStart),
757 pStart = pTarget + nSourceLen;
771 pStart = m_pData->m_String;
774 const FX_WCHAR* pTarget = FX_wcsstr(pStart, (FX_STRSIZE)(pEnd - pStart),
776 wmemcpy(pDest, pStart, pTarget - pStart);
777 pDest += pTarget - pStart;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 234 final int pStart = iBlock * BLOCK_SIZE;
235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
236 final int iHeight = pEnd - pStart;
248 for (int p = pStart; p < pEnd; ++p) {
286 final int pStart = iBlock * BLOCK_SIZE;
287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
288 final int iHeight = pEnd - pStart;
346 final int pStart = iBlock * BLOCK_SIZE;
347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
351 for (int p = pStart; p < pEnd; ++p)
    [all...]
BlockRealMatrix.java 228 final int pStart = iBlock * BLOCK_SIZE;
229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
230 final int iHeight = pEnd - pStart;
242 for (int p = pStart; p < pEnd; ++p) {
276 final int pStart = iBlock * BLOCK_SIZE;
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
278 final int iHeight = pEnd - pStart;
336 final int pStart = iBlock * BLOCK_SIZE;
337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
341 for (int p = pStart; p < pEnd; ++p)
    [all...]
  /external/gptfdisk/
basicmbr.cc 781 uint64_t firstLogical, lastLogical, lStart, pStart;
803 pStart = partitions[j].GetStartLBA();
804 if (((pStart < lStart) && (firstLogical < pStart)) ||
805 ((pStart > lStart) && (firstLogical > pStart))) {
    [all...]
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 151 const FX_WCHAR* pStart = pPath;
154 while (pStart < pEnd) {
155 ch = *pStart++;
162 iLength -= pStart - pPath;
184 pFind = pNode->GetPath(pStart, iLength, bQualifiedName);
195 return pFind->GetPath(pStart, iLength, bQualifiedName);
    [all...]
  /external/lz4/lib/
lz4.c 353 const BYTE* const pStart = pIn;
359 return (unsigned)(pIn - pStart);
365 return (unsigned)(pIn - pStart);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 864 milliseconds