Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Field and Description |
---|---|
PluralRules.SampleType |
PluralRules.DecimalQuantitySamples.sampleType
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
static PluralRules.SampleType |
PluralRules.SampleType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PluralRules.SampleType[] |
PluralRules.SampleType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PluralRules.computeLimited(String keyword,
PluralRules.SampleType sampleType)
Deprecated.
internal
|
Collection<com.ibm.icu.impl.number.DecimalQuantity> |
PluralRules.getAllKeywordValues(String keyword,
PluralRules.SampleType type)
Deprecated.
This API is ICU internal only.
|
Collection<com.ibm.icu.impl.number.DecimalQuantity> |
PluralRules.getDecimalQuantitySamples(String keyword,
PluralRules.SampleType sampleType)
Deprecated.
ICU internal only
|
PluralRules.DecimalQuantitySamples |
PluralRules.getDecimalSamples(String keyword,
PluralRules.SampleType sampleType)
Deprecated.
This API is ICU internal only.
|
PluralRules.KeywordStatus |
PluralRules.getKeywordStatus(String keyword,
int offset,
Set<com.ibm.icu.impl.number.DecimalQuantity> explicits,
Output<com.ibm.icu.impl.number.DecimalQuantity> uniqueValue,
PluralRules.SampleType sampleType)
Deprecated.
This API is ICU internal only.
|
Collection<Double> |
PluralRules.getSamples(String keyword,
PluralRules.SampleType sampleType)
Deprecated.
ICU internal only
|
boolean |
PluralRules.isLimited(String keyword,
PluralRules.SampleType sampleType)
Deprecated.
internal
|
Copyright © 2016 Unicode, Inc. and others.