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

  /external/chromium/third_party/icu/source/i18n/
tblcoll.cpp 235 ucollator = ucol_safeClone(that.ucollator, NULL, &buffersize,
540 UCollator *ucol = ucol_safeClone(ucollator, NULL, &buffersize,
704 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 445 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status)
    [all...]
  /external/icu4c/i18n/
tblcoll.cpp 235 ucollator = ucol_safeClone(that.ucollator, NULL, &buffersize,
540 UCollator *ucol = ucol_safeClone(ucollator, NULL, &buffersize,
704 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 501 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 696 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, 0))
702 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
709 if (0 != ucol_safeClone(someCollators[0], buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
717 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
727 if (0 == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err))
734 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
744 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
752 if (0 != ucol_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
762 someClonedCollators[0] = ucol_safeClone(col, buffer[0], &bufferSize, &err);
780 ucol_close(ucol_safeClone(someCollators[index], buffer[index], &bufferSize, &err))
    [all...]
cmsccoll.c     [all...]
  /external/icu4c/test/cintltst/
capitst.c 706 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, 0))
712 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || err != U_MEMORY_ALLOCATION_ERROR)
719 if (0 != ucol_safeClone(someCollators[0], buffer[0], 0, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
727 if (0 != ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err) || U_FAILURE(err) || bufferSize <= 0)
737 if (0 == (col = ucol_safeClone(someCollators[0], buffer[0], &bufferSize, &err)) || U_FAILURE(err))
744 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
754 if (0 == (col = ucol_safeClone(someCollators[0], 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
762 if (0 != ucol_safeClone(0, buffer[0], &bufferSize, &err) || err != U_ILLEGAL_ARGUMENT_ERROR)
772 someClonedCollators[0] = ucol_safeClone(col, buffer[0], &bufferSize, &err);
790 ucol_close(ucol_safeClone(someCollators[index], buffer[index], &bufferSize, &err))
    [all...]
cmsccoll.c     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h 251 * @see ucol_safeClone
279 * @see ucol_safeClone
372 * @see ucol_safeClone
    [all...]
  /external/icu4c/i18n/unicode/
ucol.h 256 * @see ucol_safeClone
284 * @see ucol_safeClone
377 * @see ucol_safeClone
    [all...]
  /external/webkit/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/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/
NativeCollation.cpp 153 UCollator* c = ucol_safeClone(toCollator(address), NULL, &bufferSize, &status);
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 623 #define ucol_safeClone ucol_safeClone_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 623 #define ucol_safeClone ucol_safeClone_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]

Completed in 285 milliseconds