Home
last modified time | relevance | path

Searched refs:cloneBinary (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Ddadrcoll.cpp213 cloneSize = rbc->cloneBinary(NULL, 0, intStatus); in processTest()
216 cloneSize = rbc->cloneBinary(cloneBuf, cloneSize, intStatus); in processTest()
/external/icu4c/i18n/unicode/
Dtblcoll.h455 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status);
/external/icu4c/i18n/
Dtblcoll.cpp463 int32_t RuleBasedCollator::cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) in cloneBinary() function in RuleBasedCollator