Searched refs:pgstart (Results 1 – 1 of 1) sorted by relevance
992 DWORD pgstart = 0; in UILess_GetCandidateList() local1008 pgstart = idxlist[page]; in UILess_GetCandidateList()1010 pgsize = SDL_min(count, idxlist[page + 1]) - pgstart; in UILess_GetCandidateList()1012 pgsize = count - pgstart; in UILess_GetCandidateList()1018 videodata->ime_candsel = videodata->ime_candsel - pgstart; in UILess_GetCandidateList()1021 for (i = pgstart, j = 0; (DWORD)i < count && j < videodata->ime_candpgsize; i++, j++) { in UILess_GetCandidateList()