Home | History | Annotate | Download | only in switchback

Lines Matching refs:vexxx_toupper

973 static HChar vexxx_toupper ( HChar c )
1012 # define MAYBE_TOUPPER(ch) (capitalise ? vexxx_toupper(ch) : (ch))