Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestMultipleParagraphs.java86 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()
DTestStreaming.java90 bidi.orderParagraphsLTR(true); in testStreaming()
DTestContext.java81 bidi.orderParagraphsLTR(true); in testContext()
DTestBidi.java498 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.c637 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()
Dubidiimp.h312 UBool orderParagraphsLTR; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1062 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/
DBidi.java1037 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/
Dubidi.h666 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c1843 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/
Dicu4j48.api3.gz
Dicu4j50.api3.gz12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz
Dicu4j53.api3.gz
Dicu4j57.api3.gz
Dicu4j54.api3.gz
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j58.api3.gz12;ICU4J 58.1;; 2ST@3.6;PB;NS;NF;NS; ...