Searched refs:msgFormat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp1922 : msgFormat(mf), rules(NULL), type(t) {
1936 t->rules = PluralRules::forLocale(msgFormat.fLocale, type, ec);
1948 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex);
1949 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName);
1950 if(context.numberArgIndex > 0 && msgFormat.cachedFormatters != NULL) {
1952 (const Format*)uhash_iget(msgFormat.cachedFormatters, context.numberArgIndex);
1955 context.formatter = msgFormat.getDefaultNumberFormat(ec);
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp1922 : msgFormat(mf), rules(NULL), type(t) {
1936 t->rules = PluralRules::forLocale(msgFormat.fLocale, type, ec);
1948 int32_t otherIndex = msgFormat.findOtherSubMessage(context.startIndex);
1949 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName);
1950 if(context.numberArgIndex > 0 && msgFormat.cachedFormatters != NULL) {
1952 (const Format*)uhash_iget(msgFormat.cachedFormatters, context.numberArgIndex);
1955 context.formatter = msgFormat.getDefaultNumberFormat(ec);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h883 const MessageFormat &msgFormat; member in class:MessageFormat::PluralSelectorProvider
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h883 const MessageFormat &msgFormat; member in class:MessageFormat::PluralSelectorProvider

Completed in 125 milliseconds