Searched refs:pItem (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpackage.cpp631 Item *pItem; local
797 for(pItem=items, i=0; i<itemCount; ++pItem, ++i) {
798 int32_t type=makeTypeEnum(pItem->type);
803 pItem->data, pItem->length, pItem->data,
810 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
811 if(length!=pItem
1012 const Item *pItem; local
1052 const Item *pItem; local
1065 Item *pItem; local
1134 const Item *pItem; local
[all...]
H A Dpkgitems.cpp618 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { argument
625 pInfo=getDataInfo(pItem->data,pItem->length, infoLength, itemHeaderLength, &errorCode);
639 pItem->name, u_errorName(errorCode));
646 inBytes=pItem->data+itemHeaderLength;
647 length=pItem->length-itemHeaderLength;
651 ures_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);
654 ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);
H A Dpackage.h126 void enumDependencies(Item *pItem, void *context, CheckDependency check);
/external/sqlite/dist/
H A Dsqlite3.c.orig17018 struct SrcList_item *pItem = &pSrc->a[k];
17020 if( pItem->zDatabase ){
17021 sqlite3StrAccumAppend(pAccum, pItem->zDatabase, -1);
17024 sqlite3StrAccumAppend(pAccum, pItem->zName, -1);
[all...]
H A Dsqlite3.c17023 struct SrcList_item *pItem = &pSrc->a[k]; local
17025 if( pItem->zDatabase ){
17026 sqlite3StrAccumAppend(pAccum, pItem->zDatabase, -1);
17029 sqlite3StrAccumAppend(pAccum, pItem->zName, -1);
59238 struct ExprList_item *pItem; local
59274 struct SrcList_item *pItem; local
59450 struct SrcList_item *pItem; /* Use for looping over pSrcList items */ local
59721 struct SrcList_item *pItem = &pSrc->a[iSrc]; local
59775 struct SrcList_item *pItem; local
60070 struct ExprList_item *pItem; local
60141 struct ExprList_item *pItem; local
60190 struct ExprList_item *pItem; /* A term of the ORDER BY clause */ local
60304 struct SrcList_item *pItem = &p->pSrc->a[i]; local
60369 struct ExprList_item *pItem; local
61355 struct ExprList_item *pItem, *pOldItem; local
61507 struct ExprList_item *pItem = &pList->a[pList->nExpr++]; local
61536 struct ExprList_item *pItem; local
61561 struct ExprList_item *pItem = &pList->a[pList->nExpr-1]; local
61592 struct ExprList_item *pItem; local
62165 struct ExprList_item *pItem; local
63539 struct ExprList_item *pItem = pList->a; local
63586 struct ExprList_item *pItem; local
64041 struct SrcList_item *pItem = pSrcList->a; local
64110 struct AggInfo_func *pItem = pAggInfo->aFunc; local
64185 struct ExprList_item *pItem; local
66135 struct SrcList_item *pItem; local
66200 struct ExprList_item *pItem; local
69629 struct SrcList_item *pItem; local
69660 struct SrcList_item *pItem; local
69678 struct SrcList_item *pItem; local
69719 struct SrcList_item *pItem; local
69756 struct SrcList_item *pItem = &p->a[p->nSrc-1]; local
70663 struct SrcList_item *pItem = pSrc->a; local
73602 struct SrcList_item *pItem = pSrc->a; local
75597 struct SrcList_item *pItem; /* An element of pSelect->pSrc */ local
79993 struct ExprList_item *pItem; local
81339 struct ExprList_item *pItem; local
81364 struct ExprList_item *pItem; local
81685 struct SrcList_item *pItem; local
82719 struct ExprList_item *pItem; local
82859 struct SrcList_item *pItem = &pTabList->a[i]; local
83034 struct ExprList_item *pItem; /* For looping over expression in a list */ local
83480 struct SrcList_item *pItem = &p->pSrc->a[i]; local
90606 struct SrcList_item *pItem = &pTabList->a[pLevel->iFrom]; local
[all...]

Completed in 284 milliseconds