Searched refs:atom_lookup (Results 1 – 4 of 4) sorted by relevance
/external/libxkbcommon/xkbcommon/test/ |
D | atom.c | 33 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/ |
D | atom.h | 40 atom_lookup(struct atom_table *table, const char *string, size_t len);
|
D | context-priv.c | 55 return atom_lookup(ctx->atom_table, string, strlen(string)); in xkb_atom_lookup()
|
D | atom.c | 173 atom_lookup(struct atom_table *table, const char *string, size_t len) in atom_lookup() function
|