Searched refs:fAnnotations (Results 1 – 3 of 3) sorted by relevance
19 DigitAffix::DigitAffix() : fAffix(), fAnnotations() { in DigitAffix()25 fAnnotations(charCount, (UChar) fieldId, charCount) { in DigitAffix()31 fAnnotations.remove(); in remove()37 fAnnotations.append((UChar) fieldId); in appendUChar()44 UnicodeStringAppender appender(fAnnotations); in append()55 fAnnotations.remove(); in setTo()57 UnicodeStringAppender appender(fAnnotations); in setTo()69 UnicodeStringAppender appender(fAnnotations); in append()85 U_ASSERT(fAffix.length() == fAnnotations.length()); in format()87 int32_t lastId = (int32_t) fAnnotations.charAt(0); in format()[all …]
92 return ((fAffix == rhs.fAffix) && (fAnnotations == rhs.fAnnotations)); in equals()96 UnicodeString fAnnotations; variable
92 private final Annotation[] fAnnotations; field in Description96 fAnnotations= annotations; in Description()177 return new Description(fDisplayName, fAnnotations); in childlessCopy()185 for (Annotation each : fAnnotations) in getAnnotation()195 return Arrays.asList(fAnnotations); in getAnnotations()