Searched refs:stretchesToFullWidth (Results 1 – 1 of 1) sorted by relevance
46 private boolean stretchesToFullWidth(CharSequence line) { in stretchesToFullWidth() method in TextLineTest64 assertFalse(stretchesToFullWidth("text")); in testJustify_spaces()66 assertTrue(stretchesToFullWidth("one space")); in testJustify_spaces()67 assertTrue(stretchesToFullWidth("exactly two spaces")); in testJustify_spaces()68 assertTrue(stretchesToFullWidth("up to three spaces")); in testJustify_spaces()76 assertTrue(stretchesToFullWidth("non-breaking" + nbsp + "space")); in disabledTestJustify_NBSP()77 assertTrue(stretchesToFullWidth("mix" + nbsp + "and match")); in disabledTestJustify_NBSP()80 assertFalse(stretchesToFullWidth("combining" + nbsp + combining_acute + "acute")); in disabledTestJustify_NBSP()