Searched refs:couldAffectRtl (Results 1 – 2 of 2) sorted by relevance
319 if (c == '\n' || c == '\t' || TextUtils.couldAffectRtl(c)) { in hasAnyInterestingChars()
1591 static boolean couldAffectRtl(char c) { in couldAffectRtl() method in TextUtils1610 if (couldAffectRtl(text[i])) { in doesNotNeedBidi()