Home | History | Annotate | Download | only in tests

Lines Matching refs:vex_toupper

1026 static HChar vex_toupper ( HChar c )
1065 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch))