OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cloneBinary
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
collationdatawriter.cpp
40
length =
cloneBinary
(buffer.getAlias(), 20000, errorCode);
47
length =
cloneBinary
(buffer.getAlias(), length, errorCode);
54
RuleBasedCollator::
cloneBinary
(uint8_t *dest, int32_t capacity, UErrorCode &errorCode) const {
ucol.cpp
73
return rbc->
cloneBinary
(buffer, capacity, *status);
/external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.cpp
213
cloneSize = rbc->
cloneBinary
(NULL, 0, intStatus);
216
cloneSize = rbc->
cloneBinary
(cloneBuf, cloneSize, intStatus);
/external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp
464
length =
cloneBinary
(buffer.getAlias(), 20000, status);
471
length =
cloneBinary
(buffer.getAlias(), length, status);
478
int32_t RuleBasedCollator::
cloneBinary
(uint8_t *buffer, int32_t capacity, UErrorCode &status)
/external/chromium_org/third_party/icu/source/i18n/unicode/
tblcoll.h
182
*
cloneBinary
. Binary image used in instantiation of the
195
* @see
cloneBinary
445
* Use
cloneBinary
() instead which writes to caller-provided memory.
451
* @deprecated ICU 52. Use
cloneBinary
() instead.
466
int32_t
cloneBinary
(uint8_t *buffer, int32_t capacity, UErrorCode &status);
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
tblcoll.h
182
*
cloneBinary
. Binary image used in instantiation of the
195
* @see
cloneBinary
459
* Use
cloneBinary
() instead which writes to caller-provided memory.
465
* @deprecated ICU 52. Use
cloneBinary
() instead.
480
int32_t
cloneBinary
(uint8_t *buffer, int32_t capacity, UErrorCode &status) const;
[
all
...]
/external/icu/icu4c/source/test/intltest/
apicoll.cpp
[
all
...]
Completed in 458 milliseconds