Home
last modified time | relevance | path

Searched refs:nodeHasBefore2 (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.h275 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() function
Dcollationbuilder.cpp614 if(nodeHasBefore2(node)) { in getSpecialResetPosition()
993 if(strength == UCOL_SECONDARY ? !nodeHasBefore2(node) : !nodeHasBefore3(node)) { in findCommonNode()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.h275 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() function
Dcollationbuilder.cpp614 if(nodeHasBefore2(node)) { in getSpecialResetPosition()
993 if(strength == UCOL_SECONDARY ? !nodeHasBefore2(node) : !nodeHasBefore3(node)) { in findCommonNode()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.h275 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() function
Dcollationbuilder.cpp615 if(nodeHasBefore2(node)) { in getSpecialResetPosition()
994 if(strength == UCOL_SECONDARY ? !nodeHasBefore2(node) : !nodeHasBefore3(node)) { in findCommonNode()
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.h275 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() function
Dcollationbuilder.cpp614 if(nodeHasBefore2(node)) { in getSpecialResetPosition()
993 if(strength == UCOL_SECONDARY ? !nodeHasBefore2(node) : !nodeHasBefore3(node)) { in findCommonNode()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java408 if(nodeHasBefore2(node)) { in getSpecialResetPosition()
761 if(strength == Collator.SECONDARY ? !nodeHasBefore2(node) : !nodeHasBefore3(node)) {
1475 private static boolean nodeHasBefore2(long node) { in nodeHasBefore2() method in CollationBuilder
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java404 if(nodeHasBefore2(node)) { in getSpecialResetPosition()
757 if(strength == Collator.SECONDARY ? !nodeHasBefore2(node) : !nodeHasBefore3(node)) {
1471 private static boolean nodeHasBefore2(long node) { in nodeHasBefore2() method in CollationBuilder