Searched refs:FXSYS_toupper (Results 1 – 3 of 3) sorted by relevance
132 *str = FXSYS_toupper(*str); in FXSYS_strupr()154 *str = FXSYS_toupper(*str); in FXSYS_wcsupr()164 f = FXSYS_toupper(*dst); in FXSYS_stricmp()165 l = FXSYS_toupper(*src); in FXSYS_stricmp()176 f = FXSYS_toupper(*dst); in FXSYS_wcsicmp()177 l = FXSYS_toupper(*src); in FXSYS_wcsicmp()
40 inline int32_t FXSYS_toupper(int32_t ch) { in FXSYS_toupper() function
611 if (FXSYS_toupper(pListItem->GetFirstChar()) == FXSYS_toupper(nChar)) in FindNext()