Searched refs:ContextCase (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestContext.java27 private class ContextCase { class in class:TestContext
34 ContextCase(String pro, String src, String epi, String exp, byte lev) { method in class:TestContext.ContextCase
43 private final ContextCase[] contextData = {
44 /*00*/ new ContextCase("", "", "", "", Bidi.LTR),
45 /*01*/ new ContextCase("", ".-=JKL-+*", "", ".-=LKJ-+*", Bidi.LTR),
46 /*02*/ new ContextCase(" ", ".-=JKL-+*", " ", ".-=LKJ-+*", Bidi.LTR),
47 /*03*/ new ContextCase("a", ".-=JKL-+*", "b", ".-=LKJ-+*", Bidi.LTR),
48 /*04*/ new ContextCase("D", ".-=JKL-+*", "", "LKJ=-.-+*", Bidi.LTR),
49 /*05*/ new ContextCase("", ".-=JKL-+*", " D", ".-=*+-LKJ", Bidi.LTR),
50 /*06*/ new ContextCase("", "
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestContext.java24 private class ContextCase { class in class:TestContext
31 ContextCase(String pro, String src, String epi, String exp, byte lev) { method in class:TestContext.ContextCase
40 private final ContextCase[] contextData = {
41 /*00*/ new ContextCase("", "", "", "", Bidi.LTR),
42 /*01*/ new ContextCase("", ".-=JKL-+*", "", ".-=LKJ-+*", Bidi.LTR),
43 /*02*/ new ContextCase(" ", ".-=JKL-+*", " ", ".-=LKJ-+*", Bidi.LTR),
44 /*03*/ new ContextCase("a", ".-=JKL-+*", "b", ".-=LKJ-+*", Bidi.LTR),
45 /*04*/ new ContextCase("D", ".-=JKL-+*", "", "LKJ=-.-+*", Bidi.LTR),
46 /*05*/ new ContextCase("", ".-=JKL-+*", " D", ".-=*+-LKJ", Bidi.LTR),
47 /*06*/ new ContextCase("", "
[all...]

Completed in 183 milliseconds