Searched refs:orderParagraphsLTR (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestMultipleParagraphs.java80 boolean orderParagraphsLTR;
200 /* check level of block separator at end of paragraph when orderParagraphsLTR==FALSE */
248 orderParagraphsLTR = bidi.isOrderParagraphsLTR();
249 assertFalse("orderParagraphsLTR is true", orderParagraphsLTR);
250 bidi.orderParagraphsLTR(true);
251 orderParagraphsLTR = bidi.isOrderParagraphsLTR();
252 assertTrue("orderParagraphsLTR is false", orderParagraphsLTR);
254 /* check level of block separator at end of paragraph when orderParagraphsLTR
[all...]
H A DTestContext.java75 bidi.orderParagraphsLTR(true);
H A DTestStreaming.java84 bidi.orderParagraphsLTR(true);
H A DTestBidi.java492 bidi.orderParagraphsLTR(true);
/external/icu/icu4c/source/common/unicode/
H A Dubidi.h657 * @param orderParagraphsLTR specifies whether paragraph separators (B) must
664 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
1007 * argument <code>orderParagraphsLTR</code> set to <code>TRUE</code> before
/external/icu/icu4c/source/common/
H A Dubidi.c635 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
1322 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B)))
2271 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR; local
2278 if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
2291 } else if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
2835 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) { argument
2837 pBiDi->orderParagraphsLTR=orderParagraphsLTR;
2844 return pBiDi->orderParagraphsLTR;
[all...]
H A Dubidiimp.h312 UBool orderParagraphsLTR; member in struct:UBiDi
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java938 * recommended to call <code>orderParagraphsLTR(true)</code> before calling
1062 boolean orderParagraphsLTR; field in class:Bidi
1295 orderParagraphsLTR = false;
2010 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) {
2668 if (orderParagraphsLTR && (flags & DirPropFlag(B)) != 0) {
3552 if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) {
3565 } else if (orderParagraphsLTR && (flag & DirPropFlag(B)) != 0) {
4338 public void orderParagraphsLTR(boolean ordarParaLTR) { method in class:Bidi
4339 orderParagraphsLTR = ordarParaLTR;
4352 return orderParagraphsLTR;
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c1841 UBool orderParagraphsLTR; local
1943 /* check level of block separator at end of paragraph when orderParagraphsLTR==FALSE */
1984 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1985 if (orderParagraphsLTR) {
1986 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, FALSE);
1989 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1990 if (!orderParagraphsLTR) {
1991 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, TRU
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 588 milliseconds