File
Doc
Category
Size
Date
Package
BidiFormatter.java
API Doc
Android 5.1 API
1821
Sat Mar 14 14:09:40 GMT 2015
android.text
BidiFormatter
java.lang.Object
public final class BidiFormatter extends Object
Fields Summary
Constructors Summary
BidiFormatter
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.text.BidiFormatter
getInstance
()
throw new RuntimeException("Stub!");
public static
android.text.BidiFormatter
getInstance
(
boolean
rtlContext)
throw new RuntimeException("Stub!");
public static
android.text.BidiFormatter
getInstance
(
java.util.Locale
locale)
throw new RuntimeException("Stub!");
public
boolean
getStereoReset
()
throw new RuntimeException("Stub!");
public
boolean
isRtl
(
java.lang.String
str)
throw new RuntimeException("Stub!");
public
boolean
isRtlContext
()
throw new RuntimeException("Stub!");
public
java.lang.String
unicodeWrap
(
java.lang.String
str,
boolean
isolate)
throw new RuntimeException("Stub!");
public
java.lang.String
unicodeWrap
(
java.lang.String
str)
throw new RuntimeException("Stub!");
public
java.lang.String
unicodeWrap
(
java.lang.String
str,
android.text.TextDirectionHeuristic
heuristic,
boolean
isolate)
throw new RuntimeException("Stub!");
public
java.lang.String
unicodeWrap
(
java.lang.String
str,
android.text.TextDirectionHeuristic
heuristic)
throw new RuntimeException("Stub!");
Java Code Source