Searched refs:nPos (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 185 vertPos = si.nPos; in WndProc() 190 si.nPos = si.nMin; in WndProc() 194 si.nPos = si.nMax; in WndProc() 198 si.nPos -= 1; in WndProc() 202 si.nPos += 1; in WndProc() 206 si.nPos -= si.nPage; in WndProc() 210 si.nPos += si.nPage; in WndProc() 214 si.nPos = si.nTrackPos; in WndProc() 227 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc() 228 … ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NULL, NULL); in WndProc() [all …]
|
D | layout.cpp | 183 vertPos = si.nPos; in WndProc() 188 si.nPos = si.nMin; in WndProc() 192 si.nPos = si.nMax; in WndProc() 196 si.nPos -= 1; in WndProc() 200 si.nPos += 1; in WndProc() 204 si.nPos -= si.nPage; in WndProc() 208 si.nPos += si.nPage; in WndProc() 212 si.nPos = si.nTrackPos; in WndProc() 225 if (context->paragraph != NULL && si.nPos != vertPos) { in WndProc() 226 … ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NULL, NULL); in WndProc() [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 689 int32_t nPos = 0; in GetNumericFormat() local 690 lpBuf[nPos++] = L's'; in GetNumericFormat() 693 lpBuf[nPos++] = L'z'; in GetNumericFormat() 694 lpBuf[nPos++] = L'*'; in GetNumericFormat() 697 lpBuf[nPos++] = L'z'; in GetNumericFormat() 702 lpBuf[nPos++] = L'.'; in GetNumericFormat() 705 lpBuf[nPos++] = L'z'; in GetNumericFormat() 706 lpBuf[nPos++] = L'*'; in GetNumericFormat() 709 lpBuf[nPos++] = L'z'; in GetNumericFormat()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2726 int32_t nPos = *nextPos; in rule9Adjust() local 2734 *nextChar = fText->char32At(nPos); in rule9Adjust() 2738 nPos = fText->moveIndex32(nPos, 1); in rule9Adjust() 2754 *nextPos = nPos; in rule9Adjust() 2755 *nextChar = fText->char32At(nPos); in rule9Adjust()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_formatstring.cpp | 2084 int nPos = dot_index.value() % 3; in FormatStrNum() local 2088 if (i % 3 == nPos && i != 0) in FormatStrNum()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 2689 size_t nPos = dot_index.value() % 3; in FormatNumStr() local 2692 if (i % 3 == nPos && i != 0) in FormatNumStr()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 193929 int nPos = nSz*2 + p->bDel; /* Value of nPos field */ 193932 if( nPos<=127 ){ 193933 pPtr[p->iSzPoslist] = (u8)nPos; 193935 int nByte = sqlite3Fts5GetVarintLen((u32)nPos); 193937 sqlite3Fts5PutVarint(&pPtr[p->iSzPoslist], nPos); 194728 int nPos; /* Number of bytes in current position list */ 195854 pIter->nPos = 1; 195859 pIter->nPos = 1; 195862 pIter->nPos = 0; 195869 pIter->nPos = nSz>>1; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 193957 int nPos = nSz*2 + p->bDel; /* Value of nPos field */ 193960 if( nPos<=127 ){ 193961 pPtr[p->iSzPoslist] = (u8)nPos; 193963 int nByte = sqlite3Fts5GetVarintLen((u32)nPos); 193965 sqlite3Fts5PutVarint(&pPtr[p->iSzPoslist], nPos); 194756 int nPos; /* Number of bytes in current position list */ 195882 pIter->nPos = 1; 195887 pIter->nPos = 1; 195890 pIter->nPos = 0; 195897 pIter->nPos = nSz>>1; [all …]
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1486 GetSubMenu(hMenu ptr[inout, intptr], nPos int32) 1487 GetMenuItemID(hMenu ptr[inout, intptr], nPos int32) 1548 SetScrollPos(hWnd ptr[inout, intptr], nBar int32, nPos int32, bRedraw int32)
|