Home | History | Annotate | Download | only in i18n

Lines Matching refs:newRules

484         UChar *newRules;
487 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
489 if (newRules == NULL) {
493 uprv_memcpy(newRules, rules, rulesLength*U_SIZEOF_UCHAR);
494 newRules[rulesLength]=0;
495 result->rules = newRules;