Searched refs:pDest (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dustrtrns.cpp50 UChar *pDest; local
70 pDest = dest;
80 if(pDest < destLimit) {
81 *pDest++ = (UChar)ch;
101 if(pDest < destLimit) {
102 *pDest++ = (UChar)ch;
108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
109 *pDest++ = U16_LEAD(ch);
110 *pDest
165 UChar32 *pDest; local
[all...]
H A Dutext.cpp1402 UChar *pDest = dest; local
1410 while((index < srcLength)&&(pDest<pDestLimit)){
1413 *pDest++=(UChar)ch;
1417 *(pDest++)=(UChar)ch;
1419 *(pDest++)=U16_LEAD(ch);
1420 if(pDest<pDestLimit){
1421 *(pDest++)=U16_TRAIL(ch);
1440 reqLength+=(int32_t)(pDest - dest);
/macosx-10.10/ntp-92/libopts/
H A Dtokenize.c44 ch_t* pDest = (ch_t*)*ppDest; local
59 *(pDest++) = ch;
64 *ppDest = (ch_t*)pDest; /* next spot for storing character */
72 ch_t* pDest = *ppDest; local
107 *(pDest++) = ch;
112 *ppDest = pDest; /* next spot for storing character */
/macosx-10.10/ntp-92/sntp/libopts/
H A Dtokenize.c44 ch_t* pDest = (ch_t*)*ppDest; local
59 *(pDest++) = ch;
64 *ppDest = (ch_t*)pDest; /* next spot for storing character */
72 ch_t* pDest = *ppDest; local
107 *(pDest++) = ch;
112 *ppDest = pDest; /* next spot for storing character */
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h105 UChar* pDest; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
152 pDest = dest;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
169 if(dest != pDest){
170 free(pDest);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DVectorMath.cpp214 __m128* pDest;
230 pDest = reinterpret_cast<__m128*>(destP);
231 *pDest = _mm_mul_ps(*pSource, mScale);
293 __m128* pDest;
304 pDest = reinterpret_cast<__m128*>(destP);
305 *pDest = _mm_add_ps(*pSource1, *pSource2);
328 pDest = reinterpret_cast<__m128*>(destP);
329 *pDest = _mm_add_ps(*pSource1, source2);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtrn.c988 const UChar *pu, *pDest; local
997 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode);
1005 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode);
1013 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode);
1021 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL);
1040 pDest=u_strFromUTF8Lenient(NULL, 0, &destLength, pb, -1, &errorCode);
1042 pDest!=NULL || dest[0]!=0x1234 || destLength!=destLength0
1052 pDest=u_strFromUTF8Lenient(dest, destLength0-1, &destLength, pb, -1, &errorCode);
1064 pDest=u_strFromUTF8Lenient(dest, LENGTHOF(dest), &destLength, pb, -1, &errorCode);
1066 pDest!
[all...]
/macosx-10.10/vim-55/src/
H A Dos_msdos.c2298 char_u *pDest; local
2313 pDest = strstr( pClipText, "\r\n" ); /* find first <CR><NL> */
2315 if (pDest != NULL) /* found one? */
2317 pStart = pDest + 1; /* points to <NL> after <CR> */
2322 memmove(pDest, pStart, (long)(pEnd - pStart));
2324 pDest += (long)(pEnd - pStart); /* new destination */
2333 memmove(pDest, pStart, (long)(pEnd - pStart)); /* exclude nul */
2334 pDest += (long)(pEnd - pStart);
2335 *pDest = '\0'; /* terminate */
2339 clip_data_size = (long_u)(pDest
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c236 register char *pSrc, *pDest; local
261 pDest = (char*) &(pInfo->deviceName);
264 pDest[i] = pSrc[i];
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dether_if_module.c305 u_int8_t* pDest = ((u_int8_t*)&ed->data[0]) + 3; local
307 bcopy(demux->data, pDest, 5);
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dwrtxml.cpp233 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength, argument
241 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
244 dest =*pDest;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c6814 sqlite3 *pDest, /* Destination database handle */
41120 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) argument
56474 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
63759 Mem *pDest; /* Where to write the extracted value */ member in struct:vdbeExecUnion::OP_Column_stack_vars
64065 Mem *pDest; member in struct:vdbeExecUnion::OP_VColumn_stack_vars
88430 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
88487 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
92384 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) argument
92856 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
92881 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
94270 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]
H A Dsqlite3.h6261 sqlite3 *pDest, /* Destination database handle */

Completed in 499 milliseconds