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

/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c683 if (NULL != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, NULL))
689 if (NULL != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
696 if (NULL == (col = ucol_safeClone(someCollators[0], buffer[0], NULL, &err)) || U_FAILURE(err))
705 if (NULL != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) ||
716 if (NULL == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err))
725 if (NULL == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
735 if (NULL == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
743 if (NULL != ucol_safeClone(NULL, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
753 someClonedCollators[0] = ucol_safeClone(col, buffer[0], &bufferSize, &err);
771 ucol_close(ucol_safeClone(someCollator
[all...]
H A Dcmsccoll.c2791 target = ucol_safeClone(source, NULL, NULL, &status);
5096 clonedCollation = ucol_safeClone(myCollation, NULL, NULL, &status);
/external/icu/icu4c/source/i18n/unicode/
H A Ducol.h384 * @see ucol_safeClone
412 * @see ucol_safeClone
508 * @see ucol_safeClone
1312 ucol_safeClone(const UCollator *coll,
1320 * @deprecated ICU 52. Do not rely on ucol_safeClone() cloning into any provided buffer.
/external/icu/icu4c/source/i18n/
H A Ducol.cpp77 ucol_safeClone(const UCollator *coll, void * /*stackBuffer*/, int32_t * pBufferSize, UErrorCode *status) function
/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp344 coll = ucol_safeClone(collator, NULL, NULL, &status);
/external/icu/icu4c/source/common/unicode/
H A Durename.h750 #define ucol_safeClone U_ICU_ENTRY_POINT_RENAME(ucol_safeClone) macro

Completed in 159 milliseconds