HomeSort by relevance Sort by last modified time
    Searched refs:text_next (Results 1 - 2 of 2) sorted by null

  /external/libxkbcommon/xkbcommon/src/
context-priv.c 98 if (sizeof(ctx->text_buffer) - ctx->text_next <= size)
99 ctx->text_next = 0;
101 rtrn = &ctx->text_buffer[ctx->text_next];
102 ctx->text_next += size;
context.h 50 size_t text_next; member in struct:xkb_context

Completed in 194 milliseconds