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

/external/icu4c/common/
H A Dubidi.c502 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
726 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
1537 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR; local
1544 if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
1557 } else if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
2063 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) { argument
2065 pBiDi->orderParagraphsLTR=orderParagraphsLTR;
2072 return pBiDi->orderParagraphsLTR;
[all...]
H A Dubidiimp.h252 UBool orderParagraphsLTR; member in struct:UBiDi
/external/icu4c/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/icu4c/test/cintltst/
H A Dcbiditst.c1690 UBool orderParagraphsLTR; local
1792 /* check level of block separator at end of paragraph when orderParagraphsLTR==FALSE */
1833 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1834 if (orderParagraphsLTR) {
1835 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, FALSE);
1838 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1839 if (!orderParagraphsLTR) {
1840 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, TRU
[all...]

Completed in 860 milliseconds