OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strbidi
(Results
1 - 2
of
2
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestCompatibility.java
268
String
strbidi
= "";
local
270
strbidi
+= objects[i].toString();
281
if (!strjbidi.equals(
strbidi
)) {
283
"\n bidi: " +
strbidi
+
287
"\n bidi: " +
strbidi
+
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestCompatibility.java
267
String
strbidi
= "";
local
269
strbidi
+= objects[i].toString();
280
if (!strjbidi.equals(
strbidi
)) {
282
"\n bidi: " +
strbidi
+
286
"\n bidi: " +
strbidi
+
Completed in 360 milliseconds