Searched refs:changeNodePreviousIndex (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/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()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationbuilder.h | 289 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() function
|
D | collationbuilder.cpp | 986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationbuilder.h | 289 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() function
|
D | collationbuilder.cpp | 986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween()
|
/third_party/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
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
|