Searched refs:UBIDI_LTR (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbididat.c378 UBIDI_LTR, 0,
384 UBIDI_LTR, 0,
396 UBIDI_LTR, 0,
435 UBIDI_LTR, 2,
440 {testText17, ARRAY_LENGTH(testText17), UBIDI_LTR, 0, 8,
H A Dcbiditst.c1191 if(UBIDI_LTR==odd) {
1347 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL,
1348 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR,
1349 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL,
1350 UBIDI_LTR, UBIDI_NEUTRAL, UBIDI_NEUTRAL,
1351 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL
1378 if (dir != UBIDI_LTR )
1380 "\nExpected %d \nReceived %d", UBIDI_LTR, dir);
1435 ubidi_setPara(bidi, src, 0, UBIDI_LTR, NULL, &errorCode);
1490 ubidi_setPara(bidi, src, srcLen, UBIDI_LTR, NUL
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbididat.c378 UBIDI_LTR, 0,
384 UBIDI_LTR, 0,
396 UBIDI_LTR, 0,
435 UBIDI_LTR, 2,
440 {testText17, ARRAY_LENGTH(testText17), UBIDI_LTR, 0, 8,
H A Dcbiditst.c1193 if(UBIDI_LTR==odd) {
1349 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL,
1350 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR,
1351 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL,
1352 UBIDI_LTR, UBIDI_NEUTRAL, UBIDI_NEUTRAL,
1353 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL
1380 if (dir != UBIDI_LTR )
1382 "\nExpected %d \nReceived %d", UBIDI_LTR, dir);
1437 ubidi_setPara(bidi, src, 0, UBIDI_LTR, NULL, &errorCode);
1492 ubidi_setPara(bidi, src, srcLen, UBIDI_LTR, NUL
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dubidiwrt.c441 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) {
472 if(UBIDI_LTR==dir) {
568 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) {
593 if(UBIDI_LTR==dir) {
H A Dubidiln.c230 case UBIDI_LTR:
370 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR);
373 return UBIDI_LTR;
375 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR);
887 case UBIDI_LTR:
997 if(pBiDi->direction==UBIDI_LTR) {
H A Dubidi.c361 return UBIDI_LTR;
936 return UBIDI_LTR;
1005 if(U_FAILURE(*pErrorCode)) { return UBIDI_LTR; }
1057 return UBIDI_LTR;
1304 return UBIDI_LTR;
2562 case UBIDI_LTR:
2759 return UBIDI_LTR;
/external/icu/icu4c/source/common/
H A Dubidiwrt.c441 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) {
472 if(UBIDI_LTR==dir) {
568 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) {
593 if(UBIDI_LTR==dir) {
H A Dubidiln.c230 case UBIDI_LTR:
370 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR);
373 return UBIDI_LTR;
375 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR);
887 case UBIDI_LTR:
997 if(pBiDi->direction==UBIDI_LTR) {
H A Dubidi.c361 return UBIDI_LTR;
1008 return UBIDI_LTR;
1080 if(U_FAILURE(*pErrorCode)) { return UBIDI_LTR; }
1134 return UBIDI_LTR;
1378 return UBIDI_LTR;
2658 case UBIDI_LTR:
2857 return UBIDI_LTR;
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h218 * @return the direction of the run. This will be UBIDI_LTR if the
456 * @return <code>UBIDI_LTR</code> if the text is all left to right,
719 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
725 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp76 return UBIDI_LTR;
240 return UBIDI_LTR;
H A DParagraphLayout.cpp1035 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1036 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1037 le_int32 dir = (runDirection == UBIDI_LTR)? 1 : -1;
1099 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubidi.h130 * if(direction==UBIDI_LTR) {
429 UBIDI_LTR, enumerator in enum:UBiDiDirection
1098 * &nbsp;&nbsp;paraLevel = UBIDI_LTR<br>
1278 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>
1296 * <code>UBIDI_LTR</code> is returned. If the first such character has
1312 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>,
1552 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>,
1564 * if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, i, &logicalStart, &length)) {
/external/icu/icu4c/source/common/unicode/
H A Dubidi.h130 * if(direction==UBIDI_LTR) {
429 UBIDI_LTR, enumerator in enum:UBiDiDirection
1098 * &nbsp;&nbsp;paraLevel = UBIDI_LTR<br>
1278 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>
1296 * <code>UBIDI_LTR</code> is returned. If the first such character has
1312 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>,
1552 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>,
1564 * if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, i, &logicalStart, &length)) {

Completed in 1030 milliseconds