HomeSort by relevance Sort by last modified time
    Searched defs:NEW_ARRAY (Results 26 - 32 of 32) sorted by null

12

  /external/chromium/third_party/icu/source/i18n/
colldata.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
138 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax);
591 keyBuffer = NEW_ARRAY(char, *keyBufferLength);
680 key = NEW_ARRAY(char, cacheKeyLength);
1004 int32_t *history = NEW_ARRAY(int32_t, clength);
  /external/icu4c/i18n/
colldata.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
138 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax);
589 keyBuffer = NEW_ARRAY(char, *keyBufferLength);
678 key = NEW_ARRAY(char, cacheKeyLength);
1002 int32_t *history = NEW_ARRAY(int32_t, clength);
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 203 public static final Dop NEW_ARRAY =
204 new Dop(DalvOps.NEW_ARRAY, DalvOps.NEW_ARRAY,
    [all...]
DalvOps.java 69 public static final int NEW_ARRAY = 0x23;
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 59 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
402 resolvedFileName = NEW_ARRAY(char, len);
438 UChar *pattern = NEW_ARRAY(UChar, plen);
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 59 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
395 resolvedFileName = NEW_ARRAY(char, len);
431 UChar *pattern = NEW_ARRAY(UChar, plen);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 238 milliseconds

12