/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.h | 76 uint32_t nextWeight();
|
D | collationbuilder.cpp | 1461 t = tertiaries.nextWeight(); in makeTailoredCEs() 1513 s = secondaries.nextWeight(); in makeTailoredCEs() 1542 p = primaries.nextWeight(); in makeTailoredCEs()
|
D | collationweights.cpp | 548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.h | 76 uint32_t nextWeight();
|
D | collationbuilder.cpp | 1460 t = tertiaries.nextWeight(); in makeTailoredCEs() 1512 s = secondaries.nextWeight(); in makeTailoredCEs() 1541 p = primaries.nextWeight(); in makeTailoredCEs()
|
D | collationweights.cpp | 548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.h | 76 uint32_t nextWeight();
|
D | collationbuilder.cpp | 1460 t = tertiaries.nextWeight(); in makeTailoredCEs() 1512 s = secondaries.nextWeight(); in makeTailoredCEs() 1541 p = primaries.nextWeight(); in makeTailoredCEs()
|
D | collationweights.cpp | 548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.h | 76 uint32_t nextWeight();
|
D | collationbuilder.cpp | 1460 t = tertiaries.nextWeight(); in makeTailoredCEs() 1512 s = secondaries.nextWeight(); in makeTailoredCEs() 1541 p = primaries.nextWeight(); in makeTailoredCEs()
|
D | collationweights.cpp | 548 CollationWeights::nextWeight() { in nextWeight() function in CollationWeights
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 567 long w = cw.nextWeight(); in checkAllocWeights() 886 newWeight = cw1c.nextWeight(); in TestRootElements() 894 newWeight = cw1u.nextWeight(); in TestRootElements() 911 long newWeight = cw2.nextWeight(); in TestRootElements() 927 long newWeight = cw3.nextWeight(); in TestRootElements()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationTest.java | 570 long w = cw.nextWeight(); in checkAllocWeights() 889 newWeight = cw1c.nextWeight(); in TestRootElements() 897 newWeight = cw1u.nextWeight(); in TestRootElements() 914 long newWeight = cw2.nextWeight(); in TestRootElements() 930 long newWeight = cw3.nextWeight(); in TestRootElements()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 516 uint32_t w = cw.nextWeight(); in checkAllocWeights() 817 newWeight = cw1c.nextWeight(); in TestRootElements() 824 newWeight = cw1u.nextWeight(); in TestRootElements() 837 uint32_t newWeight = cw2.nextWeight(); in TestRootElements() 849 uint32_t newWeight = cw3.nextWeight(); in TestRootElements()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 1201 t = (int)tertiaries.nextWeight(); 1252 s = (int)secondaries.nextWeight(); 1280 p = primaries.nextWeight();
|
D | CollationWeights.java | 138 public long nextWeight() { in nextWeight() method in CollationWeights
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationBuilder.java | 1205 t = (int)tertiaries.nextWeight(); 1256 s = (int)secondaries.nextWeight(); 1284 p = primaries.nextWeight();
|
D | CollationWeights.java | 140 public long nextWeight() { in nextWeight() method in CollationWeights
|