Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c822 size_t cchars = 0; in IME_GetCandidateList() local
826 if (len + cchars > maxcandchar) { in IME_GetCandidateList()
831 cchars = len; in IME_GetCandidateList()
834 cchars += len; in IME_GetCandidateList()