/external/icu4c/test/threadtest/ |
converttest.cpp | 58 cnv2 = ucnv_safeClone(fCnv, // The source converter, common to all threads. 63 fprintf(stderr, "ucnv_safeClone() failed.\n");
|
/external/icu4c/common/unicode/ |
ucnv.h | 439 * 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(). [all...] |
urename.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | 411 * 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(). [all...] |
urename.h | 530 #define ucnv_safeClone ucnv_safeClone_3_2 [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | 411 * 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(). [all...] |
urename.h | 530 #define ucnv_safeClone ucnv_safeClone_3_2 [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | 411 * 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(). [all...] |
urename.h | 530 #define ucnv_safeClone ucnv_safeClone_3_2 [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | [all...] |
/external/icu4c/common/ |
ucnvhz.c | 521 * 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);
|
ucnv.c | 152 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status) 485 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err); [all...] |
ucnv2022.c | [all...] |
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 795 cloneCnv = ucnv_safeClone(conv, NULL, &cloneLen, &status);
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 530 #define ucnv_safeClone ucnv_safeClone_3_2 [all...] |