Searched refs:isStandalone (Results 1 – 3 of 3) sorted by relevance
85 assertTrue(TextStyle.FULL_STANDALONE.isStandalone()); in test_standaloneNormal()86 assertTrue(TextStyle.SHORT_STANDALONE.isStandalone()); in test_standaloneNormal()87 assertTrue(TextStyle.NARROW_STANDALONE.isStandalone()); in test_standaloneNormal()89 assertTrue(!TextStyle.FULL.isStandalone()); in test_standaloneNormal()90 assertTrue(!TextStyle.SHORT.isStandalone()); in test_standaloneNormal()91 assertTrue(!TextStyle.NARROW.isStandalone()); in test_standaloneNormal()
133 public boolean isStandalone() { in isStandalone() method in TextStyle
332 if (textStyle.isStandalone()) { in createStore()413 if (textStyle.isStandalone()) { in createStore()