/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditransformtst.c | 145 * output either <code>UBIDI_LTR</code> or <code>UBIDI_RTL</code>. Order is 156 UBIDI_LTR, UBIDI_RTL in testAutoDirection() 280 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_LOGICAL, in testAllTransformOptions() 285 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_VISUAL, in testAllTransformOptions() 290 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_LOGICAL, in testAllTransformOptions() 295 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_VISUAL, in testAllTransformOptions() 310 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_LOGICAL, in testAllTransformOptions() 315 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_VISUA in testAllTransformOptions() [all...] |
H A D | cbididat.c | 381 UBIDI_LTR, 0, 387 UBIDI_LTR, 0, 399 UBIDI_LTR, 0, 438 UBIDI_LTR, 2, 443 {testText17, UPRV_LENGTHOF(testText17), UBIDI_LTR, 0, 8,
|
H A D | cbiditst.c | 1205 if(UBIDI_LTR==odd) { in _testReordering() 1362 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL, in testGetBaseDirection() 1363 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR, in testGetBaseDirection() 1364 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection() 1365 UBIDI_LTR, UBIDI_NEUTRAL, UBIDI_NEUTRAL, in testGetBaseDirection() 1366 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection() 1393 if (dir != UBIDI_LTR ) in testGetBaseDirection() 1395 "\nExpected %d \nReceived %d", UBIDI_LTR, dir); in testGetBaseDirection() 1450 ubidi_setPara(bidi, src, 0, UBIDI_LTR, NULL, &errorCode); in doMisc() 1505 ubidi_setPara(bidi, src, srcLen, UBIDI_LTR, NUL in doMisc() [all...] |
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu_bidi.cpp | 46 uint8_t bidiLevel = (dir == SkBidiIterator::kLTR) ? UBIDI_LTR : UBIDI_RTL; in makeBidiIterator() 100 uint8_t bidiLevel = (dir == TextDirection::kLTR) ? UBIDI_LTR : UBIDI_RTL; in extractBidi()
|
/third_party/icu/icu4c/source/common/ |
H A D | ubidiwrt.cpp | 445 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { in ubidi_writeReordered() 476 if(UBIDI_LTR==dir) { in ubidi_writeReordered() 572 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { in ubidi_writeReordered() 597 if(UBIDI_LTR==dir) { in ubidi_writeReordered()
|
H A D | ubidiln.cpp | 228 case UBIDI_LTR: in ubidi_setLine() 368 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR); in ubidi_getVisualRun() 371 return UBIDI_LTR; in ubidi_getVisualRun() 373 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR); in ubidi_getVisualRun() 883 case UBIDI_LTR: in ubidi_getVisualIndex() 993 if(pBiDi->direction==UBIDI_LTR) { in ubidi_getLogicalIndex()
|
H A D | ubidi.cpp | 360 return UBIDI_LTR; in ubidi_getBaseDirection() 1012 return UBIDI_LTR; in directionFromFlags() 1084 if(U_FAILURE(*pErrorCode)) { return UBIDI_LTR; } in resolveExplicitLevels() 1138 return UBIDI_LTR; in resolveExplicitLevels() 1396 return UBIDI_LTR; in checkExplicitLevels() 2686 case UBIDI_LTR: in ubidi_setPara() 2878 return UBIDI_LTR; in ubidi_getDirection()
|
H A D | ubiditransform.cpp | 27 #define LTR UBIDI_LTR
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiwrt.cpp | 445 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { in ubidi_writeReordered() 476 if(UBIDI_LTR==dir) { in ubidi_writeReordered() 572 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { in ubidi_writeReordered() 597 if(UBIDI_LTR==dir) { in ubidi_writeReordered()
|
H A D | ubidiln.cpp | 228 case UBIDI_LTR: in ubidi_setLine() 368 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR); in ubidi_getVisualRun() 371 return UBIDI_LTR; in ubidi_getVisualRun() 373 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR); in ubidi_getVisualRun() 883 case UBIDI_LTR: in ubidi_getVisualIndex() 993 if(pBiDi->direction==UBIDI_LTR) { in ubidi_getLogicalIndex()
|
H A D | ubidi.cpp | 360 return UBIDI_LTR; in ubidi_getBaseDirection() 1012 return UBIDI_LTR; in directionFromFlags() 1084 if(U_FAILURE(*pErrorCode)) { return UBIDI_LTR; } in resolveExplicitLevels() 1138 return UBIDI_LTR; in resolveExplicitLevels() 1396 return UBIDI_LTR; in checkExplicitLevels() 2686 case UBIDI_LTR: in ubidi_setPara() 2878 return UBIDI_LTR; in ubidi_getDirection()
|
H A D | ubiditransform.cpp | 27 #define LTR UBIDI_LTR
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiwrt.cpp | 445 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { in ubidi_writeReordered() 476 if(UBIDI_LTR==dir) { in ubidi_writeReordered() 572 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { in ubidi_writeReordered() 597 if(UBIDI_LTR==dir) { in ubidi_writeReordered()
|
H A D | ubidiln.cpp | 228 case UBIDI_LTR: in ubidi_setLine() 368 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR); in ubidi_getVisualRun() 371 return UBIDI_LTR; in ubidi_getVisualRun() 373 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR); in ubidi_getVisualRun() 883 case UBIDI_LTR: in ubidi_getVisualIndex() 993 if(pBiDi->direction==UBIDI_LTR) { in ubidi_getLogicalIndex()
|
H A D | ubidi.cpp | 360 return UBIDI_LTR; in ubidi_getBaseDirection() 1012 return UBIDI_LTR; in directionFromFlags() 1084 if(U_FAILURE(*pErrorCode)) { return UBIDI_LTR; } in resolveExplicitLevels() 1138 return UBIDI_LTR; in resolveExplicitLevels() 1396 return UBIDI_LTR; in checkExplicitLevels() 2686 case UBIDI_LTR: in ubidi_setPara() 2878 return UBIDI_LTR; in ubidi_getDirection()
|
H A D | ubiditransform.cpp | 27 #define LTR UBIDI_LTR
|
/third_party/icu/icu4c/source/layoutex/ |
H A D | playout.cpp | 78 return UBIDI_LTR; in pl_getTextDirection() 242 return UBIDI_LTR; in pl_getVisualRunDirection()
|
H A D | ParagraphLayout.cpp | 1037 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; in computeVisualRuns() 1038 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns() 1039 le_int32 dir = (runDirection == UBIDI_LTR)? 1 : -1; in computeVisualRuns() 1101 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL; in appendRun()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | ParagraphLayout.h | 225 * @return the direction of the run. This will be UBIDI_LTR if the 463 * @return <code>UBIDI_LTR</code> if the text is all left to right, 726 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL) in VisualRun() 732 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL) in VisualRun()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 135 * if(direction==UBIDI_LTR) { 441 UBIDI_LTR, enumerator 1114 * paraLevel = UBIDI_LTR<br> 1297 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code> 1315 * <code>UBIDI_LTR</code> is returned. If the first such character has 1331 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>, 1571 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>, 1583 * if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, i, &logicalStart, &length)) {
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 135 * if(direction==UBIDI_LTR) { 441 UBIDI_LTR, enumerator 1114 * paraLevel = UBIDI_LTR<br> 1297 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code> 1315 * <code>UBIDI_LTR</code> is returned. If the first such character has 1331 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>, 1571 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>, 1583 * if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, i, &logicalStart, &length)) {
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 135 * if(direction==UBIDI_LTR) { 440 UBIDI_LTR, enumerator 1113 * paraLevel = UBIDI_LTR<br> 1296 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code> 1314 * <code>UBIDI_LTR</code> is returned. If the first such character has 1330 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>, 1570 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>, 1582 * if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, i, &logicalStart, &length)) {
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 806 if (direction != UBIDI_LTR && direction != UBIDI_RTL) { in uspoof_getBidiSkeletonUnicodeString()
|