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,
568 UCollator *ucol = ucol_safeClone(ucollator, NULL, &buffersize,
756 ucollator = ucol_safeClone(ucollator, NULL, NULL, &status);
coll.cpp 241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status);
colldata.cpp 693 coll = ucol_safeClone(collator, NULL, NULL, &status);
ucol.cpp 538 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status)
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 712 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, 0))
718 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
725 if (0 != ucol_safeClone(someCollators[0], buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
733 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
743 if (0 == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err))
750 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
760 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
768 if (0 != ucol_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
778 someClonedCollators[0] = ucol_safeClone(col, buffer[0], &bufferSize, &err);
796 ucol_close(ucol_safeClone(someCollators[index], buffer[index], &bufferSize, &err))
    [all...]
cmsccoll.c     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 321 * @see ucol_safeClone
349 * @see ucol_safeClone
442 * @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 53 milliseconds