Searched refs:iCount (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkPicturePlayback.cpp | 699 int iCount = 0; in draw() local 709 iCount = getInt(); in draw() 711 iCount * sizeof(uint16_t)); in draw() 714 indices, iCount, paint); in draw()
|
/external/icu4c/extra/uconv/ |
D | uconv.cpp | 459 iCR, iLF, iNL, iLS, iPS, iCount in getChunkLimit() enumerator
|
/external/sqlite/dist/ |
D | sqlite3.c | 62653 SQLITE_PRIVATE void sqlite3ExprCacheAffinityChange(Parse *pParse, int iStart, int iCount){ 62654 sqlite3ExprCacheRemove(pParse, iStart, iCount);
|
D | sqlite3.c.orig | 62639 ** Record the fact that an affinity change has occurred on iCount 62642 SQLITE_PRIVATE void sqlite3ExprCacheAffinityChange(Parse *pParse, int iStart, int iCount){ 62643 sqlite3ExprCacheRemove(pParse, iStart, iCount);
|