Home | History | Annotate | Download | only in i18n

Lines Matching refs:msgFormat

1931         : msgFormat(mf), rules(NULL), type(t) {
1945 t->rules = PluralRules::forLocale(msgFormat.fLocale, type, ec);
1957 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex);
1958 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName);
1959 if(context.numberArgIndex > 0 && msgFormat.cachedFormatters != NULL) {
1961 (const Format*)uhash_iget(msgFormat.cachedFormatters, context.numberArgIndex);
1964 context.formatter = msgFormat.getDefaultNumberFormat(ec);