Home
last modified time | relevance | path

Searched refs:allocWeights (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h67 UBool allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n);
Dcollationbuilder.cpp1454 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
1501 if(!secondaries.allocWeights(s, sLimit, sCount)) { in makeTailoredCEs()
1535 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
Dcollationweights.cpp497 CollationWeights::allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n) { in allocWeights() function in CollationWeights
/third_party/node/deps/icu-small/source/i18n/
Dcollationweights.h67 UBool allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n);
Dcollationbuilder.cpp1453 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
1500 if(!secondaries.allocWeights(s, sLimit, sCount)) { in makeTailoredCEs()
1534 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
Dcollationweights.cpp497 CollationWeights::allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n) { in allocWeights() function in CollationWeights
/third_party/icu/icu4c/source/i18n/
Dcollationweights.h67 UBool allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n);
Dcollationbuilder.cpp1453 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
1500 if(!secondaries.allocWeights(s, sLimit, sCount)) { in makeTailoredCEs()
1534 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
Dcollationweights.cpp497 CollationWeights::allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n) { in allocWeights() function in CollationWeights
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h67 UBool allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n);
Dcollationbuilder.cpp1453 if(!tertiaries.allocWeights(t, tLimit, tCount)) { in makeTailoredCEs()
1500 if(!secondaries.allocWeights(s, sLimit, sCount)) { in makeTailoredCEs()
1534 if(!primaries.allocWeights(p, pLimit, pCount)) { in makeTailoredCEs()
Dcollationweights.cpp497 CollationWeights::allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n) { in allocWeights() function in CollationWeights
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java557 if (!cw.allocWeights(lowerLimit, upperLimit, n)) { in checkAllocWeights()
881 if (!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
889 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
906 if (!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
922 if (!cw3.allocWeights(lowerLimit, ter, 1)) { in TestRootElements()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationTest.java560 if (!cw.allocWeights(lowerLimit, upperLimit, n)) { in checkAllocWeights()
884 if (!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
892 if (!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
909 if (!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
925 if (!cw3.allocWeights(lowerLimit, ter, 1)) { in TestRootElements()
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp508 if(!cw.allocWeights(lowerLimit, upperLimit, n)) { in checkAllocWeights()
813 if(!cw1c.allocWeights(prevPri, pri, 1)) { in TestRootElements()
820 if(!cw1u.allocWeights(prevPri, pri, 1)) { in TestRootElements()
834 if(!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
846 if(!cw3.allocWeights(lowerLimit, ter, 1)) { in TestRootElements()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java1195 if(!tertiaries.allocWeights(t, tLimit, tCount)) {
1241 if(!secondaries.allocWeights(s, sLimit, sCount)) {
1274 if(!primaries.allocWeights(p, pLimit, pCount)) {
DCollationWeights.java85 public boolean allocWeights(long lowerLimit, long upperLimit, int n) { in allocWeights() method in CollationWeights
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java1199 if(!tertiaries.allocWeights(t, tLimit, tCount)) {
1245 if(!secondaries.allocWeights(s, sLimit, sCount)) {
1278 if(!primaries.allocWeights(p, pLimit, pCount)) {
DCollationWeights.java87 public boolean allocWeights(long lowerLimit, long upperLimit, int n) { in allocWeights() method in CollationWeights