Home | History | Annotate | Download | only in i18n

Lines Matching refs:otherIndex

539     int32_t otherIndex = -1; // the value -1 will indicate we added 'other' at end
543 if (otherIndex == -1 && 0 == rc->keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
544 otherIndex = maxIndex;
550 if (otherIndex == -1) {
570 if (otherIndex == -1) {
603 found = otherIndex == -1 ? maxIndex - 1 : otherIndex;