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

/external/icu4c/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/icu4c/common/unicode/
H A Ducnv.h475 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
491 * @see ucnv_safeClone
536 ucnv_safeClone(const UConverter *cnv,
544 * converters to be cloned with ucnv_safeClone().
H A Durename.h676 #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Ducnv.h411 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
427 * @see ucnv_safeClone
451 ucnv_safeClone(const UConverter *cnv,
459 * converters to be cloned with ucnv_safeClone().
H A Durename.h530 #define ucnv_safeClone ucnv_safeClone_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Ducnv.h411 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
427 * @see ucnv_safeClone
451 ucnv_safeClone(const UConverter *cnv,
459 * converters to be cloned with ucnv_safeClone().
H A Durename.h530 #define ucnv_safeClone ucnv_safeClone_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Ducnv.h411 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
427 * @see ucnv_safeClone
451 ucnv_safeClone(const UConverter *cnv,
459 * converters to be cloned with ucnv_safeClone().
H A Durename.h530 #define ucnv_safeClone ucnv_safeClone_3_2 macro
/external/icu4c/test/cintltst/
H A Dccapitst.c1552 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err);
1762 if (0 != ucnv_safeClone(cnv, buffer[0], &bufferSize, 0))
1768 if (0 != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
1775 if (0 != ucnv_safeClone(cnv, buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
1783 if (0 != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
1793 if (0 == (cnv2 = ucnv_safeClone(cnv, buffer[0], &bufferSize, &err)) || U_FAILURE(err))
1803 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1815 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1826 if (0 != ucnv_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
1852 ucnv_safeClone(cn
[all...]
/external/icu4c/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.c152 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) function
485 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err);
H A Ducnv2022.c3537 * ucnv_safeClone() of the converter will align the entire cloneStruct,
3538 * and then ucnv_safeClone() of the sub-converter may additionally align
3574 /* ucnv.c/ucnv_safeClone() copied the main UConverter already */
3585 ucnv_safeClone(cnvData->currentConverter,
/external/icu4c/samples/ucnv/
H A Dconvsamp.cpp795 cloneCnv = ucnv_safeClone(conv, NULL, &cloneLen, &status);
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h530 #define ucnv_safeClone ucnv_safeClone_3_2 macro

Completed in 125 milliseconds