Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Dcontext-priv.c98 if (sizeof(ctx->text_buffer) - ctx->text_next <= size) in xkb_context_get_buffer()
99 ctx->text_next = 0; in xkb_context_get_buffer()
101 rtrn = &ctx->text_buffer[ctx->text_next]; in xkb_context_get_buffer()
102 ctx->text_next += size; in xkb_context_get_buffer()
Dcontext.h50 size_t text_next; member