Searched refs:getEntryDir (Results 1 – 2 of 2) sorted by relevance
329 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 BidiFormatter557 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir(); in getEntryDir()640 int getEntryDir() { in getEntryDir() method in BidiFormatter.DirectionalityEstimator
337 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 BidiFormatter567 return new DirectionalityEstimator(str, false /* isHtml */).getEntryDir(); in getEntryDir()661 int getEntryDir() { in getEntryDir() method in BidiFormatter.DirectionalityEstimator