Searched refs:orderString (Results 1 – 4 of 4) sorted by relevance
109 UnicodeString &orderString(CollationElementIterator &iter, UnicodeString &target);
639 UnicodeString &CollationIteratorTest::orderString(CollationElementIterator &iter, UnicodeString &ta… in orderString() function in CollationIteratorTest
142 Map<DateOrder, String> orderString = entry.getValue(); in getOrderingInfo()143 for (Entry<DateOrder, String> entry2 : orderString.entrySet()) { in getOrderingInfo()
2341 String orderString = sort.getOrder().evaluate(xctxt, sourceNodeContext, in processSortKeys() local2344 if (!(orderString.equalsIgnoreCase(Constants.ATTRVAL_ORDER_ASCENDING)) in processSortKeys()2345 &&!(orderString.equalsIgnoreCase( in processSortKeys()2349 orderString }); in processSortKeys()2352 ((null != orderString) && orderString.equals( in processSortKeys()