Home
last modified time | relevance | path

Searched refs:nextWeight16 (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java679 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
680 if(nextWeight16 == weight16) { in findOrInsertWeakNode()
685 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java675 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
676 if(nextWeight16 == weight16) { in findOrInsertWeakNode()
681 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp922 uint32_t nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode() local
923 if(nextWeight16 == weight16) { in findOrInsertWeakNode()
928 if(nextWeight16 > weight16) { break; } in findOrInsertWeakNode()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...