Searched refs:nPos (Results 1 - 6 of 6) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dsys_sun.cpp53 int nPos; member in struct:__anon5648
102 sys_handles[i].nPos = 0;
127 sys_handles[i].nPos = 0;
147 sys_handles[handle].nPos = position;
156 int nPos = sys_handles[handle].nPos; local
158 if (nPos + count > sys_handles[handle].nLen)
159 count = sys_handles[handle].nLen - nPos;
160 memcpy( dest, &sys_handles[handle].pMap[nPos], count );
161 sys_handles[handle].nPos
[all...]
/external/icu4c/samples/layout/
H A Dclayout.c179 vertPos = si.nPos;
184 si.nPos = si.nMin;
188 si.nPos = si.nMax;
192 si.nPos -= 1;
196 si.nPos += 1;
200 si.nPos -= si.nPage;
204 si.nPos += si.nPage;
208 si.nPos = si.nTrackPos;
221 if (context->paragraph != NULL && si.nPos != vertPos) {
222 ScrollWindow(hwnd, 0, pf_getLineHeight(context->paragraph) * (vertPos - si.nPos), NUL
[all...]
H A Dlayout.cpp177 vertPos = si.nPos;
182 si.nPos = si.nMin;
186 si.nPos = si.nMax;
190 si.nPos -= 1;
194 si.nPos += 1;
198 si.nPos -= si.nPage;
202 si.nPos += si.nPage;
206 si.nPos = si.nTrackPos;
219 if (context->paragraph != NULL && si.nPos != vertPos) {
220 ScrollWindow(hwnd, 0, context->paragraph->getLineHeight() * (vertPos - si.nPos), NUL
[all...]
/external/svox/pico/lib/
H A Dpicopam.c2070 picoos_uint32 nPos; local
2087 nPos = 4;
2088 picoos_read_mem_pi_uint16(qItem, &nPos, &nValue);
4405 picoos_uint32 nPos; local
4425 nPos = 4;
4426 picoos_read_mem_pi_uint16(itemBase, &nPos, &uMinDur);
4427 picoos_read_mem_pi_uint16(itemBase, &nPos, &uMaxDur);
/external/chromium/third_party/icu/source/test/intltest/
H A Drbbitst.cpp3753 int32_t nPos = *nextPos; local
3761 *nextChar = fText->char32At(nPos);
3765 nPos = fText->moveIndex32(nPos, 1);
3781 *nextPos = nPos;
3782 *nextChar = fText->char32At(nPos);
/external/icu4c/test/intltest/
H A Drbbitst.cpp3433 int32_t nPos = *nextPos; local
3441 *nextChar = fText->char32At(nPos);
3445 nPos = fText->moveIndex32(nPos, 1);
3461 *nextPos = nPos;
3462 *nextChar = fText->char32At(nPos);

Completed in 99 milliseconds