Searched refs:orders (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/test/intltest/ |
D | tscoll.cpp | 395 int32_t *orders = getOrders(iter, orderLength); in backAndForth() local 416 if (o != orders[--index]) in backAndForth() 422 while (index > 0 && orders[--index] == 0) in backAndForth() 425 if (o != orders[index]) in backAndForth() 428 orders[index], o); in backAndForth() 435 while (index != 0 && orders[index - 1] == 0) in backAndForth() 469 delete[] orders; in backAndForth() 481 int32_t *orders = new int32_t[maxSize]; in getOrders() local 492 uprv_memcpy(temp, orders, size * sizeof(int32_t)); in getOrders() 493 delete[] orders; in getOrders() [all …]
|
D | itercoll.cpp | 191 int32_t *orders = getOrders(*iter, orderLength); in TestOffset() local 220 delete[] orders; in TestOffset()
|
/external/icu4c/test/cintltst/ |
D | callcoll.c | 448 int32_t *orders =(int32_t*)malloc(sizeof(int32_t) * maxSize); in getOrders() local 459 memcpy(temp, orders, size * sizeof(int32_t)); in getOrders() 460 free(orders); in getOrders() 461 orders = temp; in getOrders() 465 orders[size++] = order; in getOrders() 472 memcpy(temp, orders, size * sizeof(int32_t)); in getOrders() 473 free(orders); in getOrders() 474 orders = temp; in getOrders() 480 return orders; in getOrders() 491 int32_t *orders; in backAndForth() local [all …]
|
D | citertst.c | 567 int32_t *orders; in TestOffset() local 598 orders = getOrders(iter, &orderLength); in TestOffset() 630 free(orders); in TestOffset() 945 *orders; in TestSmallBuffer() local 967 orders = getOrders(iter, &count); in TestSmallBuffer() 984 if ((count > 250 && testorders[-- count] != orders[1]) || in TestSmallBuffer() 985 (count <= 250 && testorders[-- count] != orders[0])) { in TestSmallBuffer() 992 free(orders); in TestSmallBuffer()
|
/external/bison/ |
D | TODO | 220 move to partial orders (sounds like series/parallel orders to me).
|
/external/tesseract/ |
D | README | 116 textord The module that organizes(orders) text into lines and words.
|
/external/jpeg/ |
D | README | 238 doesn't take credit card orders, but Global does.) It's not cheap: as of
|
/external/dropbear/libtomcrypt/ |
D | changes | 1422 -- ECC and DH code verify that the moduli and orders are in fact prime. That
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 20958 orders {rdPz
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 11343 orders of magnitude greater than its encoded size.) 21674 2. WebKit is now orders of magnitude faster when handling deep nesting 32030 #include orders was to blame (and it was messy, broken or not) - this cleans that up
|
D | ChangeLog-2008-08-10 | 52217 the same time, their insertion orders are compared to determine
|