Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestMultipleParagraphs.java84 boolean orderParagraphsLTR; in testMultipleParagraphs()
252 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs()
253 assertFalse("orderParagraphsLTR is true", orderParagraphsLTR); in testMultipleParagraphs()
254 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
255 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs()
256 assertTrue("orderParagraphsLTR is false", orderParagraphsLTR); in testMultipleParagraphs()
318 bidi.orderParagraphsLTR(false); in testMultipleParagraphs()
356 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
382 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
DTestStreaming.java88 bidi.orderParagraphsLTR(true); in testStreaming()
DTestContext.java79 bidi.orderParagraphsLTR(true); in testContext()
DTestBidi.java496 bidi.orderParagraphsLTR(true); in doMisc()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestMultipleParagraphs.java80 boolean orderParagraphsLTR; in testMultipleParagraphs()
248 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs()
249 assertFalse("orderParagraphsLTR is true", orderParagraphsLTR); in testMultipleParagraphs()
250 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
251 orderParagraphsLTR = bidi.isOrderParagraphsLTR(); in testMultipleParagraphs()
252 assertTrue("orderParagraphsLTR is false", orderParagraphsLTR); in testMultipleParagraphs()
314 bidi.orderParagraphsLTR(false); in testMultipleParagraphs()
352 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
378 bidi.orderParagraphsLTR(true); in testMultipleParagraphs()
DTestContext.java75 bidi.orderParagraphsLTR(true); in testContext()
DTestStreaming.java84 bidi.orderParagraphsLTR(true); in testStreaming()
DTestBidi.java492 bidi.orderParagraphsLTR(true); in doMisc()
/external/icu/icu4c/source/common/
Dubidi.c635 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) { in getDirProps()
1322 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) in resolveExplicitLevels()
2271 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR; in adjustWSLevels() local
2278 if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) { in adjustWSLevels()
2291 } else if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) { in adjustWSLevels()
2835 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) { in ubidi_orderParagraphsLTR() argument
2837 pBiDi->orderParagraphsLTR=orderParagraphsLTR; in ubidi_orderParagraphsLTR()
2844 return pBiDi->orderParagraphsLTR; in ubidi_isOrderParagraphsLTR()
Dubidiimp.h309 UBool orderParagraphsLTR; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1058 boolean orderParagraphsLTR; field in Bidi
2006 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in getDirProps()
2664 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in resolveExplicitLevels()
3548 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
3561 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
4334 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi
4335 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR()
4348 return orderParagraphsLTR; in isOrderParagraphsLTR()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1032 boolean orderParagraphsLTR; field in Bidi
1970 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in getDirProps()
2628 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) { in resolveExplicitLevels()
3512 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
3525 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) { in adjustWSLevels()
4293 public void orderParagraphsLTR(boolean ordarParaLTR) { in orderParagraphsLTR() method in Bidi
4294 orderParagraphsLTR = ordarParaLTR; in orderParagraphsLTR()
4305 return orderParagraphsLTR; in isOrderParagraphsLTR()
/external/icu/icu4c/source/common/unicode/
Dubidi.h664 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c1841 UBool orderParagraphsLTR; in testMultipleParagraphs() local
1984 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi); in testMultipleParagraphs()
1985 if (orderParagraphsLTR) { in testMultipleParagraphs()
1986 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, FALSE); in testMultipleParagraphs()
1989 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi); in testMultipleParagraphs()
1990 if (!orderParagraphsLTR) { in testMultipleParagraphs()
1991 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; ...
Dicu4j50.api3.gz12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j49.api3.gz
Dicu4j52.api3.gz
Dicu4j51.api3.gz
Dicu4j53.api3.gz
Dicu4j54.api3.gz
Dicu4j55.api3.gz
Dicu4j56.api3.gz