Searched refs:subtext (Results 1 – 1 of 1) sorted by relevance
88 char *text = NULL, *subtext; in Fcitx_GetPreeditString() local100 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