Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp42 length = cloneBinary(buffer.getAlias(), 20000, errorCode); in cloneRuleData()
49 length = cloneBinary(buffer.getAlias(), length, errorCode); in cloneRuleData()
56 RuleBasedCollator::cloneBinary(uint8_t *dest, int32_t capacity, UErrorCode &errorCode) const { in cloneBinary() function in RuleBasedCollator
Ducol.cpp75 return rbc->cloneBinary(buffer, capacity, *status); in ucol_cloneBinary()
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h487 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) const;
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2388 int32_t binLength = rbc->cloneBinary(bin, UPRV_LENGTHOF(bin), errorCode); in TestCloneBinary()
2402 int32_t bin2Length = rbc2.cloneBinary(bin2, UPRV_LENGTHOF(bin2), errorCode); in TestCloneBinary()