isInTextShift2Set static method

bool isInTextShift2Set(
  1. int ch,
  2. int fnc1
)

Implementation

/* private */ static bool isInTextShift2Set(int ch, int fnc1) {
  return isInC40Shift2Set(ch, fnc1);
}