Searched refs:REQ_DL (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | StaticLayoutBidiTest.java | 38 public static final int REQ_DL = 2; // Layout.DIR_REQUEST_DEFAULT_LTR; field in StaticLayoutBidiTest 53 expectNativeBidi(REQ_DL, "a test", "000000", L); in testAllLtr() 58 expectNativeBidi(REQ_DL, "abc " + ALEF + BET + GIMEL, "0000111", L); in testLtrRtl() 63 expectNativeBidi(REQ_DL, ALEF + SP + ALEF + BET + GIMEL + DALET, "111111", R); in testAllRtl() 68 expectNativeBidi(REQ_DL, ALEF + BET + GIMEL + " abc", "1111222", R); in testRtlLtr() 88 expectNativeBidi(REQ_DL, ALEF + BET + GIMEL + " abc", "1111222", R); in testLRtlLtr()
|