Home | History | Annotate | Download | only in i18n

Lines Matching refs:fieldId

23         const UChar *value, int32_t charCount, int32_t fieldId) 
25 fAnnotations(charCount, (UChar) fieldId, charCount) {
35 DigitAffix::appendUChar(UChar value, int32_t fieldId) {
37 fAnnotations.append((UChar) fieldId);
41 DigitAffix::append(const UnicodeString &value, int32_t fieldId) {
47 appender.append((UChar) fieldId);
53 DigitAffix::setTo(const UnicodeString &value, int32_t fieldId) {
60 appender.append((UChar) fieldId);
66 DigitAffix::append(const UChar *value, int32_t charCount, int32_t fieldId) {
71 appender.append((UChar) fieldId);