Home | History | Annotate | Download | only in text

Lines Matching refs:getExitDir

304         // getExitDir() is called only if needed (short-circuit).
305 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) {
308 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
474 private static int getExitDir(String str) {
475 return new DirectionalityEstimator(str, false /* isHtml */).getExitDir();
672 int getExitDir() {