Home | History | Annotate | Download | only in switchback

Lines Matching refs:vexxx_toupper

104 static HChar vexxx_toupper ( HChar c )
143 # define MAYBE_TOUPPER(ch) toHChar(capitalise ? vexxx_toupper(ch) : (ch))