Searched refs:timePart (Results 1 – 1 of 1) sorted by relevance
93 String timePart = "j"; // "j" means choose 12 or 24 hour based on current locale. in toSkeleton() local95 timePart = "H"; in toSkeleton()97 timePart = "h"; in toSkeleton()104 timePart += "m"; in toSkeleton()109 timePart = timePart + "m"; in toSkeleton()152 builder.append(timePart); in toSkeleton()