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

  /external/chromium/third_party/icu/source/test/intltest/
tscoll.h 26 struct Order
28 int32_t order; member in struct:IntlTestCollator::Order
51 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength);
ssearch.cpp 681 struct Order
683 int32_t order; member in struct:Order
696 void add(int32_t order, int32_t low, int32_t high);
697 const Order *get(int32_t index) const;
706 Order *list;
714 list = new Order[listMax];
723 int32_t order, low, high; local
739 list = new Order[listMax];
745 order = ucol_next(elems, &status);
748 if (order != UCOL_NULLORDER)
795 const Order *order = get(index); local
806 const Order *order = get(index); local
817 const Order *order = get(index); local
882 const Order *order = list.get(i); local
900 const Order *order = list.get(i); local
990 int32_t order, low, high; local
1113 uint64_t order; local
    [all...]
  /external/icu4c/test/intltest/
tscoll.h 26 struct Order
28 int32_t order; member in struct:IntlTestCollator::Order
51 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength);
ssearch.cpp 674 struct Order
676 int32_t order; member in struct:Order
689 void add(int32_t order, int32_t low, int32_t high);
690 const Order *get(int32_t index) const;
699 Order *list;
707 list = new Order[listMax];
716 int32_t order, low, high; local
732 list = new Order[listMax];
738 order = ucol_next(elems, &status);
741 if (order != UCOL_NULLORDER)
788 const Order *order = get(index); local
799 const Order *order = get(index); local
810 const Order *order = get(index); local
875 const Order *order = list.get(i); local
893 const Order *order = list.get(i); local
983 int32_t order, low, high; local
1108 uint64_t order; local
    [all...]

Completed in 17 milliseconds