Searched refs:cloneRuleData (Results 1 – 3 of 3) sorted by relevance
474 uint8_t *cloneRuleData(int32_t &length, UErrorCode &status) const;
35 RuleBasedCollator::cloneRuleData(int32_t &length, UErrorCode &errorCode) const { in cloneRuleData() function in RuleBasedCollator
318 uint8_t *clonedrule4 = col4->cloneRuleData(length4, status); in TestRuleBasedColl()