HomeSort by relevance Sort by last modified time
    Searched full:uprv_malloc (Results 326 - 350 of 365) sorted by null

<<1112131415

  /external/icu4c/tools/makeconv/
gencnvex.c 78 extData=(CnvExtData *)uprv_malloc(sizeof(CnvExtData));
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 941 #define uprv_malloc macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 941 #define uprv_malloc macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 941 #define uprv_malloc macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 941 #define uprv_malloc macro
    [all...]
  /external/chromium/third_party/icu/source/common/
ucnv.c 231 localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded);
261 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
530 cnv->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
    [all...]
ucnv_lmb.c 573 (UConverterDataLMBCS*)uprv_malloc (sizeof (UConverterDataLMBCS));
    [all...]
ustring.c     [all...]
ucnvmbcs.c     [all...]
rbbi.cpp     [all...]
rbbiscan.cpp 720 el = (RBBISetTableEl *)uprv_malloc(sizeof(RBBISetTableEl));
    [all...]
ucnvisci.c 182 cnv->extraInfo = uprv_malloc(sizeof(UConverterDataISCII));
    [all...]
  /external/icu4c/common/
ucnv.c 231 localConverter = allocatedConverter = (UConverter *) uprv_malloc (bufferSizeNeeded);
261 localConverter->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
530 cnv->subChars = (uint8_t *)uprv_malloc(UCNV_ERROR_BUFFER_LENGTH * U_SIZEOF_UCHAR);
    [all...]
ucnv_lmb.c 636 (UConverterDataLMBCS*)uprv_malloc (sizeof (UConverterDataLMBCS));
    [all...]
ucnvmbcs.c     [all...]
  /external/chromium/third_party/icu/patches/
segmentation.patch.txt 136 + buffer = reinterpret_cast<T*>(uprv_malloc(sizeof(T)*size));
165 + buffer = reinterpret_cast<T*>(uprv_malloc(sizeof(T)*size));
854 + fInfo = (CompactTrieInfo *)uprv_malloc(sizeof(CompactTrieInfo));
868 + fInfo = (CompactTrieInfo *)uprv_malloc(sizeof(CompactTrieInfo));
884 + fInfo = (CompactTrieInfo *)uprv_malloc(sizeof(CompactTrieInfo));
    [all...]
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
dtfmtsym.cpp 280 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *));
    [all...]
ucol_bld.cpp     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
dtfmtsym.cpp 282 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *));
    [all...]
ucol_bld.cpp     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1116 #define uprv_malloc macro
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbiapts.cpp     [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp     [all...]

Completed in 1497 milliseconds

<<1112131415