Home
last modified time | relevance | path

Searched refs:orderParagraphsLTR (Results 1 – 25 of 27) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestMultipleParagraphs.java88 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()
DTestStreaming.java92 bidi.orderParagraphsLTR(true); in testStreaming()
DTestContext.java83 bidi.orderParagraphsLTR(true); in testContext()
DTestBidi.java500 bidi.orderParagraphsLTR(true); in doMisc()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestMultipleParagraphs.java85 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()
DTestContext.java80 bidi.orderParagraphsLTR(true); in testContext()
DTestStreaming.java89 bidi.orderParagraphsLTR(true); in testStreaming()
DTestBidi.java497 bidi.orderParagraphsLTR(true); in doMisc()
/external/icu/icu4c/source/common/
Dubidi.cpp634 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()
Dubidiimp.h310 UBool orderParagraphsLTR; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1068 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/
DBidi.java1044 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/
Dubidi.h672 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
/external/icu/icu4c/source/common/unicode/
Dubidi.h672 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c1848 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/
Dshim.cpp616 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/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/icu/icu4j/tools/build/
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j54.api3.gz
Dicu4j57.api3.gz12;ICU4J 57.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j55.api3.gz12;ICU4J 55.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j60.api3.gz12;ICU4J 60.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j59.api3.gz12;ICU4J 59.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j61.api3.gz12;ICU4J 61.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j62.api3.gz

12