Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_fcitx.c88 char *text = NULL, *subtext; in Fcitx_GetPreeditString() local
100 dbus->message_iter_get_basic(&sub, &subtext); in Fcitx_GetPreeditString()
101 if (subtext && *subtext) { in Fcitx_GetPreeditString()
102 text_bytes += SDL_strlen(subtext); in Fcitx_GetPreeditString()
118 dbus->message_iter_get_basic(&sub, &subtext); in Fcitx_GetPreeditString()
119 if (subtext && *subtext) { in Fcitx_GetPreeditString()
120 size_t length = SDL_strlen(subtext); in Fcitx_GetPreeditString()
121 SDL_strlcpy(pivot, subtext, length + 1); in Fcitx_GetPreeditString()

Completed in 2 milliseconds