OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneBinary
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/intltest/
dadrcoll.cpp
213
cloneSize = rbc->
cloneBinary
(NULL, 0, intStatus);
216
cloneSize = rbc->
cloneBinary
(cloneBuf, cloneSize, intStatus);
/external/icu4c/i18n/unicode/
tblcoll.h
182
*
cloneBinary
. Binary image used in instantiation of the
195
* @see
cloneBinary
532
int32_t
cloneBinary
(uint8_t *buffer, int32_t capacity, UErrorCode &status);
[
all
...]
/external/icu4c/i18n/
tblcoll.cpp
522
int32_t RuleBasedCollator::
cloneBinary
(uint8_t *buffer, int32_t capacity, UErrorCode &status)
Completed in 647 milliseconds