Home
last modified time | relevance | path

Searched defs:nk_to_upper (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/deps/
H A Dnuklear.h6331 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