- ABBR_GENERIC_TZ - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for generic non-location format, abbreviated if possible, such as PT;
used in combinations date + time + zone, or time + zone.
- ABBR_MONTH - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated month.
- ABBR_MONTH_DAY - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated month and day.
- ABBR_MONTH_WEEKDAY_DAY - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated month, weekday, and day.
- ABBR_QUARTER - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated quarter.
- ABBR_SPECIFIC_TZ - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for specific non-location format, abbreviated if possible, such as PDT;
used in combinations date + time + zone, or time + zone.
- ABBR_STANDALONE_MONTH - Static variable in class com.ibm.icu.text.DateFormat
-
- ABBR_UTC_TZ - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for localized GMT/UTC format, such as GMT+8:00 or HPG-8:00;
used in combinations date + time + zone, or time + zone.
- ABBR_WEEKDAY - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for date skeleton with abbreviated weekday.
- ABBREVIATED - Static variable in class com.ibm.icu.text.DateFormatSymbols
-
[icu] Constant for width.
- ABBREVIATED_NAME - Static variable in class com.ibm.icu.text.TimeUnitFormat
-
- abs() - Method in class com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal
whose value is the absolute value of this BigDecimal
.
- abs(MathContext) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a BigDecimal
whose value is the absolute value of this BigDecimal
.
- acceptLanguage(String, ULocale[], boolean[]) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Based on a HTTP formatted list of acceptable locales, determine an available
locale for the user.
- acceptLanguage(ULocale[], ULocale[], boolean[]) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Based on a list of acceptable locales, determine an available locale for the
user.
- acceptLanguage(String, boolean[]) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Based on a HTTP formatted list of acceptable locales, determine an available
locale for the user.
- acceptLanguage(ULocale[], boolean[]) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Based on an ordered array of acceptable locales, determine an available
locale for the user.
- ACCOUNTINGCURRENCYSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
-
[icu] Constant to specify currency style of format which uses currency symbol
to represent currency for accounting, for example: "($3.00), instead of
"-$3.00" (
NumberFormat.CURRENCYSTYLE
).
- ACE_PREFIX_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
-
- ACRE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: acre
- ACRE_FOOT - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: acre-foot
- ACTUAL_LOCALE - Static variable in class com.ibm.icu.util.ULocale
-
[icu] Selector for getLocale() indicating the locale of the
resource containing the data.
- AD - Static variable in class com.ibm.icu.util.GregorianCalendar
-
Value of the ERA
field indicating
the common era (Anno Domini), also known as CE.
- ADAR - Static variable in class com.ibm.icu.util.HebrewCalendar
-
Constant for the Adar, the 7th month of the Hebrew year.
- ADAR_1 - Static variable in class com.ibm.icu.util.HebrewCalendar
-
Constant for Adar I, the 6th month of the Hebrew year
(present in leap years only).
- add(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal
whose value is this+rhs
, using fixed point arithmetic.
- add(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a BigDecimal
whose value is this+rhs
.
- add(Mf2DataModel.Part) - Method in class com.ibm.icu.message2.Mf2DataModel.Pattern.Builder
-
- add(String) - Method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys.Builder
-
- add(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Adds the specified range to this set if it is not already
present.
- add(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Adds the specified character to this set if it is not already
present.
- add(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
-
Adds the specified multicharacter to this set if it is not already
present.
- add(Iterable<?>) - Method in class com.ibm.icu.text.UnicodeSet
-
Add the contents of the collection (as strings) into this UnicodeSet.
- add(byte[], int, int) - Method in class com.ibm.icu.util.BytesTrieBuilder
-
Adds a (byte sequence, value) pair.
- add(int, int) - Method in class com.ibm.icu.util.Calendar
-
Add a signed amount to a specified field, using this calendar's rules.
- add(CharSequence, int) - Method in class com.ibm.icu.util.CharsTrieBuilder
-
Adds a (string, value) pair.
- add(int, int) - Method in class com.ibm.icu.util.ChineseCalendar
-
Override Calendar to handle leap months properly.
- add(int, int) - Method in class com.ibm.icu.util.HebrewCalendar
-
Add a signed amount to a specified field, using this calendar's rules.
- add(ULocale...) - Static method in class com.ibm.icu.util.LocalePriorityList
-
Creates a Builder and adds locales, each with weight 1.0.
- add(ULocale, double) - Static method in class com.ibm.icu.util.LocalePriorityList
-
Creates a Builder and adds a locale with a specified weight.
- add(LocalePriorityList) - Static method in class com.ibm.icu.util.LocalePriorityList
-
Creates a Builder and adds locales with weights.
- add(String) - Static method in class com.ibm.icu.util.LocalePriorityList
-
Creates a Builder, parses the RFC 2616 string, and adds locales with weights accordingly.
- add(LocalePriorityList) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
-
Adds locales with weights.
- add(ULocale) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
-
Adds a locale with weight 1.0.
- add(ULocale...) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
-
Adds locales, each with weight 1.0.
- add(ULocale, double) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
-
Adds a locale with a specified weight.
- add(String) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
-
Parses the RFC 2616 string, and adds locales with weights accordingly.
- add(DateRule) - Method in class com.ibm.icu.util.RangeDateRule
-
- add(Date, DateRule) - Method in class com.ibm.icu.util.RangeDateRule
-
- ADD_CASE_MAPPINGS - Static variable in class com.ibm.icu.text.UnicodeSet
-
Bitmask for constructor, applyPattern(), and closeOver()
indicating letter case.
- addAll(Collection<Mf2DataModel.Part>) - Method in class com.ibm.icu.message2.Mf2DataModel.Pattern.Builder
-
- addAll(Collection<String>) - Method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys.Builder
-
- addAll(Mf2FunctionRegistry) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
-
- addAll(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Adds all characters in range (uses preferred naming convention).
- addAll(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
-
Adds each of the characters in this string to the set.
- addAll(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Adds all of the elements in the specified set to this set if
they're not already present.
- addAll(Iterable<?>) - Method in class com.ibm.icu.text.UnicodeSet
-
Add a collection (as strings) into this UnicodeSet.
- addAll(T...) - Method in class com.ibm.icu.text.UnicodeSet
-
- addAllTo(T) - Method in class com.ibm.icu.text.UnicodeSet
-
Add the contents of the UnicodeSet (as strings) into a collection.
- addAllTo(String[]) - Method in class com.ibm.icu.text.UnicodeSet
-
Add the contents of the UnicodeSet (as strings) into a collection.
- addAllTo(Iterable<T>, U) - Static method in class com.ibm.icu.text.UnicodeSet
-
Utility for adding the contents of an iterable to a collection.
- addAllTo(Iterable<T>, T[]) - Static method in class com.ibm.icu.text.UnicodeSet
-
Utility for adding the contents of an iterable to a collection.
- addBridges(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
- addDecimalQuantitySamples(Collection<DecimalQuantity>) - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
- addError(IDNA.Info, IDNA.Error) - Static method in class com.ibm.icu.text.IDNA
-
- addField(PersonName.NameField, Collection<PersonName.FieldModifier>, String) - Method in class com.ibm.icu.text.SimplePersonName.Builder
-
- addImpl(CharSequence, int) - Method in class com.ibm.icu.util.StringTrieBuilder
-
- addLabelError(IDNA.Info, IDNA.Error) - Static method in class com.ibm.icu.text.IDNA
-
- addLabels(UnicodeSet) - Method in class com.ibm.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLabels(ULocale...) - Method in class com.ibm.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLabels(Locale...) - Method in class com.ibm.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLikelySubtags(ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Adds the likely subtags for a provided locale ID, per the algorithm
described in the following CLDR technical report:
http://www.unicode.org/reports/tr35/#Likely_Subtags
If the provided ULocale instance is already in the maximal form, or there is no
data available available for maximization, it will be returned.
- addLocalVariable(String, Mf2DataModel.Expression) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
-
- addLocalVariables(Mf2DataModel.OrderedMap<String, Mf2DataModel.Expression>) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
-
- addMatchSetTo(UnicodeSet) - Method in interface com.ibm.icu.text.UnicodeMatcher
-
Union the set of all characters that may be matched by this object
into the given set.
- addMatchSetTo(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Implementation of UnicodeMatcher API.
- addOption(String, Mf2DataModel.Value) - Method in class com.ibm.icu.message2.Mf2DataModel.Expression.Builder
-
- addOptions(Map<String, Mf2DataModel.Value>) - Method in class com.ibm.icu.message2.Mf2DataModel.Expression.Builder
-
- addPattern(String, boolean, DateTimePatternGenerator.PatternInfo) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Adds a pattern to the generator.
- addPatternWithSkeleton(String, String, boolean, DateTimePatternGenerator.PatternInfo) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
- addRecord(CharSequence, V) - Method in class com.ibm.icu.text.AlphabeticIndex
-
Add a record (name and data) to the index.
- addReplace(int, int) - Method in class com.ibm.icu.text.Edits
-
Adds a change edit: a record for a text replacement/insertion/deletion.
- addSamples(Collection<Double>) - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
- addSamples(Collection<Double>, Collection<DecimalQuantity>) - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
- addSelector(Mf2DataModel.Expression) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
-
- addSelectors(List<Mf2DataModel.Expression>) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
-
- addSourceTargetSet(UnicodeSet, UnicodeSet, UnicodeSet) - Method in class com.ibm.icu.text.RuleBasedTransliterator
-
- addSourceTargetSet(UnicodeSet, UnicodeSet, UnicodeSet) - Method in class com.ibm.icu.text.Transliterator
-
- addSupportedLocale(Locale) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
-
Adds another supported locale.
- addSupportedULocale(ULocale) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
-
Adds another supported locale.
- addTransitionRule(TimeZoneRule) - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Adds the TimeZoneRule
which represents time transitions.
- addUnchanged(int) - Method in class com.ibm.icu.text.Edits
-
Adds a no-change edit: a record for an unchanged segment of text.
- addUnicodeLocaleAttribute(String) - Method in class com.ibm.icu.util.ULocale.Builder
-
Adds a unicode locale attribute, if not already present, otherwise
has no effect.
- addUnit(String, String, MeasureUnit.Factory) - Static method in class com.ibm.icu.util.MeasureUnit
-
- addVariant(Mf2DataModel.SelectorKeys, Mf2DataModel.Pattern) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
-
- addVariants(Mf2DataModel.OrderedMap<Mf2DataModel.SelectorKeys, Mf2DataModel.Pattern>) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
-
- adjustToCased() - Method in class com.ibm.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but
adjusts each titlecasing BreakIterator index to the next cased character.
- ADLAM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ADLAM - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ADLAM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AEGEAN_NUMBERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AEGEAN_NUMBERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AFAKA - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- AFRICAN_FEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- AFRICAN_NOON - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- AFRICAN_QAF - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- after(Object) - Method in class com.ibm.icu.util.Calendar
-
Compares the time field records.
- AGE - Static variable in interface com.ibm.icu.lang.UProperty
-
String property Age.
- AGRAHAYANA - Static variable in class com.ibm.icu.util.IndianCalendar
-
Constant for Agrahayana, the 9th month of the Indian year.
- AHOM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AHOM - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- AHOM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AIN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- ALAPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- ALCHEMICAL_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ALCHEMICAL_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ALEF - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- ALETTER - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
-
- all() - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currency data.
- ALL_CHECKS - Static variable in class com.ibm.icu.text.SpoofChecker
-
Enable all spoof checks.
- ALL_CODE_POINTS - Static variable in class com.ibm.icu.text.UnicodeSet
-
Constant for the set of all code points.
- ALL_SAINTS_DAY - Static variable in class com.ibm.icu.util.SimpleHoliday
-
All Saints' Day, November 1st
- ALL_SOULS_DAY - Static variable in class com.ibm.icu.util.SimpleHoliday
-
All Souls' Day, November 1st
- allIgnorable(String) - Method in interface com.ibm.icu.text.RbnfLenientScanner
-
- ALLOW_UNASSIGNED - Static variable in class com.ibm.icu.text.IDNA
-
- ALLOW_UNASSIGNED - Static variable in class com.ibm.icu.text.StringPrep
-
Option to allow processing of unassigned code points in the input
- ALPHABETIC - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- ALPHABETIC - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Alphabetic.
- ALPHABETIC_PRESENTATION_FORMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ALPHABETIC_PRESENTATION_FORMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AlphabeticIndex<V> - Class in com.ibm.icu.text
-
AlphabeticIndex supports the creation of a UI index appropriate for a given language.
- AlphabeticIndex(ULocale) - Constructor for class com.ibm.icu.text.AlphabeticIndex
-
Create the index object.
- AlphabeticIndex(Locale) - Constructor for class com.ibm.icu.text.AlphabeticIndex
-
Create the index object.
- AlphabeticIndex(RuleBasedCollator) - Constructor for class com.ibm.icu.text.AlphabeticIndex
-
Create an AlphabeticIndex that uses a specific collator.
- AlphabeticIndex.Bucket<V> - Class in com.ibm.icu.text
-
An index "bucket" with a label string and type.
- AlphabeticIndex.Bucket.LabelType - Enum in com.ibm.icu.text
-
Type of the label
- AlphabeticIndex.ImmutableIndex<V> - Class in com.ibm.icu.text
-
- AlphabeticIndex.Record<V> - Class in com.ibm.icu.text
-
A (name, data) pair, to be sorted by name into one of the index buckets.
- ALT_QUOTATION_END - Static variable in class com.ibm.icu.util.LocaleData
-
- ALT_QUOTATION_START - Static variable in class com.ibm.icu.util.LocaleData
-
- AM - Static variable in class com.ibm.icu.util.Calendar
-
Value of the AM_PM
field indicating the
period of the day from midnight to just before noon.
- AM_PM - Static variable in class com.ibm.icu.text.DateFormat.Field
-
Constant identifying the time of day indicator(am/pm).
- AM_PM - Static variable in class com.ibm.icu.util.Calendar
-
Field number for get
and set
indicating
whether the HOUR
is before or after noon.
- AM_PM_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'a' field alignment,
corresponding to the
Calendar.AM_PM
field.
- AM_PM_MIDNIGHT_NOON - Static variable in class com.ibm.icu.text.DateFormat.Field
-
[icu] Constant identifying the am/pm/midnight/noon field.
- AM_PM_MIDNIGHT_NOON_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] FieldPosition selector for 'b' field alignment.
- AMBIGUOUS - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
-
- AMBIGUOUS - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- AMPERE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of electric: ampere
- AMSHIR - Static variable in class com.ibm.icu.util.CopticCalendar
-
Constant for Μεϣιρ / ﺮﻴﺸﻣأ,
the 6th month of the Coptic year.
- ANATOLIAN_HIEROGLYPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ANATOLIAN_HIEROGLYPHS - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ANATOLIAN_HIEROGLYPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_MUSICAL_NOTATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_NUMBERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_GREEK_NUMBERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ANCIENT_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AnnualTimeZoneRule - Class in com.ibm.icu.util
-
AnnualTimeZoneRule
is a class used for representing a time zone
rule which takes effect annually.
- AnnualTimeZoneRule(String, int, int, DateTimeRule, int, int) - Constructor for class com.ibm.icu.util.AnnualTimeZoneRule
-
Constructs a AnnualTimeZoneRule
with the name, the GMT offset of its
standard time, the amount of daylight saving offset adjustment,
the annual start time rule and the start/until years.
- ANY_CASE - Static variable in class com.ibm.icu.text.SpoofChecker
-
- append(StringBuilder, CharSequence) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Appends the second string to the first string
(merging them at the boundary) and returns the first string.
- append(StringBuilder, CharSequence) - Method in class com.ibm.icu.text.Normalizer2
-
Appends the second string to the first string
(merging them at the boundary) and returns the first string.
- append(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
-
Append a single UTF-32 value to the end of a StringBuffer.
- append(char[], int, int) - Static method in class com.ibm.icu.text.UTF16
-
Adds a codepoint to offset16 position of the argument char array.
- append(byte[], int, int) - Method in class com.ibm.icu.util.ByteArrayWrapper
-
Appends the internal byte array from offset size with the
contents of src from offset start to limit.
- appendCodePoint(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
-
Cover JDK 1.5 APIs.
- appendTo(A) - Method in class com.ibm.icu.message2.FormattedMessage
-
- appendTo(A) - Method in class com.ibm.icu.message2.PlainStringFormattedValue
-
- appendTo(A) - Method in class com.ibm.icu.number.FormattedNumber
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class com.ibm.icu.number.FormattedNumberRange
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in interface com.ibm.icu.text.FormattedValue
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class com.ibm.icu.text.ListFormatter.FormattedList
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Appends the formatted string to an Appendable.
- apply(DecimalQuantity) - Method in class com.ibm.icu.number.Precision
-
- apply(DecimalQuantity) - Method in class com.ibm.icu.number.Precision.BogusRounder
-
- apply(CharSequence) - Method in class com.ibm.icu.text.CaseMap.Fold
-
Case-folds a string.
- apply(CharSequence, A, Edits) - Method in class com.ibm.icu.text.CaseMap.Fold
-
- apply(Locale, CharSequence) - Method in class com.ibm.icu.text.CaseMap.Lower
-
Lowercases a string.
- apply(Locale, CharSequence, A, Edits) - Method in class com.ibm.icu.text.CaseMap.Lower
-
- apply(Locale, BreakIterator, CharSequence) - Method in class com.ibm.icu.text.CaseMap.Title
-
Titlecases a string.
- apply(Locale, BreakIterator, CharSequence, A, Edits) - Method in class com.ibm.icu.text.CaseMap.Title
-
- apply(Locale, CharSequence) - Method in class com.ibm.icu.text.CaseMap.Upper
-
Uppercases a string.
- apply(Locale, CharSequence, A, Edits) - Method in class com.ibm.icu.text.CaseMap.Upper
-
- apply(int) - Method in interface com.ibm.icu.util.CodePointMap.ValueFilter
-
Modifies the map value.
- applyIntPropertyValue(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the
given value for the given binary or enumerated property, as
returned by UCharacter.getIntPropertyValue.
- applyLocalizedPattern(String) - Method in class com.ibm.icu.text.DecimalFormat
-
- applyLocalizedPattern(String) - Method in class com.ibm.icu.text.SimpleDateFormat
-
Apply the given localized pattern string to this date format.
- applyPattern(String) - Method in class com.ibm.icu.text.DecimalFormat
-
Parses the given pattern string and overwrites the settings specified in the pattern string.
- applyPattern(String) - Method in class com.ibm.icu.text.MessageFormat
-
Sets the pattern used by this message format.
- applyPattern(String, MessagePattern.ApostropheMode) - Method in class com.ibm.icu.text.MessageFormat
-
[icu] Sets the ApostropheMode and the pattern used by this message format.
- applyPattern(String) - Method in class com.ibm.icu.text.PluralFormat
-
Sets the pattern used by this plural format.
- applyPattern(String) - Method in class com.ibm.icu.text.SelectFormat
-
Sets the pattern used by this select format.
- applyPattern(String) - Method in class com.ibm.icu.text.SimpleDateFormat
-
Apply the given unlocalized pattern string to this date format.
- applyPattern(String) - Method in class com.ibm.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern.
- applyPattern(String, boolean) - Method in class com.ibm.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern,
optionally ignoring whitespace.
- applyPattern(String, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern,
optionally ignoring whitespace.
- applyPattern(String, ParsePosition, SymbolTable, int) - Method in class com.ibm.icu.text.UnicodeSet
-
- applyPropertyAlias(String, String) - Method in class com.ibm.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the
given value for the given property.
- applyPropertyAlias(String, String, SymbolTable) - Method in class com.ibm.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the
given value for the given property.
- applyPropertyAlias(String, String, UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet.XSymbolTable
-
Override the interpretation of the sequence [:propertyName=propertyValue:] (and its negated and Perl-style
variant).
- applyReciprocalTo(DecimalQuantity) - Method in class com.ibm.icu.number.Scale
-
- applyTo(DecimalQuantity) - Method in class com.ibm.icu.number.Scale
-
- APPROXIMATELY_SIGN - Static variable in class com.ibm.icu.text.NumberFormat.Field
-
Approximately sign.
- APRIL - Static variable in class com.ibm.icu.util.Calendar
-
Value of the MONTH
field indicating the
fourth month of the year.
- ARABIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC - Static variable in class com.ibm.icu.lang.UScript
-
Arabic
- ARABIC_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_EXTENDED_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_EXTENDED_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_EXTENDED_C - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_EXTENDED_C_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type AN
- ARABIC_PRESENTATION_FORMS_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_PRESENTATION_FORMS_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_PRESENTATION_FORMS_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_PRESENTATION_FORMS_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARABIC_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ArabicShaping - Class in com.ibm.icu.text
-
Shape Arabic text on a character basis.
- ArabicShaping(int) - Constructor for class com.ibm.icu.text.ArabicShaping
-
Construct ArabicShaping using the options flags.
- ArabicShapingException - Exception in com.ibm.icu.text
-
Thrown by ArabicShaping when there is a shaping error.
- ArabicShapingException(String) - Constructor for exception com.ibm.icu.text.ArabicShapingException
-
Construct the exception with the given message
- ARC_MINUTE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: arc-minute
- ARC_SECOND - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: arc-second
- areConfusable(String, String) - Method in class com.ibm.icu.text.SpoofChecker
-
Check the whether two specified strings are visually confusable.
- areSignificantDigitsUsed() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns whether significant digits are being used in rounding.
- ARG_NAME_NOT_NUMBER - Static variable in class com.ibm.icu.text.MessagePattern
-
- ARG_NAME_NOT_VALID - Static variable in class com.ibm.icu.text.MessagePattern
-
- ARGUMENT - Static variable in class com.ibm.icu.text.MessageFormat.Field
-
Constant identifying a portion of a message that was generated
from an argument passed into formatToCharacterIterator
.
- ARMENIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARMENIAN - Static variable in class com.ibm.icu.lang.UScript
-
Armenian
- ARMENIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARRAY - Static variable in class com.ibm.icu.util.UResourceBundle
-
[icu] Resource type constant for arrays of resources.
- ARROWS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ARROWS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ASADHA - Static variable in class com.ibm.icu.util.IndianCalendar
-
Constant for Asadha, the 4th month of the Indian year.
- ASCENSION - Static variable in class com.ibm.icu.util.EasterHoliday
-
Ascension, 39 days after Easter
- ASCII_HEX_DIGIT - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property ASCII_Hex_Digit (0-9 A-F a-f).
- asciiGet(int) - Method in class com.ibm.icu.util.CodePointTrie
-
Returns a trie value for an ASCII code point, without range checking.
- ASH_WEDNESDAY - Static variable in class com.ibm.icu.util.EasterHoliday
-
Ash Wednesday, start of Lent, 47 days before Easter
- ASSUMPTION - Static variable in class com.ibm.icu.util.SimpleHoliday
-
Assumption, August 15th
- ASTRONOMICAL_UNIT - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: astronomical-unit
- ASVINA - Static variable in class com.ibm.icu.util.IndianCalendar
-
Constant for Asvina, the 7th month of the Indian year.
- ATERM - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
-
- ATMOSPHERE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: atmosphere
- AUGUST - Static variable in class com.ibm.icu.util.Calendar
-
Value of the MONTH
field indicating the
eighth month of the year.
- autoQuoteApostrophe(String) - Static method in class com.ibm.icu.text.MessageFormat
-
[icu] Converts an 'apostrophe-friendly' pattern into a standard
pattern.
- autoQuoteApostropheDeep() - Method in class com.ibm.icu.text.MessagePattern
-
Returns a version of the parsed pattern string where each ASCII apostrophe
is doubled (escaped) if it is not already, and if it is not interpreted as quoting syntax.
- AV - Static variable in class com.ibm.icu.util.HebrewCalendar
-
Constant for Av, the 12th month of the Hebrew year.
- AVAGRAHA - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- AVESTAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- AVESTAN - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- AVESTAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- c - Variable in class com.ibm.icu.util.CodePointMap.StringIterator
-
- calendar - Variable in class com.ibm.icu.text.DateFormat
-
The calendar that DateFormat
uses to produce the time field
values needed to implement date and time formatting.
- Calendar - Class in com.ibm.icu.util
-
[icu enhancement] ICU's replacement for java.util.Calendar
.
- Calendar() - Constructor for class com.ibm.icu.util.Calendar
-
Constructs a Calendar with the default time zone
and the default FORMAT
locale.
- Calendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar.FormatConfiguration - Class in com.ibm.icu.util
-
- Calendar.WeekData - Class in com.ibm.icu.util
-
Simple, immutable struct-like class for access to the CLDR week data.
- call(CharsetDecoderICU, Object, ByteBuffer, CharBuffer, IntBuffer, char[], int, CoderResult) - Method in interface com.ibm.icu.charset.CharsetCallback.Decoder
-
This function is called when the bytes in the source cannot be handled,
and this function is meant to handle or fix the error if possible.
- call(CharsetEncoderICU, Object, CharBuffer, ByteBuffer, IntBuffer, char[], int, int, CoderResult) - Method in interface com.ibm.icu.charset.CharsetCallback.Encoder
-
This function is called when the Unicode characters in the source cannot be handled,
and this function is meant to handle or fix the error if possible.
- CALORIE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: calorie
- CANADA - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- CANADA_FRENCH - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- CANADIAN_ABORIGINAL - Static variable in class com.ibm.icu.lang.UScript
-
Unified Canadian Aboriginal Symbols
- CANDELA - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of light: candela
- CANONICAL - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- CANONICAL_COMBINING_CLASS - Static variable in interface com.ibm.icu.lang.UProperty
-
Enumerated property Canonical_Combining_Class.
- CANONICAL_DECOMPOSITION - Static variable in class com.ibm.icu.text.Collator
-
Decomposition mode value.
- CanonicalIterator - Class in com.ibm.icu.text
-
This class allows one to iterate through all the strings that are canonically equivalent to a given
string.
- CanonicalIterator(String) - Constructor for class com.ibm.icu.text.CanonicalIterator
-
Construct a CanonicalIterator object
- canonicalize(ULocale) - Method in class com.ibm.icu.util.LocaleMatcher
-
Partially canonicalizes a locale (language).
- canonicalize(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the canonical name according to CLDR for the specified locale ID.
- CANTILLATION_MARK - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CARAT - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: carat
- CARIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CARIAN - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CARIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CARRIAGE_RETURN - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- CASE - Static variable in class com.ibm.icu.text.UnicodeSet
-
Bitmask for constructor, applyPattern(), and closeOver()
indicating letter case.
- CASE_FOLDING - Static variable in interface com.ibm.icu.lang.UProperty
-
String property Case_Folding.
- CASE_IGNORABLE - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Case_Ignorable.
- CASE_INSENSITIVE - Static variable in class com.ibm.icu.text.UnicodeSet
-
Alias for UnicodeSet.CASE, for ease of porting from C++ where ICU4C
also has both USET_CASE and USET_CASE_INSENSITIVE (see uset.h).
- CASE_SENSITIVE - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Case_Sensitive.
- CASED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Cased.
- CaseInsensitiveString - Class in com.ibm.icu.util
-
A string used as a key in java.util.Hashtable and other
collections.
- CaseInsensitiveString(String) - Constructor for class com.ibm.icu.util.CaseInsensitiveString
-
Constructs an CaseInsentiveString object from the given string
- CaseMap - Class in com.ibm.icu.text
-
Low-level case mapping options and methods.
- CaseMap.Fold - Class in com.ibm.icu.text
-
Case folding options and methods.
- CaseMap.Lower - Class in com.ibm.icu.text
-
Lowercasing options and methods.
- CaseMap.Title - Class in com.ibm.icu.text
-
Titlecasing options and methods.
- CaseMap.Upper - Class in com.ibm.icu.text
-
Uppercasing options and methods.
- CASHCURRENCYSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
-
[icu] Constant to specify currency cash style of format which uses currency
ISO code to represent currency, for example: "NT$3" instead of "NT$3.23".
- CAUCASIAN_ALBANIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CAUCASIAN_ALBANIAN - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CAUCASIAN_ALBANIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CELSIUS - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of temperature: celsius
- CENTILITER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: centiliter
- CENTIMETER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: centimeter
- CENTURY - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: century
- CHAITRA - Static variable in class com.ibm.icu.util.IndianCalendar
-
Constant for Chaitra, the 1st month of the Indian year.
- CHAKMA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAKMA - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CHAKMA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CHAM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHANGES_WHEN_CASEFOLDED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Casefolded.
- CHANGES_WHEN_CASEMAPPED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Casemapped.
- CHANGES_WHEN_LOWERCASED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Lowercased.
- CHANGES_WHEN_NFKC_CASEFOLDED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_NFKC_Casefolded.
- CHANGES_WHEN_TITLECASED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Titlecased.
- CHANGES_WHEN_UPPERCASED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Uppercased.
- char32At(int) - Method in interface com.ibm.icu.text.Replaceable
-
Returns the 32-bit code point at the given 16-bit offset into
the text.
- char32At(int) - Method in class com.ibm.icu.text.ReplaceableString
-
Return the 32-bit code point at the given 16-bit offset into
the text.
- CHAR_CATEGORY_COUNT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
One more than the highest normal ECharacterCategory value.
- CHAR_DIRECTION_COUNT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- CHAR_LIMIT - Static variable in class com.ibm.icu.text.SpoofChecker
-
Check that an identifier contains only characters from a specified set of acceptable characters.
- CharacterProperties - Class in com.ibm.icu.lang
-
Sets and maps for Unicode properties.
- charAt(int) - Method in class com.ibm.icu.message2.FormattedMessage
-
- charAt(int) - Method in class com.ibm.icu.message2.PlainStringFormattedValue
-
- charAt(int) - Method in class com.ibm.icu.number.FormattedNumber
- charAt(int) - Method in class com.ibm.icu.number.FormattedNumberRange
- charAt(int) - Method in class com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
- charAt(int) - Method in class com.ibm.icu.text.ListFormatter.FormattedList
- charAt(int) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
- charAt(int) - Method in interface com.ibm.icu.text.Replaceable
-
Returns the 16-bit code unit at the given offset into the text.
- charAt(int) - Method in class com.ibm.icu.text.ReplaceableString
-
Return the character at the given position in this object.
- charAt(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns the character at the given index within this set, where
the set is ordered by ascending code point.
- charAt(String, int) - Static method in class com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charAt(CharSequence, int) - Static method in class com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charAt(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charAt(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a substring.
- charAt(Replaceable, int) - Static method in class com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charCount(int) - Static method in class com.ibm.icu.lang.UCharacter
-
- chars - Variable in class com.ibm.icu.util.CharsTrie.Entry
-
The string.
- CharSequences - Class in com.ibm.icu.lang
-
- CharsetCallback - Class in com.ibm.icu.charset
-
Callback API for CharsetICU API
CharsetCallback class defines some error behaviour functions called
by CharsetDecoderICU and CharsetEncoderICU.
- CharsetCallback.Decoder - Interface in com.ibm.icu.charset
-
Decoder Callback interface
- CharsetCallback.Encoder - Interface in com.ibm.icu.charset
-
Encoder Callback interface
- CharsetDecoderICU - Class in com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- CharsetDetector - Class in com.ibm.icu.text
-
CharsetDetector
provides a facility for detecting the
charset or encoding of character data in an unknown format.
- CharsetDetector() - Constructor for class com.ibm.icu.text.CharsetDetector
-
Constructor
- CharsetEncoderICU - Class in com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- charsetForName(String) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a Charset for the given charset name.
- charsetForName(String, String) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given ICU conversion table from the specified class path.
- charsetForName(String, String, ClassLoader) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given ICU conversion table from the specified class path.
- CharsetICU - Class in com.ibm.icu.charset
-
A subclass of java.nio.Charset for providing implementation of ICU's charset converters.
- CharsetICU(String, String, String[]) - Constructor for class com.ibm.icu.charset.CharsetICU
-
- CharsetMatch - Class in com.ibm.icu.text
-
This class represents a charset that has been identified by a CharsetDetector
as a possible encoding for a set of input data.
- CharsetProviderICU - Class in com.ibm.icu.charset
-
A concrete subclass of CharsetProvider for loading and providing charset converters
in ICU.
- CharsetProviderICU() - Constructor for class com.ibm.icu.charset.CharsetProviderICU
-
Default constructor
- charsets() - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Returns an iterator for the available ICU Charsets.
- CharsetSelector - Class in com.ibm.icu.charset
-
Charset Selector
A charset selector is built with a list of charset names and given an input
CharSequence returns the list of names the corresponding charsets which can
convert the CharSequence.
- CharsetSelector(List<String>, UnicodeSet, int) - Constructor for class com.ibm.icu.charset.CharsetSelector
-
Construct a CharsetSelector from a list of charset names.
- CharsTrie - Class in com.ibm.icu.util
-
Light-weight, non-const reader class for a CharsTrie.
- CharsTrie(CharSequence, int) - Constructor for class com.ibm.icu.util.CharsTrie
-
Constructs a CharsTrie reader instance.
- CharsTrie(CharsTrie) - Constructor for class com.ibm.icu.util.CharsTrie
-
Copy constructor.
- CharsTrie.Entry - Class in com.ibm.icu.util
-
Return value type for the Iterator.
- CharsTrie.Iterator - Class in com.ibm.icu.util
-
Iterator for all of the (string, value) pairs in a CharsTrie.
- CharsTrie.State - Class in com.ibm.icu.util
-
CharsTrie state object, for saving a trie's current state
and resetting the trie back to this state later.
- CharsTrieBuilder - Class in com.ibm.icu.util
-
Builder class for CharsTrie.
- CharsTrieBuilder() - Constructor for class com.ibm.icu.util.CharsTrieBuilder
-
Constructs an empty builder.
- CHECK_BIDI - Static variable in class com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the BiDi rules.
- CHECK_BIDI_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
-
- CHECK_CONTEXTJ - Static variable in class com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTJ rules.
- CHECK_CONTEXTO - Static variable in class com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTO rules.
- checkOffset(int, CharacterIterator) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Throw IllegalArgumentException unless begin <= offset < end.
- CheckResult() - Constructor for class com.ibm.icu.text.SpoofChecker.CheckResult
-
Default constructor
- checks - Variable in class com.ibm.icu.text.SpoofChecker.CheckResult
-
Indicates which of the spoof check(s) have failed.
- CHEROKEE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE - Static variable in class com.ibm.icu.lang.UScript
-
Cherokee
- CHEROKEE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHESS_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHESS_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHINA - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- CHINESE - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for language.
- ChineseCalendar - Class in com.ibm.icu.util
-
ChineseCalendar
is a concrete subclass of
Calendar
that implements a traditional Chinese calendar.
- ChineseCalendar() - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar
with the default time zone and locale.
- ChineseCalendar(Date) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar
with the give date set in the default time zone
with the default locale.
- ChineseCalendar(int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar
with the given date set
in the default time zone with the default FORMAT
locale.
- ChineseCalendar(int, int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar
with the given date
and time set for the default time zone with the default FORMAT
locale.
- ChineseCalendar(int, int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar
with the given date set
in the default time zone with the default FORMAT
locale.
- ChineseCalendar(int, int, int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar
with the given date
and time set for the default time zone with the default FORMAT
locale.
- ChineseCalendar(Locale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar
based on the current time
in the default time zone with the given locale.
- ChineseCalendar(TimeZone) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar
based on the current time
in the given time zone with the default FORMAT
locale.
- ChineseCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar
based on the current time
in the given time zone with the given locale.
- ChineseCalendar(ULocale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar
based on the current time
in the default time zone with the given locale.
- ChineseCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar
based on the current time
with the given time zone with the given locale.
- ChineseCalendar(TimeZone, ULocale, int, TimeZone) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
- ChineseDateFormat - Class in com.ibm.icu.text
-
- ChineseDateFormat(String, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
-
- ChineseDateFormat(String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
-
- ChineseDateFormat(String, String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
-
- ChineseDateFormat.Field - Class in com.ibm.icu.text
-
- ChineseDateFormatSymbols - Class in com.ibm.icu.text
-
- ChineseDateFormatSymbols() - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(Calendar, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(Calendar, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- CHORASMIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHORASMIAN - Static variable in class com.ibm.icu.lang.UScript
-
- CHORASMIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHRISTMAS - Static variable in class com.ibm.icu.util.SimpleHoliday
-
Christmas, December 25th
- CHRISTMAS_EVE - Static variable in class com.ibm.icu.util.SimpleHoliday
-
Christmas Eve, December 24th
- CIRCLE - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- CIRTH - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CJK_COMPATIBILITY - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_H - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_H_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CLASS_DEFAULT - Static variable in class com.ibm.icu.text.Bidi
-
- classify(int) - Method in class com.ibm.icu.text.BidiClassifier
-
Gets customized Bidi class for the code point c
.
- clear() - Method in class com.ibm.icu.text.MessagePattern
-
Clears this MessagePattern.
- clear() - Method in class com.ibm.icu.text.UnicodeSet
-
Removes all of the elements from this set.
- clear() - Method in class com.ibm.icu.util.BytesTrieBuilder
-
Removes all (byte sequence, value) pairs.
- clear() - Method in class com.ibm.icu.util.Calendar
-
Clears the values of all the time fields.
- clear(int) - Method in class com.ibm.icu.util.Calendar
-
Clears the value in the given time field.
- clear() - Method in class com.ibm.icu.util.CharsTrieBuilder
-
Removes all (string, value) pairs.
- clear() - Method in class com.ibm.icu.util.ULocale.Builder
-
Resets the builder to its initial, empty state.
- clearDefaultFormatterNames() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
-
- clearExtensions() - Method in class com.ibm.icu.util.ULocale.Builder
-
Resets the extensions to their initial, empty state.
- clearFormatters() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
-
- clearImpl() - Method in class com.ibm.icu.util.StringTrieBuilder
-
- clearPatternAndSetApostropheMode(MessagePattern.ApostropheMode) - Method in class com.ibm.icu.text.MessagePattern
-
Clears this MessagePattern and sets the ApostropheMode.
- clearRecords() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Clear the index.
- clearSelectors() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
-
- clone() - Method in class com.ibm.icu.text.BreakIterator
-
Clone method.
- clone() - Method in class com.ibm.icu.text.Collator
-
Clones the collator.
- clone() - Method in class com.ibm.icu.text.CurrencyPluralInfo
-
Standard override
- clone() - Method in class com.ibm.icu.text.DateFormat
-
Overrides clone.
- clone() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Overrides clone.
- clone() - Method in class com.ibm.icu.text.DateIntervalFormat
-
Clone this Format object polymorphically.
- clone() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Clone this object.
- clone() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Returns a copy of this DateTimePatternGenerator
object.
- clone() - Method in class com.ibm.icu.text.DecimalFormat
-
- clone() - Method in class com.ibm.icu.text.DecimalFormatSymbols
- clone() - Method in class com.ibm.icu.text.MessageFormat
- clone() - Method in class com.ibm.icu.text.MessagePattern
-
Creates and returns a copy of this object.
- clone() - Method in class com.ibm.icu.text.Normalizer
-
- clone() - Method in class com.ibm.icu.text.NumberFormat
-
Overrides clone.
- clone() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Clones this iterator.
- clone() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Clones the RuleBasedCollator
- clone() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Duplicates this formatter.
- clone() - Method in class com.ibm.icu.text.SimpleDateFormat
-
Overrides Cloneable
- clone() - Method in class com.ibm.icu.text.StringCharacterIterator
-
- clone() - Method in class com.ibm.icu.text.TimeUnitFormat
-
- clone() - Method in class com.ibm.icu.text.UCharacterIterator
-
Creates a copy of this iterator, independent from other iterators.
- clone() - Method in class com.ibm.icu.text.UnicodeSet
-
Return a new set that is equivalent to this one.
- clone() - Method in class com.ibm.icu.util.BytesTrie
-
Clones this trie reader object and its state,
but not the byte array which will be shared.
- clone() - Method in class com.ibm.icu.util.Calendar
-
Overrides Cloneable
- clone() - Method in class com.ibm.icu.util.CharsTrie
-
Clones this trie reader object and its state,
but not the char array which will be shared.
- clone() - Method in class com.ibm.icu.util.CompactByteArray
-
- clone() - Method in class com.ibm.icu.util.CompactCharArray
-
- clone() - Method in class com.ibm.icu.util.MutableCodePointTrie
-
Clones this mutable trie.
- clone() - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Overrides clone.
- clone() - Method in class com.ibm.icu.util.SimpleTimeZone
-
Overrides clone.
- clone() - Method in class com.ibm.icu.util.TimeZone
-
Overrides clone.
- clone() - Method in class com.ibm.icu.util.ULocale
-
This is for compatibility with Locale-- in actuality, since ULocale is
immutable, there is no reason to clone it, so this API returns 'this'.
- clone() - Method in class com.ibm.icu.util.VTimeZone
-
Overrides clone.
- cloneAsThawed() - Method in class com.ibm.icu.text.Collator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.MessagePattern
-
Creates and returns an unfrozen copy of this object.
- cloneAsThawed() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.UnicodeSet
-
Clone a thawed version of this class, according to the Freezable interface.
- cloneAsThawed() - Method in interface com.ibm.icu.util.Freezable
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
- cloneAsThawed() - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.SimpleTimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.TimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.VTimeZone
-
Provides for the clone operation.
- CLOSE - Static variable in interface com.ibm.icu.lang.UCharacter.BidiPairedBracketType
-
Close paired bracket.
- CLOSE - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
-
- CLOSE_PARENTHESIS - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- CLOSE_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- closeOver(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Close this set over the given attribute.
- code - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
The three-letter ISO currency code.
- CODE_LIMIT - Static variable in class com.ibm.icu.lang.UScript
-
- codepoint - Variable in class com.ibm.icu.text.UnicodeSet.EntryRange
-
The starting code point of the range.
- codepoint - Variable in class com.ibm.icu.text.UnicodeSetIterator
-
Current code point, or the special value IS_STRING, if
the iterator points to a string.
- CODEPOINT_MAX_VALUE - Static variable in class com.ibm.icu.text.UTF16
-
The highest Unicode code point value (scalar value) according to the Unicode Standard.
- CODEPOINT_MIN_VALUE - Static variable in class com.ibm.icu.text.UTF16
-
The lowest Unicode code point value.
- codePointAt(CharSequence, int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codePointAt(char[], int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codePointAt(char[], int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codePointBefore(CharSequence, int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codePointBefore(char[], int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codePointBefore(char[], int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codePointCount(CharSequence, int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codePointCount(char[], int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
- codepointEnd - Variable in class com.ibm.icu.text.UnicodeSet.EntryRange
-
The ending code point of the range
- codepointEnd - Variable in class com.ibm.icu.text.UnicodeSetIterator
-
When iterating over ranges using nextRange(),
codepointEnd contains the inclusive end of the
iteration range, if codepoint !
- codePointLength(CharSequence) - Method in class com.ibm.icu.lang.CharSequences
-
- CodePointMap - Class in com.ibm.icu.util
-
Abstract map from Unicode code points (U+0000..U+10FFFF) to integer values.
- CodePointMap() - Constructor for class com.ibm.icu.util.CodePointMap
-
Protected no-args constructor.
- CodePointMap.Range - Class in com.ibm.icu.util
-
Range iteration result data.
- CodePointMap.RangeOption - Enum in com.ibm.icu.util
-
Selectors for how getRange() should report value ranges overlapping with surrogates.
- CodePointMap.StringIterator - Class in com.ibm.icu.util
-
Iterates over code points of a string and fetches map values.
- CodePointMap.ValueFilter - Interface in com.ibm.icu.util
-
Callback function interface: Modifies a map value.
- codePoints(CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
-
- CodePointTrie - Class in com.ibm.icu.util
-
Immutable Unicode code point trie.
- CodePointTrie.Fast - Class in com.ibm.icu.util
-
- CodePointTrie.Fast16 - Class in com.ibm.icu.util
-
- CodePointTrie.Fast32 - Class in com.ibm.icu.util
-
- CodePointTrie.Fast8 - Class in com.ibm.icu.util
-
- CodePointTrie.Small - Class in com.ibm.icu.util
-
- CodePointTrie.Small16 - Class in com.ibm.icu.util
-
- CodePointTrie.Small32 - Class in com.ibm.icu.util
-
- CodePointTrie.Small8 - Class in com.ibm.icu.util
-
- CodePointTrie.Type - Enum in com.ibm.icu.util
-
Selectors for the type of a CodePointTrie.
- CodePointTrie.ValueWidth - Enum in com.ibm.icu.util
-
Selectors for the number of bits in a CodePointTrie data value.
- collapse(NumberRangeFormatter.RangeCollapse) - Method in class com.ibm.icu.number.NumberRangeFormatterSettings
-
Sets the aggressiveness of "collapsing" fields across the range separator.
- CollationElementIterator - Class in com.ibm.icu.text
-
CollationElementIterator
is an iterator created by
a RuleBasedCollator to walk through a string.
- CollationKey - Class in com.ibm.icu.text
-
A CollationKey
represents a String
under the rules of a specific Collator
object.
- CollationKey(String, byte[]) - Constructor for class com.ibm.icu.text.CollationKey
-
CollationKey constructor.
- CollationKey(String, RawCollationKey) - Constructor for class com.ibm.icu.text.CollationKey
-
CollationKey constructor that forces key to release its internal byte
array for adoption. key will have a null byte array after this
construction.
- CollationKey.BoundMode - Class in com.ibm.icu.text
-
Options that used in the API CollationKey.getBound() for getting a
CollationKey based on the bound mode requested.
- Collator - Class in com.ibm.icu.text
-
[icu enhancement] ICU's replacement for java.text.Collator
.
- Collator() - Constructor for class com.ibm.icu.text.Collator
-
Empty default constructor to make javadocs happy
- Collator.CollatorFactory - Class in com.ibm.icu.text
-
A factory used with registerFactory to register multiple collators and provide
display names for them.
- Collator.ReorderCodes - Interface in com.ibm.icu.text
-
Reordering codes for non-script groups that can be reordered under collation.
- CollatorFactory() - Constructor for class com.ibm.icu.text.Collator.CollatorFactory
-
Empty default constructor.
- com.ibm.icu.charset - package com.ibm.icu.charset
-
Enhanced charset conversion support.
- com.ibm.icu.lang - package com.ibm.icu.lang
-
Enhanced character property and surrogate support.
- com.ibm.icu.math - package com.ibm.icu.math
-
IBM BigDecimal support.
- com.ibm.icu.message2 - package com.ibm.icu.message2
-
- com.ibm.icu.number - package com.ibm.icu.number
-
Library for localized number formatting introduced in ICU 60; for usage, see com.ibm.icu.number.NumberFormatter.
- com.ibm.icu.text - package 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.
- com.ibm.icu.util - package com.ibm.icu.util
-
International calendars and other utility classes.
- combineDateAndTime(String, String) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Combines a relative date string and a time string in this object's
locale.
- COMBINING_DIACRITICAL_MARKS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_HALF_MARKS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_HALF_MARKS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_MARK - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- COMBINING_MARKS_FOR_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Combining Diacritical Marks for
Symbols".
- COMBINING_MARKS_FOR_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Combining Diacritical Marks for
Symbols".
- COMBINING_SPACING_MARK - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Mc
- COMMON - Static variable in class com.ibm.icu.lang.UScript
-
Common
- COMMON_INDIC_NUMBER_FORMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMMON_INDIC_NUMBER_FORMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMMON_NUMBER_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type CS
- COMPACT - Static variable in class com.ibm.icu.text.NumberFormat.Field
-
- compact() - Method in class com.ibm.icu.text.UnicodeSet
-
Reallocate this objects internal structures to take up the least
possible space, without changing this object's value.
- compact() - Method in class com.ibm.icu.util.CompactByteArray
-
- compact(boolean) - Method in class com.ibm.icu.util.CompactByteArray
-
- compact() - Method in class com.ibm.icu.util.CompactCharArray
-
- compact(boolean) - Method in class com.ibm.icu.util.CompactCharArray
-
- CompactByteArray - Class in com.ibm.icu.util
-
- CompactByteArray() - Constructor for class com.ibm.icu.util.CompactByteArray
-
- CompactByteArray(byte) - Constructor for class com.ibm.icu.util.CompactByteArray
-
- CompactByteArray(char[], byte[]) - Constructor for class com.ibm.icu.util.CompactByteArray
-
- CompactByteArray(String, String) - Constructor for class com.ibm.icu.util.CompactByteArray
-
- CompactCharArray - Class in com.ibm.icu.util
-
- CompactCharArray() - Constructor for class com.ibm.icu.util.CompactCharArray
-
- CompactCharArray(char) - Constructor for class com.ibm.icu.util.CompactCharArray
-
- CompactCharArray(char[], char[]) - Constructor for class com.ibm.icu.util.CompactCharArray
-
- CompactCharArray(String, String) - Constructor for class com.ibm.icu.util.CompactCharArray
-
- CompactDecimalFormat - Class in com.ibm.icu.text
-
Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200".
- CompactDecimalFormat.CompactStyle - Enum in com.ibm.icu.text
-
Style parameter for CompactDecimalFormat.
- compactLong() - Static method in class com.ibm.icu.number.Notation
-
Print the number using long-form compact notation.
- CompactNotation - Class in com.ibm.icu.number
-
A class that defines the scientific notation style to be used when formatting numbers in
NumberFormatter.
- compactShort() - Static method in class com.ibm.icu.number.Notation
-
Print the number using short-form compact notation.
- compare(CharSequence, int) - Static method in class com.ibm.icu.lang.CharSequences
-
- compare(int, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
-
- compare(CharSequence, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
-
- compare(String, String) - Method in class com.ibm.icu.text.Collator
-
Compares the source text String to the target text String according to
this Collator's rules, strength and decomposition mode.
- compare(Object, Object) - Method in class com.ibm.icu.text.Collator
-
Compares the source Object to the target Object.
- compare(StringBuffer, StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
- compare(String, String, int) - Static method in class com.ibm.icu.text.IDNA
-
- compare(UCharacterIterator, UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
- compare(char[], int, int, char[], int, int, int) - Static method in class com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(String, String, int) - Static method in class com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(char[], char[], int) - Static method in class com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(int, int, int) - Static method in class com.ibm.icu.text.Normalizer
-
Convenience method that can have faster implementation
by not allocating buffers.
- compare(int, String, int) - Static method in class com.ibm.icu.text.Normalizer
-
Convenience method that can have faster implementation
by not allocating buffers.
- compare(String, String) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Compares the source text String to the target text String according to the collation rules, strength and
decomposition mode for this RuleBasedCollator.
- compare(CharSequence, int) - Static method in class com.ibm.icu.text.UnicodeSet
-
Utility to compare a string to a code point.
- compare(int, CharSequence) - Static method in class com.ibm.icu.text.UnicodeSet
-
Utility to compare a string to a code point.
- compare(Iterable<T>, Iterable<T>) - Static method in class com.ibm.icu.text.UnicodeSet
-
Utility to compare two iterables.
- compare(Iterator<T>, Iterator<T>) - Static method in class com.ibm.icu.text.UnicodeSet
-
- compare(Collection<T>, Collection<T>, UnicodeSet.ComparisonStyle) - Static method in class com.ibm.icu.text.UnicodeSet
-
Utility to compare two collections, optionally by size, and then lexicographically.
- compare(String, String) - Method in class com.ibm.icu.text.UTF16.StringComparator
-
Compare two strings depending on the options selected during construction.
- COMPARE_CODE_POINT_ORDER - Static variable in class com.ibm.icu.text.Normalizer
-
Option bit for compare:
Compare strings in code point order instead of code unit order.
- COMPARE_IGNORE_CASE - Static variable in class com.ibm.icu.text.Normalizer
-
Option bit for compare:
Perform case-insensitive comparison.
- COMPARE_NORM_OPTIONS_SHIFT - Static variable in class com.ibm.icu.text.Normalizer
-
- compareCodePoint(int, CharSequence) - Static method in class com.ibm.icu.text.UTF16
-
Utility for comparing a code point to a string without having to create a new string.
- compareTo(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
-
Compares this BigDecimal
to another, using unlimited precision.
- compareTo(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
-
Compares this BigDecimal
to another.
- compareTo(CharsetMatch) - Method in class com.ibm.icu.text.CharsetMatch
-
Compare to other CharsetMatch objects.
- compareTo(CollationKey) - Method in class com.ibm.icu.text.CollationKey
-
Compare this CollationKey to another CollationKey.
- compareTo(PluralRules) - Method in class com.ibm.icu.text.PluralRules
-
- compareTo(PluralRules.FixedDecimal) - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- compareTo(RawCollationKey) - Method in class com.ibm.icu.text.RawCollationKey
-
Compare this RawCollationKey to another, which must not be null.
- compareTo(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Compares UnicodeSets, where shorter come first, and otherwise lexicographically
(according to the comparison of the first characters that differ).
- compareTo(UnicodeSet, UnicodeSet.ComparisonStyle) - Method in class com.ibm.icu.text.UnicodeSet
-
Compares UnicodeSets, in three different ways.
- compareTo(Iterable<String>) - Method in class com.ibm.icu.text.UnicodeSet
-
- compareTo(ByteArrayWrapper) - Method in class com.ibm.icu.util.ByteArrayWrapper
-
Compare this object to another ByteArrayWrapper, which must not be null.
- compareTo(Calendar) - Method in class com.ibm.icu.util.Calendar
-
Compares the times (in millis) represented by two
Calendar
objects.
- compareTo(Region) - Method in class com.ibm.icu.util.Region
- compareTo(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Compares two ULocale for ordering.
- compareTo(VersionInfo) - Method in class com.ibm.icu.util.VersionInfo
-
Compares other with this VersionInfo.
- COMPAT - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- compile(CharSequence) - Static method in class com.ibm.icu.text.SimpleFormatter
-
Creates a formatter from the pattern string.
- compileMinMaxArguments(CharSequence, int, int) - Static method in class com.ibm.icu.text.SimpleFormatter
-
Creates a formatter from the pattern string.
- compileRules(String, OutputStream) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Compile a set of source break rules into the binary state tables used
by the break iterator engine.
- complement(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Complements the specified range in this set.
- complement(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Complements the specified character in this set.
- complement() - Method in class com.ibm.icu.text.UnicodeSet
-
This is equivalent to
complement(MIN_VALUE, MAX_VALUE)
.
- complement(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
-
Complement the specified string in this set.
- complementAll(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
-
Complement EACH of the characters in this string.
- complementAll(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Complements in this set all elements contained in the specified
set.
- complete() - Method in class com.ibm.icu.util.Calendar
-
Fills in any unset fields in the time field list.
- COMPLEX_CONTEXT - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- COMPOSE - Static variable in class com.ibm.icu.text.Normalizer
-
- compose(String, boolean) - Static method in class com.ibm.icu.text.Normalizer
-
- compose(String, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
-
- compose(char[], char[], boolean, int) - Static method in class com.ibm.icu.text.Normalizer
-
- compose(char[], int, int, char[], int, int, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
-
- COMPOSE_COMPAT - Static variable in class com.ibm.icu.text.Normalizer
-
- ComposedCharIter - Class in com.ibm.icu.text
-
- ComposedCharIter() - Constructor for class com.ibm.icu.text.ComposedCharIter
-
- ComposedCharIter(boolean, int) - Constructor for class com.ibm.icu.text.ComposedCharIter
-
- composePair(int, int) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Performs pairwise composition of a & b and returns the composite if there is one.
- composePair(int, int) - Method in class com.ibm.icu.text.Normalizer2
-
Performs pairwise composition of a & b and returns the composite if there is one.
- compress(String) - Static method in class com.ibm.icu.text.UnicodeCompressor
-
Compress a string into a byte array.
- compress(char[], int, int) - Static method in class com.ibm.icu.text.UnicodeCompressor
-
Compress a Unicode character array into a byte array.
- compress(char[], int, int, int[], byte[], int, int) - Method in class com.ibm.icu.text.UnicodeCompressor
-
Compress a Unicode character array into a byte array.
- computeFields() - Method in class com.ibm.icu.util.Calendar
-
Converts the current millisecond time value time
to
field values in fields[]
.
- computeGregorianFields(int) - Method in class com.ibm.icu.util.Calendar
-
Compute the Gregorian calendar year, month, and day of month from the
Julian day.
- computeGregorianMonthStart(int, int) - Method in class com.ibm.icu.util.Calendar
-
Compute the Julian day of a month of the Gregorian calendar.
- computeJulianDay() - Method in class com.ibm.icu.util.Calendar
-
Compute the Julian day number as specified by this calendar's fields.
- computeLimited(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
-
- computeMillisInDay() - Method in class com.ibm.icu.util.Calendar
-
- computeMillisInDayLong() - Method in class com.ibm.icu.util.Calendar
-
- computeTime() - Method in class com.ibm.icu.util.Calendar
-
Converts the current field values in fields[]
to the
millisecond time value time
.
- computeZoneOffset(long, int) - Method in class com.ibm.icu.util.Calendar
-
- computeZoneOffset(long, long) - Method in class com.ibm.icu.util.Calendar
-
- concatenate(char[], int, int, char[], int, int, char[], int, int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
-
- concatenate(char[], char[], Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
-
- concatenate(String, String, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
-
- CONDITIONAL_JAPANESE_STARTER - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- CONFLICT - Static variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
- conflictingPattern - Variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
- CONFUSABLE - Static variable in class com.ibm.icu.text.SpoofChecker
-
- CONNECTOR_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pc
- CONSONANT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_DEAD - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_FINAL - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_HEAD_LETTER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_INITIAL_POSTFIXED - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_KILLER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_MEDIAL - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PLACEHOLDER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PRECEDING_REPHA - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PREFIXED - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_SUBJOINED - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_SUCCEEDING_REPHA - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_WITH_STACKER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- constrainClass(Class<?>) - Method in class com.ibm.icu.text.ConstrainedFieldPosition
-
Sets a constraint on the field class.
- ConstrainedFieldPosition - Class in com.ibm.icu.text
-
Represents a span of a string containing a given field.
- ConstrainedFieldPosition() - Constructor for class com.ibm.icu.text.ConstrainedFieldPosition
-
Initializes a CategoryFieldPosition.
- constrainField(Format.Field) - Method in class com.ibm.icu.text.ConstrainedFieldPosition
-
Sets a constraint on the field.
- constrainFieldAndValue(Format.Field, Object) - Method in class com.ibm.icu.text.ConstrainedFieldPosition
-
- contains(Charset) - Method in class com.ibm.icu.charset.CharsetICU
-
Ascertains if a charset is a sub set of this charset
Implements the abstract method of super class.
- contains(int) - Method in class com.ibm.icu.text.UnicodeFilter
-
Returns true for characters that are in the selected
subset.
- contains(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains the given character.
- contains(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains every character
of the given range.
- contains(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains the given
multicharacter string.
- contains(Region) - Method in class com.ibm.icu.util.Region
-
- containsAll(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains all the characters and strings
of the given set.
- containsAll(String) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if there is a partition of the string such that this set contains each of the partitioned strings.
- containsAll(Iterable<T>) - Method in class com.ibm.icu.text.UnicodeSet
-
- containsNone(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains none of the characters
of the given range.
- containsNone(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if none of the characters or strings in this UnicodeSet appears in the string.
- containsNone(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains none of the characters
of the given string.
- containsNone(Iterable<T>) - Method in class com.ibm.icu.text.UnicodeSet
-
- containsSome(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
in the given range.
- containsSome(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
and strings of the given set.
- containsSome(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
of the given string.
- containsSome(Iterable<T>) - Method in class com.ibm.icu.text.UnicodeSet
-
- context - Variable in class com.ibm.icu.text.BidiClassifier
-
This object can be used for any purpose by the caller to pass
information to the BidiClassifier methods, and by the BidiClassifier
methods themselves.
- contextLimit - Variable in class com.ibm.icu.text.Transliterator.Position
-
Ending index, exclusive, of the context to be considered for a
transliteration operation.
- contextStart - Variable in class com.ibm.icu.text.Transliterator.Position
-
Beginning index, inclusive, of the context to be considered for
a transliteration operation.
- CONTINGENT_BREAK - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- CONTROL - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- CONTROL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cc
- CONTROL_PICTURES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CONTROL_PICTURES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- convertIDNToASCII(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertIDNToASCII(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertIDNToASCII(String, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertIDNToUnicode(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertIDNToUnicode(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertIDNToUnicode(String, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertToASCII(String, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertToASCII(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertToASCII(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertToUnicode(String, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertToUnicode(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
- convertToUnicode(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
- COPTIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC - Static variable in class com.ibm.icu.lang.UScript
-
Coptic
- COPTIC_EPACT_NUMBERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC_EPACT_NUMBERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CopticCalendar - Class in com.ibm.icu.util
-
Implement the Coptic calendar system.
- CopticCalendar() - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a default CopticCalendar
using the current time
in the default time zone with the default locale.
- CopticCalendar(TimeZone) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
based on the current time
in the given time zone with the default locale.
- CopticCalendar(Locale) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
based on the current time
in the default time zone with the given locale.
- CopticCalendar(ULocale) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
based on the current time
in the default time zone with the given locale.
- CopticCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
based on the current time
in the given time zone with the given locale.
- CopticCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
based on the current time
in the given time zone with the given locale.
- CopticCalendar(int, int, int) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
with the given date set
in the default time zone with the default locale.
- CopticCalendar(Date) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
with the given date set
in the default time zone with the default locale.
- CopticCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.CopticCalendar
-
Constructs a CopticCalendar
with the given date
and time set for the default time zone with the default locale.
- copticToJD(long, int, int) - Static method in class com.ibm.icu.util.CopticCalendar
-
Convert an Coptic year, month, and day to a Julian day.
- copy(int, int, int) - Method in interface com.ibm.icu.text.Replaceable
-
Copies a substring of this object, retaining metadata.
- copy(int, int, int) - Method in class com.ibm.icu.text.ReplaceableString
-
Copy a substring of this object, retaining attribute (out-of-band)
information.
- copyBytesTo(byte[], int) - Method in class com.ibm.icu.util.BytesTrie.Entry
-
Copies the byte sequence into a byte array.
- copyToBuilder() - Method in class com.ibm.icu.text.DisplayOptions
-
Creates a builder with the same parameters from this object.
- CORPUS_CHRISTI - Static variable in class com.ibm.icu.util.EasterHoliday
-
Corpus Christi, 60 days after Easter
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.BidiPairedBracketType
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
-
- COUNT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
-
- COUNT - Static variable in interface com.ibm.icu.lang.UProperty.NameChoice
-
- COUNT - Static variable in class com.ibm.icu.text.CollationKey.BoundMode
-
- countCodePoint(String) - Static method in class com.ibm.icu.text.UTF16
-
Number of codepoints in a UTF16 String
- countCodePoint(StringBuffer) - Static method in class com.ibm.icu.text.UTF16
-
Number of codepoints in a UTF16 String buffer
- countCodePoint(char[], int, int) - Static method in class com.ibm.icu.text.UTF16
-
Number of codepoints in a UTF16 char array substring
- countEquivalentIDs(String) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the number of IDs in the equivalency group that
includes the given ID.
- countIn(CharSequence) - Method in class com.ibm.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence,
counting by CountMethod.MIN_ELEMENTS using SpanCondition.SIMPLE.
- countIn(CharSequence, UnicodeSetSpanner.CountMethod) - Method in class com.ibm.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE.
- countIn(CharSequence, UnicodeSetSpanner.CountMethod, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence.
- COUNTING_ROD_NUMERALS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COUNTING_ROD_NUMERALS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- countParagraphs() - Method in class com.ibm.icu.text.Bidi
-
Get the number of paragraphs.
- countParts() - Method in class com.ibm.icu.text.MessagePattern
-
Returns the number of "parts" created by parsing the pattern string.
- countRuns() - Method in class com.ibm.icu.text.Bidi
-
Get the number of runs.
- countTokens() - Method in class com.ibm.icu.util.StringTokenizer
-
Calculates the number of times that this tokenizer's
nextToken
method can be called before it generates an
exception.
- cpIndex(int) - Method in class com.ibm.icu.util.CodePointTrie
-
- cpIndex(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast
-
- cpIndex(int) - Method in class com.ibm.icu.util.CodePointTrie.Small
-
- CR - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- CR - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
-
- CR - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
-
- create(String, String) - Method in interface com.ibm.icu.util.MeasureUnit.Factory
-
- create(String) - Static method in class com.ibm.icu.util.VTimeZone
-
Create a VTimeZone
instance by the time zone ID.
- create(Reader) - Static method in class com.ibm.icu.util.VTimeZone
-
Create a VTimeZone
instance by RFC2445 VTIMEZONE data.
- createCanonical(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Creates a ULocale from the id by first canonicalizing the id according to CLDR.
- createCanonical(ULocale) - Static method in class com.ibm.icu.util.ULocale
-
Creates a ULocale from the locale by first canonicalizing the locale according to CLDR.
- createCollator(ULocale) - Method in class com.ibm.icu.text.Collator.CollatorFactory
-
Return an instance of the appropriate collator.
- createCollator(Locale) - Method in class com.ibm.icu.text.Collator.CollatorFactory
-
Return an instance of the appropriate collator.
- createFormat(ULocale, int) - Method in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns a number format of the appropriate type.
- createFormat(Locale, int) - Method in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns a number format of the appropriate type.
- createFormatter(Locale, Map<String, Object>) - Method in interface com.ibm.icu.message2.FormatterFactory
-
- createFromRules(String, String, int) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a Transliterator
object constructed from
the given rule string.
- createLineBidi(int, int) - Method in class com.ibm.icu.text.Bidi
-
Create a Bidi object representing the bidi information on a line of text
within the paragraph represented by the current Bidi.
- createRules(String) - Static method in class com.ibm.icu.text.PluralRules
-
Creates a PluralRules from a description if it is parsable,
otherwise returns null.
- createSelector(Locale, Map<String, Object>) - Method in interface com.ibm.icu.message2.SelectorFactory
-
- createWithExponent(double, int, int) - Static method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- CUBIC_CENTIMETER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-centimeter
- CUBIC_FOOT - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-foot
- CUBIC_INCH - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-inch
- CUBIC_KILOMETER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-kilometer
- CUBIC_METER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-meter
- CUBIC_MILE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-mile
- CUBIC_YARD - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-yard
- CUNEIFORM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CUNEIFORM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM_NUMBERS_AND_PUNCTUATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUP - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cup
- CUP_METRIC - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cup-metric
- currencies(CurrencyMetaInfo.CurrencyFilter) - Method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the list of currency codes matching the provided filter.
- currency(Currency.CurrencyUsage) - Static method in class com.ibm.icu.number.Precision
-
Show numbers rounded and padded according to the rules for the currency unit.
- CURRENCY - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the currency property.
- currency - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The currency to filter on.
- CURRENCY - Static variable in class com.ibm.icu.text.NumberFormat.Field
-
- Currency - Class in com.ibm.icu.util
-
A class encapsulating a currency, as defined by ISO 4217.
- Currency(String) - Constructor for class com.ibm.icu.util.Currency
-
Constructs a currency object for the given ISO 4217 3-letter
code.
- Currency.CurrencyStringInfo - Class in com.ibm.icu.util
-
- Currency.CurrencyUsage - Enum in com.ibm.icu.util
-
Currency Usage used for Decimal Format
- CURRENCY_SPC_CURRENCY_MATCH - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_INSERT - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_SURROUNDING_MATCH - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SYMBOL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Sc
- CURRENCY_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CURRENCY_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CurrencyAmount - Class in com.ibm.icu.util
-
An amount of currency, consisting of a Number and a Currency.
- CurrencyAmount(Number, Currency) - Constructor for class com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a number and a currency.
- CurrencyAmount(double, Currency) - Constructor for class com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a double value and a currency.
- CurrencyAmount(Number, Currency) - Constructor for class com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a number and a Java currency.
- CurrencyAmount(double, Currency) - Constructor for class com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a double value and a Java currency.
- currencyDigits(String) - Method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the CurrencyDigits for the currency code.
- currencyDigits(String, Currency.CurrencyUsage) - Method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the CurrencyDigits for the currency code with Context Usage.
- CurrencyDigits(int, int) - Constructor for class com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
-
Constructor for CurrencyDigits.
- CurrencyDisplayNames - Class in com.ibm.icu.text
-
Returns currency names localized for a locale.
- CurrencyDisplayNames() - Constructor for class com.ibm.icu.text.CurrencyDisplayNames
-
- currencyInfo(CurrencyMetaInfo.CurrencyFilter) - Method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the list of CurrencyInfos matching the provided filter.
- CurrencyInfo(String, String, long, long, int) - Constructor for class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
- CurrencyInfo(String, String, long, long, int, boolean) - Constructor for class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
- CurrencyMetaInfo - Class in com.ibm.icu.text
-
Provides information about currencies that is not specific to a locale.
- CurrencyMetaInfo() - Constructor for class com.ibm.icu.text.CurrencyMetaInfo
-
- CurrencyMetaInfo.CurrencyDigits - Class in com.ibm.icu.text
-
Represents the raw information about fraction digits and rounding increment.
- CurrencyMetaInfo.CurrencyFilter - Class in com.ibm.icu.text
-
A filter used to select which currency info is returned.
- CurrencyMetaInfo.CurrencyInfo - Class in com.ibm.icu.text
-
Represents a complete currency info record listing the region, currency, from and to dates,
and priority.
- CurrencyPluralInfo - Class in com.ibm.icu.text
-
This class represents the information needed by
DecimalFormat to format currency plural,
such as "3.00 US dollars" or "1.00 US dollar".
- CurrencyPluralInfo() - Constructor for class com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the default FORMAT
locale.
- CurrencyPluralInfo(Locale) - Constructor for class com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- CurrencyPluralInfo(ULocale) - Constructor for class com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- CurrencyPrecision - Class in com.ibm.icu.number
-
A class that defines a rounding strategy parameterized by a currency to be used when formatting
numbers in NumberFormatter.
- CurrencyStringInfo(String, String) - Constructor for class com.ibm.icu.util.Currency.CurrencyStringInfo
-
- CURRENCYSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
-
[icu] Constant to specify general currency style of format.
- current() - Method in class com.ibm.icu.text.BreakIterator
-
Return the iterator's current position.
- current() - Method in class com.ibm.icu.text.Normalizer
-
- current() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Returns the current iteration position.
- current() - Method in class com.ibm.icu.text.StringCharacterIterator
-
- current() - Method in class com.ibm.icu.text.UCharacterIterator
-
Returns the code unit at the current index.
- current() - Method in class com.ibm.icu.util.BytesTrie
-
Determines whether the byte sequence so far matches, whether it has a value,
and whether another input byte can continue a matching byte sequence.
- current() - Method in class com.ibm.icu.util.CharsTrie
-
Determines whether the string so far matches, whether it has a value,
and whether another input char can continue a matching string.
- CURRENT_ERA - Static variable in class com.ibm.icu.util.JapaneseCalendar
-
- currentCodePoint() - Method in class com.ibm.icu.text.UCharacterIterator
-
Returns the codepoint at the current index.
- CYPRIOT - Static variable in class com.ibm.icu.lang.UScript
-
Cypriot
Script in Unicode 4
- CYPRIOT_SYLLABARY - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYPRIOT_SYLLABARY_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYPRO_MINOAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYPRO_MINOAN - Static variable in class com.ibm.icu.lang.UScript
-
- CYPRO_MINOAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC - Static variable in class com.ibm.icu.lang.UScript
-
Cyrillic
- CYRILLIC_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_C - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_C_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_D - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_D_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- CYRILLIC_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- CYRILLIC_SUPPLEMENTARY - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- CYRILLIC_SUPPLEMENTARY_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- DAL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- DALATH_RISH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- DALTON - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: dalton
- DangiCalendar - Class in com.ibm.icu.util
-
- DangiCalendar() - Constructor for class com.ibm.icu.util.DangiCalendar
-
- DangiCalendar(Date) - Constructor for class com.ibm.icu.util.DangiCalendar
-
- DangiCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.DangiCalendar
-
- DASH - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Dash.
- DASH_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pd
- data - Variable in class com.ibm.icu.util.CodePointTrie
-
- dataLength - Variable in class com.ibm.icu.util.CodePointTrie
-
- DATE - Static variable in class com.ibm.icu.util.Calendar
-
Field number for get
and set
indicating the
day of the month.
- DATE_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'd' field alignment,
corresponding to the
Calendar.DATE
field.
- DATE_INTERVAL_SPAN - Static variable in class com.ibm.icu.text.DateIntervalFormat.SpanField
-
The concrete field used for spans in FormattedDateInterval.
- DATE_SKELETONS - Static variable in class com.ibm.icu.text.DateFormat
-
- DateFormat - Class in com.ibm.icu.text
-
[icu enhancement] ICU's replacement for java.text.DateFormat
.
- DateFormat() - Constructor for class com.ibm.icu.text.DateFormat
-
Creates a new date format.
- DateFormat.BooleanAttribute - Enum in com.ibm.icu.text
-
boolean attributes
- DateFormat.Field - Class in com.ibm.icu.text
-
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that
DateFormat.formatToCharacterIterator() method returns.
- DateFormat.HourCycle - Enum in com.ibm.icu.text
-
Hour Cycle
- DateFormatSymbols - Class in com.ibm.icu.text
-
[icu enhancement] ICU's replacement for java.text.DateFormatSymbols
.
- DateFormatSymbols() - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Constructs a DateFormatSymbols object by loading format data from
resources for the default FORMAT
locale.
- DateFormatSymbols(Locale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Constructs a DateFormatSymbols object by loading format data from
resources for the given locale.
- DateFormatSymbols(ULocale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
[icu] Constructs a DateFormatSymbols object by loading format data from
resources for the given ulocale.
- DateFormatSymbols(Calendar, Locale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Returns the
DateFormatSymbols
object that should be used to format a
calendar system's dates in the given locale.
- DateFormatSymbols(Calendar, ULocale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Returns the
DateFormatSymbols
object that should be used to format a
calendar system's dates in the given locale.
- DateFormatSymbols(Class<? extends Calendar>, Locale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Variant of DateFormatSymbols(Calendar, Locale) that takes the Calendar class
instead of a Calendar instance.
- DateFormatSymbols(Class<? extends Calendar>, ULocale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Variant of DateFormatSymbols(Calendar, ULocale) that takes the Calendar class
instead of a Calendar instance.
- DateFormatSymbols(ResourceBundle, Locale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Fetches a custom calendar's DateFormatSymbols out of the given resource
bundle.
- DateFormatSymbols(ResourceBundle, ULocale) - Constructor for class com.ibm.icu.text.DateFormatSymbols
-
Fetches a custom calendar's DateFormatSymbols out of the given resource
bundle.
- DateInterval - Class in com.ibm.icu.util
-
This class represents date interval.
- DateInterval(long, long) - Constructor for class com.ibm.icu.util.DateInterval
-
Constructor given from date and to date.
- DateIntervalFormat - Class in com.ibm.icu.text
-
DateIntervalFormat is a class for formatting and parsing date
intervals in a language-independent manner.
- DateIntervalFormat(String, DateIntervalInfo, SimpleDateFormat) - Constructor for class com.ibm.icu.text.DateIntervalFormat
-
- DateIntervalFormat.FormattedDateInterval - Class in com.ibm.icu.text
-
An immutable class containing the result of a date interval formatting operation.
- DateIntervalFormat.SpanField - Class in com.ibm.icu.text
-
Class for span fields in FormattedDateInterval.
- DateIntervalInfo - Class in com.ibm.icu.text
-
DateIntervalInfo is a public class for encapsulating localizable
date time interval patterns.
- DateIntervalInfo() - Constructor for class com.ibm.icu.text.DateIntervalInfo
-
- DateIntervalInfo(ULocale) - Constructor for class com.ibm.icu.text.DateIntervalInfo
-
Construct DateIntervalInfo for the given locale,
- DateIntervalInfo(Locale) - Constructor for class com.ibm.icu.text.DateIntervalInfo
-
Construct DateIntervalInfo for the given
Locale
.
- DateIntervalInfo.PatternInfo - Class in com.ibm.icu.text
-
PatternInfo class saves the first and second part of interval pattern,
and whether the interval pattern is earlier date first.
- DateRule - Interface in com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- DateTimePatternGenerator - Class in com.ibm.icu.text
-
This class provides flexible generation of date format patterns, like
"yy-MM-dd".
- DateTimePatternGenerator() - Constructor for class com.ibm.icu.text.DateTimePatternGenerator
-
Only for use by subclasses
- DateTimePatternGenerator.DisplayWidth - Enum in com.ibm.icu.text
-
Field display name width constants for getFieldDisplayName
- DateTimePatternGenerator.FormatParser - Class in com.ibm.icu.text
-
- DateTimePatternGenerator.PatternInfo - Class in com.ibm.icu.text
-
PatternInfo supplies output parameters for addPattern(...).
- DateTimePatternGenerator.VariableField - Class in com.ibm.icu.text
-
- DateTimeRule - Class in com.ibm.icu.util
-
DateTimeRule
is a class representing a time in a year by
a rule specified by month, day of month, day of week and
time in the day.
- DateTimeRule(int, int, int, int) - Constructor for class com.ibm.icu.util.DateTimeRule
-
Constructs a DateTimeRule
by the day of month and
the time rule.
- DateTimeRule(int, int, int, int, int) - Constructor for class com.ibm.icu.util.DateTimeRule
-
Constructs a DateTimeRule
by the day of week and its ordinal
number and the time rule.
- DateTimeRule(int, int, int, boolean, int, int) - Constructor for class com.ibm.icu.util.DateTimeRule
-
Constructs a DateTimeRule
by the first/last day of week
on or after/before the day of month and the time rule.
- DAY - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for date skeleton with day.
- DAY - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
-
- DAY - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: day
- DAY_OF_MONTH - Static variable in class com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of month field.
- DAY_OF_MONTH - Static variable in class com.ibm.icu.util.Calendar
-
Field number for get
and set
indicating the
day of the month.
- DAY_OF_WEEK - Static variable in class com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of week field.
- DAY_OF_WEEK - Static variable in class com.ibm.icu.util.Calendar
-
Field number for get
and set
indicating the day
of the week.
- DAY_OF_WEEK_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
- DAY_OF_WEEK_IN_MONTH - Static variable in class com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of week in month field.
- DAY_OF_WEEK_IN_MONTH - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
-
- DAY_OF_WEEK_IN_MONTH - Static variable in class com.ibm.icu.util.Calendar
-
Field number for get
and set
indicating the
ordinal number of the day of the week within the current month.
- DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
- DAY_OF_YEAR - Static variable in class com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of year field.
- DAY_OF_YEAR - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
-
- DAY_OF_YEAR - Static variable in class com.ibm.icu.util.Calendar
-
Field number for get
and set
indicating the day
number within the current year.
- DAY_OF_YEAR_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
- DAY_PERSON - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: day-person
- DAYPERIOD - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
-
- DB2_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
-
Used in DB2.
- DECADE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: decade
- DECEMBER - Static variable in class com.ibm.icu.util.Calendar
-
Value of the MONTH
field indicating the
twelfth month of the year.
- DECILITER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: deciliter
- DECIMAL - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
-
- decimal(NumberFormatter.DecimalSeparatorDisplay) - Method in class com.ibm.icu.number.NumberFormatterSettings
-
Sets the decimal separator display strategy.
- DECIMAL_DIGIT_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Nd
- DECIMAL_SEPARATOR - Static variable in class com.ibm.icu.text.NumberFormat.Field
-
- DecimalFormat - Class in com.ibm.icu.text
-
[icu enhancement] ICU's replacement for java.text.DecimalFormat
.
- DecimalFormat() - Constructor for class com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the number pattern and symbols for the default locale.
- DecimalFormat(String) - Constructor for class com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the given pattern, using symbols for the default locale.
- DecimalFormat(String, DecimalFormatSymbols) - Constructor for class com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the given pattern and symbols.
- DecimalFormat(String, DecimalFormatSymbols, CurrencyPluralInfo, int) - Constructor for class com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the given pattern and symbols, with additional control over
the behavior of currency.
- DecimalFormat.PropertySetter - Interface in com.ibm.icu.text
-
- DecimalFormatSymbols - Class in com.ibm.icu.text
-
[icu enhancement] ICU's replacement for java.text.DecimalFormatSymbols
.
- DecimalFormatSymbols() - Constructor for class com.ibm.icu.text.DecimalFormatSymbols
-
Creates a DecimalFormatSymbols object for the default FORMAT
locale.
- DecimalFormatSymbols(Locale) - Constructor for class com.ibm.icu.text.DecimalFormatSymbols
-
Creates a DecimalFormatSymbols object for the given locale.
- DecimalFormatSymbols(ULocale) - Constructor for class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Creates a DecimalFormatSymbols object for the given locale.
- DecimalQuantitySamplesRange(DecimalQuantity, DecimalQuantity) - Constructor for class com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
-
- decimals(double) - Static method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- DECIMETER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: decimeter
- decodeLoop(ByteBuffer, CharBuffer) - Method in class com.ibm.icu.charset.CharsetDecoderICU
-
Decodes one or more bytes.
- DECOMP - Static variable in class com.ibm.icu.text.Normalizer
-
- DECOMP_COMPAT - Static variable in class com.ibm.icu.text.Normalizer
-
- decompose(String, boolean) - Static method in class com.ibm.icu.text.Normalizer
-
- decompose(String, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
-
- decompose(char[], char[], boolean, int) - Static method in class com.ibm.icu.text.Normalizer
-
- decompose(char[], int, int, char[], int, int, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
-
- decomposition() - Method in class com.ibm.icu.text.ComposedCharIter
-
- DECOMPOSITION_TYPE - Static variable in interface com.ibm.icu.lang.UProperty
-
Enumerated property Decomposition_Type.
- decompress(byte[]) - Static method in class com.ibm.icu.text.UnicodeDecompressor
-
Decompress a byte array into a String.
- decompress(byte[], int, int) - Static method in class com.ibm.icu.text.UnicodeDecompressor
-
Decompress a byte array into a Unicode character array.
- decompress(byte[], int, int, int[], char[], int, int) - Method in class com.ibm.icu.text.UnicodeDecompressor
-
Decompress a byte array into a Unicode character array.
- DEFAULT - Static variable in class com.ibm.icu.math.MathContext
-
A MathContext
object initialized to the default
settings for general-purpose arithmetic.
- DEFAULT - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
-
A special reordering code that is used to specify the default reordering codes for a locale.
- DEFAULT - Static variable in class com.ibm.icu.text.DateFormat
-
Constant for default style pattern.
- DEFAULT - Static variable in class com.ibm.icu.text.IDNA
-
Default options value: None of the other options are set.
- DEFAULT - Static variable in class com.ibm.icu.text.Normalizer
-
- DEFAULT - Static variable in class com.ibm.icu.text.PluralRules
-
- DEFAULT - Static variable in class com.ibm.icu.text.StringPrep
-
Option to prohibit processing of unassigned code points in the input
- DEFAULT_IGNORABLE_CODE_POINT - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Default_Ignorable_Code_Point (new).
- defaultDigits - Static variable in class com.ibm.icu.text.CurrencyMetaInfo
-
- DEGREE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: degree
- delete(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
-
Removes the codepoint at the specified position in this target (shortening target by 1
character if the codepoint is a non-supplementary, 2 otherwise).
- delete(char[], int, int) - Static method in class com.ibm.icu.text.UTF16
-
Removes the codepoint at the specified position in this target (shortening target by 1
character if the codepoint is a non-supplementary, 2 otherwise).
- deleteFrom(CharSequence) - Method in class com.ibm.icu.text.UnicodeSetSpanner
-
Delete all the matching spans in sequence, using SpanCondition.SIMPLE
The code alternates spans; see the class doc for
UnicodeSetSpanner
for a note about boundary conditions.
- deleteFrom(CharSequence, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSetSpanner
-
Delete all matching spans in sequence, according to the spanCondition.
- DELIMITER_COUNT - Static variable in class com.ibm.icu.util.LocaleData
-
- DEMOTIC_EGYPTIAN - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- DEPRECATED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Deprecated (new).
- DESERET - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DESERET - Static variable in class com.ibm.icu.lang.UScript
-
Deseret
- DESERET_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DESSERT_SPOON - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: dessert-spoon
- DESSERT_SPOON_IMPERIAL - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: dessert-spoon-imperial
- destinationIndex() - Method in class com.ibm.icu.text.Edits.Iterator
-
- destinationIndexFromSourceIndex(int) - Method in class com.ibm.icu.text.Edits.Iterator
-
Computes the destination index corresponding to the given source index.
- detect() - Method in class com.ibm.icu.text.CharsetDetector
-
Return the charset that best matches the supplied input data.
- detectAll() - Method in class com.ibm.icu.text.CharsetDetector
-
Return an array of all charsets that appear to be plausible
matches with the input data.
- DEVANAGARI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DEVANAGARI - Static variable in class com.ibm.icu.lang.UScript
-
Devanagari
- DEVANAGARI_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DEVANAGARI_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DEVANAGARI_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DEVANAGARI_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DEVANAGARI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DF_FULL - Static variable in class com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_LONG - Static variable in class com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_MEDIUM - Static variable in class com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_NONE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_SHORT - Static variable in class com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DHU_AL_HIJJAH - Static variable in class com.ibm.icu.util.IslamicCalendar
-
Constant for Dhu al-Hijjah, the 12th month of the Islamic year.
- DHU_AL_QIDAH - Static variable in class com.ibm.icu.util.IslamicCalendar
-
Constant for Dhu al-Qi'dah, the 11th month of the Islamic year.
- DIACRITIC - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Diacritic.
- digit(int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
Returnss the numeric value of a decimal digit code point.
- digit(int) - Static method in class com.ibm.icu.lang.UCharacter
-
Returnss the numeric value of a decimal digit code point.
- DIGIT - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
-
- DIGIT - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the digit property.
- DIGIT_TYPE_AN - Static variable in class com.ibm.icu.text.ArabicShaping
-
Digit type option: Use Arabic-Indic digits (U+0660...U+0669).
- DIGIT_TYPE_AN_EXTENDED - Static variable in class com.ibm.icu.text.ArabicShaping
-
Digit type option: Use Eastern (Extended) Arabic-Indic digits (U+06f0...U+06f9).
- DIGIT_TYPE_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
-
Bit mask for digit type options.
- DIGITS_AN2EN - Static variable in class com.ibm.icu.text.ArabicShaping
-
Digit shaping option: Replace Arabic-Indic digits by European digits (U+0030...U+0039).
- DIGITS_EN2AN - Static variable in class com.ibm.icu.text.ArabicShaping
-
Digit shaping option: Replace European digits (U+0030...U+0039) by Arabic-Indic digits.
- DIGITS_EN2AN_INIT_AL - Static variable in class com.ibm.icu.text.ArabicShaping
-
Digit shaping option:
Replace European digits (U+0030...U+0039) by Arabic-Indic digits
if the most recent strongly directional character
is an Arabic letter (its Bidi direction value is RIGHT_TO_LEFT_ARABIC).
- DIGITS_EN2AN_INIT_LR - Static variable in class com.ibm.icu.text.ArabicShaping
-
Digit shaping option:
Replace European digits (U+0030...U+0039) by Arabic-Indic digits
if the most recent strongly directional character
is an Arabic letter (its Bidi direction value is RIGHT_TO_LEFT_ARABIC).
- DIGITS_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
-
Bit mask for digit shaping options.
- DIGITS_NOOP - Static variable in class com.ibm.icu.text.ArabicShaping
-
Digit shaping option: do not perform digit shaping.
- DINGBATS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DINGBATS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DIR_NON_SPACING_MARK - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type NSM
- DIRECTION_DEFAULT_LEFT_TO_RIGHT - Static variable in class com.ibm.icu.text.Bidi
-
Constant indicating that the base direction depends on the first strong
directional character in the text according to the Unicode Bidirectional
Algorithm.
- DIRECTION_DEFAULT_RIGHT_TO_LEFT - Static variable in class com.ibm.icu.text.Bidi
-
Constant indicating that the base direction depends on the first strong
directional character in the text according to the Unicode Bidirectional
Algorithm.
- DIRECTION_LEFT_TO_RIGHT - Static variable in class com.ibm.icu.text.Bidi
-
Constant indicating base direction is left-to-right.
- DIRECTION_RIGHT_TO_LEFT - Static variable in class com.ibm.icu.text.Bidi
-
Constant indicating base direction is right-to-left.
- DIRECTIONALITY_ARABIC_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_NONSPACING_MARK - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_OTHER_NEUTRALS - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DIRECTIONALITY_UNDEFINED - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Undefined bidirectional character type.
- DIRECTIONALITY_WHITESPACE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
- DisplayContext - Enum in com.ibm.icu.text
-
Display context settings.
- DisplayContext.Type - Enum in com.ibm.icu.text
-
Type values for DisplayContext
- displayOptions(DisplayOptions) - Method in class com.ibm.icu.number.NumberFormatterSettings
-
Specifies the DisplayOptions
.
- DisplayOptions - Class in com.ibm.icu.text
-
Represents all the display options that are supported by CLDR such as grammatical case, noun
class, ... etc.
- DisplayOptions.Builder - Class in com.ibm.icu.text
-
Responsible for building DisplayOptions
.
- DisplayOptions.Capitalization - Enum in com.ibm.icu.text
-
Represents all the capitalization options.
- DisplayOptions.DisplayLength - Enum in com.ibm.icu.text
-
Represents all the display lengths.
- DisplayOptions.GrammaticalCase - Enum in com.ibm.icu.text
-
Represents all the grammatical cases that are supported by CLDR.
- DisplayOptions.NameStyle - Enum in com.ibm.icu.text
-
Represents all the name styles.
- DisplayOptions.NounClass - Enum in com.ibm.icu.text
-
Represents all the grammatical noun classes that are supported by CLDR.
- DisplayOptions.PluralCategory - Enum in com.ibm.icu.text
-
Standard CLDR plural category constants.
- DisplayOptions.SubstituteHandling - Enum in com.ibm.icu.text
-
Represents all the substitute handlings.
- DIVES_AKURU - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DIVES_AKURU - Static variable in class com.ibm.icu.lang.UScript
-
- DIVES_AKURU_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- divide(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal
whose value is this/rhs
, using fixed point arithmetic.
- divide(BigDecimal, int) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal
whose value is this/rhs
, using fixed point arithmetic and a
rounding mode.
- divide(BigDecimal, int, int) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal
whose value is this/rhs
, using fixed point arithmetic and a
given scale and rounding mode.
- divide(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a BigDecimal
whose value is this/rhs
.
- divideInteger(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal
whose value is the integer part of this/rhs
.
- divideInteger(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
-
Returns a BigDecimal
whose value is the integer part of this/rhs
.
- DO_MIRRORING - Static variable in class com.ibm.icu.text.Bidi
-
option bit for writeReordered():
replace characters with the "mirrored" property in RTL runs
by their mirror-image mappings
- doCompare(CharSequence, CharSequence) - Method in class com.ibm.icu.text.Collator
-
- doCompare(CharSequence, CharSequence) - Method in class com.ibm.icu.text.RuleBasedCollator
-
- DOGRA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DOGRA - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- DOGRA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DOM - Static variable in class com.ibm.icu.util.DateTimeRule
-
Date rule type defined by exact day of month.
- DOMAIN_NAME_TOO_LONG_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
-
- DOMINO_TILES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DOMINO_TILES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DONE - Static variable in class com.ibm.icu.text.BreakIterator
-
DONE is returned by previous() and next() after all valid
boundaries have been returned.
- DONE - Static variable in class com.ibm.icu.text.ComposedCharIter
-
- DONE - Static variable in class com.ibm.icu.text.Normalizer
-
- DONE - Static variable in class com.ibm.icu.text.SearchIterator
-
DONE is returned by previous() and next() after all valid matches have
been returned, and by first() and last() if there are no matches at all.
- DONE - Static variable in interface com.ibm.icu.text.UForwardCharacterIterator
-
Indicator that we have reached the ends of the UTF16 text.
- DOT - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: dot
- DOT_PER_CENTIMETER - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: dot-per-centimeter
- DOT_PER_INCH - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: dot-per-inch
- DOTNET_DATE_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
-
Used in the .NET framework's System.DateTime
structure.
- DOUBLE_LIMIT - Static variable in interface com.ibm.icu.lang.UProperty
-
- DOUBLE_QUOTE - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
-
- DOUBLE_START - Static variable in interface com.ibm.icu.lang.UProperty
-
First constant for double Unicode properties.
- doubleValue() - Method in class com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal
to a double
.
- doubleValue() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- DOW - Static variable in class com.ibm.icu.util.DateTimeRule
-
Date rule type defined by day of week in month.
- DOW_GEQ_DOM - Static variable in class com.ibm.icu.util.DateTimeRule
-
Date rule type defined by first day of week on or
after exact day of month.
- DOW_LEQ_DOM - Static variable in class com.ibm.icu.util.DateTimeRule
-
Date rule type defined by last day of week on or
before exact day of month.
- DOW_LOCAL - Static variable in class com.ibm.icu.text.DateFormat.Field
-
Constant identifying the local day of week field.
- DOW_LOCAL - Static variable in class com.ibm.icu.util.Calendar
-
[icu] Field number for get()
and set()
indicating the localized day of week.
- DOW_LOCAL_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] FieldPosition selector for 'e' field alignment,
corresponding to the
Calendar.DOW_LOCAL
field.
- DRAM - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: dram
- DROP - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: drop
- DST_OFFSET - Static variable in class com.ibm.icu.util.Calendar
-
Field number for get
and set
indicating the
daylight savings offset in milliseconds.
- DT_CONTEXT_COUNT - Static variable in class com.ibm.icu.text.DateFormatSymbols
-
- DT_WIDTH_COUNT - Static variable in class com.ibm.icu.text.DateFormatSymbols
-
- DUAL_JOINING - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
-
- dump(PrintStream) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
- DUNAM - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: dunam
- DUPLOYAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DUPLOYAN - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- DUPLOYAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- DUPLOYAN_SHORTAND - Static variable in class com.ibm.icu.lang.UScript
-
- DURATION - Static variable in class com.ibm.icu.text.RuleBasedNumberFormat
-
Selector code that tells the constructor to create a duration formatter
- DurationFormat - Class in com.ibm.icu.text
-
- DurationFormat() - Constructor for class com.ibm.icu.text.DurationFormat
-
- DurationFormat(ULocale) - Constructor for class com.ibm.icu.text.DurationFormat
-
- Factory() - Constructor for class com.ibm.icu.text.PluralRules.Factory
-
- Factory() - Constructor for class com.ibm.icu.text.TimeZoneNames.Factory
-
- FAHRENHEIT - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of temperature: fahrenheit
- failsChecks(String, SpoofChecker.CheckResult) - Method in class com.ibm.icu.text.SpoofChecker
-
Check the specified string for possible security issues.
- failsChecks(String) - Method in class com.ibm.icu.text.SpoofChecker
-
Check the specified string for possible security issues.
- FARSI_YEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- fastIndex(int) - Method in class com.ibm.icu.util.CodePointTrie
-
- FATHOM - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: fathom
- FCD - Static variable in class com.ibm.icu.text.Normalizer
-
- fDebugEnv - Static variable in class com.ibm.icu.text.RuleBasedBreakIterator
-
- FE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- FEBRUARY - Static variable in class com.ibm.icu.util.Calendar
-
Value of the MONTH
field indicating the
second month of the year.
- FEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- Field(String, int) - Constructor for class com.ibm.icu.text.ChineseDateFormat.Field
-
- Field(String, int) - Constructor for class com.ibm.icu.text.DateFormat.Field
-
Constructs a DateFormat.Field
with the given name and
the Calendar
field which this attribute represents.
- Field(String) - Constructor for class com.ibm.icu.text.MessageFormat.Field
-
Create a Field
with the specified name.
- Field(String) - Constructor for class com.ibm.icu.text.NumberFormat.Field
-
Constructs a new instance of NumberFormat.Field with the given field
name.
- FIELD_COUNT - Static variable in class com.ibm.icu.text.DateFormat
-
- fieldDifference(Date, int) - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns the difference between the given time and the time this
calendar object is set to.
- fieldName(int) - Method in class com.ibm.icu.util.Calendar
-
Returns a string name for a field, for debugging and exceptions.
- FilteredBreakIteratorBuilder - Class in com.ibm.icu.text
-
The BreakIteratorFilter is used to modify the behavior of a BreakIterator
by constructing a new BreakIterator which suppresses certain segment boundaries.
- FilteredBreakIteratorBuilder() - Constructor for class com.ibm.icu.text.FilteredBreakIteratorBuilder
-
- FilteredNormalizer2 - Class in com.ibm.icu.text
-
Normalization filtered by a UnicodeSet.
- FilteredNormalizer2(Normalizer2, UnicodeSet) - Constructor for class com.ibm.icu.text.FilteredNormalizer2
-
Constructs a filtered normalizer wrapping any Normalizer2 instance
and a filter set.
- filteredTransliterate(Replaceable, Transliterator.Position, boolean) - Method in class com.ibm.icu.text.Transliterator
-
Transliterate a substring of text, as specified by index, taking filters
into account.
- FINAL - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- FINAL_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pf
- FINAL_QUOTE_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pf
This name is compatible with java.lang.Character's name for this type.
- FINAL_SEMKATH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- find(CharSequence, int, EnumSet<TimeZoneNames.NameType>) - Method in class com.ibm.icu.text.TimeZoneNames
-
Finds time zone name prefix matches for the input text at the
given offset and returns a collection of the matches.
- findBySubType(String) - Static method in class com.ibm.icu.util.MeasureUnit
-
- findCodePointOffset(String, int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the UTF-32 offset corresponding to the first UTF-32 boundary at or after the given
UTF-16 offset.
- findCodePointOffset(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the UTF-32 offset corresponding to the first UTF-32 boundary at the given UTF-16
offset.
- findCodePointOffset(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the UTF-32 offset corresponding to the first UTF-32 boundary at the given UTF-16
offset.
- findDestinationIndex(int) - Method in class com.ibm.icu.text.Edits.Iterator
-
Moves the iterator to the edit that contains the destination index.
- findIn(CharSequence, int, boolean) - Method in class com.ibm.icu.text.UnicodeSet
-
- findLastIn(CharSequence, int, boolean) - Method in class com.ibm.icu.text.UnicodeSet
-
- findOffsetFromCodePoint(String, int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the UTF-16 offset that corresponds to a UTF-32 offset.
- findOffsetFromCodePoint(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the UTF-16 offset that corresponds to a UTF-32 offset.
- findOffsetFromCodePoint(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the UTF-16 offset that corresponds to a UTF-32 offset.
- findSourceIndex(int) - Method in class com.ibm.icu.text.Edits.Iterator
-
Moves the iterator to the edit that contains the source index.
- findText(String, String, int) - Method in interface com.ibm.icu.text.RbnfLenientScanner
-
- findTopLevel(String) - Method in class com.ibm.icu.util.UResourceBundle
-
- findTopLevel(int) - Method in class com.ibm.icu.util.UResourceBundle
-
- finishTransliteration(Replaceable, Transliterator.Position) - Method in class com.ibm.icu.text.Transliterator
-
Finishes any pending transliterations that were waiting for
more characters.
- first() - Method in class com.ibm.icu.text.BreakIterator
-
Set the iterator to the first boundary position.
- FIRST - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
-
The first entry in the enumeration of reordering groups.
- first() - Method in class com.ibm.icu.text.Normalizer
-
- first() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Sets the current iteration position to the beginning of the text.
- first() - Method in class com.ibm.icu.text.SearchIterator
-
Returns the first index at which the string text matches the search
pattern.
- first() - Method in class com.ibm.icu.text.StringCharacterIterator
-
- first(int) - Method in class com.ibm.icu.util.BytesTrie
-
Traverses the trie from the initial state for this input byte.
- first(int) - Method in class com.ibm.icu.util.CharsTrie
-
Traverses the trie from the initial state for this input char.
- FIRST_STRONG_ISOLATE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type FSI
- firstAfter(Date) - Method in interface com.ibm.icu.util.DateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date.
- firstAfter(Date) - Method in class com.ibm.icu.util.Holiday
-
Return the first occurrence of this holiday on or after the given date
- firstAfter(Date) - Method in class com.ibm.icu.util.RangeDateRule
-
- firstAfter(Date) - Method in class com.ibm.icu.util.SimpleDateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date.
- firstBetween(Date, Date) - Method in interface com.ibm.icu.util.DateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date and before the given
end date.
- firstBetween(Date, Date) - Method in class com.ibm.icu.util.Holiday
-
Return the first occurrence of this holiday that is on or after
the given start date and before the given end date.
- firstBetween(Date, Date) - Method in class com.ibm.icu.util.RangeDateRule
-
- firstBetween(Date, Date) - Method in class com.ibm.icu.util.SimpleDateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date and before the given
end date.
- firstDateInPtnIsLaterDate() - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Returns whether the first date in interval patter is later date or not.
- firstDayOfWeek - Variable in class com.ibm.icu.util.Calendar.WeekData
-
- firstForCodePoint(int) - Method in class com.ibm.icu.util.CharsTrie
-
Traverses the trie from the initial state for the
one or two UTF-16 code units for this input code point.
- FixedDecimal(double, int, long, int, int) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
-
- FixedDecimal(double, int, long, int) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
-
- FixedDecimal(double, int, long) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
-
- FixedDecimal(double, int) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
-
- FixedDecimal(double) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
-
- FixedDecimal(long) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
-
- fixedFraction(int) - Static method in class com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to a certain number of fraction places (numerals after the
decimal separator).
- fixedSignificantDigits(int) - Static method in class com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to a certain number of significant digits or significant
figures.
- FLEXIBLE_DAY_PERIOD - Static variable in class com.ibm.icu.text.DateFormat.Field
-
[icu] Constant identifying the flexible day period field.
- FLEXIBLE_DAY_PERIOD_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] FieldPosition selector for 'B' field alignment.
- floatValue() - Method in class com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal
to a float
.
- floatValue() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- floorDivide(long, long) - Static method in class com.ibm.icu.util.Calendar
-
Divide two long integers, returning the floor of the quotient.
- floorDivide(int, int) - Static method in class com.ibm.icu.util.Calendar
-
Divide two integers, returning the floor of the quotient.
- floorDivide(int, int, int[]) - Static method in class com.ibm.icu.util.Calendar
-
Divide two integers, returning the floor of the quotient, and
the modulus remainder.
- floorDivide(long, int, int[]) - Static method in class com.ibm.icu.util.Calendar
-
Divide two integers, returning the floor of the quotient, and
the modulus remainder.
- FLUID_OUNCE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: fluid-ounce
- FLUID_OUNCE_IMPERIAL - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: fluid-ounce-imperial
- fold() - Static method in class com.ibm.icu.text.CaseMap
-
- FOLD_CASE_DEFAULT - Static variable in class com.ibm.icu.lang.UCharacter
-
[icu] Option value for case folding: use default mappings defined in
CaseFolding.txt.
- FOLD_CASE_DEFAULT - Static variable in class com.ibm.icu.text.Normalizer
-
Option bit for compare:
Case sensitively compare the strings
- FOLD_CASE_DEFAULT - Static variable in class com.ibm.icu.text.UTF16.StringComparator
-
Option value for case folding comparison:
Comparison is case insensitive, strings are folded using default mappings defined in
Unicode data file CaseFolding.txt, before comparison.
- FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class com.ibm.icu.lang.UCharacter
-
[icu] Option value for case folding:
Use the modified set of mappings provided in CaseFolding.txt to handle dotted I
and dotless i appropriately for Turkic languages (tr, az).
- FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class com.ibm.icu.text.Normalizer
-
Option value for case folding:
Use the modified set of mappings provided in CaseFolding.txt to handle dotted I
and dotless i appropriately for Turkic languages (tr, az).
- FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class com.ibm.icu.text.UTF16.StringComparator
-
Option value for case folding:
Use the modified set of mappings provided in CaseFolding.txt to handle dotted I
and dotless i appropriately for Turkic languages (tr, az).
- foldCase(int, boolean) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] The given character is mapped to its case folding equivalent according
to UnicodeData.txt and CaseFolding.txt; if the character has no case
folding equivalent, the character itself is returned.
- foldCase(String, boolean) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] The given string is mapped to its case folding equivalent according to
UnicodeData.txt and CaseFolding.txt; if any character has no case
folding equivalent, the character itself is returned.
- foldCase(int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] The given character is mapped to its case folding equivalent according
to UnicodeData.txt and CaseFolding.txt; if the character has no case
folding equivalent, the character itself is returned.
- foldCase(String, int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] The given string is mapped to its case folding equivalent according to
UnicodeData.txt and CaseFolding.txt; if any character has no case
folding equivalent, the character itself is returned.
- following(int) - Method in class com.ibm.icu.text.BreakIterator
-
Sets the iterator's current iteration position to be the first
boundary position following the specified position.
- following(int) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Sets the iterator to refer to the first boundary position following
the specified position.
- following(int) - Method in class com.ibm.icu.text.SearchIterator
-
Returns the first index equal or greater than position at which the
string text matches the search pattern.
- FONT - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- FOODCALORIE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: foodcalorie
- FOOT - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: foot
- forCustomData(Map<String, Map<String, String>>) - Static method in class com.ibm.icu.number.CompactNotation
-
- forDigit(int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
Provide the java.lang.Character forDigit API, for convenience.
- forIdentifier(String) - Static method in class com.ibm.icu.util.MeasureUnit
-
Construct a MeasureUnit from a CLDR Core Unit Identifier, defined in UTS
35.
- forLanguageTag(String) - Static method in class com.ibm.icu.util.ULocale
-
Returns a locale for the specified IETF BCP 47 language tag string.
- forLocale(ULocale, PluralRules.PluralType) - Method in class com.ibm.icu.text.PluralRules.Factory
-
- forLocale(ULocale) - Method in class com.ibm.icu.text.PluralRules.Factory
-
- forLocale(ULocale) - Static method in class com.ibm.icu.text.PluralRules
-
Provides access to the predefined cardinal-number PluralRules
for a given
locale.
- forLocale(Locale) - Static method in class com.ibm.icu.text.PluralRules
-
Provides access to the predefined cardinal-number
PluralRules
for a given
Locale
.
- forLocale(ULocale, PluralRules.PluralType) - Static method in class com.ibm.icu.text.PluralRules
-
Provides access to the predefined PluralRules
for a given
locale and the plural type.
- forLocale(Locale, PluralRules.PluralType) - Static method in class com.ibm.icu.text.PluralRules
-
Provides access to the predefined
PluralRules
for a given
Locale
and the plural type.
- forLocale(Locale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a ULocale object for a
Locale
.
- forLocaleOrDefault(Locale) - Static method in class com.ibm.icu.util.TimeZone
-
- FORMAL_SYMBOL_NAME - Static variable in class com.ibm.icu.util.Currency
-
Selector for getName() indicating the formal currency symbol.
- FORMAT - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
-
- FORMAT - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
-
- FORMAT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cf
- format(int, int) - Method in class com.ibm.icu.math.BigDecimal
-
Returns the String
representation of this BigDecimal
, modified by layout parameters.
- format(int, int, int, int, int, int) - Method in class com.ibm.icu.math.BigDecimal
-
Returns the String
representation of this BigDecimal
, modified by layout parameters and
allowing exponential notation.
- format(Object, Map<String, Object>) - Method in interface com.ibm.icu.message2.Formatter
-
- format(Map<String, Object>) - Method in class com.ibm.icu.message2.MessageFormatter
-
- format(long) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given byte, short, int, or long to a string using the settings specified in the
NumberFormatter fluent setting chain.
- format(double) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given float or double to a string using the settings specified in the NumberFormatter
fluent setting chain.
- format(Number) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given
BigInteger
,
BigDecimal
, or other
Number
to a string using
the settings specified in the NumberFormatter fluent setting chain.
- format(Measure) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given
Measure
or
CurrencyAmount
to a string using the settings
specified in the NumberFormatter fluent setting chain.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DateFormat
-
Formats a time object into a time string.
- format(Calendar, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DateFormat
-
Formats a date into a date/time string.
- format(Date, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DateFormat
-
Formats a Date into a date/time string.
- format(Date) - Method in class com.ibm.icu.text.DateFormat
-
Formats a Date into a date/time string.
- FORMAT - Static variable in class com.ibm.icu.text.DateFormatSymbols
-
[icu] Constant for context.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DateIntervalFormat
-
Format an object to produce a string.
- format(DateInterval, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DateIntervalFormat
-
Format a DateInterval to produce a string.
- format(Calendar, Calendar, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DateIntervalFormat
-
Format 2 Calendars to produce a string.
- format(double, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
-
Specialization of format.
- format(long, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
-
Specialization of format.
- format(BigInteger, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Formats a BigInteger.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Formats a BigDecimal.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Formats an ICU BigDecimal.
- format(CurrencyAmount, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Formats a CurrencyAmount.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DurationFormat
-
- format(Object...) - Method in class com.ibm.icu.text.ListFormatter
-
Format a list of objects.
- format(Collection<?>) - Method in class com.ibm.icu.text.ListFormatter
-
Format a collection of objects.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.MeasureFormat
-
Able to format Collection<?
- format(Object[], StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.MessageFormat
-
Formats an array of objects and appends the MessageFormat
's
pattern, with arguments replaced by the formatted objects, to the
provided StringBuffer
.
- format(Map<String, Object>, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.MessageFormat
-
Formats a map of objects and appends the MessageFormat
's
pattern, with arguments replaced by the formatted objects, to the
provided StringBuffer
.
- format(String, Object...) - Static method in class com.ibm.icu.text.MessageFormat
-
Creates a MessageFormat with the given pattern and uses it
to format the given arguments.
- format(String, Map<String, Object>) - Static method in class com.ibm.icu.text.MessageFormat
-
Creates a MessageFormat with the given pattern and uses it to
format the given arguments.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.MessageFormat
-
Formats a map or array of objects and appends the MessageFormat
's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer
.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.NumberFormat
-
Formats a number and appends the resulting text to the given string buffer.
- format(double) - Method in class com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(long) - Method in class com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(BigInteger) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Convenience method to format a BigInteger.
- format(BigDecimal) - Method in class com.ibm.icu.text.NumberFormat
-
Convenience method to format a BigDecimal.
- format(BigDecimal) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Convenience method to format an ICU BigDecimal.
- format(CurrencyAmount) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Convenience method to format a CurrencyAmount.
- format(double, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(long, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(BigInteger, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Formats a BigInteger.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Formats a BigDecimal.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Formats an ICU BigDecimal.
- format(CurrencyAmount, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Formats a CurrencyAmount.
- format(double) - Method in class com.ibm.icu.text.PluralFormat
-
Formats a plural message for a given number.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.PluralFormat
-
Formats a plural message for a given number and appends the formatted
message to the given StringBuffer
.
- format(double, RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.RelativeUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date with a quantity such as "in 5 days" or
"3 months ago".
- format(RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.AbsoluteUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date without a quantity.
- format(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a text style if possible, e.g.
- format(double, String) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number according to the specified rule set.
- format(long, String) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number according to the specified rule set.
- format(double, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number using the formatter's default rule set.
- format(long, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number using the formatter's default rule set.
- format(BigInteger, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
NEW
Implement com.ibm.icu.text.NumberFormat:
Format a BigInteger.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
NEW
Implement com.ibm.icu.text.NumberFormat:
Format a BigDecimal.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
NEW
Implement com.ibm.icu.text.NumberFormat:
Format a BigDecimal.
- format(Object) - Method in class com.ibm.icu.text.ScientificNumberFormatter
-
Formats a number
- format(String) - Method in class com.ibm.icu.text.SelectFormat
-
Selects the phrase for the given keyword.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.SelectFormat
-
Selects the phrase for the given keyword.
- format(Calendar, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.SimpleDateFormat
-
Formats a date or time, which is the standard millis
since January 1, 1970, 00:00:00 GMT.
- format(CharSequence...) - Method in class com.ibm.icu.text.SimpleFormatter
-
Formats the given values.
- format(TimeZoneFormat.Style, TimeZone, long) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the display name of the time zone at the given date for
the style.
- format(TimeZoneFormat.Style, TimeZone, long, Output<TimeZoneFormat.TimeType>) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the display name of the time zone at the given date for
the style.
- format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.TimeZoneFormat
- FORMAT_CURRENCY - Static variable in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a currency format.
- FORMAT_INTEGER - Static variable in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting an integer format.
- FORMAT_NUMBER - Static variable in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a default number format.
- FORMAT_PERCENT - Static variable in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a percent format.
- FORMAT_SCIENTIFIC - Static variable in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a scientific format.
- formatAndAppend(StringBuilder, int[], CharSequence...) - Method in class com.ibm.icu.text.SimpleFormatter
-
Formats the given values, appending to the appendTo builder.
- formatAndReplace(StringBuilder, int[], CharSequence...) - Method in class com.ibm.icu.text.SimpleFormatter
-
Formats the given values, replacing the contents of the result builder.
- formatDurationFrom(long, long) - Method in class com.ibm.icu.text.DurationFormat
-
- formatDurationFromNow(long) - Method in class com.ibm.icu.text.DurationFormat
-
- formatDurationFromNowTo(Date) - Method in class com.ibm.icu.text.DurationFormat
-
- formatImpl(DecimalQuantity, FormattedStringBuilder) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
-
- formatImpl(DecimalQuantity, MeasureUnit, FormattedStringBuilder) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
-
- formatMeasurePerUnit(Measure, MeasureUnit, StringBuilder, FieldPosition) - Method in class com.ibm.icu.text.MeasureFormat
-
Formats a single measure per unit.
- formatMeasures(Measure...) - Method in class com.ibm.icu.text.MeasureFormat
-
Format a sequence of measures.
- formatMeasures(StringBuilder, FieldPosition, Measure...) - Method in class com.ibm.icu.text.MeasureFormat
-
Formats a sequence of measures.
- formatNumeric(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a numeric style, e.g. "1 week ago", "in 1 week",
"5 weeks ago", "in 5 weeks".
- formatNumericToValue(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a numeric style, e.g. "1 week ago", "in 1 week",
"5 weeks ago", "in 5 weeks".
- formatOffsetISO8601Basic(int, boolean, boolean, boolean) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the ISO 8601 basic time zone string for the given offset.
- formatOffsetISO8601Extended(int, boolean, boolean, boolean) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the ISO 8601 extended time zone string for the given offset.
- formatOffsetLocalizedGMT(int) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT(UTC) offset format for the given offset.
- formatOffsetShortLocalizedGMT(int) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the short localized GMT(UTC) offset format for the given offset.
- FormatParser() - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
- formatRange(int, int) - Method in class com.ibm.icu.number.LocalizedNumberRangeFormatter
-
Format the given integers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
- formatRange(double, double) - Method in class com.ibm.icu.number.LocalizedNumberRangeFormatter
-
Format the given doubles to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
- formatRange(Number, Number) - Method in class com.ibm.icu.number.LocalizedNumberRangeFormatter
-
Format the given Numbers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
- FormattedMessage - Class in com.ibm.icu.message2
-
- FormattedMessage() - Constructor for class com.ibm.icu.message2.FormattedMessage
-
- FormattedNumber - Class in com.ibm.icu.number
-
The result of a number formatting operation.
- FormattedNumberRange - Class in com.ibm.icu.number
-
The result of a number range formatting operation.
- FormattedPlaceholder - Class in com.ibm.icu.message2
-
- FormattedPlaceholder(Object, FormattedValue) - Constructor for class com.ibm.icu.message2.FormattedPlaceholder
-
- FormattedValue - Interface in com.ibm.icu.text
-
An abstract formatted value: a string with associated field attributes.
- Formatter - Interface in com.ibm.icu.message2
-
- FormatterFactory - Interface in com.ibm.icu.message2
-
- formatToCharacterIterator(Object) - Method in class com.ibm.icu.text.DecimalFormat
- formatToCharacterIterator(Object) - Method in class com.ibm.icu.text.MessageFormat
-
Formats an array of objects and inserts them into the
MessageFormat
's pattern, producing an
AttributedCharacterIterator
.
- formatToCharacterIterator(Object) - Method in class com.ibm.icu.text.SimpleDateFormat
-
Format the object to an attributed string, and return the corresponding iterator
Overrides superclass method.
- formatToCharacterIterator(Object) - Method in class com.ibm.icu.text.TimeZoneFormat
- formatToString(Object, Map<String, Object>) - Method in interface com.ibm.icu.message2.Formatter
-
- formatToString(Map<String, Object>) - Method in class com.ibm.icu.message2.MessageFormatter
-
- formatToString(PersonName) - Method in class com.ibm.icu.text.PersonNameFormatter
-
- formatToValue(DateInterval) - Method in class com.ibm.icu.text.DateIntervalFormat
-
Format a DateInterval to produce a FormattedDateInterval.
- formatToValue(Calendar, Calendar) - Method in class com.ibm.icu.text.DateIntervalFormat
-
Format 2 Calendars to produce a FormattedDateInterval.
- formatToValue(Object...) - Method in class com.ibm.icu.text.ListFormatter
-
Format a list of objects to a FormattedList.
- formatToValue(Collection<?>) - Method in class com.ibm.icu.text.ListFormatter
-
Format a collection of objects to a FormattedList.
- formatToValue(double, RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.RelativeUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date with a quantity such as "in 5 days" or
"3 months ago".
- formatToValue(RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.AbsoluteUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date without a quantity.
- formatToValue(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a text style if possible, e.g.
- FORMER_LATTER_MASK - Static variable in class com.ibm.icu.util.BasicTimeZone
-
- forName(String) - Static method in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- forNameICU(String) - Static method in class com.ibm.icu.charset.CharsetICU
-
Returns a charset object for the named charset.
- forNumberingSystem(Locale, NumberingSystem) - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
corresponding to the given
NumberingSystem
.
- forNumberingSystem(ULocale, NumberingSystem) - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
corresponding to the given
NumberingSystem
.
- forSkeleton(String) - Static method in class com.ibm.icu.number.NumberFormatter
-
Call this method at the beginning of a NumberFormatter fluent chain to create an instance based
on a given number skeleton string.
- forString(String) - Static method in enum com.ibm.icu.text.PersonName.FieldModifier
-
- forString(String) - Static method in enum com.ibm.icu.text.PersonName.NameField
-
- forULocaleOrDefault(ULocale) - Static method in class com.ibm.icu.util.TimeZone
-
- FORWARD - Static variable in class com.ibm.icu.text.Transliterator
-
Direction constant indicating the forward direction in a transliterator,
e.g., the forward rules of a rule-based Transliterator.
- FRACTION - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- FRACTION - Static variable in class com.ibm.icu.text.NumberFormat.Field
-
- FRACTION_FIELD - Static variable in class com.ibm.icu.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- FRACTIONAL_SECOND - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
-
- FRACTIONAL_SECOND_FIELD - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] FieldPosition selector for 'S' field alignment,
corresponding to the
Calendar.MILLISECOND
field.
- fractionDigits - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
-
Number of fraction digits used to display this currency.
- FractionPrecision - Class in com.ibm.icu.number
-
A class that defines a rounding strategy based on a number of fraction places and optionally
significant digits to be used when formatting numbers in NumberFormatter.
- FRANCE - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- fRData - Variable in class com.ibm.icu.text.RuleBasedBreakIterator
-
- Freezable<T> - Interface in com.ibm.icu.util
-
Provides a flexible mechanism for controlling access, without requiring that
a class be immutable.
- freeze() - Method in class com.ibm.icu.text.Collator
-
Freezes the collator.
- freeze() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Freezes the object.
- freeze() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Freezes the object.
- freeze() - Method in class com.ibm.icu.text.MessagePattern
-
Freezes this object, making it immutable and thread-safe.
- freeze() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Freezes the collator.
- freeze() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Freezes the object.
- freeze() - Method in class com.ibm.icu.text.UnicodeSet
-
Freeze this class, according to the Freezable interface.
- freeze() - Method in interface com.ibm.icu.util.Freezable
-
Freezes the object.
- freeze() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
- freeze() - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Freezes the object.
- freeze() - Method in class com.ibm.icu.util.SimpleTimeZone
-
Freezes the object.
- freeze() - Method in class com.ibm.icu.util.TimeZone
-
Freezes the object.
- freeze() - Method in class com.ibm.icu.util.VTimeZone
-
Freezes the object.
- FRENCH - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for language.
- FRIDAY - Static variable in class com.ibm.icu.util.Calendar
-
Value of the DAY_OF_WEEK
field indicating
Friday.
- from - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The from date to filter on (as milliseconds).
- from - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Date on which the currency was first officially used in the region.
- from(CharSequence) - Static method in class com.ibm.icu.text.UnicodeSet
-
Makes a set from a multicharacter string.
- from(long, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
-
Convert a long
datetime from the given time scale to the universal time scale.
- FROM_MAX_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the maximum from value
for a time scale.
- FROM_MIN_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the minimum from value
for a time scale.
- FROM_U_CALLBACK_ESCAPE - Static variable in class com.ibm.icu.charset.CharsetCallback
-
Write escape callback
- FROM_U_CALLBACK_SKIP - Static variable in class com.ibm.icu.charset.CharsetCallback
-
Skip callback
- FROM_U_CALLBACK_STOP - Static variable in class com.ibm.icu.charset.CharsetCallback
-
Stop callback
- FROM_U_CALLBACK_SUBSTITUTE - Static variable in class com.ibm.icu.charset.CharsetCallback
-
Write substitute callback
- fromAll(CharSequence) - Static method in class com.ibm.icu.text.UnicodeSet
-
Makes a set from each of the characters in the string.
- fromBinary(CodePointTrie.ValueWidth, ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Fast
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Fast16
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Fast32
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Fast8
-
Creates a trie from its binary form.
- fromBinary(CodePointTrie.Type, CodePointTrie.ValueWidth, ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie
-
Creates a trie from its binary form,
stored in the ByteBuffer starting at the current position.
- fromBinary(CodePointTrie.ValueWidth, ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Small
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Small16
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Small32
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class com.ibm.icu.util.CodePointTrie.Small8
-
Creates a trie from its binary form.
- fromCodePointMap(CodePointMap) - Static method in class com.ibm.icu.util.MutableCodePointTrie
-
Creates a mutable trie with the same contents as the
CodePointMap
.
- fromDecimalFormat(DecimalFormatProperties, DecimalFormatSymbols, DecimalFormatProperties) - Static method in class com.ibm.icu.number.NumberFormatter
-
- fromIdentifier(String) - Static method in enum com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
- fromIdentifier(String) - Static method in enum com.ibm.icu.text.DisplayOptions.NounClass
-
- fromIdentifier(String) - Static method in enum com.ibm.icu.text.DisplayOptions.PluralCategory
-
- fromJavaCurrency(Currency) - Static method in class com.ibm.icu.util.Currency
-
Returns a Currency object based on the currency represented by the given java.util.Currency.
- fromMeasureUnitImpl(MeasureUnitImpl) - Static method in class com.ibm.icu.util.MeasureUnit
-
- fromName(String) - Static method in enum com.ibm.icu.util.GenderInfo.ListGenderStyle
-
- FULL - Static variable in class com.ibm.icu.text.DateFormat
-
Constant for full style pattern.
- FULL_COMPOSITION_EXCLUSION - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Full_Composition_Exclusion.
- FULL_DECOMPOSITION - Static variable in class com.ibm.icu.text.Collator
-
[icu] Note: This is for backwards compatibility with Java APIs only.
- FULL_NAME - Static variable in class com.ibm.icu.text.TimeUnitFormat
-
- FULLWIDTH - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
-
- FURLONG - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: furlong
- G_FORCE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of acceleration: g-force
- GAF - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- GALLON - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: gallon
- GALLON_IMPERIAL - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: gallon-imperial
- GAMAL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
-
- GEDALIAH - Static variable in class com.ibm.icu.util.HebrewHoliday
-
- GEMINATION_MARK - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- GENBOT - Static variable in class com.ibm.icu.util.EthiopicCalendar
-
Constant for ግንቦት, the 9th month of the Ethiopic year.
- GenderInfo - Class in com.ibm.icu.util
-
- GenderInfo(GenderInfo.ListGenderStyle) - Constructor for class com.ibm.icu.util.GenderInfo
-
- GenderInfo.Gender - Enum in com.ibm.icu.util
-
- GenderInfo.ListGenderStyle - Enum in com.ibm.icu.util
-
- GENERAL_CATEGORY - Static variable in interface com.ibm.icu.lang.UProperty
-
Enumerated property General_Category.
- GENERAL_CATEGORY_MASK - Static variable in interface com.ibm.icu.lang.UProperty
-
Bitmask property General_Category_Mask.
- GENERAL_OTHER_TYPES - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cn
Not Assigned (no characters in [UnicodeData.txt] have this property)
- GENERAL_PUNCTUATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GENERAL_PUNCTUATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GENERIC_LOCATION - Static variable in class com.ibm.icu.util.TimeZone
-
[icu] A style specifier for getDisplayName()
indicating
a long name derived from the timezone's fallback name, such as
"United States (Los Angeles)."
- GENERIC_TEMPERATURE - Static variable in class com.ibm.icu.util.MeasureUnit
-
Constant for unit of temperature: generic
- GENERIC_TZ - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for generic non-location format, such as Pacific Time;
used in combinations date + time + zone, or time + zone.
- genPatternInfo(String, boolean) - Static method in class com.ibm.icu.text.DateIntervalInfo
-
- GEOMETRIC_SHAPES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN - Static variable in class com.ibm.icu.lang.UScript
-
Georgian
- GEORGIAN_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GERMAN - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for language.
- GERMANY - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- get(ULocale, String) - Method in interface com.ibm.icu.text.RbnfLenientScannerProvider
-
- get(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the value for a given time field.
- get(int) - Method in class com.ibm.icu.util.CodePointMap
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast16
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast32
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast8
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class com.ibm.icu.util.CodePointTrie
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class com.ibm.icu.util.MutableCodePointTrie
-
Returns the value for a code point as stored in the map, with range checking.
- get(String) - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a resource in a given resource that has a given key.
- get(int) - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the resource in a given resource at the specified index.
- get2DigitYearStart() - Method in class com.ibm.icu.text.SimpleDateFormat
-
Returns the beginning date of the 100-year period 2-digit years are interpreted
as being within.
- getActualMaximum(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the maximum value that this field could have, given the
current date.
- getActualMaximum(int) - Method in class com.ibm.icu.util.GregorianCalendar
-
Return the maximum value that this field could have, given the current date.
- getActualMaximum(int) - Method in class com.ibm.icu.util.JapaneseCalendar
-
Return the maximum value that this field could have, given the current date.
- getActualMinimum(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the minimum value that this field could have, given the current date.
- getActualMinimum(int) - Method in class com.ibm.icu.util.GregorianCalendar
-
Return the minimum value that this field could have, given the current date.
- getAffixImpl(boolean, boolean) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
-
- getAge(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the "age" of the code point.
- getAllDetectableCharsets() - Static method in class com.ibm.icu.text.CharsetDetector
-
Get the names of all charsets supported by CharsetDetector
class.
- getAllKeywordDecimalQuantityValues(String) - Method in class com.ibm.icu.text.PluralRules
-
- getAllKeywordValues(String) - Method in class com.ibm.icu.text.PluralRules
-
Returns all the values that trigger this keyword, or null if the number of such
values is unlimited.
- getAllKeywordValues(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
-
- getAllNames() - Static method in class com.ibm.icu.charset.CharsetProviderICU
-
- getAllowedChars() - Method in class com.ibm.icu.text.SpoofChecker
-
Get a UnicodeSet for the characters permitted in an identifier.
- getAllowedJavaLocales() - Method in class com.ibm.icu.text.SpoofChecker
-
Get a set of
Locale
instances for the scripts that are acceptable in strings to be checked.
- getAllowedLocales() - Method in class com.ibm.icu.text.SpoofChecker
-
Get a read-only set of locales for the scripts that are acceptable in strings to be checked.
- getAmPmStrings() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns am/pm strings.
- getApostropheMode() - Method in class com.ibm.icu.text.MessageFormat
-
[icu]
- getApostropheMode() - Method in class com.ibm.icu.text.MessagePattern
-
- getAppendFormatNumber(UResource.Key) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
- getAppendFormatNumber(String) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
- getAppendItemFormat(int) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemFormats.
- getAppendItemName(int) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemName.
- getApproximatelySignString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
- getArgType() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
otherwise ArgType.NONE.
- getArgType() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getArgType() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
- getArgumentLimit() - Method in class com.ibm.icu.text.SimpleFormatter
-
- getArgumentNames() - Method in class com.ibm.icu.text.MessageFormat
-
[icu] Returns the top-level argument names.
- getAvailable(String) - Static method in class com.ibm.icu.util.MeasureUnit
-
For the given type, return the available units.
- getAvailable() - Static method in class com.ibm.icu.util.MeasureUnit
-
Get all of the available units.
- getAvailable(Region.RegionType) - Static method in class com.ibm.icu.util.Region
-
Used to retrieve all available regions of a specific type.
- getAvailableCurrencies() - Static method in class com.ibm.icu.util.Currency
-
Returns the set of available currencies.
- getAvailableCurrencyCodes(ULocale, Date) - Static method in class com.ibm.icu.util.Currency
-
Returns an array of Strings which contain the currency
identifiers that are valid for the given locale on the
given date.
- getAvailableCurrencyCodes(Locale, Date) - Static method in class com.ibm.icu.util.Currency
-
Returns an array of Strings which contain the currency
identifiers that are valid for the given
Locale
on the
given date.
- getAvailableIDs() - Static method in class com.ibm.icu.text.Transliterator
-
Returns an enumeration over the programmatic names of registered
Transliterator
objects.
- getAvailableIDs(TimeZone.SystemTimeZoneType, String, Integer) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns a set of time zone ID strings with the given filter conditions.
- getAvailableIDs(int) - Static method in class com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs
with the given raw offset from GMT.
- getAvailableIDs(String) - Static method in class com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs
associated with the given country.
- getAvailableIDs() - Static method in class com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs.
- getAvailableLocales() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a list of locales for which BreakIterators can be used.
- getAvailableLocales() - Static method in class com.ibm.icu.text.Collator
-
Returns the set of locales, as Locale objects, for which collators
are installed.
- getAvailableLocales() - Static method in class com.ibm.icu.text.DateFormat
-
Returns the set of locales for which DateFormats are installed.
- getAvailableLocales() - Static method in class com.ibm.icu.text.DateFormatSymbols
-
Returns an array of all locales for which the getInstance
methods of
this class can return localized instances.
- getAvailableLocales() - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns an array of all locales for which the getInstance
methods of
this class can return localized instances.
- getAvailableLocales() - Static method in class com.ibm.icu.text.NumberFormat
-
Returns the list of Locales for which NumberFormats are available.
- getAvailableLocales() - Static method in class com.ibm.icu.util.Calendar
-
Returns the list of locales for which Calendars are installed.
- getAvailableLocales() - Static method in class com.ibm.icu.util.Currency
-
Return an array of the locales for which a currency
is defined.
- getAvailableLocales() - Static method in class com.ibm.icu.util.ULocale
-
[icu] Note: Unlike the Locale API, this returns an array of ULocale
,
not Locale
.
- getAvailableLocalesByType(ULocale.AvailableType) - Static method in class com.ibm.icu.util.ULocale
-
Returns a list of all installed locales according to the specified type.
- getAvailableMetaZoneIDs() - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns an immutable set of all available meta zone IDs.
- getAvailableMetaZoneIDs(String) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns an immutable set of all available meta zone IDs used by the given time zone.
- getAvailableNames() - Static method in class com.ibm.icu.charset.CharsetProviderICU
-
- getAvailableNames() - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns a string array containing a list of the names of numbering systems
currently known to ICU.
- getAvailableSources() - Static method in class com.ibm.icu.text.Transliterator
-
Returns an enumeration over the source names of registered
transliterators.
- getAvailableTargets(String) - Static method in class com.ibm.icu.text.Transliterator
-
Returns an enumeration over the target names of registered
transliterators having a given source name.
- getAvailableTypes() - Static method in class com.ibm.icu.util.MeasureUnit
-
Get all of the available units' types.
- getAvailableULocales() - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a list of locales for which BreakIterators can be used.
- getAvailableULocales() - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the set of locales, as ULocale objects, for which collators
are installed.
- getAvailableULocales() - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Returns the set of locales for which DateFormats are installed.
- getAvailableULocales() - Static method in class com.ibm.icu.text.DateFormatSymbols
-
[icu] Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
- getAvailableULocales() - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
- getAvailableULocales() - Static method in class com.ibm.icu.text.NumberFormat
-
[icu] Returns the list of Locales for which NumberFormats are available.
- getAvailableULocales() - Method in class com.ibm.icu.text.PluralRules.Factory
-
- getAvailableULocales() - Static method in class com.ibm.icu.text.PluralRules
-
Returns the set of locales for which PluralRules are known.
- getAvailableULocales() - Static method in class com.ibm.icu.util.Calendar
-
[icu] Returns the list of locales for which Calendars are installed.
- getAvailableULocales() - Static method in class com.ibm.icu.util.Currency
-
Return an array of the ulocales for which a currency
is defined.
- getAvailableVariants(String, String) - Static method in class com.ibm.icu.text.Transliterator
-
Returns an enumeration over the variant names of registered
transliterators having a given source name and target name.
- getBase() - Method in enum com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns the base of the prefix.
- getBaseDirection(CharSequence) - Static method in class com.ibm.icu.text.Bidi
-
Get the base direction of the text provided according to the Unicode
Bidirectional Algorithm.
- getBaseFactor() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- getBaseLevel() - Method in class com.ibm.icu.text.Bidi
-
Return the base level (0 if left-to-right, 1 if right-to-left).
- getBaseName() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the (normalized) base name for this locale,
like
ULocale.getName()
, but without keywords.
- getBaseName(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the (normalized) base name for the specified locale,
like
ULocale.getName(String)
, but without keywords.
- getBaseName() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the base name of the resource bundle
- getBaseSkeleton(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Utility to return a unique base skeleton from a given pattern.
- getBaseSkeletons(Set<String>) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Return a list of all the base skeletons (in canonical form) from this class
- getBeginIndex() - Method in class com.ibm.icu.text.Normalizer
-
- getBeginIndex() - Method in class com.ibm.icu.text.StringCharacterIterator
-
- getBestLocale(Locale) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches the desired locale.
- getBestLocale(Iterable<Locale>) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches one of the desired locales.
- getBestLocaleResult(Locale) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired locale and the supported locales.
- getBestLocaleResult(Iterable<Locale>) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired and supported locales.
- getBestMatch(ULocale) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches the desired locale.
- getBestMatch(Iterable<ULocale>) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches one of the desired locales.
- getBestMatch(String) - Method in class com.ibm.icu.util.LocaleMatcher
-
Parses the string like
LocalePriorityList
does and
returns the supported locale which best matches one of the desired locales.
- getBestMatchResult(ULocale) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired locale and the supported locales.
- getBestMatchResult(Iterable<ULocale>) - Method in class com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired and supported locales.
- getBestPattern(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Return the best pattern matching the input skeleton.
- getBestPattern(String, int) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Return the best pattern matching the input skeleton.
- getBidiPairedBracket(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Maps the specified character to its paired bracket character.
- getBinary() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a binary data item from a binary resource, as a read-only ByteBuffer.
- getBinary(byte[]) - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a binary data from a binary resource, as a byte array with a copy
of the bytes from the resource bundle.
- getBinaryPropertySet(int) - Static method in class com.ibm.icu.lang.CharacterProperties
-
Returns a frozen UnicodeSet for a binary property.
- getBooleanAttribute(DateFormat.BooleanAttribute) - Method in class com.ibm.icu.text.DateFormat
-
Returns the current value for the specified BooleanAttribute for this instance
if attribute is missing false is returned.
- getBound(int, int) - Method in class com.ibm.icu.text.CollationKey
-
Produces a bound for the sort order of a given collation key and a
strength level.
- getBreakInstance(ULocale, int) - Static method in class com.ibm.icu.text.BreakIterator
-
- getBreakIterator() - Method in class com.ibm.icu.text.SearchIterator
-
Returns the BreakIterator that is used to restrict the indexes at which
matches are detected.
- getBreakIterator(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the break iterator for the specified type according to the
settings.
- getBucket(int) - Method in class com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the index-th bucket.
- getBucketCount() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Return the number of buckets in the index.
- getBucketCount() - Method in class com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the number of index buckets and labels, including underflow/inflow/overflow.
- getBucketIndex(CharSequence) - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the bucket number for the given name.
- getBucketIndex(CharSequence) - Method in class com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Finds the index bucket for the given name and returns the number of that bucket.
- getBucketLabels() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the labels.
- getBundleInstance(String, String) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a resource bundle using the specified base name and locale.
- getBundleInstance(String, String, ClassLoader) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a resource bundle using the specified base name, locale, and class root.
- getBundleInstance(String, String, ClassLoader, boolean) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a resource bundle using the specified base name, locale, and class
root.
- getBundleInstance(ULocale) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the locale specified, from which users can extract
resources by using their corresponding keys.
- getBundleInstance(String) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the default locale and specified base name,
from which users can extract resources by using their corresponding keys.
- getBundleInstance(String, Locale) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the specified locale and specified base name,
from which users can extract resources by using their corresponding keys.
- getBundleInstance(String, ULocale) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
- getBundleInstance(String, Locale, ClassLoader) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the specified locale and specified base name,
from which users can extract resources by using their corresponding keys.
- getBundleInstance(String, ULocale, ClassLoader) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
- getCalculationType() - Method in class com.ibm.icu.util.IslamicCalendar
-
gets the calculation type for this calendar.
- getCalendar() - Method in class com.ibm.icu.text.DateFormat
-
Returns the calendar associated with this date/time formatter.
- getCalendar() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
- getCalendar() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the calendar according to the settings.
- getCalendarField() - Method in class com.ibm.icu.text.DateFormat.Field
-
Returns the Calendar
field associated with this attribute.
- getCanonicalCode(int) - Static method in class com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
- getCanonicalID(String) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the canonical system time zone ID or the normalized
custom time zone ID for the given time zone ID.
- getCanonicalID(String, boolean[]) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the canonical system time zone ID or the normalized
custom time zone ID for the given time zone ID.
- getCanonicalSkeletonAllowingDuplicates(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
- getCapitalization() - Method in class com.ibm.icu.text.DisplayOptions
-
Gets the capitalization.
- getCapitalizationContext() - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Return capitalization context.
- getCharacterInstance() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterIterator() - Method in class com.ibm.icu.text.UCharacterIterator
-
Returns a java.text.CharacterIterator
object for the underlying text of this iterator.
- getCharacterOrientation() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's layout orientation for characters.
- getCharCount(int) - Static method in class com.ibm.icu.text.UTF16
-
Determines how many chars this char32 requires.
- getCharFromExtendedName(String) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Find a Unicode character by either its name and return its code
point value.
- getCharFromName(String) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Finds a Unicode code point by its most current Unicode name and
return its code point value.
- getCharFromName1_0(String) - Static method in class com.ibm.icu.lang.UCharacter
-
- getCharFromNameAlias(String) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Find a Unicode character by its corrected name alias and return
its code point value.
- getChars(int, int, char[], int) - Method in interface com.ibm.icu.text.Replaceable
-
Copies characters from this object into the destination
character array.
- getChars(int, int, char[], int) - Method in class com.ibm.icu.text.ReplaceableString
-
Copies characters from this object into the destination
character array.
- getChecks() - Method in class com.ibm.icu.text.SpoofChecker
-
Get the set of checks that this Spoof Checker has been configured to perform.
- getCLDRVersion() - Static method in class com.ibm.icu.util.LocaleData
-
Returns the current CLDR version
- getCoarseChangesIterator() - Method in class com.ibm.icu.text.Edits
-
Returns an Iterator for coarse-grained change edits
(adjacent change edits are treated as one).
- getCoarseIterator() - Method in class com.ibm.icu.text.Edits
-
Returns an Iterator for coarse-grained change and no-change edits
(adjacent change edits are treated as one).
- getCode(Locale) - Static method in class com.ibm.icu.lang.UScript
-
Gets a script codes associated with the given locale or ISO 15924 abbreviation or name.
- getCode(ULocale) - Static method in class com.ibm.icu.lang.UScript
-
Gets a script codes associated with the given locale or ISO 15924 abbreviation or name.
- getCode(String) - Static method in class com.ibm.icu.lang.UScript
-
Gets the script codes associated with the given locale or ISO 15924 abbreviation or name.
- getCodeFromName(String) - Static method in class com.ibm.icu.lang.UScript
-
Returns the script code associated with the given Unicode script property alias
(name or abbreviation).
- getCodePoint(int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns a code point corresponding to the two surrogate code units.
- getCodePoint(char) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the code point corresponding to the BMP code point.
- getCodePoint() - Method in class com.ibm.icu.util.CodePointMap.StringIterator
-
- getCodePointCompare() - Method in class com.ibm.icu.text.UTF16.StringComparator
-
Checks if the comparison mode is code point compare.
- getCodePointZero() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
- getCollationElementIterator(String) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given String.
- getCollationElementIterator(CharacterIterator) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given CharacterIterator.
- getCollationElementIterator(UCharacterIterator) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given UCharacterIterator.
- getCollationKey(String) - Method in class com.ibm.icu.text.Collator
-
Transforms the String into a CollationKey suitable for efficient
repeated comparison.
- getCollationKey(String) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Get a Collation key for the argument String source from this RuleBasedCollator.
- getCollator() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get a clone of the collator used internally.
- getCollator() - Method in class com.ibm.icu.text.StringSearch
-
- getCollator() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the collator according to the settings.
- getCombiningClass(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the combining class of the argument codepoint
- getCombiningClass(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Gets the combining class of c.
- getCombiningClass(int) - Method in class com.ibm.icu.text.Normalizer2
-
Gets the combining class of c.
- getComparator(Comparator<Object>, boolean) - Static method in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
-
Return a comparator that compares the locale names for the display locale or the in-self names,
depending on an input parameter.
- getComplexity() - Method in class com.ibm.icu.util.MeasureUnit
-
Compute the complexity of the unit.
- getComplexStyle() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getConfidence() - Method in class com.ibm.icu.text.CharsetMatch
-
Get an indication of the confidence in the charset detected.
- getContainedRegions() - Method in class com.ibm.icu.util.Region
-
Used to determine the sub-regions that are contained within this region.
- getContainedRegions(Region.RegionType) - Method in class com.ibm.icu.util.Region
-
Used to determine all the regions that are contained within this region and that match the given type
- getContainingRegion() - Method in class com.ibm.icu.util.Region
-
Used to determine the macroregion that geographically contains this region.
- getContainingRegion(Region.RegionType) - Method in class com.ibm.icu.util.Region
-
Used to determine the macroregion that geographically contains this region and that matches the given type.
- getContents() - Method in class com.ibm.icu.text.MessagePatternUtil.MessageNode
-
- getContext() - Method in class com.ibm.icu.text.BidiClassifier
-
Returns the current classifier context.
- getContext(DisplayContext.Type) - Method in class com.ibm.icu.text.DateFormat
-
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContext(DisplayContext.Type) - Method in class com.ibm.icu.text.DateIntervalFormat
-
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContext(DisplayContext.Type) - Method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns the current value for a specified DisplayContext.Type.
- getContext(DisplayContext.Type) - Method in class com.ibm.icu.text.NumberFormat
-
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContractionsAndExpansions(UnicodeSet, UnicodeSet, boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Gets unicode sets containing contractions and/or expansions of a collator
- getCopyOfMeasureUnitImpl() - Method in class com.ibm.icu.util.MeasureUnit
-
- getCountry() - Method in class com.ibm.icu.util.ULocale
-
Returns the country/region code for this locale, which will either be the empty string
or an uppercase ISO 3166 2-letter code.
- getCountry(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the country/region code for this locale, which will either be the empty string
or an uppercase ISO 3166 2-letter code.
- getCountVisibleFractionDigits() - Method in class com.ibm.icu.text.UFieldPosition
-
- getCurrency() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the currency used to display currency amounts.
- getCurrency() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
- getCurrency() - Method in class com.ibm.icu.text.NumberFormat
-
Returns the Currency object used to display currency
amounts.
- getCurrency() - Method in class com.ibm.icu.util.CurrencyAmount
-
Returns the currency of this object.
- getCurrency() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the currency computed according to the settings.
- getCurrencyCode() - Method in class com.ibm.icu.util.Currency
-
Returns the ISO 4217 3-letter code for this currency object.
- getCurrencyFormat(ULocale) - Static method in class com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the given locale.
- getCurrencyFormat(Locale) - Static method in class com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the given
Locale
.
- getCurrencyFormat() - Static method in class com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the default FORMAT
locale.
- getCurrencyInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getCurrencyInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getCurrencyInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getCurrencyPattern() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
- getCurrencyPluralInfo() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the current instance of CurrencyPluralInfo.
- getCurrencyPluralPattern(String) - Method in class com.ibm.icu.text.CurrencyPluralInfo
-
Given a plural count, gets currency plural pattern of this locale,
used for currency plural format
- getCurrencyString() - Method in class com.ibm.icu.util.Currency.CurrencyStringInfo
-
- getCurrencySymbol() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string denoting the local currency.
- getCurrencyUsage() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the strategy for rounding currency amounts.
- getCustomClassifier() - Method in class com.ibm.icu.text.Bidi
-
Gets the current custom class classifier used for Bidi class
determination.
- getCustomizedClass(int) - Method in class com.ibm.icu.text.Bidi
-
Retrieves the Bidi class for a given code point.
- getData() - Method in class com.ibm.icu.text.AlphabeticIndex.Record
-
Get the data
- getDataModel() - Method in class com.ibm.icu.message2.MessageFormatter
-
- getDateAtTimePattern(Calendar, ULocale, int) - Static method in class com.ibm.icu.util.Calendar
-
- getDateFormat() - Method in class com.ibm.icu.text.DateIntervalFormat
-
Gets the date formatter
- getDateFormat(int, int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Gets a date format according to the current settings.
- getDateFormatBundle(Class<? extends Calendar>, Locale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatBundle(Class<? extends Calendar>, ULocale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatBundle(Calendar, Locale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatBundle(Calendar, ULocale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatSymbols() - Method in class com.ibm.icu.text.SimpleDateFormat
-
Gets the date/time formatting data.
- getDateFormatSymbols() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
- getDateInstance() - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the default formatting style
for the default FORMAT
locale.
- getDateInstance(int) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the default FORMAT
locale.
- getDateInstance(int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the given locale.
- getDateInstance(int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the given locale.
- getDateInstance(Calendar, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat
object that can be used to format dates in
the calendar system specified by
cal
.
- getDateInstance(Calendar, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat
object that can be used to format dates in
the calendar system specified by
cal
.
- getDateInstance(Calendar, int) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat
object for the default locale that can be used
to format dates in the calendar system specified by
cal
.
- getDateIntervalInfo() - Method in class com.ibm.icu.text.DateIntervalFormat
-
Gets the date time interval patterns.
- getDateRuleType() - Method in class com.ibm.icu.util.DateTimeRule
-
Gets the date rule type, such as DOM
- getDateTimeFormat() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDateTimeFormat.
- getDateTimeFormat(int) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDateTimeFormat.
- getDateTimeFormat(int, int, Locale) - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns a DateFormat
appropriate to this calendar.
- getDateTimeFormat(int, int, ULocale) - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns a DateFormat
appropriate to this calendar.
- getDateTimeInstance() - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date/time formatter with the default formatting style
for the default FORMAT
locale.
- getDateTimeInstance(int, int) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date/time formatter with the given date and time
formatting styles for the default FORMAT
locale.
- getDateTimeInstance(int, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date/time formatter with the given formatting styles
for the given locale.
- getDateTimeInstance(int, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date/time formatter with the given formatting styles
for the given locale.
- getDateTimeInstance(Calendar, int, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat
object that can be used to format dates and times in
the calendar system specified by
cal
.
- getDateTimeInstance(Calendar, int, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat
object that can be used to format dates and times in
the calendar system specified by
cal
.
- getDateTimeInstance(Calendar, int, int) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat
object for the default locale that can be used to format
dates and times in the calendar system specified by
cal
.
- getDateTimePattern(Calendar, ULocale, int) - Static method in class com.ibm.icu.util.Calendar
-
- getDayOfWeekType(int) - Method in class com.ibm.icu.util.Calendar
-
- getDecimal() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDecimal.
- getDecimalDigits() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- getDecimalDigitsWithoutTrailingZeros() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- getDecimalFormatSymbols() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns a copy of the decimal format symbols used by this formatter.
- getDecimalQuantitySamples(String) - Method in class com.ibm.icu.text.PluralRules
-
- getDecimalQuantitySamples(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
-
- getDecimalSamples(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
-
- getDecimalSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for decimal sign.
- getDecimalSeparatorString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used for decimal sign.
- getDecomposition() - Method in class com.ibm.icu.text.Collator
-
Returns the decomposition mode of this Collator.
- getDecomposition(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Gets the decomposition mapping of c.
- getDecomposition(int) - Method in class com.ibm.icu.text.Normalizer2
-
Gets the decomposition mapping of c.
- getDecomposition() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Returns the decomposition mode of this Collator.
- getDefault() - Static method in class com.ibm.icu.util.TimeZone
-
Gets the default TimeZone
for this host.
- getDefault() - Static method in class com.ibm.icu.util.ULocale
-
Returns the current default ULocale.
- getDefault(ULocale.Category) - Static method in class com.ibm.icu.util.ULocale
-
Returns the current default ULocale for the specified category.
- getDefaultDayInMonth(int, int) - Method in class com.ibm.icu.util.Calendar
-
Subclasses may override this.
- getDefaultDayInMonth(int, int) - Method in class com.ibm.icu.util.JapaneseCalendar
-
Called by handleComputeJulianDay.
- getDefaultFactory() - Static method in class com.ibm.icu.text.PluralRules.Factory
-
- getDefaultFormatterNameForType(Class<?>) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
-
- getDefaultFormatterTypes() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
-
- getDefaultFractionDigits() - Method in class com.ibm.icu.util.Currency
-
Returns the number of the number of fraction digits that should
be displayed for this currency.
- getDefaultFractionDigits(Currency.CurrencyUsage) - Method in class com.ibm.icu.util.Currency
-
Returns the number of the number of fraction digits that should
be displayed for this currency with Usage.
- getDefaultHourCycle() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Return the default hour cycle.
- getDefaultHourFormatChar() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
- getDefaultMonthInYear(int) - Method in class com.ibm.icu.util.Calendar
-
Subclasses may override this.
- getDefaultMonthInYear(int) - Method in class com.ibm.icu.util.JapaneseCalendar
-
Called by handleComputeJulianDay.
- getDefaultOrder() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Get default order -- whether the first date in pattern is later date
or not.
- getDefaultParseOptions() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the default parse options used by this TimeZoneFormat
instance.
- getDefaultRuleSetName() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Return the name of the current default rule set.
- getDefaultTimeZoneType() - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the default time zone type currently used.
- getDefaultXSymbolTable() - Static method in class com.ibm.icu.text.UnicodeSet
-
- getDelimiter(int) - Method in class com.ibm.icu.util.LocaleData
-
Retrieves a delimiter string from the locale data.
- getDescription() - Method in class com.ibm.icu.text.NumberingSystem
-
Returns the description string of the current numbering system.
- getDesiredIndex() - Method in class com.ibm.icu.util.LocaleMatcher.Result
-
Returns the index of the best-matching desired locale in the input Iterable order
- getDesiredLocale() - Method in class com.ibm.icu.util.LocaleMatcher.Result
-
Returns the best-matching desired locale.
- getDesiredULocale() - Method in class com.ibm.icu.util.LocaleMatcher.Result
-
Returns the best-matching desired locale.
- getDetectableCharsets() - Method in class com.ibm.icu.text.CharsetDetector
-
- getDialectHandling() - Method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns the dialect handling used in the display names.
- getDigit() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for a digit in a pattern.
- getDigits() - Method in class com.ibm.icu.math.MathContext
-
Returns the digits setting.
- getDigits() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the array of characters used as digits, in order from 0 through 9
- getDigitStrings() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the array of strings used as digits, in order from 0 through 9
- getDigitStringsLocal() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
- getDimensionality() - Method in class com.ibm.icu.util.MeasureUnit
-
Returns the dimensionality (power) of this MeasureUnit.
- getDirection(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the Bidirection property of a code point.
- getDirection() - Method in class com.ibm.icu.text.Bidi
-
Get the directionality of the text.
- getDirection() - Method in class com.ibm.icu.text.BidiRun
-
Get direction of run
- getDirectionality(int) - Static method in class com.ibm.icu.lang.UCharacter
-
- getDisplayCountry() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's country localized for display in the default DISPLAY
locale.
- getDisplayCountry(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's country localized for display in the provided locale.
- getDisplayCountry(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's country localized for display in the provided locale.
- getDisplayCountry(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's country localized for display in the provided locale.
- getDisplayKeyword(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the default DISPLAY
locale.
- getDisplayKeyword(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the specified locale.
- getDisplayKeyword(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the specified locale.
- getDisplayKeywordValue(String) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the default DISPLAY
locale.
- getDisplayKeywordValue(String, ULocale) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayLanguage() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the default DISPLAY
locale.
- getDisplayLanguage(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the provided locale.
- getDisplayLanguage(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguage(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's language localized for display in the default DISPLAY
locale.
- getDisplayLanguageWithDialect(ULocale) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLength() - Method in class com.ibm.icu.text.DisplayOptions
-
Gets the display length.
- getDisplayName(Locale, Locale) - Method in class com.ibm.icu.text.Collator.CollatorFactory
-
Return the name of the collator for the objectLocale, localized for the displayLocale.
- getDisplayName(ULocale, ULocale) - Method in class com.ibm.icu.text.Collator.CollatorFactory
-
Return the name of the collator for the objectLocale, localized for the displayLocale.
- getDisplayName(Locale, Locale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayName(ULocale, ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayName(Locale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
default DISPLAY
locale.
- getDisplayName(ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
default DISPLAY
locale.
- getDisplayName(String, TimeZoneNames.NameType, long) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the display name of the time zone at the given date.
- getDisplayName(String) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the default DISPLAY
locale.
- getDisplayName(String, Locale) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the given locale.
- getDisplayName(String, ULocale) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the given locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName() - Method in class com.ibm.icu.util.Currency
-
Returns the display name for this currency in the default locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.Currency
-
Returns the display name for this currency in the given locale.
- getDisplayName(String, int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get the display name for an ID: language, script, territory, currency, timezone...
- getDisplayName() - Method in class com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the default DISPLAY
locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the specified locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the specified locale
The name
parameter passed to this object's constructor is used
as a key to look up the holiday's localized name in a ResourceBundle object
named HolidayBundle.
- getDisplayName() - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the default DISPLAY
locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(boolean, int) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the default DISPLAY
locale.
- getDisplayName(boolean, int, Locale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(boolean, int, ULocale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the default DISPLAY
locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the provided locale.
- getDisplayName(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayName(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayNames(String, TimeZoneNames.NameType[], long, String[], int) - Method in class com.ibm.icu.text.TimeZoneNames
-
- getDisplayNameWithDialect() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale name localized for display in the default DISPLAY
locale.
- getDisplayNameWithDialect(ULocale) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale name localized for display in the provided locale.
- getDisplayNameWithDialect(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayNameWithDialect(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayScript() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's script localized for display in the default DISPLAY
locale.
- getDisplayScript(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's script localized for display in the provided locale.
- getDisplayScript(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's script localized for display in the provided locale.
- getDisplayScript(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's script localized for display in the provided locale.
- getDisplayScriptInContext() - Method in class com.ibm.icu.util.ULocale
-
- getDisplayScriptInContext(ULocale) - Method in class com.ibm.icu.util.ULocale
-
- getDisplayScriptInContext(String, String) - Static method in class com.ibm.icu.util.ULocale
-
- getDisplayScriptInContext(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
- getDisplayVariant() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's variant localized for display in the default DISPLAY
locale.
- getDisplayVariant(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's variant localized for display in the provided locale.
- getDisplayVariant(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's variant localized for display in the provided locale.
- getDisplayVariant(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's variant localized for display in the provided locale.
- getDSTSavings() - Method in class com.ibm.icu.util.SimpleTimeZone
-
Returns the amount of time in ms that the clock is advanced during DST.
- getDSTSavings() - Method in class com.ibm.icu.util.TimeZone
-
Returns the amount of time to be added to local standard time
to get local wall clock time.
- getDSTSavings() - Method in class com.ibm.icu.util.TimeZoneRule
-
Gets the amount of daylight saving delta time from the standard time.
- getEffectiveCurrency() - Method in class com.ibm.icu.text.NumberFormat
-
- getElementComparisonType() - Method in class com.ibm.icu.text.SearchIterator
-
Returns the collation element comparison type.
- getElements() - Method in class com.ibm.icu.text.Transliterator
-
Return the elements that make up this transliterator.
- getEmbeddingLevel() - Method in class com.ibm.icu.text.BidiRun
-
Get level of run
- getEmptyInstance() - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
Create empty generator, to be constructed with addPattern(...) etc.
- getEmptyInstance() - Static method in class com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Construct an empty FilteredBreakIteratorBuilder.
- getEnd() - Method in class com.ibm.icu.util.CodePointMap.Range
-
- getEndIndex() - Method in class com.ibm.icu.text.Normalizer
-
- getEndIndex() - Method in class com.ibm.icu.text.StringCharacterIterator
-
- getEndYear() - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the end year when this rule takes effect.
- getEquivalentID(String, int) - Static method in class com.ibm.icu.util.TimeZone
-
Returns an ID in the equivalency group that
includes the given ID.
- getEquivalentReorderCodes(int) - Static method in class com.ibm.icu.text.Collator
-
Retrieves all the reorder codes that are grouped with the given reorder code.
- getEraNames() - Method in class com.ibm.icu.text.DateFormatSymbols
-
[icu] Returns full era name strings.
- getEras() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns abbreviated era strings.
- getError() - Method in exception com.ibm.icu.text.StringPrepParseException
-
Returns the error code of this exception.
- getErrorIndex() - Method in exception com.ibm.icu.util.IllformedLocaleException
-
Returns the index where the error was found.
- getErrors() - Method in class com.ibm.icu.text.IDNA.Info
-
Returns a set indicating IDNA processing errors.
- getExemplarLocationName(String) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the exemplar location name for the given time zone.
- getExemplarSet(ULocale, int) - Static method in class com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExemplarSet(ULocale, int, int) - Static method in class com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExemplarSet(int, int) - Method in class com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExponentMultiplicationSign() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the multiplication sign
- getExponentSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used to separate the mantissa from the exponent.
- getExtendedName(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns a name for a valid codepoint.
- getExtendedNameIterator() - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns an iterator for character names, iterating over codepoints.
- getExtension(char) - Method in class com.ibm.icu.util.ULocale
-
Returns the extension (or private use) value associated with
the specified key, or null if there is no extension
associated with the key.
- getExtensionKeys() - Method in class com.ibm.icu.util.ULocale
-
Returns the set of extension keys associated with this locale, or the
empty set if it has no extensions.
- getFallback(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the fallback locale for the specified locale, which might be the
empty string.
- getFallback() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the fallback locale for this locale.
- getFallbackIntervalPattern() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Get the fallback interval pattern.
- getFC_NFKC_Closure(int, char[]) - Static method in class com.ibm.icu.text.Normalizer
-
- getFC_NFKC_Closure(int) - Static method in class com.ibm.icu.text.Normalizer
-
- getField() - Method in class com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the field for the current position.
- getFieldCount() - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns the number of fields defined by this calendar.
- getFieldDisplayName(int, DateTimePatternGenerator.DisplayWidth) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
The general interface to get a display name for a particular date/time field,
in one of several possible display widths.
- getFieldResolutionTable() - Method in class com.ibm.icu.util.Calendar
-
Returns the field resolution array for this calendar.
- getFieldResolutionTable() - Method in class com.ibm.icu.util.ChineseCalendar
-
Override Calendar to add IS_LEAP_MONTH to the field resolution
table.
- getFields(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
- getFieldValue() - Method in class com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the value associated with the current field position.
- getFieldValue(PersonName.NameField, Set<PersonName.FieldModifier>) - Method in interface com.ibm.icu.text.PersonName
-
- getFieldValue(PersonName.NameField, Set<PersonName.FieldModifier>) - Method in class com.ibm.icu.text.SimplePersonName
-
- getFilter() - Method in class com.ibm.icu.text.Transliterator
-
Returns the filter used by this transliterator, or null
if this transliterator uses no filter.
- getFilterAsUnicodeSet(UnicodeSet) - Method in class com.ibm.icu.text.Transliterator
-
- getFinalStart(int, int) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the final time when this rule takes effect.
- getFinalStart(int, int) - Method in class com.ibm.icu.util.InitialTimeZoneRule
-
Gets the final time when this rule takes effect.
- getFinalStart(int, int) - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the final time when this rule takes effect.
- getFinalStart(int, int) - Method in class com.ibm.icu.util.TimeZoneRule
-
Gets the final time when this rule takes effect.
- getFineChangesIterator() - Method in class com.ibm.icu.text.Edits
-
Returns an Iterator for fine-grained change edits
(full granularity of change edits is retained).
- getFineIterator() - Method in class com.ibm.icu.text.Edits
-
Returns an Iterator for fine-grained change and no-change edits
(full granularity of change edits is retained).
- getFirstBigDecimal() - Method in class com.ibm.icu.number.FormattedNumberRange
-
Export the first formatted number as a BigDecimal.
- getFirstCharactersInScripts() - Method in class com.ibm.icu.text.AlphabeticIndex
-
- getFirstDayOfWeek() - Method in class com.ibm.icu.util.Calendar
-
- getFirstFixedDecimal() - Method in class com.ibm.icu.number.FormattedNumberRange
-
- getFirstPart() - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Returns the first part of interval pattern.
- getFirstStart(int, int) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFirstStart(int, int) - Method in class com.ibm.icu.util.InitialTimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFirstStart(int, int) - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFirstStart(int, int) - Method in class com.ibm.icu.util.TimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFixedDecimal() - Method in class com.ibm.icu.number.FormattedNumber
-
- getFixedDecimal(double) - Method in class com.ibm.icu.text.DecimalFormat
-
- getForm() - Method in class com.ibm.icu.math.MathContext
-
Returns the form setting.
- getFormalSymbol(String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
-
Returns the formal symbol for the currency with the provided ISO code.
- getFormatByArgumentName(String) - Method in class com.ibm.icu.text.MessageFormat
-
[icu] Returns the first top-level format associated with the given argument name.
- getFormats() - Method in class com.ibm.icu.text.MessageFormat
-
Returns the Format objects used for the format elements in the
previously set pattern string.
- getFormatsByArgumentIndex() - Method in class com.ibm.icu.text.MessageFormat
-
Returns the Format objects used for the values passed into
format
methods or returned from parse
methods.
- getFormatStyle() - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Return style
- getFormattedValue() - Method in class com.ibm.icu.message2.FormattedPlaceholder
-
- getFormatter(String) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
-
- getFormatterNames() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
-
- getFormatWidth() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the minimum number of characters in formatted output.
- getFractionDigits() - Method in class com.ibm.icu.text.UFieldPosition
-
- getFrom() - Method in class com.ibm.icu.util.TimeZoneTransition
-
Returns the rule used before the transition.
- getFromDate() - Method in class com.ibm.icu.util.DateInterval
-
Get the from date.
- getFrozenInstance(ULocale) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
- getFrozenTimeZone(String) - Static method in class com.ibm.icu.util.TimeZone
-
Gets the TimeZone
for the given ID.
- getFunctionalEquivalent(String, ULocale, boolean[]) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the functionally equivalent locale for the given
requested locale, with respect to given keyword, for the
collation service.
- getFunctionalEquivalent(String, ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the functionally equivalent locale for the given
requested locale, with respect to given keyword, for the
collation service.
- getFunctionalEquivalent(ULocale, boolean[]) - Method in class com.ibm.icu.text.PluralRules.Factory
-
- getFunctionalEquivalent(ULocale, boolean[]) - Static method in class com.ibm.icu.text.PluralRules
-
Returns the 'functionally equivalent' locale with respect to
plural rules.
- getFunctionName() - Method in class com.ibm.icu.message2.Mf2DataModel.Expression
-
- getGender() - Method in class com.ibm.icu.number.FormattedNumber
-
- getGMTOffsetDigits() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the decimal digit characters used for localized GMT format in a single string
containing from 0 to 9 in the ascending order.
- getGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the offset pattern used for localized GMT format.
- getGMTPattern() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT format pattern.
- getGMTZeroFormat() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
- getGrammaticalCase() - Method in class com.ibm.icu.text.DisplayOptions
-
Gets the grammatical case.
- getGreatestMinimum(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the highest minimum value for the given field if varies.
- getGregorianChange() - Method in class com.ibm.icu.util.GregorianCalendar
-
Gets the Gregorian Calendar change date.
- getGregorianDayOfMonth() - Method in class com.ibm.icu.util.Calendar
-
Returns the day of month (1-based) on the Gregorian calendar as
computed by computeGregorianFields()
.
- getGregorianDayOfYear() - Method in class com.ibm.icu.util.Calendar
-
Returns the day of year (1-based) on the Gregorian calendar as
computed by computeGregorianFields()
.
- getGregorianMonth() - Method in class com.ibm.icu.util.Calendar
-
Returns the month (0-based) on the Gregorian calendar as computed by
computeGregorianFields()
.
- getGregorianYear() - Method in class com.ibm.icu.util.Calendar
-
Returns the extended year on the Gregorian calendar as computed by
computeGregorianFields()
.
- getGroupingSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for grouping separator.
- getGroupingSeparatorString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the string used for grouping separator.
- getGroupingSize() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the primary grouping size in use.
- getHanNumericValue(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the numeric value of a Han character.
- getHeight() - Method in class com.ibm.icu.util.LocaleData.PaperSize
-
Returns the height of the paper
- getHolidays() - Static method in class com.ibm.icu.util.Holiday
-
- getHolidays(Locale) - Static method in class com.ibm.icu.util.Holiday
-
- getHolidays(ULocale) - Static method in class com.ibm.icu.util.Holiday
-
- getICUCanonicalName(String) - Static method in class com.ibm.icu.charset.CharsetProviderICU
-
- getID() - Method in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
{icu} Returns the type ID of this Unicode block
- getID() - Method in class com.ibm.icu.text.Transliterator
-
Returns a programmatic identifier for this transliterator.
- getID() - Method in class com.ibm.icu.util.TimeZone
-
Gets the ID of this time zone.
- getIdentifier() - Method in enum com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
- getIdentifier() - Method in enum com.ibm.icu.text.DisplayOptions.NounClass
-
- getIdentifier() - Method in enum com.ibm.icu.text.DisplayOptions.PluralCategory
-
- getIdentifier() - Method in class com.ibm.icu.util.MeasureUnit
-
Get CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
- getIdentifier() - Method in enum com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
- getIdentityResult() - Method in class com.ibm.icu.number.FormattedNumberRange
-
Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was
used.
- getIDForWindowsID(String, String) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Converts a Windows time zone ID to an equivalent system time zone ID
for a region.
- getIgnoreCase() - Method in class com.ibm.icu.text.UTF16.StringComparator
-
Checks if Comparator is in the case insensitive mode.
- getIgnoreCaseOption() - Method in class com.ibm.icu.text.UTF16.StringComparator
-
Gets the fold case options set in Comparator to be used with case insensitive comparison.
- getIndex() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the pattern string index associated with this Part.
- getIndex() - Method in class com.ibm.icu.text.Normalizer
-
- getIndex() - Method in class com.ibm.icu.text.SearchIterator
-
Return the current index in the text being searched.
- getIndex() - Method in class com.ibm.icu.text.StringCharacterIterator
-
- getIndex() - Method in class com.ibm.icu.text.StringSearch
-
Return the current index in the text being searched.
- getIndex() - Method in class com.ibm.icu.text.UCharacterIterator
-
Gets the current index in text.
- getIndex() - Method in class com.ibm.icu.util.CodePointMap.StringIterator
-
- getIndexArray() - Method in class com.ibm.icu.util.CompactByteArray
-
- getIndexArray() - Method in class com.ibm.icu.util.CompactCharArray
-
- getInfinity() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the String used to represent infinity.
- getInflowLabel() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the default label used for abbreviated buckets between other labels.
- getInput() - Method in class com.ibm.icu.message2.FormattedPlaceholder
-
- getInstance(int) - Static method in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
[icu] Returns the only instance of the UnicodeBlock with the argument ID.
- getInstance() - Static method in class com.ibm.icu.text.Collator
-
Returns the Collator for the current default locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the Collator for the desired locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.Collator
-
Returns the Collator for the desired locale.
- getInstance(ULocale, CompactDecimalFormat.CompactStyle) - Static method in class com.ibm.icu.text.CompactDecimalFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(Locale, CompactDecimalFormat.CompactStyle) - Static method in class com.ibm.icu.text.CompactDecimalFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.CurrencyDisplayNames
-
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.CurrencyDisplayNames
-
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
- getInstance(ULocale, boolean) - Static method in class com.ibm.icu.text.CurrencyDisplayNames
-
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
- getInstance(Locale, boolean) - Static method in class com.ibm.icu.text.CurrencyDisplayNames
-
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
- getInstance() - Static method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the unique instance of the currency meta info.
- getInstance(boolean) - Static method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the unique instance of the currency meta info, or null if
noSubstitute is true and there is no data to support this API.
- getInstance() - Static method in class com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the default locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance() - Static method in class com.ibm.icu.text.DateFormat
-
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance(Calendar, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns a date/time formatter that uses the SHORT style
for both the date and the time.
- getInstance(Calendar, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns a date/time formatter that uses the SHORT style
for both the date and the time.
- getInstance(Calendar) - Static method in class com.ibm.icu.text.DateFormat
-
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance() - Static method in class com.ibm.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the default locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the given locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
[icu] Returns a DateFormatSymbols instance for the given locale.
- getInstance(String) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and the default FORMAT
locale.
- getInstance(String, Locale) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, ULocale) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, DateIntervalInfo) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
DateIntervalInfo, and the default FORMAT
locale.
- getInstance(String, Locale, DateIntervalInfo) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance(String, ULocale, DateIntervalInfo) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance() - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for the default FORMAT
locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for a given locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for a given locale.
- getInstance() - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the default locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.DurationFormat
-
- getInstance(Locale) - Static method in class com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Construct a FilteredBreakIteratorBuilder based on sentence break exception rules in a locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Construct a FilteredBreakIteratorBuilder based on sentence break exception rules in a locale.
- getInstance(ULocale, ListFormatter.Type, ListFormatter.Width) - Static method in class com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(Locale, ListFormatter.Type, ListFormatter.Width) - Static method in class com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance() - Static method in class com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for the default FORMAT locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
- getInstance(Locale) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
- getInstance(ULocale, LocaleDisplayNames.DialectHandling) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided dialectHandling.
- getInstance(ULocale, DisplayContext...) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided DisplayContext settings
- getInstance(Locale, DisplayContext...) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided
Locale
, using the provided DisplayContext settings
- getInstance(ULocale, MeasureFormat.FormatWidth) - Static method in class com.ibm.icu.text.MeasureFormat
-
Create a format from the locale, formatWidth, and format.
- getInstance(Locale, MeasureFormat.FormatWidth) - Static method in class com.ibm.icu.text.MeasureFormat
-
Create a format from the
Locale
and formatWidth.
- getInstance(ULocale, MeasureFormat.FormatWidth, NumberFormat) - Static method in class com.ibm.icu.text.MeasureFormat
-
Create a format from the locale, formatWidth, and format.
- getInstance(Locale, MeasureFormat.FormatWidth, NumberFormat) - Static method in class com.ibm.icu.text.MeasureFormat
-
Create a format from the
Locale
, formatWidth, and format.
- getInstance(InputStream, String, Normalizer2.Mode) - Static method in class com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance which uses the specified data file
(an ICU data file if data=null, or else custom binary data)
and which composes or decomposes text according to the specified mode.
- getInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(int) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(Locale, int) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(ULocale, int) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getInstance(int, boolean, String) - Static method in class com.ibm.icu.text.NumberingSystem
-
Factory method for creating a numbering system.
- getInstance(Locale) - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified ULocale.
- getInstance() - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the default FORMAT
locale.
- getInstance() - Static method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for the default locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular
Locale
.
- getInstance(ULocale, NumberFormat) - Static method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale that uses a particular
NumberFormat object.
- getInstance(ULocale, NumberFormat, RelativeDateTimeFormatter.Style, DisplayContext) - Static method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale that uses a particular
NumberFormat object, style, and capitalization context
- getInstance(Locale, NumberFormat) - Static method in class com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular
Locale
that uses a
particular NumberFormat object.
- getInstance(Calendar.FormatConfiguration) - Static method in class com.ibm.icu.text.SimpleDateFormat
-
- getInstance(int) - Static method in class com.ibm.icu.text.StringPrep
-
Gets a StringPrep instance for the specified profile
- getInstance(ULocale) - Static method in class com.ibm.icu.text.TimeZoneFormat
-
Returns a frozen instance of TimeZoneFormat
for the given locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.TimeZoneFormat
-
Returns a frozen instance of
TimeZoneFormat
for the given
Locale
.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.TimeZoneNames
-
Returns an instance of TimeZoneNames
for the specified locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.TimeZoneNames
-
Returns an instance of
TimeZoneNames
for the specified
Locale
.
- getInstance(String) - Method in interface com.ibm.icu.text.Transliterator.Factory
-
Return a transliterator for the given ID.
- getInstance(String) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a Transliterator
object given its ID.
- getInstance(String, int) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a Transliterator
object given its ID.
- getInstance(Replaceable) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator
object given a Replaceable
object.
- getInstance(String) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator
object given a source string.
- getInstance(char[]) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator
object given a source character array.
- getInstance(char[], int, int) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator
object given a source character array.
- getInstance(StringBuffer) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator
object given a source StringBuffer.
- getInstance(CharacterIterator) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator
object given a CharacterIterator.
- getInstance() - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and locale.
- getInstance(TimeZone) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the specified time zone and default locale.
- getInstance(Locale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(TimeZone, Locale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(TimeZone, ULocale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(Locale) - Static method in class com.ibm.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(String) - Static method in class com.ibm.icu.util.Currency
-
Returns a currency object given an ISO 4217 3-letter code.
- getInstance(ULocale) - Static method in class com.ibm.icu.util.GenderInfo
-
- getInstance(Locale) - Static method in class com.ibm.icu.util.GenderInfo
-
- getInstance(ULocale) - Static method in class com.ibm.icu.util.LocaleData
-
Gets the LocaleData object associated with the ULocale specified in locale
- getInstance() - Static method in class com.ibm.icu.util.LocaleData
-
Gets the LocaleData object associated with the default FORMAT
locale
- getInstance(String) - Static method in class com.ibm.icu.util.Region
-
Returns a Region using the given region ID.
- getInstance(int) - Static method in class com.ibm.icu.util.Region
-
Returns a Region using the given numeric code as defined by UNM.49
- getInstance(String) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int, int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstanceByName(String) - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns a numbering system from one of the predefined numbering systems
known to ICU.
- getInstanceForSkeleton(String) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Returns a
DateFormat
object that can be used to format dates and times in
the default locale.
- getInstanceForSkeleton(String, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Returns a
DateFormat
object that can be used to format dates and times in
the given locale.
- getInstanceForSkeleton(String, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Returns a
DateFormat
object that can be used to format dates and times in
the given locale.
- getInstanceForSkeleton(Calendar, String, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Creates a
DateFormat
object that can be used to format dates and
times in the calendar system specified by
cal
.
- getInstanceForSkeleton(Calendar, String, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Creates a
DateFormat
object that can be used to format dates and
times in the calendar system specified by
cal
.
- getInstanceFromCompiledRules(InputStream) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Create a break iterator from a precompiled set of break rules.
- getInstanceFromCompiledRules(ByteBuffer) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
-
- getInstanceNoStdPat(ULocale) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
- getInt() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a signed integer from a resource.
- getInt64IterationContext() - Method in class com.ibm.icu.text.ConstrainedFieldPosition
-
Gets an int64 that FormattedValue implementations may use for storage.
- getIntegerInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getIntegerInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getIntegerInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter
instead of NumberFormat.
- getIntegerValue() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
-
- getInternationalCurrencySymbol() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the international string denoting the local currency.
- getIntervalPattern(String, int) - Method in class com.ibm.icu.text.DateIntervalInfo
-
Get the interval pattern given the largest different calendar field.
- getIntPropertyMap(int) - Static method in class com.ibm.icu.lang.CharacterProperties
-
Returns an immutable CodePointMap for an enumerated/catalog/int-valued property.
- getIntPropertyMaxValue(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the maximum value for an integer/binary Unicode property.
- getIntPropertyMinValue(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the minimum value for an integer/binary Unicode property type.
- getIntPropertyValue(int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the property value for a Unicode property type of a code point.
- getIntVector() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a 32 bit integer array from a resource.
- getInverse() - Method in class com.ibm.icu.text.Transliterator
-
Returns this transliterator's inverse.
- getISO3Country() - Method in class com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's country/region.
- getISO3Country(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a three-letter abbreviation for this locale's country/region.
- getISO3Language() - Method in class com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's language.
- getISO3Language(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a three-letter abbreviation for this locale's language.
- getISOCode() - Method in class com.ibm.icu.util.Currency.CurrencyStringInfo
-
- getISOComment(int) - Static method in class com.ibm.icu.lang.UCharacter
-
- getISOCountries() - Static method in class com.ibm.icu.util.ULocale
-
Returns a list of all 2-letter country codes defined in ISO 3166.
- getISOLanguages() - Static method in class com.ibm.icu.util.ULocale
-
Returns a list of all 2-letter language codes defined in ISO 639.
- getItems() - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
- getIterator() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the iterator which iterates over this
resource bundle
- getJavaCanonicalName(String) - Static method in class com.ibm.icu.charset.CharsetProviderICU
-
- getJDEpochOffset() - Method in class com.ibm.icu.util.CopticCalendar
-
- getJDEpochOffset() - Method in class com.ibm.icu.util.EthiopicCalendar
-
- getKey() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the key associated with a given resource.
- getKeys() - Method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys
-
- getKeys() - Method in class com.ibm.icu.util.UResourceBundle
-
Returns the keys in this bundle as an enumeration
- getKeywords() - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns an array of all possible keywords that are relevant to
collation.
- getKeywords() - Method in class com.ibm.icu.text.PluralRules
-
Returns a set of all rule keywords used in this PluralRules
object.
- getKeywords() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns an iterator over keywords for this locale.
- getKeywords(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns an iterator over keywords for the specified locale.
- getKeywordStatus(String, int, Set<DecimalQuantity>, Output<DecimalQuantity>) - Method in class com.ibm.icu.text.PluralRules
-
Find the status for the keyword, given a certain set of explicit values.
- getKeywordStatus(String, int, Set<DecimalQuantity>, Output<DecimalQuantity>, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
-
- getKeywordValue(String) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the value for a keyword in this locale.
- getKeywordValue(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the value for a keyword in the specified locale.
- getKeywordValues(String) - Static method in class com.ibm.icu.text.Collator
-
[icu] Given a keyword, returns an array of all values for
that keyword that are currently in use.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class com.ibm.icu.text.Collator
-
[icu] Given a key and a locale, returns an array of string values in a preferred
order that would make a difference.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class com.ibm.icu.util.Calendar
-
[icu] Given a key and a locale, returns an array of string values in a preferred
order that would make a difference.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class com.ibm.icu.util.Currency
-
Given a key and a locale, returns an array of values for the key for which data
exists.
- getLabel() - Method in class com.ibm.icu.text.AlphabeticIndex.Bucket
-
Get the label
- getLabelType() - Method in class com.ibm.icu.text.AlphabeticIndex.Bucket
-
Is a normal, underflow, overflow, or inflow bucket
- getLanguage() - Method in class com.ibm.icu.text.CharsetMatch
-
Get the ISO code for the language of the detected charset.
- getLanguage() - Method in class com.ibm.icu.util.ULocale
-
Returns the language code for this locale, which will either be the empty string
or a lowercase ISO 639 code.
- getLanguage(String) - Static method in class com.ibm.icu.util.ULocale
-
Returns the language code for the locale ID,
which will either be the empty string
or a lowercase ISO 639 code.
- getLastModified() - Method in class com.ibm.icu.util.VTimeZone
-
Gets the RFC2445 LAST-MODIFIED property value.
- getLeadSurrogate(int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the lead surrogate.
- getLeapMonth(int) - Method in class com.ibm.icu.text.ChineseDateFormatSymbols
-
- getLeapMonthPattern(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
-
- getLeastMaximum(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the lowest maximum value for the given field if varies.
- getLength() - Method in class com.ibm.icu.text.Bidi
-
Get the length of the text.
- getLength() - Method in class com.ibm.icu.text.BidiRun
-
Get length of run
- getLength() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the length of the pattern substring associated with this Part.
- getLength() - Method in class com.ibm.icu.text.Normalizer
-
- getLength() - Method in class com.ibm.icu.text.UCharacterIterator
-
Returns the length of the text
- getLenientScannerProvider() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Returns the lenient scanner provider.
- getLevelAt(int) - Method in class com.ibm.icu.text.Bidi
-
Get the level for one character.
- getLevels() - Method in class com.ibm.icu.text.Bidi
-
Get an array of levels for each character.
- getLimit() - Method in class com.ibm.icu.text.BidiRun
-
Get position of one character after the end of the run in the source text
- getLimit() - Method in class com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the EXCLUSIVE end index stored for the current position.
- getLimit() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the pattern string limit (exclusive-end) index associated with this Part.
- getLimit(int, int) - Method in class com.ibm.icu.util.Calendar
-
Returns a limit for a field.
- getLimitPartIndex(int) - Method in class com.ibm.icu.text.MessagePattern
-
Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
- getLineInstance() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineOrientation() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's layout orientation for lines.
- getListGender(GenderInfo.Gender...) - Method in class com.ibm.icu.util.GenderInfo
-
- getListGender(List<GenderInfo.Gender>) - Method in class com.ibm.icu.util.GenderInfo
-
- getLiteral() - Method in class com.ibm.icu.message2.Mf2DataModel.Value
-
- getLocale() - Method in class com.ibm.icu.message2.MessageFormatter
-
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.Collator
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.text.CurrencyPluralInfo
-
Get locale
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.text.ListFormatter
-
- getLocale() - Method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns the locale used to determine the display names.
- getLocale() - Method in class com.ibm.icu.text.MeasureFormat
-
Get the locale of this instance.
- getLocale() - Method in class com.ibm.icu.text.MessageFormat
-
Returns the locale that's used when creating or comparing subformats.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.RuleBasedCollator
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.UFormat
-
Return the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
- getLocale(ULocale.Type) - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Convenience function for getting the locales in priority order
- getLocale() - Method in class com.ibm.icu.util.UResourceBundle
-
Returns the locale of this bundle
- getLocaleDisplayPattern() - Method in class com.ibm.icu.util.LocaleData
-
Returns LocaleDisplayPattern for this locale, e.g., {0}({1})
- getLocaleID() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the localeID
- getLocales() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the language/locale priority list
- getLocaleSeparator() - Method in class com.ibm.icu.util.LocaleData
-
Returns LocaleDisplaySeparator for this locale.
- getLocalOptionValue(BasicTimeZone.LocalOption) - Static method in class com.ibm.icu.util.BasicTimeZone
-
- getLocalPatternChars() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns localized date-time pattern characters.
- getLocalVariables() - Method in class com.ibm.icu.message2.Mf2DataModel
-
- getLogicalIndex(int) - Method in class com.ibm.icu.text.Bidi
-
Get the logical text position from a visual position.
- getLogicalMap() - Method in class com.ibm.icu.text.Bidi
-
Get a logical-to-visual index map (array) for the characters in the
Bidi
(paragraph or line) object.
- getLogicalRun(int) - Method in class com.ibm.icu.text.Bidi
-
Get a logical run.
- getLostDigits() - Method in class com.ibm.icu.math.MathContext
-
Returns the lostDigits setting.
- getMajor() - Method in class com.ibm.icu.util.VersionInfo
-
Returns the major version number
- getMarkupInstance(ULocale, String, String) - Static method in class com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
markup for exponents for this locale.
- getMarkupInstance(DecimalFormat, String, String) - Static method in class com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
markup for exponents.
- getMatchedText() - Method in class com.ibm.icu.text.SearchIterator
-
- getMatchLength() - Method in class com.ibm.icu.text.SearchIterator
-
Returns the length of text in the string which matches the search
pattern.
- getMatchStart() - Method in class com.ibm.icu.text.SearchIterator
-