Example usage for Java android.text TextDirectionHeuristic fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | isRtl(char[] array, int start, int count) Guess if a chars array is in the RTL direction or not. |
boolean | isRtl(CharSequence cs, int start, int count) Guess if a CharSequence is in the RTL direction or not. |