Searched refs:pStart (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/tidy-15.15/tidy/experimental/
H A DTidyNodeIter.h29 TidyNodeIter *newTidyNodeIter( Node *pStart );
H A DTidyNodeIter.c6 TidyNodeIter *newTidyNodeIter( Node *pStart )
12 pThis->pTop = pStart;
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dparagraph.cpp101 LEUnicode *pStart = &fChars[0]; local
103 while (*pStart != 0) {
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
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);
153 pStart = skipLineEnd(pEnd);
H A Dpflow.c116 LEUnicode *pStart; local
153 pStart = &flow->fChars[0];
155 while (*pStart != 0) {
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
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);
210 pStart
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Duparse.h132 uint32_t *pStart, uint32_t *pEnd,
142 uint32_t *pStart, uint32_t *pEnd,
H A Duparse.c297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
337 if(value<*pStart) {
343 return value-*pStart+1;
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
H A Ducbuf.c59 const char* pStart; local
82 pStart = start;
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
84 *signatureLength = (int32_t)(pStart - start);
590 const char* pStart; local
598 pStart = start;
599 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_set.c94 unsigned char *pStart, *pTempMem; local
120 pStart = p; /* Catch the beg of Setblobs*/
138 totSize = p - pStart; /* This is the total size of all set blobs */
158 memcpy(pStart, pTempMem, totSize);
/macosx-10.10/vim-55/src/
H A Dos_msdos.c2299 char_u *pStart; local
2317 pStart = pDest + 1; /* points to <NL> after <CR> */
2318 pEnd = strstr( pStart, "\r\n" );/* find next <CR><NL> */
2322 memmove(pDest, pStart, (long)(pEnd - pStart));
2324 pDest += (long)(pEnd - pStart); /* new destination */
2325 pStart = pEnd + 1; /* new starting point */
2326 pEnd = strstr(pStart, "\r\n"); /* find next <CR><NL> */
2331 pEnd = strchr(pStart, '\0'); /* find first null */
2333 memmove(pDest, pStart, (lon
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duset.cpp303 // UChar32* pStart, UChar32* pEnd) {
308 // *pStart = us->getRangeStart(rangeIndex);
476 UChar32* pStart, UChar32* pEnd) {
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
490 *pStart=array[rangeIndex++];
505 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1];
475 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) argument
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Duset.h1113 * @param pStart pointer to variable to receive first character
1122 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Duset.h1109 * @param pStart pointer to variable to receive first character
1118 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Duset.h1109 * @param pStart pointer to variable to receive first character
1118 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Duset.h1109 * @param pStart pointer to variable to receive first character
1118 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9399 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
9404 void *pStart; /* First byte of available memory space */ member in struct:Lookaside
18532 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd;
35959 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ member in struct:PCacheGlobal
81579 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
104245 WhereTerm *pStart, *pEnd; local
105604 spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd) argument
110609 void *pStart; local
114652 fts3GetReverseVarint( char **pp, char *pStart, sqlite3_int64 *pVal ) argument
117083 fts3ReversePoslist(char *pStart, char **ppPoslist) argument
[all...]

Completed in 594 milliseconds