Searched refs:toShortString (Results 1 – 9 of 9) sorted by relevance
137 public String toShortString() { in toShortString() method in AnnotationEntry145 result.append(element.toShortString()); in toShortString()154 return toShortString(); in toString()
64 public String toShortString() in toShortString() method in ElementValuePair68 getValue().toShortString()); in toShortString()
127 public String toShortString() in toShortString() method in ElementValue
172 result.append(annotation.toShortString()); in dumpAnnotationEntries()188 result.append(annotation.toShortString()); in dumpAnnotationEntries()
431 static String toShortString(Set<Type> set) { in toShortString() method in LenientDateParser594 return "{" + getType() + ":" + getIntValue() + "/" + toShortString(allowsBefore) + "/" in toString()595 + toShortString(allowsAfter) + "}"; in toString()676 return "{" + getType() + ":" + getIntValue() + "/" + toShortString(allowsAt) + "}";
127 public String toShortString() { in toShortString() method in SupplementalDataInfo.OfficialStatus
170 public String toShortString() { in toShortString() method in AnnotationEntryGen
625 .append(lastReason.getStatus().toShortString()) in printDefaultLanguagesAndScripts()629 String status = reason.getStatus().toShortString(); in printDefaultLanguagesAndScripts()690 String status = best.toShortString(); in getLanguageName()
1496 + x.getOfficialStatus().toShortString() + "}</span>"; in getOfficialStatus()