Guess if a chars array is in the RTL direction or not.paramarray the char array.paramstart start index, inclusive.paramcount the length to check, must not be negative and not greater than {@code array.length - start}.returntrue if all chars in the range are to be considered in a RTL direction, false otherwise.
Guess if a {@code CharSequence} is in the RTL direction or not.paramcs the CharSequence.paramstart start index, inclusive.paramcount the length to check, must not be negative and not greater than {@code CharSequence.length() - start}.returntrue if all chars in the range are to be considered in a RTL direction, false otherwise.