Home
last modified time | relevance | path

Searched refs:UBIDI_DEFAULT_LTR (Results 1 - 22 of 22) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcbididat.c380 {testText1, UPRV_LENGTHOF(testText1), UBIDI_DEFAULT_LTR, -1, -1,
383 {testText2, UPRV_LENGTHOF(testText2), UBIDI_DEFAULT_LTR, -1, -1,
386 {testText3, UPRV_LENGTHOF(testText3), UBIDI_DEFAULT_LTR, -1, -1,
389 {testText4, UPRV_LENGTHOF(testText4), UBIDI_DEFAULT_LTR, -1, -1,
392 {testText5, UPRV_LENGTHOF(testText5), UBIDI_DEFAULT_LTR, -1, -1,
395 {testText6, UPRV_LENGTHOF(testText6), UBIDI_DEFAULT_LTR, -1, -1,
398 {NULL, 0, UBIDI_DEFAULT_LTR, -1, -1,
401 {testText8, UPRV_LENGTHOF(testText8), UBIDI_DEFAULT_LTR, -1, -1,
410 {testText11, UPRV_LENGTHOF(testText11), UBIDI_DEFAULT_LTR, -1, -1,
413 {testText12, UPRV_LENGTHOF(testText12), UBIDI_DEFAULT_LTR,
[all...]
H A Dcbiditransformtst.c144 * <code>UBIDI_DEFAULT_LTR</code> or <code>UBIDI_DEFAULT_RTL</code>, and the
153 UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL in testAutoDirection()
365 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_DEFAULT_LTR, UBIDI_VISUAL, in testAllTransformOptions()
370 { UBIDI_DEFAULT_LTR, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_VISUAL, in testAllTransformOptions()
H A Dcbiditst.c754 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
757 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
789 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
792 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
824 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
827 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
855 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
889 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
1013 ubidi_setPara(bidi,logicalOrder[i],srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorderArabicMathSymbols()
1016 i, UBIDI_DEFAULT_LTR, u_errorNam in testReorderArabicMathSymbols()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp87 levels[levelsCount++]=UBIDI_DEFAULT_LTR; in parseLevels()
329 static const UBiDiLevel paraLevels[]={ UBIDI_DEFAULT_LTR, 0, 1, UBIDI_DEFAULT_RTL }; in TestBidiTest()
491 paraLevel=UBIDI_DEFAULT_LTR; in TestBidiCharacterTest()
566 if(level<UBIDI_DEFAULT_LTR) { in printLevel()
589 if(levels[i]!=actualLevels[i] && levels[i]<UBIDI_DEFAULT_LTR) { in checkLevels()
640 if(levels[logicalIndex]>=UBIDI_DEFAULT_LTR) { in checkOrdering()
667 if(levels[logicalIndex]<UBIDI_DEFAULT_LTR) { in checkOrdering()
/third_party/icu/icu4c/source/test/letest/
H A Dletsutil.cpp91 ubidi_setPara(ubidi, text.getBuffer(), charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
H A Dcletest.c432 ubidi_setPara(ubidi, text, charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c143 flow->fParagraphLevel = UBIDI_DEFAULT_LTR; in pf_create()
183 if (flow->fParagraphLevel == UBIDI_DEFAULT_LTR) { in pf_create()
H A Dparagraph.cpp85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
128 if (fParagraphLevel == UBIDI_DEFAULT_LTR) { in Paragraph()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
128 if (fParagraphLevel == UBIDI_DEFAULT_LTR) { in Paragraph()
H A Dpflow.c141 flow->fParagraphLevel = UBIDI_DEFAULT_LTR; in pf_create()
181 if (flow->fParagraphLevel == UBIDI_DEFAULT_LTR) { in pf_create()
/third_party/icu/icu4c/source/common/
H A Dubiditransform.cpp385 * When the direction option is <code>UBIDI_DEFAULT_LTR</code> or
394 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
406 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
H A Dubidiln.cpp566 UBiDiLevel level=UBIDI_DEFAULT_LTR; /* initialize with no valid level */ in ubidi_getRuns()
H A Dubidi.cpp2563 (paraLevel>UBIDI_MAX_EXPLICIT_LEVEL && paraLevel<UBIDI_DEFAULT_LTR)) { in ubidi_setPara()
/third_party/node/deps/icu-small/source/common/
H A Dubiditransform.cpp385 * When the direction option is <code>UBIDI_DEFAULT_LTR</code> or
394 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
406 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
H A Dubidiln.cpp566 UBiDiLevel level=UBIDI_DEFAULT_LTR; /* initialize with no valid level */ in ubidi_getRuns()
H A Dubidi.cpp2563 (paraLevel>UBIDI_MAX_EXPLICIT_LEVEL && paraLevel<UBIDI_DEFAULT_LTR)) { in ubidi_setPara()
/third_party/skia/third_party/externals/icu/source/common/
H A Dubiditransform.cpp385 * When the direction option is <code>UBIDI_DEFAULT_LTR</code> or
394 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
406 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
H A Dubidiln.cpp566 UBiDiLevel level=UBIDI_DEFAULT_LTR; /* initialize with no valid level */ in ubidi_getRuns()
H A Dubidi.cpp2563 (paraLevel>UBIDI_MAX_EXPLICIT_LEVEL && paraLevel<UBIDI_DEFAULT_LTR)) { in ubidi_setPara()
/third_party/icu/icu4c/source/common/unicode/
H A Dubidi.h226 * textDirection ? UBIDI_DEFAULT_RTL : UBIDI_DEFAULT_LTR,
311 * pseudo-level values <code>UBIDI_DEFAULT_LTR</code>
324 * Note that the value for <code>UBIDI_DEFAULT_LTR</code> is even
334 * @see UBIDI_DEFAULT_LTR
366 #define UBIDI_DEFAULT_LTR 0xfe macro
1080 * If a call to ubidi_setPara() specifies UBIDI_DEFAULT_LTR or
1196 * either <code>#UBIDI_DEFAULT_LTR</code>
1371 * level may vary if the required paraLevel is UBIDI_DEFAULT_LTR or
/third_party/node/deps/icu-small/source/common/unicode/
H A Dubidi.h226 * textDirection ? UBIDI_DEFAULT_RTL : UBIDI_DEFAULT_LTR,
311 * pseudo-level values <code>UBIDI_DEFAULT_LTR</code>
324 * Note that the value for <code>UBIDI_DEFAULT_LTR</code> is even
334 * @see UBIDI_DEFAULT_LTR
366 #define UBIDI_DEFAULT_LTR 0xfe macro
1080 * If a call to ubidi_setPara() specifies UBIDI_DEFAULT_LTR or
1196 * either <code>#UBIDI_DEFAULT_LTR</code>
1371 * level may vary if the required paraLevel is UBIDI_DEFAULT_LTR or
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubidi.h225 * textDirection ? UBIDI_DEFAULT_RTL : UBIDI_DEFAULT_LTR,
310 * pseudo-level values <code>UBIDI_DEFAULT_LTR</code>
323 * Note that the value for <code>UBIDI_DEFAULT_LTR</code> is even
333 * @see UBIDI_DEFAULT_LTR
365 #define UBIDI_DEFAULT_LTR 0xfe macro
1079 * If a call to ubidi_setPara() specifies UBIDI_DEFAULT_LTR or
1195 * either <code>#UBIDI_DEFAULT_LTR</code>
1370 * level may vary if the required paraLevel is UBIDI_DEFAULT_LTR or

Completed in 46 milliseconds