Home
last modified time | relevance | path

Searched refs:MAX_CANDLIST (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.h38 #define MAX_CANDLIST 10 macro
158 WCHAR ime_candidates[MAX_CANDLIST][MAX_CANDLENGTH];
A DSDL_windowskeyboard.c830 videodata->ime_candpgsize = SDL_min(cand_list->dwPageSize, MAX_CANDLIST); in IME_GetCandidateList()
1012 videodata->ime_candpgsize = SDL_min(pgsize, MAX_CANDLIST); in UILess_GetCandidateList()
1409 SIZE candsizes[MAX_CANDLIST]; in IME_RenderCandidateList()
1412 …const int candcount = SDL_min(SDL_min(MAX_CANDLIST, videodata->ime_candcount), videodata->ime_cand… in IME_RenderCandidateList()

Completed in 6 milliseconds