Searched refs:ImCharIsBlankW (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h156 static inline bool ImCharIsBlankW(unsigned int c) { return c == ' ' || c == '\t' || c == 0x3000; } function in typeref:typename:bool
H A Dimgui_widgets.cpp2919 static bool is_separator(unsigned int c) { return ImCharIsBlankW(c) || c==',' || c==';' || c=='(' || c==')' || c=='{' || c=='}' || c=='[' || c==']' || c=='|'; }
3100 if (ImCharIsBlankW(c))
H A Dimgui_draw.cpp2597 if (ImCharIsBlankW(c))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h156 static inline bool ImCharIsBlankW(unsigned int c) { return c == ' ' || c == '\t' || c == 0x3000; } function in typeref:typename:bool
H A Dimgui_widgets.cpp2919 static bool is_separator(unsigned int c) { return ImCharIsBlankW(c) || c==',' || c==';' || c=='(' || c==')' || c=='{' || c=='}' || c=='[' || c==']' || c=='|'; }
3100 if (ImCharIsBlankW(c))
H A Dimgui_draw.cpp2597 if (ImCharIsBlankW(c))

Completed in 47 milliseconds