Searched refs:isMixed (Results 1 – 2 of 2) sorted by relevance
156 assertFalse(bd.isMixed()); in testEmptyParagraph()168 assertFalse(bd.isMixed()); in testEmptyParagraph()180 assertFalse(bd.isMixed()); in testEmptyParagraph()192 assertFalse(bd.isMixed()); in testEmptyParagraph()206 assertFalse(bd.isMixed()); in testSpaceParagraph()218 assertFalse(bd.isMixed()); in testSpaceParagraph()230 assertFalse(bd.isMixed()); in testSpaceParagraph()242 assertFalse(bd.isMixed()); in testSpaceParagraph()256 assertFalse(bd.isMixed()); in testSimpleParagraph()268 assertFalse(bd.isMixed()); in testSimpleParagraph()[all …]
222 public boolean isMixed() { in isMixed() method in Bidi223 return bidiBase.isMixed(); in isMixed()