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

  /external/icu/icu4c/source/test/intltest/
colldata.h 116 int32_t listMax;
180 int32_t listMax;
colldata.cpp 41 : ces(NULL), listMax(CELIST_BUFFER_SIZE), listSize(0)
113 if (listSize >= listMax) {
114 int32_t newMax = listMax + CELIST_BUFFER_SIZE;
129 listMax = newMax;
170 : strings(NULL), listMax(STRING_LIST_BUFFER_SIZE), listSize(0)
176 strings = new UnicodeString [listMax];
194 if (listSize >= listMax) {
195 int32_t newMax = listMax + STRING_LIST_BUFFER_SIZE;
206 listMax = newMax;
ssearch.cpp 349 int32_t listMax;
354 : list(NULL), listMax(16), listSize(0)
356 list = new Order[listMax];
360 : list(NULL), listMax(16), listSize(0)
381 list = new Order[listMax];
409 if (listSize >= listMax) {
410 listMax *= 2;
412 Order *newList = new Order[listMax];
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js 1028 MochiKit.Base.EXPORT=["flattenArray","noop","camelize","counter","clone","extend","update","updatetree","setdefault","keys","values","items","NamedError","operator","forwardCall","itemgetter","typeMatcher","isCallable","isUndefined","isUndefinedOrNull","isNull","isEmpty","isNotEmpty","isArrayLike","isDateLike","xmap","map","xfilter","filter","methodcaller","compose","bind","bindLate","bindMethods","NotFound","AdapterRegistry","registerComparator","compare","registerRepr","repr","objEqual","arrayEqual","concat","keyComparator","reverseKeyComparator","partial","merge","listMinMax","listMax","listMin","objMax","objMin","nodeWalk","zip","urlEncode","queryString","serializeJSON","registerJSON","evalJSON","parseQueryString","findValue","findIdentical","flattenArguments","method","average","mean","median"];
1066 m.listMax=m.partial(m.listMinMax,1);
    [all...]

Completed in 543 milliseconds