Searched defs:pEnd (Results 1 - 25 of 35) sorted by relevance

12

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Object.cpp39 FX_BYTE *pCur, *pEnd; local
42 pEnd = pCur + size;
43 for(; pCur < pEnd; pCur += unit_size) {
56 FX_BYTE *pCur, *pEnd; local
59 pEnd = pCur + size;
60 for(; pCur < pEnd; pCur += unit_size) {
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Duparse.c297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
334 *pEnd=value;
348 uint32_t *pStart, uint32_t *pEnd,
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
296 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) argument
347 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/tools/toolutil/
H A Duparse.c297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
334 *pEnd=value;
348 uint32_t *pStart, uint32_t *pEnd,
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
296 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) argument
347 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) argument
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dfpdf_cmaps.cpp129 const FX_WORD *pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2; local
130 while (pCur < pEnd) {
138 const FX_WORD *pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3; local
139 while (pCur < pEnd) {
154 const FX_WORD *pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 4; local
155 while (pCur < pEnd) {
163 const FX_WORD *pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 3; local
164 while (pCur < pEnd) {
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.cpp104 LEUnicode *pEnd = u_strpbrk(pStart, separators); local
108 if (pEnd == NULL) {
109 pEnd = &fChars[charCount];
112 if (pEnd != pStart) {
113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
149 if (*pEnd == 0) {
153 pStart = skipLineEnd(pEnd);
H A Dpflow.c156 LEUnicode *pEnd = u_strpbrk(pStart, separators); local
160 if (pEnd == NULL) {
161 pEnd = &flow->fChars[charCount];
164 if (pEnd != pStart) {
165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
206 if (*pEnd == 0) {
210 pStart = skipLineEnd(pEnd);
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp104 LEUnicode *pEnd = u_strpbrk(pStart, separators); local
108 if (pEnd == NULL) {
109 pEnd = &fChars[charCount];
112 if (pEnd != pStart) {
113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
149 if (*pEnd == 0) {
153 pStart = skipLineEnd(pEnd);
H A Dpflow.c156 LEUnicode *pEnd = u_strpbrk(pStart, separators); local
160 if (pEnd == NULL) {
161 pEnd = &flow->fChars[charCount];
164 if (pEnd != pStart) {
165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
206 if (*pEnd == 0) {
210 pStart = skipLineEnd(pEnd);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextResourceDecoder.cpp295 const char* pEnd = ptr + m_buffer.size(); local
305 while (xmlDeclarationEnd != pEnd && *xmlDeclarationEnd != '>')
307 if (xmlDeclarationEnd == pEnd)
/external/chromium_org/third_party/icu/source/common/
H A Duset.cpp303 // UChar32* pStart, UChar32* pEnd) {
309 // *pEnd = us->getRangeEnd(rangeIndex);
476 UChar32* pStart, UChar32* pEnd) {
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
492 *pEnd=array[rangeIndex]-1;
494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
496 *pEnd=0x10ffff;
508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
510 *pEnd=0x10ffff;
475 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) argument
H A Duloc.cpp1206 * setting the *pEnd pointer to where they stopped parsing
1213 const char **pEnd) {
1251 if(pEnd!=NULL) {
1252 *pEnd=localeID;
1260 const char **pEnd)
1264 if (pEnd != NULL) {
1265 *pEnd = localeID;
1277 if (pEnd != NULL) {
1278 *pEnd = localeID+idLen;
1299 const char **pEnd)
1211 ulocimp_getLanguage(const char *localeID, char *language, int32_t languageCapacity, const char **pEnd) argument
1258 ulocimp_getScript(const char *localeID, char *script, int32_t scriptCapacity, const char **pEnd) argument
1297 ulocimp_getCountry(const char *localeID, char *country, int32_t countryCapacity, const char **pEnd) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c119 ** szSlot, nSlot, pStart, pEnd, nReserve, and isInit values are all
127 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ member in struct:PCacheGlobal
195 pcache1.pEnd = pBuf;
245 if( p>=pcache1.pStart && p<pcache1.pEnd ){
273 if( p>=pcache1.pStart && p<pcache1.pEnd ){
H A Dvtab.c322 void sqlite3VtabFinishParse(Parse *pParse, Token *pEnd){ argument
344 if( pEnd ){
345 pParse->sNameToken.n = (int)(pEnd->z - pParse->sNameToken.z) + pEnd->n;
H A Dbuild.c1460 Token *pEnd, /* The final ')' token in the CREATE TABLE */
1467 if( (pEnd==0 && pSelect==0) || db->mallocFailed ){
1582 n = (int)(pEnd->z - pParse->sNameToken.z) + 1;
1650 assert( !pSelect && pCons && pEnd );
1652 pCons = pEnd;
2401 Token *pEnd, /* The ")" that closes the CREATE INDEX statement */
2423 assert( pStart==0 || pEnd!=0 ); /* pEnd must be non-NULL if pStart is */
2792 assert( pEnd!=0 );
2796 pEnd
1457 sqlite3EndTable( Parse *pParse, Token *pCons, Token *pEnd, Select *pSelect ) argument
2393 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
[all...]
H A Dshell.c94 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ argument
95 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
96 (double)(pEnd->tv_sec - pStart->tv_sec);
165 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ argument
167 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
H A Dvdbe.c4912 Mem *pEnd; /* Last memory cell in new array */ local
4979 pEnd = &VdbeFrameMem(pFrame)[pFrame->nChildMem];
4980 for(pMem=VdbeFrameMem(pFrame); pMem!=pEnd; pMem++){
H A Dvdbeaux.c1056 Mem *pEnd; local
1060 for(pEnd=&p[N]; p<pEnd; p++){
1065 for(pEnd=&p[N]; p<pEnd; p++){
1066 assert( (&p[1])==pEnd || p[0].db==p[1].db );
1366 ** *ppFrom points to available space and pEnd points to the end of the
1378 u8 *pEnd, /* Pointer to 1 byte past the end of *ppFrom buffer */
1384 if( &(*ppFrom)[nByte] <= pEnd ){
1374 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
H A Dwhere.c3714 WhereTerm *pStart, *pEnd; local
3718 pEnd = findTerm(pWC, iCur, -1, notReady, WO_LT|WO_LE, 0);
3721 pStart = pEnd;
3722 pEnd = pTerm;
3754 if( pEnd ){
3756 pX = pEnd->pExpr;
3758 assert( pEnd->leftCursor==iCur );
3759 testcase( pEnd->wtFlags & TERM_VIRTUAL ); /* EV: R-30575-11662 */
3767 disableTerm(pLevel, pEnd);
3773 if( pStart==0 && pEnd
[all...]
/external/icu/icu4c/source/common/
H A Duset.cpp303 // UChar32* pStart, UChar32* pEnd) {
309 // *pEnd = us->getRangeEnd(rangeIndex);
476 UChar32* pStart, UChar32* pEnd) {
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
492 *pEnd=array[rangeIndex]-1;
494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
496 *pEnd=0x10ffff;
508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
510 *pEnd=0x10ffff;
475 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) argument
H A Duloc.cpp1206 * setting the *pEnd pointer to where they stopped parsing
1213 const char **pEnd) {
1251 if(pEnd!=NULL) {
1252 *pEnd=localeID;
1260 const char **pEnd)
1264 if (pEnd != NULL) {
1265 *pEnd = localeID;
1277 if (pEnd != NULL) {
1278 *pEnd = localeID+idLen;
1299 const char **pEnd)
1211 ulocimp_getLanguage(const char *localeID, char *language, int32_t languageCapacity, const char **pEnd) argument
1258 ulocimp_getScript(const char *localeID, char *script, int32_t scriptCapacity, const char **pEnd) argument
1297 ulocimp_getCountry(const char *localeID, char *country, int32_t countryCapacity, const char **pEnd) argument
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp887 FX_LPSTR pEnd = m_pData->m_String + m_pData->m_nDataLength; local
889 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
911 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
918 FXSYS_memcpy32(pDest, pStart, pEnd - pStart);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp281 FX_LPCWSTR pEnd = NULL; local
290 pEnd = p;
300 while (pEnd != pStart)
302 if (*pEnd == L' ')
303 pEnd --;
313 while (p <= pEnd)
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c761 char *pEnd = *ppCollist; local
766 while( 0xFE & (*pEnd | c) ){
767 c = *pEnd++ & 0x80;
771 *ppCollist = pEnd;
830 char *pEnd; local
848 pEnd = &pFree[nFree];
859 pEnd = &pExpr->aDoclist[pExpr->nDoclist];
863 while( pIter<pEnd ){
H A Dfts3.c424 ** As long as *pp has not reached its end (pEnd), then do the same
429 static void fts3GetDeltaVarint2(char **pp, char *pEnd, sqlite3_int64 *pVal){ argument
430 if( *pp>=pEnd ){
1383 char *pEnd = *ppPoslist; local
1391 ** The following while-loop moves pEnd to point to the first byte that is not
1393 ** pEnd once more so that it points to the byte immediately following the
1396 while( *pEnd | c ){
1397 c = *pEnd++ & 0x80;
1398 testcase( c!=0 && (*pEnd)==0 );
1400 pEnd
1430 char *pEnd = *ppPoslist; local
3281 char *pEnd = &pExpr->aDoclist[pExpr->nDoclist]; local
[all...]
H A Dfts3_write.c1105 const char *pEnd; local
1113 pEnd = &a[sqlite3_column_bytes(pStmt, 0)];
1115 while( a<pEnd ){
2001 char *pEnd = &pList[nList]; local
2008 while( p<pEnd && (c | *p)&0xFE ) c = *p++ & 0x80;

Completed in 3944 milliseconds

12