Home | History | Annotate | Download | only in i18n

Lines Matching refs:numberArgIndex

969               numberArgIndex(-1), formatter(NULL), forReplaceNumber(FALSE) {
988 int32_t numberArgIndex;
1069 static_cast<const PluralSelectorContext *>(plNumber)->numberArgIndex==(i-2)) {
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);