Searched refs:changeNodePreviousIndex (Results 1 – 5 of 5) sorted by relevance
/external/icu/libicu/cts_headers/ |
D | collationbuilder.h | 288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() function
|
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.h | 288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() function
|
D | collationbuilder.cpp | 980 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationBuilder.java | 742 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); 1488 private static long changeNodePreviousIndex(long node, int previous) { in changeNodePreviousIndex() method in CollationBuilder
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 738 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); 1484 private static long changeNodePreviousIndex(long node, int previous) { in changeNodePreviousIndex() method in CollationBuilder
|