OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unicodeWrap
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
BidiFormatterTest.java
100
assertNull(LTR_FMT.
unicodeWrap
(null));
105
LTR_FMT_EXIT_RESET.
unicodeWrap
("." + HE + "."));
108
LTR_FMT.
unicodeWrap
("." + HE + "."));
111
LTR_FMT.
unicodeWrap
("." + HE + ".", false));
114
LTR_FMT_EXIT_RESET.
unicodeWrap
(".", TextDirectionHeuristics.RTL));
117
RTL_FMT_EXIT_RESET.
unicodeWrap
("." + EN + "."));
120
RTL_FMT.
unicodeWrap
("." + EN + "."));
123
RTL_FMT.
unicodeWrap
("." + EN + ".", false));
126
RTL_FMT_EXIT_RESET.
unicodeWrap
(".", TextDirectionHeuristics.LTR));
135
LTR_FMT_EXIT_RESET.
unicodeWrap
(EN + HE, TextDirectionHeuristics.LTR))
[
all
...]
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
Completed in 67 milliseconds