/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 86 boolean orderParagraphsLTR; in testMultipleParagraphs() 254 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs() 255 assertFalse("orderParagraphsLTR is true", orderParagraphsLTR); in testMultipleParagraphs() 256 bidi.orderParagraphsLTR(true); in testMultipleParagraphs() 257 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs() 258 assertTrue("orderParagraphsLTR is false", orderParagraphsLTR); in testMultipleParagraphs() 320 bidi.orderParagraphsLTR(false); in testMultipleParagraphs() 358 bidi.orderParagraphsLTR(true); in testMultipleParagraphs() 384 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
|
D | TestStreaming.java | 90 bidi.orderParagraphsLTR(true); in testStreaming()
|
D | TestContext.java | 81 bidi.orderParagraphsLTR(true); in testContext()
|
D | TestBidi.java | 498 bidi.orderParagraphsLTR(true); in doMisc()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 85 boolean orderParagraphsLTR; in testMultipleParagraphs() 253 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs() 254 assertFalse("orderParagraphsLTR is true", orderParagraphsLTR); in testMultipleParagraphs() 255 bidi.orderParagraphsLTR(true); in testMultipleParagraphs() 256 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs() 257 assertTrue("orderParagraphsLTR is false", orderParagraphsLTR); in testMultipleParagraphs() 319 bidi.orderParagraphsLTR(false); in testMultipleParagraphs() 357 bidi.orderParagraphsLTR(true); in testMultipleParagraphs() 383 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
|
D | TestContext.java | 80 bidi.orderParagraphsLTR(true); in testContext()
|
D | TestStreaming.java | 89 bidi.orderParagraphsLTR(true); in testStreaming()
|
D | TestBidi.java | 497 bidi.orderParagraphsLTR(true); in doMisc()
|
/external/icu/icu4c/source/common/ |
D | ubidi.c | 637 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) { in getDirProps() 1324 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) in resolveExplicitLevels() 2273 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR; in adjustWSLevels() local 2280 if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) { in adjustWSLevels() 2293 } else if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) { in adjustWSLevels() 2837 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) { in ubidi_orderParagraphsLTR() argument 2839 pBiDi->orderParagraphsLTR=orderParagraphsLTR; in ubidi_orderParagraphsLTR() 2846 return pBiDi->orderParagraphsLTR; in ubidi_isOrderParagraphsLTR()
|
D | ubidiimp.h | 312 UBool orderParagraphsLTR; member
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1062 boolean orderParagraphsLTR; field in Bidi 2010 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in getDirProps() 2668 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in resolveExplicitLevels() 3572 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 3585 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 4360 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi 4361 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR() 4374 return orderParagraphsLTR; in isOrderParagraphsLTR()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 1037 boolean orderParagraphsLTR; field in Bidi 1975 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in getDirProps() 2633 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in resolveExplicitLevels() 3537 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 3550 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 4320 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi 4321 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR() 4332 return orderParagraphsLTR; in isOrderParagraphsLTR()
|
/external/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 666 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1843 UBool orderParagraphsLTR; in testMultipleParagraphs() local 1986 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi); in testMultipleParagraphs() 1987 if (orderParagraphsLTR) { in testMultipleParagraphs() 1988 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, FALSE); in testMultipleParagraphs() 1991 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi); in testMultipleParagraphs() 1992 if (!orderParagraphsLTR) { in testMultipleParagraphs() 1993 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, TRUE); in testMultipleParagraphs()
|
/external/icu/icu4j/tools/build/ |
D | icu4j48.api3.gz |
|
D | icu4j50.api3.gz | 12;ICU4J 50.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j51.api3.gz |
|
D | icu4j52.api3.gz |
|
D | icu4j49.api3.gz |
|
D | icu4j53.api3.gz |
|
D | icu4j57.api3.gz |
|
D | icu4j54.api3.gz |
|
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j58.api3.gz | 12;ICU4J 58.1;;
2ST@3.6;PB;NS;NF;NS; ... |