Home
last modified time | relevance | path

Searched refs:DIR_LTR (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/text/
DBidiFormatter.java305 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) { in markAfter()
333 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) { in markBefore()
522 private static final int DIR_LTR = -1; field in BidiFormatter
655 embeddingLevelDir = DIR_LTR; in getEntryDir()
673 return DIR_LTR; in getEntryDir()
711 return DIR_LTR; in getEntryDir()
751 return DIR_LTR; in getExitDir()
760 return DIR_LTR; in getExitDir()
/frameworks/base/core/java/android/text/
DBidiFormatter.java313 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) { in markAfter()
342 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) { in markBefore()
533 private static final int DIR_LTR = -1; field in BidiFormatter
683 embeddingLevelDir = DIR_LTR; in getEntryDir()
701 return DIR_LTR; in getEntryDir()
739 return DIR_LTR; in getEntryDir()
779 return DIR_LTR; in getExitDir()
788 return DIR_LTR; in getExitDir()
/frameworks/base/config/
Dhiddenapi-private-dex.txt87744 Landroid/text/BidiFormatter;->DIR_LTR:I