Searched refs:findFirstPluralNumberArg (Results 1 – 4 of 4) sorted by relevance
1028 int32_t findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const;
1971 private int findFirstPluralNumberArg(int msgStart, String argName) { in findFirstPluralNumberArg() method in MessageFormat2057 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
2018 private int findFirstPluralNumberArg(int msgStart, String argName) { in findFirstPluralNumberArg() method in MessageFormat2104 … context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()
1285 MessageFormat::findFirstPluralNumberArg(int32_t msgStart, const UnicodeString &argName) const { in findFirstPluralNumberArg() function in MessageFormat1958 context.numberArgIndex = msgFormat.findFirstPluralNumberArg(otherIndex, context.argName); in select()