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