Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Datom.c33 atom_lookup(table, literal, sizeof(literal) - 1)
87 atom = atom_lookup(table, arr[i].string, arr[i].len); in test_random_strings()
157 assert(atom_lookup(table, NULL, 0) == XKB_ATOM_NONE); in main()
/external/libxkbcommon/xkbcommon/src/
Datom.h40 atom_lookup(struct atom_table *table, const char *string, size_t len);
Dcontext-priv.c55 return atom_lookup(ctx->atom_table, string, strlen(string)); in xkb_atom_lookup()
Datom.c173 atom_lookup(struct atom_table *table, const char *string, size_t len) in atom_lookup() function