Home
last modified time | relevance | path

Searched refs:UBIDI_DEFAULT_LTR (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
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, -1, -1,
[all …]
Dcbiditransformtst.c153 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()
Dcbiditst.c748 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
751 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
783 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
786 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
818 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
821 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
849 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
883 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
1007 ubidi_setPara(bidi,logicalOrder[i],srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorderArabicMathSymbols()
1010 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorderArabicMathSymbols()
[all …]
/external/icu/icu4c/source/test/intltest/
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()
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
128 if (fParagraphLevel == UBIDI_DEFAULT_LTR) { in Paragraph()
Dpflow.c141 flow->fParagraphLevel = UBIDI_DEFAULT_LTR; in pf_create()
181 if (flow->fParagraphLevel == UBIDI_DEFAULT_LTR) { in pf_create()
/external/icu/icu4c/source/test/letest/
Dletsutil.cpp91 ubidi_setPara(ubidi, text.getBuffer(), charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
Dcletest.c432 ubidi_setPara(ubidi, text, charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
/external/icu/icu4c/source/common/
Dubiditransform.cpp394 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
406 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
Dubidiln.cpp568 UBiDiLevel level=UBIDI_DEFAULT_LTR; /* initialize with no valid level */ in ubidi_getRuns()
Dubidi.cpp2568 (paraLevel>UBIDI_MAX_EXPLICIT_LEVEL && paraLevel<UBIDI_DEFAULT_LTR)) { in ubidi_setPara()
/external/icu/icu4c/source/common/unicode/
Dubidi.h358 #define UBIDI_DEFAULT_LTR 0xfe macro
/external/skia/tools/shape/
DSkShaper_harfbuzz.cpp133 , fLevel(UBIDI_DEFAULT_LTR) in BiDiRunIterator()
489 UBiDiLevel defaultLevel = leftToRight ? UBIDI_DEFAULT_LTR : UBIDI_DEFAULT_RTL; in shape()
/external/skqp/tools/shape/
DSkShaper_harfbuzz.cpp131 , fLevel(UBIDI_DEFAULT_LTR) in BiDiRunIterator()
484 UBiDiLevel defaultLevel = leftToRight ? UBIDI_DEFAULT_LTR : UBIDI_DEFAULT_RTL; in shape()