/external/icu4c/test/cintltst/ |
cbididat.c | 364 UBIDI_LTR, 0, 370 UBIDI_LTR, 0, 382 UBIDI_LTR, 0, 421 UBIDI_LTR, 2, 426 {testText17, ARRAY_LENGTH(testText17), UBIDI_LTR, 0, 8,
|
cbiditst.c | [all...] |
/external/icu4c/common/ |
ubidiwrt.c | 440 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { 469 if(UBIDI_LTR==dir) { 561 if(UBIDI_LTR==ubidi_getVisualRun(pBiDi, run, &logicalStart, &runLength)) { 584 if(UBIDI_LTR==dir) {
|
ubidiln.c | 226 case UBIDI_LTR: 366 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR); 369 return UBIDI_LTR; 371 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR); 883 case UBIDI_LTR: [all...] |
ubidi.c | 349 return UBIDI_LTR; 519 return UBIDI_LTR; 778 return UBIDI_LTR; [all...] |
/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 218 * @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, 716 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL) 722 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
|
/external/icu4c/layoutex/ |
playout.cpp | 76 return UBIDI_LTR; 240 return UBIDI_LTR;
|
ParagraphLayout.cpp | 1032 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; 1033 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; 1034 le_int32 dir = (runDirection == UBIDI_LTR)? 1 : -1; [all...] |
/external/icu4c/common/unicode/ |
ubidi.h | 130 * if(direction==UBIDI_LTR) { 429 UBIDI_LTR, [all...] |