Searched refs:cloneBinary (Results 1 – 3 of 3) sorted by relevance
213 cloneSize = rbc->cloneBinary(NULL, 0, intStatus); in processTest()216 cloneSize = rbc->cloneBinary(cloneBuf, cloneSize, intStatus); in processTest()
455 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status);
463 int32_t RuleBasedCollator::cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) in cloneBinary() function in RuleBasedCollator