Searched refs:couldAffectRtl (Results 1 – 3 of 3) sorted by relevance
319 if (c == '\n' || c == '\t' || TextUtils.couldAffectRtl(c)) { in hasAnyInterestingChars()
1598 static boolean couldAffectRtl(char c) { in couldAffectRtl() method in TextUtils1617 if (couldAffectRtl(text[i])) { in doesNotNeedBidi()
19774 HSPLandroid/text/TextUtils;->couldAffectRtl(C)Z