OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrappedphone
(Results
1 - 1
of
1
) sorted by null
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/text/
BidiFormatterSupport.java
46
String
wrappedPhone
= BidiFormatter.getInstance(true /* rtlContext */).unicodeWrap(phone);
47
formattedText = String.format(text,
wrappedPhone
);
Completed in 356 milliseconds