Searched refs:findFirstPluralNumberArg (Results 1 – 5 of 5) sorted by relevance
1047 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
2043 private int findFirstPluralNumberArg(int msgStart, String argName) { in findFirstPluralNumberArg() method in MessageFormat2129 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
1971 private int findFirstPluralNumberArg(int msgStart, String argName) { in findFirstPluralNumberArg() method in MessageFormat2057 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
1290 MessageFormat::findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const { in findFirstPluralNumberArg() function in MessageFormat1970 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()