isInTextShift1Set static method

bool isInTextShift1Set(
  1. int ch
)

Implementation

/* private */ static bool isInTextShift1Set(int ch) {
  return isInC40Shift1Set(ch);
}