Lines Matching refs:fAnnotations
21 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()
92 int32_t id = (int32_t) fAnnotations.charAt(i); in format()