/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_lexer.cpp | 43 const FX_WCHAR*& pEnd); 63 const FX_WCHAR*& pEnd) { in string2number() argument 65 *pValue = wcstod((wchar_t*)s, (wchar_t**)&pEnd); in string2number() 419 const FX_WCHAR*& pEnd) { in Number() argument 421 if (XFA_FMDChar::string2number(p, &number, pEnd)) { in Number() 424 if (pEnd && XFA_FMDChar::isAlpha(pEnd)) { in Number() 427 t->m_wstring = CFX_WideStringC(p, (pEnd - p)); in Number() 432 const FX_WCHAR*& pEnd) { in String() argument 440 pEnd = p; in String() 441 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in String() [all …]
|
D | xfa_lexer.h | 100 FX_DWORD Number(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd); 101 FX_DWORD String(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd); 104 const FX_WCHAR*& pEnd); 105 void Comment(const FX_WCHAR* p, const FX_WCHAR*& pEnd);
|
/external/libvncserver/common/ |
D | zywrletemplate.c | 482 int* pEnd; in Wavelet() local 486 pEnd = pBuf+height*width; in Wavelet() 488 while (pTop < pEnd) { in Wavelet() 493 pEnd = pBuf+width; in Wavelet() 495 while (pTop < pEnd) { in Wavelet() 508 int* pEnd; in InvWavelet() local 512 pEnd = pBuf+width; in InvWavelet() 514 while (pTop < pEnd) { in InvWavelet() 519 pEnd = pBuf+height*width; in InvWavelet() 521 while (pTop < pEnd) { in InvWavelet() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/ |
D | fpdf_cmaps.cpp | 135 const FX_WORD* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2; in FPDFAPI_CharCodeFromCID() local 136 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID() 144 const FX_WORD* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3; in FPDFAPI_CharCodeFromCID() local 145 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID() 160 const FX_WORD* pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 4; in FPDFAPI_CharCodeFromCID() local 161 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID() 169 const FX_WORD* pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 3; in FPDFAPI_CharCodeFromCID() local 170 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout() local 230 final int iHeight = pEnd - pStart; in toBlocksLayout() 242 for (int p = pStart; p < pEnd; ++p) { in toBlocksLayout() 277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout() local 278 final int iHeight = pEnd - pStart; in createBlocksLayout() 337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in add() 341 for (int p = pStart; p < pEnd; ++p) { in add() 410 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in subtract() 414 for (int p = pStart; p < pEnd; ++p) { in subtract() 519 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in multiply() [all …]
|
D | BlockFieldMatrix.java | 235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout() local 236 final int iHeight = pEnd - pStart; in toBlocksLayout() 248 for (int p = pStart; p < pEnd; ++p) { in toBlocksLayout() 287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout() local 288 final int iHeight = pEnd - pStart; in createBlocksLayout() 347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in add() 351 for (int p = pStart; p < pEnd; ++p) { in add() 420 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in subtract() 424 for (int p = pStart; p < pEnd; ++p) { in subtract() 530 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in multiply() [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 104 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local 108 if (pEnd == NULL) { in Paragraph() 109 pEnd = &fChars[charCount]; in Paragraph() 112 if (pEnd != pStart) { in Paragraph() 113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph() 115 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph() 150 if (*pEnd == 0) { in Paragraph() 154 pStart = skipLineEnd(pEnd); in Paragraph()
|
D | pflow.c | 156 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local 160 if (pEnd == NULL) { in pf_create() 161 pEnd = &flow->fChars[charCount]; in pf_create() 164 if (pEnd != pStart) { in pf_create() 165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create() 169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); in pf_create() 172 …paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel,… in pf_create() 206 if (*pEnd == 0) { in pf_create() 210 pStart = skipLineEnd(pEnd); in pf_create()
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstylesheet.cpp | 385 int32_t FDE_GetCSSPersudoLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) { in FDE_GetCSSPersudoLen() argument 388 while (psz < pEnd) { in FDE_GetCSSPersudoLen() 398 int32_t FDE_GetCSSNameLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) { in FDE_GetCSSNameLen() argument 400 while (psz < pEnd) { in FDE_GetCSSNameLen() 416 const FX_WCHAR* pEnd = psz + iLen; in FromString() local 417 for (; psz < pEnd; ++psz) { in FromString() 427 for (psz = pStart; psz < pEnd;) { in FromString() 443 int32_t iNameLen = FDE_GetCSSNameLen(++psz, pEnd); in FromString() 459 int32_t iNameLen = wch == '*' ? 1 : FDE_GetCSSNameLen(psz, pEnd); in FromString() 477 int32_t iNameLen = FDE_GetCSSPersudoLen(psz, pEnd); in FromString()
|
/external/icu/icu4c/source/common/ |
D | ulocimp.h | 50 const char **pEnd); 55 const char **pEnd); 60 const char **pEnd);
|
D | uset.cpp | 476 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument 480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange() 492 *pEnd=array[rangeIndex]-1; in uset_getSerializedRange() 494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange() 496 *pEnd=0x10ffff; in uset_getSerializedRange() 508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange() 510 *pEnd=0x10ffff; in uset_getSerializedRange()
|
D | uloc.cpp | 1220 const char **pEnd) { in ulocimp_getLanguage() argument 1258 if(pEnd!=NULL) { in ulocimp_getLanguage() 1259 *pEnd=localeID; in ulocimp_getLanguage() 1267 const char **pEnd) in ulocimp_getScript() argument 1271 if (pEnd != NULL) { in ulocimp_getScript() 1272 *pEnd = localeID; in ulocimp_getScript() 1284 if (pEnd != NULL) { in ulocimp_getScript() 1285 *pEnd = localeID+idLen; in ulocimp_getScript() 1306 const char **pEnd) in ulocimp_getCountry() argument 1344 if(pEnd!=NULL) { in ulocimp_getCountry() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | uparse.c | 297 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() argument 306 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator() 318 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator() 334 *pEnd=value; in u_parseCodePointRangeAnyTerminator() 348 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange() argument 352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
|
D | uparse.h | 132 uint32_t *pStart, uint32_t *pEnd, 142 uint32_t *pStart, uint32_t *pEnd,
|
/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_system.cpp | 140 FX_DWORD* pEnd = pStart + (size >> 2); in FX_memset() local 141 while (pStart < pEnd) { in FX_memset() 149 FX_DWORD* pEnd = pStart + (size >> 2); in FX_memcpy() local 151 while (pStart < pEnd) { in FX_memcpy()
|
D | fx_algorithm.cpp | 283 const FX_WCHAR* pEnd = pStr + iStrLen; in FX_SeparateStringW() local 285 if (pStr >= pEnd || delimiter == *pStr) { in FX_SeparateStringW() 289 if (pStr >= pEnd) { in FX_SeparateStringW()
|
D | fx_memory.cpp | 146 uint8_t* pEnd; in Free() local 150 pEnd = pStart + m_iBlockSize * pChunk->iChunkSize; in Free() 151 if (pBlock < pEnd) { in Free()
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_localemgr.cpp | 41 wchar_t* pEnd = NULL; in FX_LocaleMgr_Create() local 42 FX_DWORD dwLCID = wcstol(wsLCID, &pEnd, 16); in FX_LocaleMgr_Create()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.cpp | 126 FX_LPCPOINTF pEnd = p + iCount; in AddBeziers() local 128 for (++p; p <= pEnd - 3; p += 3) { in AddBeziers() 242 FX_LPCPOINTF pEnd = p + iCount; in AddLines() local 244 for (++p; p < pEnd; ++p) { in AddLines()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_arabic.cpp | 322 FX_WCHAR* pEnd = pStart + iCount - 1; in FX_BidiReverseString() local 323 while (pStart < pEnd) { in FX_BidiReverseString() 325 *pStart++ = *pEnd; in FX_BidiReverseString() 326 *pEnd-- = wch; in FX_BidiReverseString() 827 baseType *pStart, *pEnd; in FX_BidiReverseString() local 831 pEnd = chars.GetDataPtr(iEnd--); in FX_BidiReverseString() 833 pStart->m_iBidiPos = pEnd->m_iBidiPos; in FX_BidiReverseString() 834 pEnd->m_iBidiPos = iTemp; in FX_BidiReverseString()
|
D | fx_basic_bstring.cpp | 858 FX_CHAR* pEnd = m_pData->m_String + m_pData->m_nDataLength; in Replace() local 860 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), in Replace() 884 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), in Replace() 892 FXSYS_memcpy(pDest, pStart, pEnd - pStart); in Replace()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | PublicMethods.cpp | 212 const FX_WCHAR* pEnd = NULL; in ParseNumber() local 219 pEnd = p; in ParseNumber() 228 while (pEnd != pStart) { in ParseNumber() 229 if (*pEnd == L' ') in ParseNumber() 230 pEnd--; in ParseNumber() 240 while (p <= pEnd) { in ParseNumber()
|
/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 1124 UChar32* pStart, UChar32* pEnd);
|
/external/chromium-trace/catapult/third_party/flot/ |
D | excanvas.js | 701 var pEnd = getCoords(this, xEnd, yEnd); 709 xEnd: pEnd.x, 710 yEnd: pEnd.y});
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1558 public ExpectPosAndFormat(int pBegin, int pEnd, String fmt) { in TestFPos_SkelWithSeconds() argument 1560 posEnd = pEnd; in TestFPos_SkelWithSeconds()
|