Home | History | Annotate | Download | only in i18n

Lines Matching refs:rulesLength

2161     uint32_t rulesLength,
2169 uint32_t estimatedSize = (2*rulesLength+UCOL_TOK_EXTRA_RULE_SPACE_SIZE);
2186 while(i < rulesLength) {
2192 optionNumber = ucol_uprv_tok_readOption(rules+i+1, rules+rulesLength, &setStart);
2196 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2208 USet *newSet = ucol_uprv_tok_readAndSetUnicodeSet(setStart, rules+rulesLength, status);
2273 uint32_t newRulesLength = rulesLength + importRulesLength - (optionEndOffset - i);
2291 (rulesLength-optionEndOffset)*sizeof(UChar));
2305 rulesLength = newRulesLength;
2324 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, estimatedSize, status);
2333 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE, status);