Home
last modified time | relevance | path

Searched refs:iFirst (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_layoutpseudomodel.cpp195 int32_t iFirst = pLayoutItem->GetFirst()->GetPage()->GetPageIndex(); in Script_LayoutPseudoModel_PageSpan() local
196 int32_t iPageSpan = iLast - iFirst + 1; in Script_LayoutPseudoModel_PageSpan()
/external/robolectric/v3/
Drobolectric-processor-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/sqlite/dist/
Dsqlite3.c61005 int iFirst, /* Index of first cell to add */
61012 int iEnd = iFirst + nCell;
61014 for(i=iFirst; i<iEnd; i++){
61048 int iFirst, /* First cell to delete */
61057 int iEnd = iFirst + nCell;
61061 for(i=iFirst; i<iEnd; i++){
63398 int iFirst = iPage;
63405 N+1, expected, iFirst);
108413 int iFirst, mx;
108416 iFirst = 8;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c60987 int iFirst, /* Index of first cell to add */
60994 int iEnd = iFirst + nCell;
60996 for(i=iFirst; i<iEnd; i++){
61030 int iFirst, /* First cell to delete */
61039 int iEnd = iFirst + nCell;
61043 for(i=iFirst; i<iEnd; i++){
63380 int iFirst = iPage;
63387 N+1, expected, iFirst);
108395 int iFirst, mx;
108398 iFirst = 8;
[all …]