/external/icu/icu4c/source/test/cintltst/ |
D | cbididat.c | 380 {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 …]
|
D | cbiditransformtst.c | 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()
|
D | cbiditst.c | 748 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/ |
D | bidiconf.cpp | 87 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/ |
D | paragraph.cpp | 85 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph() 128 if (fParagraphLevel == UBIDI_DEFAULT_LTR) { in Paragraph()
|
D | pflow.c | 141 flow->fParagraphLevel = UBIDI_DEFAULT_LTR; in pf_create() 181 if (flow->fParagraphLevel == UBIDI_DEFAULT_LTR) { in pf_create()
|
/external/icu/icu4c/source/test/letest/ |
D | letsutil.cpp | 91 ubidi_setPara(ubidi, text.getBuffer(), charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
|
D | cletest.c | 432 ubidi_setPara(ubidi, text, charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
|
/external/icu/icu4c/source/common/ |
D | ubiditransform.cpp | 394 case UBIDI_DEFAULT_LTR: in resolveBaseDirection() 406 case UBIDI_DEFAULT_LTR: in resolveBaseDirection()
|
D | ubidiln.cpp | 568 UBiDiLevel level=UBIDI_DEFAULT_LTR; /* initialize with no valid level */ in ubidi_getRuns()
|
D | ubidi.cpp | 2568 (paraLevel>UBIDI_MAX_EXPLICIT_LEVEL && paraLevel<UBIDI_DEFAULT_LTR)) { in ubidi_setPara()
|
/external/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 358 #define UBIDI_DEFAULT_LTR 0xfe macro
|
/external/skia/tools/shape/ |
D | SkShaper_harfbuzz.cpp | 133 , fLevel(UBIDI_DEFAULT_LTR) in BiDiRunIterator() 489 UBiDiLevel defaultLevel = leftToRight ? UBIDI_DEFAULT_LTR : UBIDI_DEFAULT_RTL; in shape()
|
/external/skqp/tools/shape/ |
D | SkShaper_harfbuzz.cpp | 131 , fLevel(UBIDI_DEFAULT_LTR) in BiDiRunIterator() 484 UBiDiLevel defaultLevel = leftToRight ? UBIDI_DEFAULT_LTR : UBIDI_DEFAULT_RTL; in shape()
|