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

1 2

  /external/icu4c/samples/layout/
arraymem.h 16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/chromium/third_party/icu/source/test/letest/
letest.h 29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/icu4c/test/letest/
letest.h 29 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
  /external/chromium/third_party/icu/source/i18n/
inputext.cpp 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
29 : fInputBytes(NEW_ARRAY(uint8_t, BUFFER_SIZE)), // The text to be checked. Markup will have been
31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text.
66 fDeclaredEncoding = NEW_ARRAY(char, len);
ucsdet.cpp 21 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
winnmfmt.cpp 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
89 fmt->lpDecimalSep = NEW_ARRAY(UChar, 6);
92 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
116 fmt->lpDecimalSep = NEW_ARRAY(UChar, 6);
119 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
125 fmt->lpCurrencySymbol = NEW_ARRAY(UChar, 8);
263 nBuffer = NEW_ARRAY(UChar, newLength + 1);
310 buffer = NEW_ARRAY(UChar, newLength);
330 buffer = NEW_ARRAY(UChar, newLength);
csdetect.cpp 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
133 recognizers = NEW_ARRAY(CharsetRecognizer *, rCount);
405 UEnumeration *en = NEW_ARRAY(UEnumeration, 1);
407 en->context = (void*)NEW_ARRAY(Context, 1);
windtfmt.cpp 50 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
101 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
134 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
247 buffer = NEW_ARRAY(UChar, newLength);
273 buffer = NEW_ARRAY(UChar, newLength);
ucoleitr.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
92 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW);
170 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW);
bmsearch.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
113 ceb = NEW_ARRAY(CEI, bufferSize);
379 text = NEW_ARRAY(UChar, decomplength * 2);
441 int32_t *history = NEW_ARRAY(int32_t, plen);
452 minLengthCache = NEW_ARRAY(int32_t, plen + 1);
532 int32_t *suff = NEW_ARRAY(int32_t, patlen);
567 goodSuffixTable = NEW_ARRAY(int32_t, patlen);
  /external/icu4c/i18n/
inputext.cpp 25 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
29 : fInputBytes(NEW_ARRAY(uint8_t, BUFFER_SIZE)), // The text to be checked. Markup will have been
31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text.
66 fDeclaredEncoding = NEW_ARRAY(char, len);
ucsdet.cpp 21 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
winnmfmt.cpp 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
89 fmt->lpDecimalSep = NEW_ARRAY(UChar, 6);
92 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
116 fmt->lpDecimalSep = NEW_ARRAY(UChar, 6);
119 fmt->lpThousandSep = NEW_ARRAY(UChar, 6);
125 fmt->lpCurrencySymbol = NEW_ARRAY(UChar, 8);
263 nBuffer = NEW_ARRAY(UChar, newLength + 1);
310 buffer = NEW_ARRAY(UChar, newLength);
330 buffer = NEW_ARRAY(UChar, newLength);
csdetect.cpp 32 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
133 recognizers = NEW_ARRAY(CharsetRecognizer *, rCount);
405 UEnumeration *en = NEW_ARRAY(UEnumeration, 1);
407 en->context = (void*)NEW_ARRAY(Context, 1);
windtfmt.cpp 50 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
101 fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
134 this->fTZI = NEW_ARRAY(TIME_ZONE_INFORMATION, 1);
247 buffer = NEW_ARRAY(UChar, newLength);
273 buffer = NEW_ARRAY(UChar, newLength);
ucoleitr.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
92 RCEI *newBuffer = NEW_ARRAY(RCEI, bufferSize + BUFFER_GROW);
170 PCEI *newBuffer = NEW_ARRAY(PCEI, bufferSize + BUFFER_GROW);
bmsearch.cpp 38 #define NEW_ARRAY(type, count) (type *) uprv_malloc((count) * sizeof(type))
115 ceb = NEW_ARRAY(CEI, bufferSize);
394 int32_t *history = NEW_ARRAY(int32_t, plen);
405 minLengthCache = NEW_ARRAY(int32_t, plen + 1);
485 int32_t *suff = NEW_ARRAY(int32_t, patlen);
520 goodSuffixTable = NEW_ARRAY(int32_t, patlen);
  /external/srec/portable/include/
pmemory.h 70 #define NEW_ARRAY(type, n, tag) ((type*)CALLOC(n, sizeof(type), tag))
143 #define NEW_ARRAY(type, nbElem, tag) ((type *) CALLOC(nbElem, sizeof(type), tag))
  /external/chromium/third_party/icu/source/test/cintltst/
ucsdetst.c 21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
73 char *bytes = NEW_ARRAY(char, byteCount + 1);
  /external/chromium/third_party/icu/source/test/intltest/
winnmtst.cpp 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
157 nBuffer = NEW_ARRAY(UChar, newLength + 1);
195 buffer = NEW_ARRAY(UChar, newLength);
209 buffer = NEW_ARRAY(UChar, newLength);
csdetest.cpp 30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type))
130 bytes = NEW_ARRAY(char, length + 1);
202 decoded = NEW_ARRAY(UChar, testLength);
281 UChar *detected = NEW_ARRAY(UChar, sLength);
  /external/icu4c/test/cintltst/
ucsdetst.c 21 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
75 char *bytes = NEW_ARRAY(char, byteCount + 1);
  /external/icu4c/test/intltest/
winnmtst.cpp 48 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
157 nBuffer = NEW_ARRAY(UChar, newLength + 1);
195 buffer = NEW_ARRAY(UChar, newLength);
209 buffer = NEW_ARRAY(UChar, newLength);
csdetest.cpp 30 #define NEW_ARRAY(type,count) (type *) /*uprv_*/malloc((count) * sizeof(type))
133 bytes = NEW_ARRAY(char, length + 1);
205 decoded = NEW_ARRAY(UChar, testLength);
280 UChar *detected = NEW_ARRAY(UChar, sLength);
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 199 public static final int NEW_ARRAY = 41;
354 case NEW_ARRAY: return "new-array";

Completed in 750 milliseconds

1 2