Searched refs:asNormal (Results 1 – 3 of 3) sorted by relevance
77 assertEquals(TextStyle.FULL, TextStyle.FULL_STANDALONE.asNormal()); in test_standaloneNormal()78 assertEquals(TextStyle.SHORT, TextStyle.SHORT.asNormal()); in test_standaloneNormal()79 assertEquals(TextStyle.NARROW, TextStyle.NARROW.asNormal()); in test_standaloneNormal()
150 public TextStyle asNormal() { in asNormal() method in TextStyle
293 return style.asNormal() == TextStyle.NARROW ? getAbbreviation() : getName(); in getDisplayName()