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

  /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/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/icu4c/source/common/
ucnvhz.c 519 * ucnv_safeClone() of the HZ converter will align the entire cloneHZStruct,
520 * and then ucnv_safeClone() of the sub-converter may additionally align
555 /* ucnv.c/ucnv_safeClone() copied the main UConverter already */
564 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)
485 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 186 milliseconds