Home
last modified time | relevance | path

Searched refs:changeNodePreviousIndex (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.h288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() function
Dcollationbuilder.cpp980 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween()
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.h289 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() function
Dcollationbuilder.cpp986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.h289 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() function
Dcollationbuilder.cpp986 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex); in insertNodeBetween()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java738 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/
DCollationBuilder.java742 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex);
1488 private static long changeNodePreviousIndex(long node, int previous) { in changeNodePreviousIndex() method in CollationBuilder