Home | History | Annotate | Download | only in i18n

Lines Matching refs:newRulesLength

2267                 uint32_t newRulesLength = rulesLength + importRulesLength - (optionEndOffset - i);
2269 UChar* newRules = (UChar*)uprv_malloc(newRulesLength*sizeof(UChar));
2299 rulesLength = newRulesLength;