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

  /external/chromium/third_party/icu/public/i18n/unicode/
ucol.h     [all...]
  /external/icu4c/i18n/unicode/
ucol.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
ucol.h     [all...]
urename.h 550 #define ucol_cloneBinary ucol_cloneBinary_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
ucol.h     [all...]
urename.h 550 #define ucol_cloneBinary ucol_cloneBinary_3_2
    [all...]
  /external/chromium/third_party/icu/source/i18n/
tblcoll.cpp 496 return ucol_cloneBinary(ucollator, buffer, capacity, &status);
ucol.cpp 384 ucol_cloneBinary(const UCollator *coll,
509 imageSize = ucol_cloneBinary(coll, NULL, 0, &tempStatus);
518 ucol_cloneBinary(coll, image, imageSize, status);
    [all...]
  /external/icu4c/i18n/
tblcoll.cpp 496 return ucol_cloneBinary(ucollator, buffer, capacity, &status);
ucol.cpp 440 ucol_cloneBinary(const UCollator *coll,
565 imageSize = ucol_cloneBinary(coll, NULL, 0, &tempStatus);
574 ucol_cloneBinary(coll, image, imageSize, status);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 829 size = ucol_cloneBinary(col, NULL, 0, &err);
831 log_err("ucol_cloneBinary - couldn't check size. Error: %s\n", u_errorName(err));
    [all...]
  /external/icu4c/test/cintltst/
capitst.c     [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 740 len = ucol_cloneBinary(coll, NULL, 0, &intStatus);
743 len = ucol_cloneBinary(coll, data, len, &intStatus);
    [all...]
  /external/icu4c/tools/genrb/
parse.c 732 len = ucol_cloneBinary(coll, NULL, 0, &intStatus);
735 len = ucol_cloneBinary(coll, data, len, &intStatus);
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 550 #define ucol_cloneBinary ucol_cloneBinary_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 550 #define ucol_cloneBinary ucol_cloneBinary_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 659 #define ucol_cloneBinary ucol_cloneBinary_4_2
    [all...]

Completed in 739 milliseconds