/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 88 boolean orderParagraphsLTR; in testMultipleParagraphs() 256 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs() 257 assertFalse("orderParagraphsLTR is true", orderParagraphsLTR); in testMultipleParagraphs() 258 bidi.orderParagraphsLTR(true); in testMultipleParagraphs() 259 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs() 260 assertTrue("orderParagraphsLTR is false", orderParagraphsLTR); in testMultipleParagraphs() 322 bidi.orderParagraphsLTR(false); in testMultipleParagraphs() 360 bidi.orderParagraphsLTR(true); in testMultipleParagraphs() 386 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
|
D | TestStreaming.java | 92 bidi.orderParagraphsLTR(true); in testStreaming()
|
D | TestContext.java | 83 bidi.orderParagraphsLTR(true); in testContext()
|
D | TestBidi.java | 500 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.cpp | 634 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) { in getDirProps() 1326 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) in resolveExplicitLevels() 2297 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR; in adjustWSLevels() local 2304 if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) { in adjustWSLevels() 2317 } else if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) { in adjustWSLevels() 2861 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) { in ubidi_orderParagraphsLTR() argument 2863 pBiDi->orderParagraphsLTR=orderParagraphsLTR; in ubidi_orderParagraphsLTR() 2870 return pBiDi->orderParagraphsLTR; in ubidi_isOrderParagraphsLTR()
|
D | ubidiimp.h | 310 UBool orderParagraphsLTR; member
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1068 boolean orderParagraphsLTR; field in Bidi 2016 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in getDirProps() 2674 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in resolveExplicitLevels() 3578 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 3591 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 4367 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi 4368 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR() 4381 return orderParagraphsLTR; in isOrderParagraphsLTR()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 1044 boolean orderParagraphsLTR; field in Bidi 1982 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in getDirProps() 2640 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in resolveExplicitLevels() 3544 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 3557 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels() 4328 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi 4329 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR() 4340 return orderParagraphsLTR; in isOrderParagraphsLTR()
|
/external/icu/libandroidicu/include/unicode/ |
D | ubidi.h | 672 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
|
/external/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 672 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1848 UBool orderParagraphsLTR; in testMultipleParagraphs() local 1991 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi); in testMultipleParagraphs() 1992 if (orderParagraphsLTR) { in testMultipleParagraphs() 1993 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, FALSE); in testMultipleParagraphs() 1996 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi); in testMultipleParagraphs() 1997 if (!orderParagraphsLTR) { in testMultipleParagraphs() 1998 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, TRUE); in testMultipleParagraphs()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 616 void ubidi_orderParagraphsLTR_android(UBiDi * pBiDi, UBool orderParagraphsLTR) { in ubidi_orderParagraphsLTR_android() argument 617 ubidi_orderParagraphsLTR(pBiDi, orderParagraphsLTR); in ubidi_orderParagraphsLTR_android()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |
/external/icu/icu4j/tools/build/ |
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j54.api3.gz |
|
D | icu4j57.api3.gz | 12;ICU4J 57.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j55.api3.gz | 12;ICU4J 55.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j60.api3.gz | 12;ICU4J 60.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j59.api3.gz | 12;ICU4J 59.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j61.api3.gz | 12;ICU4J 61.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j62.api3.gz |
|