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

/macosx-10.9.5/ICU-511.35/icuSources/test/threadtest/
H A Dconverttest.cpp58 cnv2 = ucnv_safeClone(fCnv, // The source converter, common to all threads.
63 fprintf(stderr, "ucnv_safeClone() failed.\n");
/macosx-10.9.5/ICU-511.35/icuSources/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
538 ucnv_safeClone(const UConverter *cnv,
546 * converters to be cloned with ucnv_safeClone().
H A Durename.h664 #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducnv.h439 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
455 * @see ucnv_safeClone
500 ucnv_safeClone(const UConverter *cnv,
508 * converters to be cloned with ucnv_safeClone().
H A Durename.h670 #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) macro
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducnv.h439 * is call this function multiple times, or use the ucnv_safeClone() function to clone a
455 * @see ucnv_safeClone
500 ucnv_safeClone(const UConverter *cnv,
508 * converters to be cloned with ucnv_safeClone().
H A Durename.h670 #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) macro
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c1509 conv2 = ucnv_safeClone(conv1, hunk, &hunkSize, &err);
1716 if (0 != ucnv_safeClone(cnv, buffer[0], &bufferSize, 0))
1722 if (0 != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
1729 if (0 != ucnv_safeClone(cnv, buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
1737 if (0 != ucnv_safeClone(cnv, buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
1747 if (0 == (cnv2 = ucnv_safeClone(cnv, buffer[0], &bufferSize, &err)) || U_FAILURE(err))
1757 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1769 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1780 if (0 != ucnv_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
1806 ucnv_safeClone(cn
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/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
487 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err);
H A Ducnv2022.cpp3524 * ucnv_safeClone() of the converter will align the entire cloneStruct,
3525 * and then ucnv_safeClone() of the sub-converter may additionally align
3561 /* ucnv.c/ucnv_safeClone() copied the main UConverter already */
3572 ucnv_safeClone(cnvData->currentConverter,
/macosx-10.9.5/ICU-511.35/icuSources/samples/ucnv/
H A Dconvsamp.cpp790 cloneCnv = ucnv_safeClone(conv, NULL, &cloneLen, &status);
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Durename.h670 #define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) macro

Completed in 482 milliseconds