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

/external/chromium/third_party/icu/source/common/
H A Dubidi.c482 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
706 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
1517 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR; local
1524 if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
1537 } else if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
2043 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) { argument
2045 pBiDi->orderParagraphsLTR=orderParagraphsLTR;
2052 return pBiDi->orderParagraphsLTR;
[all...]
H A Dubidiimp.h252 UBool orderParagraphsLTR; member in struct:UBiDi
/external/icu4c/common/
H A Dubidi.c478 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
702 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
1513 UBool orderParagraphsLTR=pBiDi->orderParagraphsLTR; local
1520 if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
1533 } else if(orderParagraphsLTR&&(flag&DIRPROP_FLAG(B))) {
2039 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR) { argument
2041 pBiDi->orderParagraphsLTR=orderParagraphsLTR;
2048 return pBiDi->orderParagraphsLTR;
[all...]
H A Dubidiimp.h252 UBool orderParagraphsLTR; member in struct:UBiDi
/external/chromium/third_party/icu/public/common/unicode/
H A Dubidi.h606 * @param orderParagraphsLTR specifies whether paragraph separators (B) must
613 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
958 * argument <code>orderParagraphsLTR</code> set to <code>TRUE</code> before
/external/icu4c/common/unicode/
H A Dubidi.h626 * @param orderParagraphsLTR specifies whether paragraph separators (B) must
633 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
976 * argument <code>orderParagraphsLTR</code> set to <code>TRUE</code> before
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcbiditst.c1568 UBool orderParagraphsLTR; local
1670 /* check level of block separator at end of paragraph when orderParagraphsLTR==FALSE */
1711 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1712 if (orderParagraphsLTR) {
1713 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, FALSE);
1716 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1717 if (!orderParagraphsLTR) {
1718 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, TRU
[all...]
/external/icu4c/test/cintltst/
H A Dcbiditst.c1568 UBool orderParagraphsLTR; local
1670 /* check level of block separator at end of paragraph when orderParagraphsLTR==FALSE */
1711 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1712 if (orderParagraphsLTR) {
1713 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, FALSE);
1716 orderParagraphsLTR=ubidi_isOrderParagraphsLTR(pBidi);
1717 if (!orderParagraphsLTR) {
1718 log_err("Found orderParagraphsLTR=%d expected=%d\n", orderParagraphsLTR, TRU
[all...]

Completed in 94 milliseconds