Home
last modified time | relevance | path

Searched refs:ucol_safeClone (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dtblcoll.cpp237 ucollator = ucol_safeClone(that.ucollator, NULL, &buffersize, in operator =()
542 UCollator *ucol = ucol_safeClone(ucollator, NULL, &buffersize, in safeClone()
721 ucollator = ucol_safeClone(ucollator, NULL, NULL, &status); in checkOwned()
Dcoll.cpp241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status); in createUCollator()
Dcolldata.cpp696 coll = ucol_safeClone(collator, NULL, NULL, &status); in CollData()
Ducol.cpp537 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status) in ucol_safeClone() function
/external/icu4c/test/cintltst/
Dcapitst.c693 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, 0)) in TestSafeClone()
699 …if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCAT… in TestSafeClone()
706 … if (0 != ucol_safeClone(someCollators[0], buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR) in TestSafeClone()
714 …if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || U_FAILURE(err) || buffe… in TestSafeClone()
724 … if (0 == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err)) in TestSafeClone()
731 …if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLO… in TestSafeClone()
741 …if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLO… in TestSafeClone()
749 if (0 != ucol_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR) in TestSafeClone()
759 someClonedCollators[0] = ucol_safeClone(col, buffer[0], &bufferSize, &err); in TestSafeClone()
777 ucol_close(ucol_safeClone(someCollators[idx], buffer[idx], &bufferSize, &err)); in TestSafeClone()
[all …]
Dcmsccoll.c4061 target = ucol_safeClone(source, NULL, &cloneSize, &status); in TestEqualsForCollator()
6337 clonedCollation = ucol_safeClone(myCollation, NULL, &bufferSize, &status); in TestReorderingAcrossCloning()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcapitst.c696 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, 0)) in TestSafeClone()
702 …if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCAT… in TestSafeClone()
709 … if (0 != ucol_safeClone(someCollators[0], buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR) in TestSafeClone()
717 …if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || U_FAILURE(err) || buffe… in TestSafeClone()
727 … if (0 == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err)) in TestSafeClone()
734 …if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLO… in TestSafeClone()
744 …if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLO… in TestSafeClone()
752 if (0 != ucol_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR) in TestSafeClone()
762 someClonedCollators[0] = ucol_safeClone(col, buffer[0], &bufferSize, &err); in TestSafeClone()
780 ucol_close(ucol_safeClone(someCollators[index], buffer[index], &bufferSize, &err)); in TestSafeClone()
[all …]
Dcmsccoll.c4042 target = ucol_safeClone(source, NULL, &cloneSize, &status); in TestEqualsForCollator()
/external/icu4c/i18n/
Dtblcoll.cpp213 UCollator *ucol = ucol_safeClone(that.ucollator, NULL, &buffersize, &intStatus); in operator =()
659 ucollator = ucol_safeClone(ucollator, NULL, NULL, &status); in checkOwned()
Dcoll.cpp250 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status); in createUCollator()
Ducol.cpp559 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status) in ucol_safeClone() function
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ducol.h1041 ucol_safeClone(const UCollator *coll,
/external/icu4c/i18n/unicode/
Ducol.h1235 ucol_safeClone(const UCollator *coll,
/external/icu4c/test/intltest/
Dcolldata.cpp342 coll = ucol_safeClone(collator, NULL, NULL, &status); in CollData()
/external/icu4c/common/unicode/
Durename.h773 #define ucol_safeClone U_ICU_ENTRY_POINT_RENAME(ucol_safeClone) macro
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h779 #define ucol_safeClone U_ICU_ENTRY_POINT_RENAME(ucol_safeClone) macro