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