Searched refs:cloneBinary (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddadrcoll.cpp213 cloneSize = rbc->cloneBinary(NULL, 0, intStatus);
216 cloneSize = rbc->cloneBinary(cloneBuf, cloneSize, intStatus);
/external/icu4c/test/intltest/
H A Ddadrcoll.cpp213 cloneSize = rbc->cloneBinary(NULL, 0, intStatus);
216 cloneSize = rbc->cloneBinary(cloneBuf, cloneSize, intStatus);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtblcoll.h182 * cloneBinary. Binary image used in instantiation of the
195 * @see cloneBinary
532 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status);
/external/icu4c/i18n/unicode/
H A Dtblcoll.h182 * cloneBinary. Binary image used in instantiation of the
195 * @see cloneBinary
463 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp496 int32_t RuleBasedCollator::cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) function in class:RuleBasedCollator
/external/icu4c/i18n/
H A Dtblcoll.cpp463 int32_t RuleBasedCollator::cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) function in class:RuleBasedCollator

Completed in 130 milliseconds