Searched refs:asStandalone (Results 1 – 2 of 2) sorted by relevance
81 assertEquals(TextStyle.FULL_STANDALONE, TextStyle.FULL_STANDALONE.asStandalone()); in test_standaloneNormal()82 assertEquals(TextStyle.SHORT_STANDALONE, TextStyle.SHORT.asStandalone()); in test_standaloneNormal()83 assertEquals(TextStyle.NARROW_STANDALONE, TextStyle.NARROW.asStandalone()); in test_standaloneNormal()
141 public TextStyle asStandalone() { in asStandalone() method in TextStyle