Searched refs:changeNodeNextIndex (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationbuilder.h | 291 static inline int64_t changeNodeNextIndex(int64_t node, int32_t next) { in changeNodeNextIndex() function
|
D | collationbuilder.cpp | 976 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); in insertNodeBetween()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationbuilder.h | 291 static inline int64_t changeNodeNextIndex(int64_t node, int32_t next) { in changeNodeNextIndex() function
|
D | collationbuilder.cpp | 976 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); in insertNodeBetween()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationbuilder.h | 291 static inline int64_t changeNodeNextIndex(int64_t node, int32_t next) { in changeNodeNextIndex() function
|
D | collationbuilder.cpp | 977 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); in insertNodeBetween()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationbuilder.h | 291 static inline int64_t changeNodeNextIndex(int64_t node, int32_t next) { in changeNodeNextIndex() function
|
D | collationbuilder.cpp | 976 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); in insertNodeBetween()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationBuilder.java | 738 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); 1491 private static long changeNodeNextIndex(long node, int next) { in changeNodeNextIndex() method in CollationBuilder
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 734 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index); 1487 private static long changeNodeNextIndex(long node, int next) { in changeNodeNextIndex() method in CollationBuilder
|