Home | History | Annotate | Download | only in i18n

Lines Matching refs:newRules

2269                 UChar* newRules = (UChar*)uprv_malloc(newRulesLength*sizeof(UChar));
2279 uprv_memcpy(newRules, rules, i*sizeof(UChar));
2281 uprv_memcpy(newRules+i, importRules, importRulesLength*sizeof(UChar));
2283 uprv_memcpy(newRules+i+importRulesLength,
2289 UnicodeString(newRules).toUTF8String(s2);
2298 rules = newRules;