Home | History | Annotate | Download | only in text

Lines Matching defs:getExitDir

309         // getExitDir() is called only if needed (short-circuit).
310 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) {
313 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
551 private static int getExitDir(CharSequence str) {
552 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
766 int getExitDir() {