Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcbididat.c377 {testText1, ARRAY_LENGTH(testText1), UBIDI_DEFAULT_LTR, -1, -1,
380 {testText2, ARRAY_LENGTH(testText2), UBIDI_DEFAULT_LTR, -1, -1,
383 {testText3, ARRAY_LENGTH(testText3), UBIDI_DEFAULT_LTR, -1, -1,
386 {testText4, ARRAY_LENGTH(testText4), UBIDI_DEFAULT_LTR, -1, -1,
389 {testText5, ARRAY_LENGTH(testText5), UBIDI_DEFAULT_LTR, -1, -1,
392 {testText6, ARRAY_LENGTH(testText6), UBIDI_DEFAULT_LTR, -1, -1,
395 {NULL, 0, UBIDI_DEFAULT_LTR, -1, -1,
398 {testText8, ARRAY_LENGTH(testText8), UBIDI_DEFAULT_LTR, -1, -1,
407 {testText11, ARRAY_LENGTH(testText11), UBIDI_DEFAULT_LTR, -1, -1,
410 {testText12, ARRAY_LENGTH(testText12), UBIDI_DEFAULT_LTR, -1, -1,
[all …]
Dcbiditst.c744 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
747 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
779 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
782 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
814 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
817 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorder()
845 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
879 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
1003 ubidi_setPara(bidi,logicalOrder[i],srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorderArabicMathSymbols()
1006 i, UBIDI_DEFAULT_LTR, u_errorName(ec)); in testReorderArabicMathSymbols()
[all …]
/external/icu/icu4c/source/test/intltest/
Dbidiconf.cpp85 levels[levelsCount++]=UBIDI_DEFAULT_LTR; in parseLevels()
327 static const UBiDiLevel paraLevels[]={ UBIDI_DEFAULT_LTR, 0, 1, UBIDI_DEFAULT_RTL }; in TestBidiTest()
489 paraLevel=UBIDI_DEFAULT_LTR; in TestBidiCharacterTest()
564 if(level<UBIDI_DEFAULT_LTR) { in printLevel()
587 if(levels[i]!=actualLevels[i] && levels[i]<UBIDI_DEFAULT_LTR) { in checkLevels()
638 if(levels[logicalIndex]>=UBIDI_DEFAULT_LTR) { in checkOrdering()
665 if(levels[logicalIndex]<UBIDI_DEFAULT_LTR) { in checkOrdering()
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR) in Paragraph()
121 if (fParagraphLevel == UBIDI_DEFAULT_LTR) { in Paragraph()
Dpflow.c138 flow->fParagraphLevel = UBIDI_DEFAULT_LTR; in pf_create()
178 if (flow->fParagraphLevel == UBIDI_DEFAULT_LTR) { in pf_create()
/external/icu/icu4c/source/test/letest/
Dletsutil.cpp89 ubidi_setPara(ubidi, text.getBuffer(), charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
Dcletest.c430 ubidi_setPara(ubidi, text, charCount, UBIDI_DEFAULT_LTR, NULL, &status); in getRTL()
/external/icu/icu4c/source/common/unicode/
Dubidi.h356 #define UBIDI_DEFAULT_LTR 0xfe macro
/external/icu/icu4c/source/common/
Dubidiln.c570 UBiDiLevel level=UBIDI_DEFAULT_LTR; /* initialize with no valid level */ in ubidi_getRuns()
Dubidi.c2539 (paraLevel>UBIDI_MAX_EXPLICIT_LEVEL && paraLevel<UBIDI_DEFAULT_LTR)) { in ubidi_setPara()