Home
last modified time | relevance | path

Searched defs:codepair (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/sk_app/unix/
Dkeysym2ucs.c39 struct codepair { struct
40 unsigned short keysym;
41 unsigned short ucs;
/third_party/flutter/glfw/src/
Dxkb_unicode.c67 static const struct codepair { struct
68 unsigned short keysym;
69 unsigned short ucs;
/third_party/flutter/skia/tools/sk_app/unix/
Dkeysym2ucs.c39 struct codepair { struct
40 unsigned short keysym;
41 unsigned short ucs;
/third_party/libxkbcommon/src/
Dkeysym-utf.c45 struct codepair { struct
50 static const struct codepair keysymtab[] = { argument