Searched refs:ucnv_safeClone (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dconverttest.cpp58 cnv2 = ucnv_safeClone(fCnv, // The source converter, common to all threads.
63 fprintf(stderr, "ucnv_safeClone() failed.\n");
/external/icu/icu4c/source/test/threadtest/
H A Dconverttest.cpp58 cnv2 = ucnv_safeClone(fCnv, // The source converter, common to all threads.
63 fprintf(stderr, "ucnv_safeClone() failed.\n");
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h477 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
493 * @see ucnv_safeClone
540 ucnv_safeClone(const UConverter *cnv,
550 * converters to be cloned with ucnv_safeClone().
551 * @deprecated ICU 52. Do not rely on ucnv_safeClone() cloning into any provided buffer.
H A Durename.h677 #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) macro
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h477 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
493 * @see ucnv_safeClone
540 ucnv_safeClone(const UConverter *cnv,
550 * converters to be cloned with ucnv_safeClone().
551 * @deprecated ICU 52. Do not rely on ucnv_safeClone() cloning into any provided buffer.
H A Durename.h667 #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c1508 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err);
1715 if (NULL != ucnv_safeClone(cnv, buffer[0], &bufferSize, NULL))
1721 if (NULL != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
1728 if (NULL == (cnv2 = ucnv_safeClone(cnv, buffer[0], NULL, &err)) || U_FAILURE(err))
1737 if (NULL != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
1747 if (NULL == (cnv2 = ucnv_safeClone(cnv, buffer[0], &bufferSize, &err)) || U_FAILURE(err))
1757 if (NULL == (cnv2 = ucnv_safeClone(cnv, NULL, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1769 if (NULL == (cnv2 = ucnv_safeClone(cnv, NULL, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1780 if (NULL != ucnv_safeClone(NULL, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
1806 ucnv_safeClone(cn
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1512 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err);
1719 if (NULL != ucnv_safeClone(cnv, buffer[0], &bufferSize, NULL))
1725 if (NULL != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
1732 if (NULL == (cnv2 = ucnv_safeClone(cnv, buffer[0], NULL, &err)) || U_FAILURE(err))
1741 if (NULL != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
1751 if (NULL == (cnv2 = ucnv_safeClone(cnv, buffer[0], &bufferSize, &err)) || U_FAILURE(err))
1761 if (NULL == (cnv2 = ucnv_safeClone(cnv, NULL, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1773 if (NULL == (cnv2 = ucnv_safeClone(cnv, NULL, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1784 if (NULL != ucnv_safeClone(NULL, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
1810 ucnv_safeClone(cn
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnvhz.c521 * ucnv_safeClone() of the HZ converter will align the entire cloneHZStruct,
522 * and then ucnv_safeClone() of the sub-converter may additionally align
557 /* ucnv.c/ucnv_safeClone() copied the main UConverter already */
566 ucnv_safeClone(((UConverterDataHZ*)cnv->extraInfo)->gbConverter, &localClone->subCnv, &size, status);
H A Ducnv.c154 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) function
495 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err);
H A Ducnv2022.cpp3547 * ucnv_safeClone() of the converter will align the entire cloneStruct,
3548 * and then ucnv_safeClone() of the sub-converter may additionally align
3584 /* ucnv.c/ucnv_safeClone() copied the main UConverter already */
3595 ucnv_safeClone(cnvData->currentConverter,
/external/icu/icu4c/source/common/
H A Ducnvhz.c521 * ucnv_safeClone() of the HZ converter will align the entire cloneHZStruct,
522 * and then ucnv_safeClone() of the sub-converter may additionally align
557 /* ucnv.c/ucnv_safeClone() copied the main UConverter already */
566 ucnv_safeClone(((UConverterDataHZ*)cnv->extraInfo)->gbConverter, &localClone->subCnv, &size, status);
H A Ducnv.c154 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) function
495 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err);
H A Ducnv2022.cpp3552 * ucnv_safeClone() of the converter will align the entire cloneStruct,
3553 * and then ucnv_safeClone() of the sub-converter may additionally align
3589 /* ucnv.c/ucnv_safeClone() copied the main UConverter already */
3600 ucnv_safeClone(cnvData->currentConverter,
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp789 cloneCnv = ucnv_safeClone(conv, NULL, NULL, &status);
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp789 cloneCnv = ucnv_safeClone(conv, NULL, NULL, &status);

Completed in 2076 milliseconds