Home
last modified time | relevance | path

Searched refs:rootIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java612 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
614 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
615 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
620 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java616 int rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
618 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
619 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
624 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.cpp864 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
866 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
867 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
872 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.cpp858 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
860 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
861 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
866 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp864 int32_t rootIndex = binarySearchForRootPrimaryNode( in findOrInsertNodeForPrimary() local
866 if(rootIndex >= 0) { in findOrInsertNodeForPrimary()
867 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
872 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()