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

12

/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java155 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/chromium_org/third_party/icu/source/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...]
/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/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...]
/external/icu/icu4c/source/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);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp32 void CPDF_SimpleParser::ParseWord(FX_LPCBYTE& pStart, FX_DWORD& dwSize, int& type) argument
34 pStart = NULL;
67 pStart = m_pData + start_pos;
130 FX_LPCBYTE pStart; local
133 ParseWord(pStart, dwSize, type);
134 if (dwSize == 1 && pStart[0] == '<') {
141 return CFX_ByteStringC(pStart, (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData)));
142 } else if (dwSize == 1 && pStart[0] == '(') {
167 return CFX_ByteStringC(pStart, (FX_STRSIZ
[all...]
/external/pdfium/core/src/fxcrt/
H A Dmem_int.h87 void Initialize(FX_LPBYTE pStart, size_t pages) argument
89 m_pStartPage = m_pCurPage = pStart;
92 ((T*)pStart)->Initialize();
93 pStart += FX_FIXEDMEM_PAGESIZE;
95 m_pLimitPos = pStart;
160 void Initialize(FX_LPBYTE pStart, size_t pageSize, size_t pages);
H A Dfx_basic_bstring.cpp886 FX_LPCSTR pStart = m_pData->m_String; local
889 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
894 pStart = pTarget + nSourceLen;
908 pStart = m_pData->m_String;
911 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
912 FXSYS_memcpy32(pDest, pStart, pTarget - pStart);
913 pDest += pTarget - pStart;
[all...]
H A Dfx_basic_memmgr_mini.cpp330 void CFXMEM_Pages::Initialize(FX_LPBYTE pStart, size_t pageSize, size_t pages) argument
332 m_pStartPage = m_pCurPage = (CFXMEM_Page*)pStart;
335 ((CFXMEM_Page*)pStart)->Initialize(pageSize);
336 pStart += pageSize;
338 m_pLimitPos = (CFXMEM_Page*)pStart;
/external/openssl/crypto/asn1/
H A Da_set.c95 unsigned char *pStart, *pTempMem; local
121 pStart = p; /* Catch the beg of Setblobs*/
139 totSize = p - pStart; /* This is the total size of all set blobs */
159 memcpy(pStart, pTempMem, totSize);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Runtime.h46 void RemoveEventsInLoop(CJS_FieldEvent* pStart);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c86 #define CONVERT_44100_TO_BLUETOOTH(pStart, pEnd) \
89 SRC_TYPE *pS = (SRC_TYPE *)pStart; \
140 #define CONVERT_22050_TO_BLUETOOTH(pStart, pEnd) \
143 SRC_TYPE *pS = (SRC_TYPE *)pStart; \
193 #define CONVERT_11025_TO_BLUETOOTH(pStart, pEnd) \
196 SRC_TYPE *pS = (SRC_TYPE *)pStart; \
/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
186 pcache1.pStart = pBuf;
245 if( p>=pcache1.pStart && p<pcache1.pEnd ){
273 if( p>=pcache1.pStart && p<pcache1.pEnd ){
933 if( pcache1.pStart==0 ){
H A Dmain.c444 ** The cnt parameter is the number of slots. If pStart is NULL the
446 ** If pStart is not NULL then it is sz*cnt bytes of memory to use for
450 void *pStart; local
459 sqlite3_free(db->lookaside.pStart);
468 pStart = 0;
472 pStart = sqlite3Malloc( sz*cnt ); /* IMP: R-61949-35727 */
476 pStart = pBuf;
478 db->lookaside.pStart = pStart;
481 if( pStart ){
[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
166 sqlite_int64 i64Start = *((sqlite_int64 *) pStart);
/external/chromium_org/third_party/icu/source/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
/external/icu/icu4c/source/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
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp304 void CJS_Runtime::RemoveEventsInLoop(CJS_FieldEvent* pStart) argument
306 CJS_FieldEvent* p = pStart;
H A DPublicMethods.cpp280 FX_LPCWSTR pStart = NULL; local
285 if (!pStart && c != L' ')
287 pStart = p;
294 if (!pStart)
300 while (pEnd != pStart)
309 p = pStart;
371 if (p != pStart && !bDot && bDigitExist)

Completed in 6603 milliseconds

12