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

/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java302 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
329 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) {
446 private static final int DIR_LTR = -1; field in class:BidiFormatter
579 embeddingLevelDir = DIR_LTR;
597 return DIR_LTR;
635 return DIR_LTR;
675 return DIR_LTR;
684 return DIR_LTR;
/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)) {
502 private static final int DIR_LTR = -1; field in class:BidiFormatter
635 embeddingLevelDir = DIR_LTR;
653 return DIR_LTR;
691 return DIR_LTR;
731 return DIR_LTR;
740 return DIR_LTR;

Completed in 94 milliseconds