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

  /external/chromium_org/third_party/icu/source/test/threadtest/
converttest.cpp 58 cnv2 = ucnv_safeClone(fCnv, // The source converter, common to all threads.
63 fprintf(stderr, "ucnv_safeClone() failed.\n");
  /external/icu/icu4c/source/test/threadtest/
converttest.cpp 58 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/
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/icu/icu4c/source/common/unicode/
ucnv.h 477 * 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.
    [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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)
495 clone = ucnv_safeClone(cnv, cloneBuffer, &cloneSize, err);
    [all...]
ucnv2022.cpp     [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 789 cloneCnv = ucnv_safeClone(conv, NULL, NULL, &status);

Completed in 764 milliseconds