for (let c: int = aLowerCharCode; c <= zLowerCharCode; c++) {
    CHAR_MAP[C.MODE_LOWER][c] = c - aLowerCharCode + 2;
  }