Home
last modified time | relevance | path

Searched refs:fAnnotations (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddigitaffix.cpp21 DigitAffix::DigitAffix() : fAffix(), fAnnotations() { in DigitAffix()
27 fAnnotations(charCount, (UChar) fieldId, charCount) { in DigitAffix()
33 fAnnotations.remove(); in remove()
39 fAnnotations.append((UChar) fieldId); in appendUChar()
46 UnicodeStringAppender appender(fAnnotations); in append()
57 fAnnotations.remove(); in setTo()
59 UnicodeStringAppender appender(fAnnotations); in setTo()
71 UnicodeStringAppender appender(fAnnotations); in append()
87 U_ASSERT(fAffix.length() == fAnnotations.length()); in format()
89 int32_t lastId = (int32_t) fAnnotations.charAt(0); in format()
[all …]
Ddigitaffix.h94 return ((fAffix == rhs.fAffix) && (fAnnotations == rhs.fAnnotations)); in equals()
98 UnicodeString fAnnotations; variable
/external/junit/src/main/java/org/junit/runner/
DDescription.java147 private final Annotation[] fAnnotations; field in Description
166 this.fAnnotations = annotations; in Description()
252 return new Description(fTestClass, fDisplayName, fAnnotations); in childlessCopy()
260 for (Annotation each : fAnnotations) { in getAnnotation()
272 return Arrays.asList(fAnnotations); in getAnnotations()