mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
11 lines
256 B
Java
Generated
11 lines
256 B
Java
Generated
// Generated automatically from android.text.TextDirectionHeuristic for testing purposes
|
|
|
|
package android.text;
|
|
|
|
|
|
public interface TextDirectionHeuristic
|
|
{
|
|
boolean isRtl(CharSequence p0, int p1, int p2);
|
|
boolean isRtl(char[] p0, int p1, int p2);
|
|
}
|