Home
last modified time | relevance | path

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

12

/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()
DTestStreaming.java89 bidi.orderParagraphsLTR(true); in testStreaming()
DTestContext.java80 bidi.orderParagraphsLTR(true); in testContext()
DTestBidi.java497 bidi.orderParagraphsLTR(true); in doMisc()
/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/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/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()
3517 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
3530 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
4298 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi
4299 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR()
4310 return orderParagraphsLTR; in isOrderParagraphsLTR()
/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()
3552 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
3565 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
4338 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi
4339 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR()
4352 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz
Dicu4j52.api3.gz
Dicu4j49.api3.gz
Dicu4j50.api3.gz
Dicu4j57.api3.gz
Dicu4j55.api3.gz
Dicu4j53.api3.gz
Dicu4j56.api3.gz
Dicu4j54.api3.gz

12