Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java890 long newWeight = 0; in TestRootElements() local
900 newWeight = cw1c.nextWeight(); in TestRootElements()
908 newWeight = cw1u.nextWeight(); in TestRootElements()
911 if (newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) { in TestRootElements()
914 + " < 0x" + Utility.hex(newWeight, 8) in TestRootElements()
925 long newWeight = cw2.nextWeight(); in TestRootElements() local
926 if (!(prevSec < newWeight && newWeight < sec)) { in TestRootElements()
929 + " < 0x" + Utility.hex(newWeight) in TestRootElements()
941 long newWeight = cw3.nextWeight(); in TestRootElements() local
942 if (!(prevTer < newWeight && newWeight < ter)) { in TestRootElements()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java894 long newWeight = 0; in TestRootElements() local
904 newWeight = cw1c.nextWeight(); in TestRootElements()
912 newWeight = cw1u.nextWeight(); in TestRootElements()
915 if (newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) { in TestRootElements()
918 + " < 0x" + Utility.hex(newWeight, 8) in TestRootElements()
929 long newWeight = cw2.nextWeight(); in TestRootElements() local
930 if (!(prevSec < newWeight && newWeight < sec)) { in TestRootElements()
933 + " < 0x" + Utility.hex(newWeight) in TestRootElements()
945 long newWeight = cw3.nextWeight(); in TestRootElements() local
946 if (!(prevTer < newWeight && newWeight < ter)) { in TestRootElements()
[all …]
/external/skia/src/pathops/
DSkPathOpsConic.h110 double t1, double t2, SkScalar* newWeight) { in SubDivide()
113 return conic.subDivide(a, c, t1, t2, newWeight); in SubDivide()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp807 uint32_t newWeight = 0; in TestRootElements() local
816 newWeight = cw1c.nextWeight(); in TestRootElements()
823 newWeight = cw1u.nextWeight(); in TestRootElements()
826 if(newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) { in TestRootElements()
828 (long)prevPri, (long)newWeight, (long)pri); in TestRootElements()
836 uint32_t newWeight = cw2.nextWeight(); in TestRootElements() local
837 if(!(prevSec < newWeight && newWeight < sec)) { in TestRootElements()
839 (long)lowerLimit, (long)newWeight, (long)sec); in TestRootElements()
848 uint32_t newWeight = cw3.nextWeight(); in TestRootElements() local
849 if(!(prevTer < newWeight && newWeight < ter)) { in TestRootElements()
[all …]