Searched defs:DIR_LTR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java311 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
340 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) {
531 private static final int DIR_LTR = -1; field in class:BidiFormatter
675 embeddingLevelDir = DIR_LTR;
693 return DIR_LTR;
731 return DIR_LTR;
771 return DIR_LTR;
780 return DIR_LTR;
/frameworks/support/core-utils/java/android/support/v4/text/
H A DBidiFormatter.java304 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
332 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) {
521 private static final int DIR_LTR = -1; field in class:BidiFormatter
654 embeddingLevelDir = DIR_LTR;
672 return DIR_LTR;
710 return DIR_LTR;
750 return DIR_LTR;
759 return DIR_LTR;

Completed in 35 milliseconds