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

  /external/icu4c/i18n/
tblcoll.cpp 237 ucollator = ucol_safeClone(that.ucollator, NULL, &buffersize,
542 UCollator *ucol = ucol_safeClone(ucollator, NULL, &buffersize,
721 ucollator = ucol_safeClone(ucollator, NULL, NULL, &status);
coll.cpp 241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status);
colldata.cpp 691 coll = ucol_safeClone(collator, NULL, NULL, &status);
ucol.cpp 537 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status)
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 710 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, 0))
716 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
723 if (0 != ucol_safeClone(someCollators[0], buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
731 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
741 if (0 == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err))
748 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
758 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
766 if (0 != ucol_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
776 someClonedCollators[0] = ucol_safeClone(col, buffer[0], &bufferSize, &err);
794 ucol_close(ucol_safeClone(someCollators[index], buffer[index], &bufferSize, &err))
    [all...]
cmsccoll.c     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 270 * @see ucol_safeClone
298 * @see ucol_safeClone
391 * @see ucol_safeClone
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 264 * @see ucol_safeClone
292 * @see ucol_safeClone
370 * @see ucol_safeClone
    [all...]
urename.h 623 #define ucol_safeClone ucol_safeClone_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 264 * @see ucol_safeClone
292 * @see ucol_safeClone
370 * @see ucol_safeClone
    [all...]
urename.h 623 #define ucol_safeClone ucol_safeClone_3_2
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 150 UCollator* c = ucol_safeClone(toCollator(address), NULL, &bufferSize, &status);
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 623 #define ucol_safeClone ucol_safeClone_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 623 #define ucol_safeClone ucol_safeClone_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1381 milliseconds