Home | History | Annotate | Download | only in i18n

Lines Matching full:insertafter

604                 RuleChain *insertAfter = prules->mRules;
605 while (insertAfter->fNext!=NULL &&
606 insertAfter->fNext->fKeyword.compare(PLURAL_KEYWORD_OTHER, 5) != 0 ){
607 insertAfter=insertAfter->fNext;
609 newChain->fNext = insertAfter->fNext;
610 insertAfter->fNext = newChain;