HomeSort by relevance Sort by last modified time
    Searched refs:orderParagraphsLTR (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestMultipleParagraphs.java 80 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==TRUE *
    [all...]
TestContext.java 75 bidi.orderParagraphsLTR(true);
TestStreaming.java 84 bidi.orderParagraphsLTR(true);
TestBidi.java 492 bidi.orderParagraphsLTR(true);
  /external/icu/icu4c/source/common/unicode/
ubidi.h 657 * @param orderParagraphsLTR specifies whether paragraph separators (B) must
664 ubidi_orderParagraphsLTR(UBiDi *pBiDi, UBool orderParagraphsLTR);
    [all...]
  /external/icu/icu4c/source/common/
ubidi.c 635 if(pBiDi->orderParagraphsLTR && (flags&DIRPROP_FLAG(B))) {
    [all...]
ubidiimp.h 312 UBool orderParagraphsLTR;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 203 milliseconds