Searched refs:isStandalone (Results 1 – 4 of 4) 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()
135 public boolean isStandalone() { in isStandalone() method in TextStyle
336 if (textStyle.isStandalone()) { in createStore()447 if (textStyle.isStandalone()) { in createStore()
12749 method public boolean isStandalone();