Home
last modified time | relevance | path

Searched refs:getEntryDir (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/core-utils/java/android/support/v4/text/
DBidiFormatter.java329 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) { in markBefore()
332 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) { in markBefore()
556 private static int getEntryDir(CharSequence str) { in getEntryDir() method in BidiFormatter
557 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir(); in getEntryDir()
640 int getEntryDir() { in getEntryDir() method in BidiFormatter.DirectionalityEstimator
/frameworks/base/core/java/android/text/
DBidiFormatter.java337 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) { in markBefore()
340 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) { in markBefore()
566 private static int getEntryDir(CharSequence str) { in getEntryDir() method in BidiFormatter
567 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir(); in getEntryDir()
661 int getEntryDir() { in getEntryDir() method in BidiFormatter.DirectionalityEstimator