// Token: 0x0600353D RID: 13629 RVA: 0x000F1171 File Offset: 0x000EF371
 private static bool IsThai(char ch)
 {
     return(SelectionWordBreaker.IsInRange(3584U, ch, 3711U));
 }
 // Token: 0x0600353E RID: 13630 RVA: 0x000F1183 File Offset: 0x000EF383
 private static bool IsHebrew(char ch)
 {
     return(SelectionWordBreaker.IsInRange(1488U, ch, 1522U));
 }
 // Token: 0x0600353C RID: 13628 RVA: 0x000F115F File Offset: 0x000EF35F
 private static bool IsKorean(char ch)
 {
     return(SelectionWordBreaker.IsInRange(44032U, ch, 55295U));
 }