Home
last modified time | relevance | path

Searched defs:pEnd (Results 1 – 25 of 27) sorted by relevance

12

/external/pdfium/core/fxcrt/css/
Dcfx_cssselector.cpp16 int32_t GetCSSNameLen(const wchar_t* psz, const wchar_t* pEnd) { in GetCSSNameLen()
57 const wchar_t* pEnd = psz + str.GetLength(); in FromString() local
/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.cpp1892 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontNameToEnglishName() local
1908 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontInfoByFontName() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockFieldMatrix.java235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout() local
287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout() local
594 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in multiply() local
656 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in getData() local
1297 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, columns); in transpose() local
1349 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in operate() local
1403 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in preMultiply() local
1437 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in walkInRowOrder() local
1462 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in walkInRowOrder() local
1491 final int pEnd = FastMath.min((iBlock + 1) * BLOCK_SIZE, 1 + endRow); in walkInRowOrder() local
[all …]
DBlockRealMatrix.java229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout() local
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout() local
582 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in multiply() local
643 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in getData() local
1321 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, columns); in transpose() local
1372 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in operate() local
1424 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in preMultiply() local
1457 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in walkInRowOrder() local
1482 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in walkInRowOrder() local
1511 final int pEnd = FastMath.min((iBlock + 1) * BLOCK_SIZE, 1 + endRow); in walkInRowOrder() local
[all …]
/external/pdfium/core/fpdfapi/cmaps/
Dfpdf_cmaps.cpp112 const uint16_t* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2; in FPDFAPI_CharCodeFromCID() local
122 const uint16_t* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3; in FPDFAPI_CharCodeFromCID() local
/external/icu/icu4c/source/tools/toolutil/
Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
/external/lzma/C/
D7zCrc.c50 const Byte *pEnd = p + size; in CrcUpdateT1() local
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode.cpp89 const wchar_t* pEnd = pPath + iLength; in GetPath() local
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local
Dpflow.c159 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local
/external/icu/icu4c/source/common/
Duloc.cpp1277 const char **pEnd) { in ulocimp_getLanguage()
1324 const char **pEnd) in ulocimp_getScript()
1363 const char **pEnd) in ulocimp_getCountry()
Duset.cpp478 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp82 const FPF_SKIAFONTMAP* pEnd = skFontMap + length; in FPF_SkiaGetSubstFont() local
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp174 const CODEPAGE_MAP* pEnd = in GetCharsetFromCodePage() local
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp866 const auto* pEnd = g_Japan1_VertCIDs + FX_ArraySize(g_Japan1_VertCIDs); in GetCIDTransform() local
/external/pdfium/core/fxcrt/
Dbytestring.cpp653 char* pEnd = m_pData->m_String + m_pData->m_nDataLength; in Replace() local
Dwidestring.cpp823 wchar_t* pEnd = m_pData->m_String + m_pData->m_nDataLength; in Replace() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateIntervalFormatTest.java1660 public ExpectPosAndFormat(int pBegin, int pEnd, String fmt) { in TestFPos_SkelWithSeconds()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateIntervalFormatTest.java1663 public ExpectPosAndFormat(int pBegin, int pEnd, String fmt) { in TestFPos_SkelWithSeconds()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp845 const wchar_t* pEnd = pStr + iStrLen; in SplitFormatString() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp47 const wchar_t* pEnd = pStr + iStrLen; in SeparateStringW() local
/external/icu/icu4c/source/i18n/
Drematch.cpp4438 const UChar * pEnd = pInp + stringLen; in MatchChunkAt() local
/external/sqlite/dist/orig/
Dshell.c261 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
337 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
4531 u8 *pEnd = &p[pCsr->cds.nExtra]; in zipfileCsrReadCDS() local
7221 IdxWrite *pEnd = 0; in idxProcessTriggers() local
11787 struct ArSwitch *pEnd = &aSwitch[nSwitch]; in arParseCommand() local
/external/sqlite/dist/
Dshell.c267 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
343 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
4537 u8 *pEnd = &p[pCsr->cds.nExtra]; in zipfileCsrReadCDS() local
7227 IdxWrite *pEnd = 0; in idxProcessTriggers() local
11810 struct ArSwitch *pEnd = &aSwitch[nSwitch]; in arParseCommand() local
/external/icu/libandroidicu/static_shim/
Dshim.cpp2646 …edRange_android(const USerializedSet * set, int32_t rangeIndex, UChar32 * pStart, UChar32 * pEnd) { in uset_getSerializedRange_android()

12