FileDocCategorySizeDatePackage
BidiFormatter.javaAPI DocAndroid 5.1 API1821Sat Mar 14 14:09:40 GMT 2015android.text

BidiFormatter

public final class BidiFormatter extends Object

Fields Summary
Constructors Summary
BidiFormatter()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.text.BidiFormattergetInstance()

 throw new RuntimeException("Stub!"); 
public static android.text.BidiFormattergetInstance(boolean rtlContext)

 throw new RuntimeException("Stub!"); 
public static android.text.BidiFormattergetInstance(java.util.Locale locale)

 throw new RuntimeException("Stub!"); 
public booleangetStereoReset()

 throw new RuntimeException("Stub!"); 
public booleanisRtl(java.lang.String str)

 throw new RuntimeException("Stub!"); 
public booleanisRtlContext()

 throw new RuntimeException("Stub!"); 
public java.lang.StringunicodeWrap(java.lang.String str, boolean isolate)

 throw new RuntimeException("Stub!"); 
public java.lang.StringunicodeWrap(java.lang.String str)

 throw new RuntimeException("Stub!"); 
public java.lang.StringunicodeWrap(java.lang.String str, android.text.TextDirectionHeuristic heuristic, boolean isolate)

 throw new RuntimeException("Stub!"); 
public java.lang.StringunicodeWrap(java.lang.String str, android.text.TextDirectionHeuristic heuristic)

 throw new RuntimeException("Stub!");