Searched defs:nk_to_upper (Results 1 - 1 of 1) sorted by relevance
| /third_party/glfw/deps/ | ||
| H A D | nuklear.h | 6331 NK_LIB int nk_to_upper(int c) {return (c >= 'a' && c <= 'z') ? (c - ('a' - 'A')) : c;} in nk_to_upper() function |
Completed in 60 milliseconds