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
270
String
strbidi
= "";
local
272
strbidi
+= objects[i].toString();
283
if (!strjbidi.equals(
strbidi
)) {
285
"\n bidi: " +
strbidi
+
289
"\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 294 milliseconds