HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_safeClone (Results 1 - 15 of 15) sorted by null

  /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 477 * 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().
    [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 154 ucnv_safeClone(const UConverter* cnv, void *stackBuffer, int32_t *pBufferSize, UErrorCode *status)
487 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err);
    [all...]
ucnv2022.cpp     [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 790 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...]

Completed in 84 milliseconds