Home
last modified time | relevance | path

Searched refs:rxkb_iso639_code (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/
Dxkbregistry.h115 struct rxkb_iso639_code;
682 struct rxkb_iso639_code *
683 rxkb_iso639_code_ref(struct rxkb_iso639_code *iso639);
691 struct rxkb_iso639_code *
692 rxkb_iso639_code_unref(struct rxkb_iso639_code *iso639);
698 rxkb_iso639_code_get_code(struct rxkb_iso639_code *iso639);
710 struct rxkb_iso639_code *
723 struct rxkb_iso639_code *
724 rxkb_iso639_code_next(struct rxkb_iso639_code *iso639);
/external/libxkbcommon/src/
Dregistry.c54 struct rxkb_iso639_code { struct
250 rxkb_iso639_code_destroy(struct rxkb_iso639_code *code) in rxkb_iso639_code_destroy()
255 XKB_EXPORT struct rxkb_iso639_code *
258 struct rxkb_iso639_code *code = NULL; in rxkb_layout_get_iso639_first()
266 XKB_EXPORT struct rxkb_iso639_code *
267 rxkb_iso639_code_next(struct rxkb_iso639_code *code) in rxkb_iso639_code_next()
269 struct rxkb_iso639_code *next = NULL; in rxkb_iso639_code_next()
282 DECLARE_REF_UNREF_FOR_TYPE(rxkb_iso639_code);
283 DECLARE_CREATE_FOR_TYPE(rxkb_iso639_code);
284 DECLARE_GETTER_FOR_TYPE(rxkb_iso639_code, code);
[all …]
/external/libxkbcommon/tools/
Dregistry-list.c155 struct rxkb_iso639_code *iso639; in main()