Searched refs:FIRST_RIGHT_TO_LEFT (Results 1 – 2 of 2) sorted by relevance
277 if (c == '\n' || c == '\t' || c >= FIRST_RIGHT_TO_LEFT) { in isBoring()412 private static final char FIRST_RIGHT_TO_LEFT = '\u0590'; field in BoringLayout
1293 private static final char FIRST_RIGHT_TO_LEFT = '\u0590'; field in TextUtils1298 if (s.charAt(i) >= FIRST_RIGHT_TO_LEFT) { in doesNotNeedBidi()1308 if (text[i] >= FIRST_RIGHT_TO_LEFT) { in doesNotNeedBidi()