Searched defs:CollationWeights (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationweights.h32 class U_I18N_API CollationWeights : public UMemory { class in inherits:UMemory
34 CollationWeights();
H A Dcollationweights.cpp96 CollationWeights::CollationWeights() function in class:CollationWeights
104 CollationWeights::initForPrimary(UBool compressible) {
122 CollationWeights::initForSecondary() {
136 CollationWeights::initForTertiary() {
152 CollationWeights::incWeight(uint32_t weight, int32_t length) const {
167 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const {
184 CollationWeights::lengthenRange(WeightRange &range) const {
197 l=((const CollationWeights::WeightRange *)left)->start;
198 r=((const CollationWeights
[all...]

Completed in 151 milliseconds