Home | History | Annotate | Download | only in i18n

Lines Matching refs:rulesLength

300         result->rules = ures_getStringByKey(collElem, "Sequence", &result->rulesLength, &intStatus);
372 int32_t rulesLength,
388 if(rules == NULL || rulesLength < -1) {
393 if(rulesLength == -1) {
394 rulesLength = u_strlen(rules);
420 ucol_tok_initTokenList(&src, rules, rulesLength, UCA, importFunc, context, status);
487 if(rulesLength > 0) {
488 newRules = (UChar *)uprv_malloc((rulesLength+1)*U_SIZEOF_UCHAR);
494 uprv_memcpy(newRules, rules, rulesLength*U_SIZEOF_UCHAR);
495 newRules[rulesLength]=0;
497 result->rulesLength = rulesLength;
526 int32_t rulesLength,
533 rulesLength,
587 *length = coll->rulesLength;