Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java874 long newWeight = 0; in TestRootElements() local
884 newWeight = cw1c.nextWeight(); in TestRootElements()
892 newWeight = cw1u.nextWeight(); in TestRootElements()
895 if (newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) { in TestRootElements()
898 + " < 0x" + Utility.hex(newWeight, 8) in TestRootElements()
909 long newWeight = cw2.nextWeight(); in TestRootElements() local
910 if (!(prevSec < newWeight && newWeight < sec)) { in TestRootElements()
913 + " < 0x" + Utility.hex(newWeight) in TestRootElements()
925 long newWeight = cw3.nextWeight(); in TestRootElements() local
926 if (!(prevTer < newWeight && newWeight < ter)) { in TestRootElements()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java873 long newWeight = 0; in TestRootElements() local
883 newWeight = cw1c.nextWeight(); in TestRootElements()
891 newWeight = cw1u.nextWeight(); in TestRootElements()
894 if (newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) { in TestRootElements()
897 + " < 0x" + Utility.hex(newWeight, 8) in TestRootElements()
908 long newWeight = cw2.nextWeight(); in TestRootElements() local
909 if (!(prevSec < newWeight && newWeight < sec)) { in TestRootElements()
912 + " < 0x" + Utility.hex(newWeight) in TestRootElements()
924 long newWeight = cw3.nextWeight(); in TestRootElements() local
925 if (!(prevTer < newWeight && newWeight < ter)) { in TestRootElements()
[all …]
/external/skia/src/pathops/
DSkPathOpsConic.h118 double t1, double t2, SkScalar* newWeight) { in SubDivide()
121 return conic.subDivide(a, c, t1, t2, newWeight); in SubDivide()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp809 uint32_t newWeight = 0; in TestRootElements() local
818 newWeight = cw1c.nextWeight(); in TestRootElements()
825 newWeight = cw1u.nextWeight(); in TestRootElements()
828 if(newWeight != 0 && !(prevPri < newWeight && newWeight < pri)) { in TestRootElements()
830 (long)prevPri, (long)newWeight, (long)pri); in TestRootElements()
838 uint32_t newWeight = cw2.nextWeight(); in TestRootElements() local
839 if(!(prevSec < newWeight && newWeight < sec)) { in TestRootElements()
841 (long)lowerLimit, (long)newWeight, (long)sec); in TestRootElements()
850 uint32_t newWeight = cw3.nextWeight(); in TestRootElements() local
851 if(!(prevTer < newWeight && newWeight < ter)) { in TestRootElements()
[all …]