Searched refs:orderString (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_shuffles.cpp | 200 static char orderString[ 18 ]; in get_order_string() local 227 orderString[ idx++ ] = random_in_range(0, 1, d) ? 's' : 'S'; in get_order_string() 230 …orderString[ idx++ ] = random_in_range(0, 1, d) ? names[ (int)order[ j ] ] : namesUpperCase[ (int)… in get_order_string() 232 orderString[ idx++ ] = 0; in get_order_string() 238 orderString[ j ] = names2[ (int)order[ j ] ]; in get_order_string() 240 orderString[ j ] = 0; in get_order_string() 243 return orderString; in get_order_string()
|
/external/icu/icu4c/source/test/intltest/ |
D | itercoll.h | 109 UnicodeString &orderString(CollationElementIterator &iter, UnicodeString &target);
|
D | itercoll.cpp | 639 UnicodeString &CollationIteratorTest::orderString(CollationElementIterator &iter, UnicodeString &ta… in orderString() function in CollationIteratorTest
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | DateOrder.java | 142 Map<DateOrder, String> orderString = entry.getValue(); in getOrderingInfo() 143 for (Entry<DateOrder, String> entry2 : orderString.entrySet()) { in getOrderingInfo()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerImpl.java | 2341 String orderString = sort.getOrder().evaluate(xctxt, sourceNodeContext, in processSortKeys() local 2344 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()
|