Skip navigation links
ICU4J 74
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

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
Deprecated.
ICU 50 Use DateFormat.ABBR_MONTH instead.
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
Deprecated.
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
Deprecated.
This API is for technology preview only.
add(String) - Method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys.Builder
Deprecated.
This API is for technology preview only.
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
Adds all case mappings for each element in the set.
addAll(Collection<Mf2DataModel.Part>) - Method in class com.ibm.icu.message2.Mf2DataModel.Pattern.Builder
Deprecated.
This API is for technology preview only.
addAll(Collection<String>) - Method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys.Builder
Deprecated.
This API is for technology preview only.
addAll(Mf2FunctionRegistry) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is ICU internal only.
addDecimalQuantitySamples(Collection<DecimalQuantity>) - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
addError(IDNA.Info, IDNA.Error) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
addField(PersonName.NameField, Collection<PersonName.FieldModifier>, String) - Method in class com.ibm.icu.text.SimplePersonName.Builder
Sets the value for one field (with optional modifiers) in the new name object.
addImpl(CharSequence, int) - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
addLabelError(IDNA.Info, IDNA.Error) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
addLocalVariables(Mf2DataModel.OrderedMap<String, Mf2DataModel.Expression>) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is for technology preview only.
addOptions(Map<String, Mf2DataModel.Value>) - Method in class com.ibm.icu.message2.Mf2DataModel.Expression.Builder
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
addSamples(Collection<Double>, Collection<DecimalQuantity>) - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
addSelector(Mf2DataModel.Expression) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
addSelectors(List<Mf2DataModel.Expression>) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
addSourceTargetSet(UnicodeSet, UnicodeSet, UnicodeSet) - Method in class com.ibm.icu.text.RuleBasedTransliterator
Deprecated.
This API is ICU internal only.
addSourceTargetSet(UnicodeSet, UnicodeSet, UnicodeSet) - Method in class com.ibm.icu.text.Transliterator
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
addVariant(Mf2DataModel.SelectorKeys, Mf2DataModel.Pattern) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
addVariants(Mf2DataModel.OrderedMap<Mf2DataModel.SelectorKeys, Mf2DataModel.Pattern>) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
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
 
AKSARA - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
AKSARA_PREBASE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
AKSARA_START - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
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
Deprecated.
ICU 54
ALLOW_UNASSIGNED - Static variable in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
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
Immutable, thread-safe version of AlphabeticIndex.
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
Delimiter type for LocaleData.getDelimiter(int).
ALT_QUOTATION_START - Static variable in class com.ibm.icu.util.LocaleData
Delimiter type for LocaleData.getDelimiter(int).
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
Deprecated.
ICU 58 Any case confusable mappings were removed from UTS 39; the corresponding ICU API was deprecated.
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
Deprecated.
This API is for ICU internal use only.
appendTo(A) - Method in class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
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
Deprecated.
ICU 60 This API is ICU internal only.
apply(DecimalQuantity) - Method in class com.ibm.icu.number.Precision.BogusRounder
Deprecated.
This API is ICU internal only.
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
Case-folds a string and optionally records edits (see CaseMap.Fold.omitUnchangedText()).
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
Lowercases a string and optionally records edits (see CaseMap.Lower.omitUnchangedText()).
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
Titlecases a string and optionally records edits (see CaseMap.Title.omitUnchangedText()).
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
Uppercases a string and optionally records edits (see CaseMap.Upper.omitUnchangedText()).
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
Converts the given string to standard notation and then parses it using DecimalFormat.applyPattern(java.lang.String).
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 62 This API is ICU internal only.
applyTo(DecimalQuantity) - Method in class com.ibm.icu.number.Scale
Deprecated.
ICU 62 This API is ICU internal only.
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 whether two specified strings are visually confusable.
areConfusable(int, CharSequence, CharSequence) - Method in class com.ibm.icu.text.SpoofChecker
Check whether two specified strings are visually when displayed in a paragraph with the given direction.
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
Return value from MessagePattern.validateArgumentName(String) for when the string is a valid "pattern identifier" but not a number.
ARG_NAME_NOT_VALID - Static variable in class com.ibm.icu.text.MessagePattern
Return value from MessagePattern.validateArgumentName(String) for when the string is invalid.
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
 

B

BABA - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Παοπι / ﻪﺑﺎﺑ, the 2nd month of the Coptic year.
BALINESE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BALINESE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BALINESE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BAMUM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BAMUM - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BAMUM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BAMUM_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BAMUM_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BAR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: bar
BARAMHAT - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Παρεμϩατ / تﺎﻬﻣﺮﺑ, the 7th month of the Coptic year.
BARAMOUDA - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Φαρμοθι / هدﻮﻣﺮﺑ, the 8th month of the Coptic year.
BARREL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: barrel
BASE - Static variable in class com.ibm.icu.util.NoUnit
Constant for the base unit (dimensionless and no scaling).
BASE_CONFLICT - Static variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
 
BASE_FIELD_COUNT - Static variable in class com.ibm.icu.util.Calendar
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
baseIsLeftToRight() - Method in class com.ibm.icu.text.Bidi
Return true if the base direction is left-to-right
baseToRules(boolean) - Method in class com.ibm.icu.text.Transliterator
Returns a rule string for this transliterator.
BASHANS - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Παϣαν / ﺲﻨﺸﺑ;, the 9th month of the Coptic year.
BASIC_EMOJI - Static variable in interface com.ibm.icu.lang.UProperty
Binary property of strings Basic_Emoji.
BASIC_LATIN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BASIC_LATIN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BasicTimeZone - Class in com.ibm.icu.util
[icu] BasicTimeZone extends TimeZone with additional methods to access time zone transitions and rules.
BasicTimeZone() - Constructor for class com.ibm.icu.util.BasicTimeZone
Protected no arg constructor.
BasicTimeZone(String) - Constructor for class com.ibm.icu.util.BasicTimeZone
Deprecated.
This API is ICU internal only.
BasicTimeZone.LocalOption - Enum in com.ibm.icu.util
[icu] Options used by BasicTimeZone.getOffsetFromLocal(long, LocalOption, LocalOption, int[]) to specify how to interpret an input time when it does not exist, or when it is ambiguous, around a time zone transition.
BASSA_VAH - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BASSA_VAH - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BASSA_VAH_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BATAK - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BATAK - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BATAK_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BC - Static variable in class com.ibm.icu.util.GregorianCalendar
Value of the ERA field indicating the period before the common era (before Christ), also known as BCE.
BE - Static variable in class com.ibm.icu.util.BuddhistCalendar
Constant for the Buddhist Era.
BEAUFORT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of speed: beaufort
before(Object) - Method in class com.ibm.icu.util.Calendar
Compares the time field records.
BEFORE_MINGUO - Static variable in class com.ibm.icu.util.TaiwanCalendar
Constant for the Taiwan Era for years before Minguo 1.
BEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
BENGALI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BENGALI - Static variable in class com.ibm.icu.lang.UScript
Bengali
BENGALI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BETH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
BHADRA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Bhadra, the 6th month of the Indian year.
BHAIKSUKI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BHAIKSUKI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BHAIKSUKI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BI_CHARACTER - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Break iterator type
BI_LINE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Break iterator type
BI_SENTENCE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Break iterator type
BI_TITLE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Break iterator type
BI_WORD - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Break iterator type
Bidi - Class in com.ibm.icu.text
Bidi algorithm for ICU This is an implementation of the Unicode Bidirectional Algorithm.
Bidi() - Constructor for class com.ibm.icu.text.Bidi
Allocate a Bidi object.
Bidi(int, int) - Constructor for class com.ibm.icu.text.Bidi
Allocate a Bidi object with preallocated memory for internal structures.
Bidi(String, int) - Constructor for class com.ibm.icu.text.Bidi
Create Bidi from the given paragraph of text and base direction.
Bidi(AttributedCharacterIterator) - Constructor for class com.ibm.icu.text.Bidi
Create Bidi from the given paragraph of text.
Bidi(char[], int, byte[], int, int, int) - Constructor for class com.ibm.icu.text.Bidi
Create Bidi from the given text, embedding, and direction information.
BIDI_CLASS - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Bidi_Class.
BIDI_CONTROL - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Bidi_Control.
BIDI_MIRRORED - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Bidi_Mirrored.
BIDI_MIRRORING_GLYPH - Static variable in interface com.ibm.icu.lang.UProperty
String property Bidi_Mirroring_Glyph.
BIDI_PAIRED_BRACKET - Static variable in interface com.ibm.icu.lang.UProperty
String property Bidi_Paired_Bracket (new in Unicode 6.3).
BIDI_PAIRED_BRACKET_TYPE - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Bidi_Paired_Bracket_Type (new in Unicode 6.3).
BidiClassifier - Class in com.ibm.icu.text
Overrides default Bidi class values with custom ones.
BidiClassifier(Object) - Constructor for class com.ibm.icu.text.BidiClassifier
 
BidiRun - Class in com.ibm.icu.text
A BidiRun represents a sequence of characters at the same embedding level.
BidiTransform - Class in com.ibm.icu.text
Bidi Layout Transformation Engine.
BidiTransform() - Constructor for class com.ibm.icu.text.BidiTransform
BidiTransform default constructor.
BidiTransform.Mirroring - Enum in com.ibm.icu.text
BidiTransform.Mirroring indicates whether or not characters with the "mirrored" property in RTL runs should be replaced with their mirror-image counterparts.
BidiTransform.Order - Enum in com.ibm.icu.text
BidiTransform.Order indicates the order of text.
BigDecimal - Class in com.ibm.icu.math
The BigDecimal class implements immutable arbitrary-precision decimal numbers.
BigDecimal(BigDecimal) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object from a java.math.BigDecimal.
BigDecimal(BigInteger) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object from a BigInteger, with scale 0.
BigDecimal(BigInteger, int) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object from a BigInteger and a scale.
BigDecimal(char[]) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object from an array of characters.
BigDecimal(char[], int, int) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object from an array of characters.
BigDecimal(double) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object directly from a double.
BigDecimal(int) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object directly from a int.
BigDecimal(long) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object directly from a long.
BigDecimal(String) - Constructor for class com.ibm.icu.math.BigDecimal
Constructs a BigDecimal object from a String.
bigDecimalFrom(double, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
Convert a double datetime from the given time scale to the universal time scale.
bigDecimalFrom(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.
bigDecimalFrom(BigDecimal, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
Convert a BigDecimal datetime from the given time scale to the universal time scale.
BINARY - Static variable in class com.ibm.icu.util.UResourceBundle
[icu] Resource type constant for binary data.
BINARY_LIMIT - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
BINARY_START - Static variable in interface com.ibm.icu.lang.UProperty
First constant for binary Unicode properties.
BINDU - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
BIT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: bit
BLISSYMBOLS - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BLOCK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Block.
BLOCK_ELEMENTS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BLOCK_ELEMENTS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BLOCK_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type B
BLOCKSHIFT - Static variable in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
bmpGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
bmpGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast16
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
bmpGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast32
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
bmpGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast8
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
BOGUS_PRECISION - Static variable in class com.ibm.icu.number.Precision
Deprecated.
ICU internal only.
BogusRounder() - Constructor for class com.ibm.icu.number.Precision.BogusRounder
Deprecated.
This API is ICU internal only.
BOOK_PAHLAVI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BOPOMOFO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BOPOMOFO - Static variable in class com.ibm.icu.lang.UScript
Bopomofo
BOPOMOFO_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BOPOMOFO_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BOPOMOFO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BOTTOM - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
BOTTOM_AND_LEFT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
BOTTOM_AND_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
BOUNDARY_NEUTRAL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type BN
bounded - Variable in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
bounds(String, int) - Static method in class com.ibm.icu.text.UTF16
Returns the type of the boundaries around the char at offset16.
bounds(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
Returns the type of the boundaries around the char at offset16.
bounds(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
Returns the type of the boundaries around the char at offset16.
BOX_DRAWING - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BOX_DRAWING_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BOXING_DAY - Static variable in class com.ibm.icu.util.SimpleHoliday
Boxing Day, December 26th
BRAHMI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BRAHMI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
BRAHMI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BRAHMI_JOINING_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
BRAILLE - Static variable in class com.ibm.icu.lang.UScript
Braille Script in Unicode 4
BRAILLE_PATTERNS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BRAILLE_PATTERNS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BREAK_AFTER - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
BREAK_BEFORE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
BREAK_BOTH - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
BREAK_SYMBOLS - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
BreakIterator - Class in com.ibm.icu.text
[icu enhancement] ICU's replacement for java.text.BreakIterator.
BreakIterator() - Constructor for class com.ibm.icu.text.BreakIterator
Default constructor.
breakIterator - Variable in class com.ibm.icu.text.SearchIterator
The BreakIterator to define the boundaries of a logical match.
breaksBetweenLetters(int) - Static method in class com.ibm.icu.lang.UScript
Returns true if the script allows line breaks between letters (excluding hyphenation).
BRITISH_THERMAL_UNIT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of energy: british-thermal-unit
BuddhistCalendar - Class in com.ibm.icu.util
BuddhistCalendar is a subclass of GregorianCalendar that numbers years since the birth of the Buddha.
BuddhistCalendar() - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar using the current time in the default time zone with the default locale.
BuddhistCalendar(TimeZone) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the given time zone with the default locale.
BuddhistCalendar(Locale) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the default time zone with the given locale.
BuddhistCalendar(ULocale) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the default time zone with the given locale.
BuddhistCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the given time zone with the given locale.
BuddhistCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the given time zone with the given locale.
BuddhistCalendar(Date) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar with the given date set in the default time zone with the default locale.
BuddhistCalendar(int, int, int) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar with the given date set in the default time zone with the default locale.
BuddhistCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.BuddhistCalendar
Constructs a BuddhistCalendar with the given date and time set for the default time zone with the default locale.
BUFFER_OVERFLOW_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
BUGINESE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BUGINESE - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.1
BUGINESE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BUHID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BUHID - Static variable in class com.ibm.icu.lang.UScript
Buhid
BUHID_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
build() - Method in class com.ibm.icu.message2.MessageFormatter.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2DataModel.Expression.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2DataModel.Pattern.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2DataModel.Text.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2DataModel.Value.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2DataModel.Variable.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
build() - Method in class com.ibm.icu.text.DisplayOptions.Builder
Builds the display options.
build() - Method in class com.ibm.icu.text.PersonNameFormatter.Builder
Returns a new PersonNameFormatter with the values that were passed to this builder.
build() - Method in class com.ibm.icu.text.SimplePersonName.Builder
Returns a SimplePersonName with the field values and name locale that were passed to this builder.
build() - Method in class com.ibm.icu.text.SpoofChecker.Builder
Create a SpoofChecker with current configuration.
build(StringTrieBuilder.Option) - Method in class com.ibm.icu.util.BytesTrieBuilder
Builds a BytesTrie for the add()ed data.
build(StringTrieBuilder.Option) - Method in class com.ibm.icu.util.CharsTrieBuilder
Builds a CharsTrie for the add()ed data.
build() - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Builds and returns a new locale matcher.
build() - Method in class com.ibm.icu.util.LocalePriorityList.Builder
Creates a LocalePriorityList.
build(boolean) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
Creates a LocalePriorityList.
build() - Method in class com.ibm.icu.util.ULocale.Builder
Returns an instance of ULocale created from the fields set on this builder.
buildByteBuffer(StringTrieBuilder.Option) - Method in class com.ibm.icu.util.BytesTrieBuilder
Builds a BytesTrie for the add()ed data and byte-serializes it.
buildCharSequence(StringTrieBuilder.Option) - Method in class com.ibm.icu.util.CharsTrieBuilder
Builds a CharsTrie for the add()ed data and char-serializes it.
builder() - Static method in class com.ibm.icu.message2.MessageFormatter
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2DataModel
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2DataModel.Expression
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2DataModel.Pattern
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2DataModel.Text
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2DataModel.Value
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2DataModel.Variable
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.message2.Mf2FunctionRegistry
Deprecated.
This API is for technology preview only.
builder() - Static method in class com.ibm.icu.text.DisplayOptions
Creates a builder with the UNDEFINED value for all the parameters.
builder() - Static method in class com.ibm.icu.text.PersonNameFormatter
Returns a Builder object that can be used to construct a new PersonNameFormatter.
builder() - Static method in class com.ibm.icu.text.SimplePersonName
Returns a Builder object that can be used to construct a new SimplePersonName object.
Builder() - Constructor for class com.ibm.icu.text.SpoofChecker.Builder
Constructor: Create a default Unicode Spoof Checker Builder, configured to perform all checks except for LOCALE_LIMIT and CHAR_LIMIT.
Builder(SpoofChecker) - Constructor for class com.ibm.icu.text.SpoofChecker.Builder
Constructor: Create a Spoof Checker Builder, and set the configuration from an existing SpoofChecker.
builder() - Static method in class com.ibm.icu.util.LocaleMatcher
Returns a builder used in chaining parameters for building a LocaleMatcher.
Builder() - Constructor for class com.ibm.icu.util.ULocale.Builder
Constructs an empty Builder.
buildImmutable(CodePointTrie.Type, CodePointTrie.ValueWidth) - Method in class com.ibm.icu.util.MutableCodePointTrie
Compacts the data and builds an immutable CodePointTrie according to the parameters.
buildImmutableIndex() - Method in class com.ibm.icu.text.AlphabeticIndex
Builds an immutable, thread-safe version of this instance, without data records.
buildImpl(StringTrieBuilder.Option) - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
buildMessageNode(String) - Static method in class com.ibm.icu.text.MessagePatternUtil
Factory method, builds and returns a MessageNode from a MessageFormat pattern string.
buildMessageNode(MessagePattern) - Static method in class com.ibm.icu.text.MessagePatternUtil
Factory method, builds and returns a MessageNode from a MessagePattern.
BURUSHASKI_YEH_BARREE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
BUSHEL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: bushel
byBigDecimal(BigDecimal) - Static method in class com.ibm.icu.number.Scale
Multiply numbers by an arbitrary value before formatting.
byDouble(double) - Static method in class com.ibm.icu.number.Scale
Multiply numbers by an arbitrary value before formatting.
byDoubleAndPowerOfTen(double, int) - Static method in class com.ibm.icu.number.Scale
Multiply a number by both a power of ten and by an arbitrary double value before formatting.
BYTE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: byte
ByteArrayWrapper - Class in com.ibm.icu.util
A simple utility class to wrap a byte array.
ByteArrayWrapper() - Constructor for class com.ibm.icu.util.ByteArrayWrapper
Construct a new ByteArrayWrapper with no data.
ByteArrayWrapper(byte[], int) - Constructor for class com.ibm.icu.util.ByteArrayWrapper
Construct a new ByteArrayWrapper from a byte array and size
ByteArrayWrapper(ByteBuffer) - Constructor for class com.ibm.icu.util.ByteArrayWrapper
Construct a new ByteArrayWrapper from the contents of a ByteBuffer.
byteAt(int) - Method in class com.ibm.icu.util.BytesTrie.Entry
Returns a byte of the byte sequence.
bytes - Variable in class com.ibm.icu.util.ByteArrayWrapper
Internal byte array.
bytesAsByteBuffer() - Method in class com.ibm.icu.util.BytesTrie.Entry
 
bytesLength() - Method in class com.ibm.icu.util.BytesTrie.Entry
 
BytesTrie - Class in com.ibm.icu.util
Light-weight, non-const reader class for a BytesTrie.
BytesTrie(byte[], int) - Constructor for class com.ibm.icu.util.BytesTrie
Constructs a BytesTrie reader instance.
BytesTrie(BytesTrie) - Constructor for class com.ibm.icu.util.BytesTrie
Copy constructor.
BytesTrie.Entry - Class in com.ibm.icu.util
Return value type for the Iterator.
BytesTrie.Iterator - Class in com.ibm.icu.util
Iterator for all of the (byte sequence, value) pairs in a BytesTrie.
BytesTrie.Result - Enum in com.ibm.icu.util
Return values for BytesTrie.next(), CharsTrie.next() and similar methods.
BytesTrie.State - Class in com.ibm.icu.util
BytesTrie state object, for saving a trie's current state and resetting the trie back to this state later.
BytesTrieBuilder - Class in com.ibm.icu.util
Builder class for BytesTrie.
BytesTrieBuilder() - Constructor for class com.ibm.icu.util.BytesTrieBuilder
Constructs an empty builder.
byteValueExact() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a byte.
BYZANTINE_MUSICAL_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
BYZANTINE_MUSICAL_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 

C

c - Variable in class com.ibm.icu.util.CodePointMap.StringIterator
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 73 Use UnicodeSet.CASE_INSENSITIVE instead.
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
Enable case insensitive matching.
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
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
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
Deprecated.
This API is for ICU internal use only.
charAt(int) - Method in class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
ChineseDateFormat - Class in com.ibm.icu.text
Deprecated.
ICU 50 Use SimpleDateFormat instead.
ChineseDateFormat(String, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
Deprecated.
ICU 50
ChineseDateFormat(String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
Deprecated.
ICU 50
ChineseDateFormat(String, String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
Deprecated.
ICU 50
ChineseDateFormat.Field - Class in com.ibm.icu.text
Deprecated.
ICU 50
ChineseDateFormatSymbols - Class in com.ibm.icu.text
Deprecated.
ICU 50
ChineseDateFormatSymbols() - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Deprecated.
ICU 50
ChineseDateFormatSymbols(Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Deprecated.
ICU 50
ChineseDateFormatSymbols(ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Deprecated.
ICU 50
ChineseDateFormatSymbols(Calendar, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Deprecated.
ICU 50
ChineseDateFormatSymbols(Calendar, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Deprecated.
ICU 50
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_EXTENSION_I - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_I_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
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
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
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is for technology preview only.
clearImpl() - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
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
Deprecated.
ICU 56 Use Normalizer2 instead.
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
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
clone() - Method in class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 see MeasureFormat
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
Deprecated.
This API is ICU internal only.
clone() - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
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
Equivalent to the Character.codePointCount(CharSequence, int, int) method, for convenience.
codePointCount(char[], int, int) - Static method in class com.ibm.icu.lang.UCharacter
Equivalent to the Character.codePointCount(char[], int, int) method, for convenience.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
CodePointTrie - Class in com.ibm.icu.util
Immutable Unicode code point trie.
CodePointTrie.Fast - Class in com.ibm.icu.util
A CodePointTrie with CodePointTrie.Type.FAST.
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
A CodePointTrie with CodePointTrie.Type.SMALL.
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
Tech Preview implementation of the MessageFormat v2 specification.
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
Deprecated.
This API is ICU internal only.
compact(boolean) - Method in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
compact() - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
compact(boolean) - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
CompactByteArray - Class in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
CompactByteArray() - Constructor for class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
CompactByteArray(byte) - Constructor for class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
CompactByteArray(char[], byte[]) - Constructor for class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
CompactByteArray(String, String) - Constructor for class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
CompactCharArray - Class in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
CompactCharArray() - Constructor for class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
CompactCharArray(char) - Constructor for class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
CompactCharArray(char[], char[]) - Constructor for class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
CompactCharArray(String, String) - Constructor for class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
compare(int, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
compare(CharSequence, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
compare(String, String, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
compare(UCharacterIterator, UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 56 Use Normalizer2 instead.
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
Deprecated.
internal
compareTo(PluralRules.FixedDecimal) - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 2.8. Use Normalier.NFC
compose(String, boolean) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
compose(String, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
compose(char[], char[], boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
compose(char[], int, int, char[], int, int, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
COMPOSE_COMPAT - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 2.8. Use Normalizer.NFKC
ComposedCharIter - Class in com.ibm.icu.text
Deprecated.
ICU 2.2
ComposedCharIter() - Constructor for class com.ibm.icu.text.ComposedCharIter
Deprecated.
ICU 2.2
ComposedCharIter(boolean, int) - Constructor for class com.ibm.icu.text.ComposedCharIter
Deprecated.
ICU 2.2
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
Deprecated.
internal
computeMillisInDay() - Method in class com.ibm.icu.util.Calendar
Deprecated.
ICU 60
computeMillisInDayLong() - Method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 60
computeZoneOffset(long, long) - Method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
concatenate(char[], int, int, char[], int, int, char[], int, int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
concatenate(char[], char[], Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
concatenate(String, String, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
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
Enable this flag in SpoofChecker.Builder.setChecks(int) to turn on all types of confusables.
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
Deprecated.
This API is for technology preview and might be changed or removed in a future release.
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
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertIDNToASCII(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertIDNToASCII(String, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertIDNToUnicode(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertIDNToUnicode(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertIDNToUnicode(String, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertToASCII(String, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertToASCII(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertToASCII(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertToUnicode(String, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertToUnicode(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
convertToUnicode(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
ICU 55 Use UTS 46 instead via IDNA.getUTS46Instance(int).
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
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in interface com.ibm.icu.lang.UProperty.NameChoice
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
COUNT - Static variable in class com.ibm.icu.text.CollationKey.BoundMode
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
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
Deprecated.
This API is ICU internal only.
cpIndex(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast
Deprecated.
This API is ICU internal only.
cpIndex(int) - Method in class com.ibm.icu.util.CodePointTrie.Small
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is for technology preview only.
createWithExponent(double, int, int) - Static method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
[icu] Indicates the currency match pattern used in DecimalFormatSymbols.getPatternForCurrencySpacing(int, boolean).
CURRENCY_SPC_INSERT - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Indicates the insertion value used in DecimalFormatSymbols.getPatternForCurrencySpacing(int, boolean).
CURRENCY_SPC_SURROUNDING_MATCH - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Indicates the surrounding match pattern used in DecimalFormatSymbols.getPatternForCurrencySpacing(int, boolean).
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
CurrencyInfo(String, String, long, long, int, boolean) - Constructor for class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 56
current() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Returns the current iteration position.
current() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
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".

D

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
Deprecated.
This API is ICU internal only.
DangiCalendar() - Constructor for class com.ibm.icu.util.DangiCalendar
Deprecated.
This API is ICU internal only.
DangiCalendar(Date) - Constructor for class com.ibm.icu.util.DangiCalendar
Deprecated.
This API is ICU internal only.
DangiCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.DangiCalendar
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
dataLength - Variable in class com.ibm.icu.util.CodePointTrie
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
DateTimePatternGenerator.PatternInfo - Class in com.ibm.icu.text
PatternInfo supplies output parameters for addPattern(...).
DateTimePatternGenerator.VariableField - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
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
FieldPosition selector for 'E' field alignment, corresponding to the Calendar.DAY_OF_WEEK field.
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
FieldPosition selector for 'F' field alignment, corresponding to the Calendar.DAY_OF_WEEK_IN_MONTH field.
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
FieldPosition selector for 'D' field alignment, corresponding to the Calendar.DAY_OF_YEAR field.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
decimals(double) - Static method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 2.8. Use Normalizer.NFD
DECOMP_COMPAT - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 2.8. Use Normalizer.NFKD
decompose(String, boolean) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
decompose(String, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
decompose(char[], char[], boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
decompose(char[], int, int, char[], int, int, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
decomposition() - Method in class com.ibm.icu.text.ComposedCharIter
Deprecated.
ICU 2.2
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
Deprecated.
ICU 56 Use Normalizer2 instead.
DEFAULT - Static variable in class com.ibm.icu.text.PluralRules
The default rules that accept any number and return PluralRules.KEYWORD_OTHER.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
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
The start index of the current span in the destination string; the span has length Edits.Iterator.newLength().
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
Deprecated.
This API is ICU internal only.
doCompare(CharSequence, CharSequence) - Method in class com.ibm.icu.text.RuleBasedCollator
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 2.2
DONE - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
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
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
DT_WIDTH_COUNT - Static variable in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
This API is ICU internal only.
DUAL_JOINING - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
 
dump(PrintStream) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 54
DURATION - Static variable in class com.ibm.icu.text.RuleBasedNumberFormat
Deprecated.
ICU 74 Use MeasureFormat instead.
DurationFormat - Class in com.ibm.icu.text
Deprecated.
ICU 56 Use MeasureFormat or RelativeDateTimeFormatter instead.
DurationFormat() - Constructor for class com.ibm.icu.text.DurationFormat
Deprecated.
This API is ICU internal only.
DurationFormat(ULocale) - Constructor for class com.ibm.icu.text.DurationFormat
Deprecated.
This API is ICU internal only.

E

E - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
E_BASE - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
E_BASE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
E_BASE - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
E_BASE_GAZ - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
E_BASE_GAZ - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
E_MODIFIER - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
E_MODIFIER - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
E_MODIFIER - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
EARLY_DYNASTIC_CUNEIFORM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EARLY_DYNASTIC_CUNEIFORM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EARTH_MASS - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: earth-mass
EARTH_RADIUS - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: earth-radius
EAST_ASIAN_WIDTH - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property East_Asian_Width.
EASTER_MONDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Easter Monday, 1 day after Easter
EASTER_SUNDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Easter Sunday
EasterHoliday - Class in com.ibm.icu.util
Note: The Holiday framework is a technology preview.
EasterHoliday(String) - Constructor for class com.ibm.icu.util.EasterHoliday
Construct a holiday that falls on Easter Sunday every year
EasterHoliday(int, String) - Constructor for class com.ibm.icu.util.EasterHoliday
Construct a holiday that falls a specified number of days before or after Easter Sunday each year.
EasterHoliday(int, boolean, String) - Constructor for class com.ibm.icu.util.EasterHoliday
Construct a holiday that falls a specified number of days before or after Easter Sunday each year, using either the Western or Orthodox calendar.
EASTERN_SYRIAC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
Edits - Class in com.ibm.icu.text
Records lengths of string edits but not replacement text.
Edits() - Constructor for class com.ibm.icu.text.Edits
Constructs an empty object.
Edits.Iterator - Class in com.ibm.icu.text
Access to the list of edits.
EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EGYPTIAN_HIEROGLYPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EGYPTIAN_HIEROGLYPHS - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
EGYPTIAN_HIEROGLYPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ELBASAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ELBASAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
ELBASAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ELECTRONVOLT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of energy: electronvolt
ELEMENT - Static variable in class com.ibm.icu.text.ListFormatter.Field
The element text in the result which came from the input strings.
Element() - Constructor for class com.ibm.icu.util.RangeValueIterator.Element
Empty default constructor to make javadoc happy
Element() - Constructor for class com.ibm.icu.util.ValueIterator.Element
Empty default constructor to make javadoc happy
elementAt(char) - Method in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
elementAt(char) - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
ELUL - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Elul, the 13th month of the Hebrew year.
ELYMAIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ELYMAIC - Static variable in class com.ibm.icu.lang.UScript
 
ELYMAIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EM - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of graphics: em
EMOJI - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Emoji.
EMOJI_COMPONENT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Emoji_Component.
EMOJI_KEYCAP_SEQUENCE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property of strings Emoji_Keycap_Sequence.
EMOJI_MODIFIER - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Emoji_Modifier.
EMOJI_MODIFIER_BASE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Emoji_Modifier_Base.
EMOJI_PRESENTATION - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Emoji_Presentation.
EMOTICONS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EMOTICONS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EMPTY - Static variable in class com.ibm.icu.text.UnicodeSet
Constant for the empty set.
enableInputFilter(boolean) - Method in class com.ibm.icu.text.CharsetDetector
Enable filtering of input text.
enableTentativeEra() - Static method in class com.ibm.icu.util.JapaneseCalendar
Deprecated.
This API is ICU internal only.
ENCLOSED_ALPHANUMERIC_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSED_ALPHANUMERIC_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSED_ALPHANUMERICS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSED_ALPHANUMERICS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSED_CJK_LETTERS_AND_MONTHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSED_IDEOGRAPHIC_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSED_IDEOGRAPHIC_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ENCLOSING_MARK - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Me
encodeLoop(CharBuffer, ByteBuffer) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Encodes one or more chars.
end - Variable in class com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
Deprecated.
This API is ICU internal only.
END_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Pe
endIndex() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
ENGINEERING - Static variable in class com.ibm.icu.math.MathContext
Standard floating point notation (with engineering exponential format, where the power of ten is a multiple of 3).
engineering() - Static method in class com.ibm.icu.number.Notation
Print the number using engineering notation, a variant of scientific notation in which the exponent must be divisible by 3.
ENGLISH - Static variable in class com.ibm.icu.util.ULocale
Useful constant for language.
ensureCapacity(int) - Method in class com.ibm.icu.util.ByteArrayWrapper
Ensure that the internal byte array is at least of length capacity.
EPEP - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Επηπ / ﺐﻴﺑأ, the 11th month of the Coptic year.
EPIPHANY - Static variable in class com.ibm.icu.util.SimpleHoliday
Epiphany, January 6th
EPOCH_JULIAN_DAY - Static variable in class com.ibm.icu.util.Calendar
The Julian day of the epoch, that is, January 1, 1970 on the Gregorian calendar.
EPOCH_OFFSET_MINUS_1_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
Deprecated.
This API is ICU internal only.
EPOCH_OFFSET_PLUS_1_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
The constant used to select the epoch plus one value for a time scale.
EPOCH_OFFSET_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
The constant used to select the epoch offset value for a time scale.
equals(int, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
equals(CharSequence, int) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
equals(T, T) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
equals(Object) - Method in class com.ibm.icu.math.BigDecimal
Compares this BigDecimal with rhs for equality.
equals(Object) - Method in class com.ibm.icu.number.FormattedNumberRange
equals(Object) - Method in class com.ibm.icu.number.NumberFormatterSettings
equals(Object) - Method in class com.ibm.icu.number.NumberRangeFormatterSettings
equals(Object) - Method in class com.ibm.icu.text.ArabicShaping
 
equals(Object) - Method in class com.ibm.icu.text.CollationElementIterator
Tests that argument object is equals to this CollationElementIterator.
equals(Object) - Method in class com.ibm.icu.text.CollationKey
Compare this CollationKey and the specified Object for equality.
equals(CollationKey) - Method in class com.ibm.icu.text.CollationKey
Compare this CollationKey and the argument target CollationKey for equality.
equals(Object) - Method in class com.ibm.icu.text.Collator
Compares the equality of two Collator objects.
equals(String, String) - Method in class com.ibm.icu.text.Collator
Compares the equality of two text Strings using this Collator's rules, strength and decomposition mode.
equals(Object) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
equals(CurrencyMetaInfo.CurrencyFilter) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
equals(Object) - Method in class com.ibm.icu.text.CurrencyPluralInfo
Override equals
equals(Object) - Method in class com.ibm.icu.text.DateFormat
Overrides equals.
equals(Object) - Method in class com.ibm.icu.text.DateFormatSymbols
Overrides equals.
equals(Object) - Method in class com.ibm.icu.text.DateIntervalInfo
Override equals
equals(Object) - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
Compares the specified object with this PatternInfo for equality.
equals(Object) - Method in class com.ibm.icu.text.DecimalFormat
Tests for equality between this formatter and another formatter.
equals(Object) - Method in class com.ibm.icu.text.DecimalFormatSymbols
equals(Object) - Method in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
equals(Object) - Method in class com.ibm.icu.text.MeasureFormat
Two MeasureFormats, a and b, are equal if and only if they have the same formatWidth, locale, and equal number formats.
equals(Object) - Method in class com.ibm.icu.text.MessageFormat
equals(Object) - Method in class com.ibm.icu.text.MessagePattern
 
equals(Object) - Method in class com.ibm.icu.text.MessagePattern.Part
 
equals(Object) - Method in class com.ibm.icu.text.NumberFormat
Overrides equals.
equals(Object) - Method in class com.ibm.icu.text.PluralFormat
equals(PluralFormat) - Method in class com.ibm.icu.text.PluralFormat
Returns true if this equals the provided PluralFormat.
equals(Object) - Method in class com.ibm.icu.text.PluralRules
equals(PluralRules) - Method in class com.ibm.icu.text.PluralRules
Returns true if rhs is equal to this.
equals(Object) - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
equals(Object) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Returns true if both BreakIterators are of the same class, have the same rules, and iterate over the same text.
equals(Object) - Method in class com.ibm.icu.text.RuleBasedCollator
Compares the equality of two Collator objects.
equals(Object) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Tests two RuleBasedNumberFormats for equality.
equals(Object) - Method in class com.ibm.icu.text.SelectFormat
equals(Object) - Method in class com.ibm.icu.text.SimpleDateFormat
Override equals.
equals(Object) - Method in class com.ibm.icu.text.SpoofChecker
Equality function.
equals(Object) - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
equals(Object) - Method in exception com.ibm.icu.text.StringPrepParseException
Compare this ParseException to another and evaluate if they are equal.
equals(Object) - Method in class com.ibm.icu.text.Transliterator.Position
Returns true if this Position is equal to the given object.
equals(Object) - Method in class com.ibm.icu.text.UnicodeSet
Compares the specified object with this set for equality.
equals(Object) - Method in class com.ibm.icu.text.UnicodeSetSpanner
equals(Object) - Method in class com.ibm.icu.util.ByteArrayWrapper
Return true if the bytes in each wrapper are equal.
equals(Object) - Method in class com.ibm.icu.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class com.ibm.icu.util.Calendar.WeekData
equals(Object) - Method in class com.ibm.icu.util.CaseInsensitiveString
Compare the object with this
equals(Object) - Method in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
equals(Object) - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
equals(Object) - Method in class com.ibm.icu.util.DateInterval
Override equals
equals(Object) - Method in class com.ibm.icu.util.LocalePriorityList
equals(Object) - Method in class com.ibm.icu.util.Measure
Returns true if the given object is equal to this object.
equals(Object) - Method in class com.ibm.icu.util.MeasureUnit
equals(Object) - Method in class com.ibm.icu.util.SimpleTimeZone
Overrides equals.
equals(Object) - Method in class com.ibm.icu.util.TimeZone
Overrides equals.
equals(Object) - Method in class com.ibm.icu.util.ULocale
Returns true if the other object is another ULocale with the same full name.
equals(Object) - Method in class com.ibm.icu.util.VersionInfo
Checks if this version information is equals to the argument version
equalsChars(CharSequence, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
ERA - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the era field.
ERA - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
ERA - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
ERA_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'G' field alignment, corresponding to the Calendar.ERA field.
ES_AUXILIARY - Static variable in class com.ibm.icu.util.LocaleData
ES_COUNT - Static variable in class com.ibm.icu.util.LocaleData
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
ES_CURRENCY - Static variable in class com.ibm.icu.util.LocaleData
Deprecated.
ICU 51
ES_INDEX - Static variable in class com.ibm.icu.util.LocaleData
ES_PUNCTUATION - Static variable in class com.ibm.icu.util.LocaleData
Corresponds to the 'punctuation' CLDR exemplars in http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements.
ES_STANDARD - Static variable in class com.ibm.icu.util.LocaleData
ESTHER - Static variable in class com.ibm.icu.util.HebrewHoliday
 
ESTRANGELO_SYRIAC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
ETHER - Static variable in interface com.ibm.icu.text.UnicodeMatcher
The character at index i, where i < contextStart || i >= contextLimit, is ETHER.
ETHIOPIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC - Static variable in class com.ibm.icu.lang.UScript
Ethiopic
ETHIOPIC_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_EXTENDED_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_EXTENDED_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ETHIOPIC_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
EthiopicCalendar - Class in com.ibm.icu.util
Implement the Ethiopic calendar system.
EthiopicCalendar() - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a default EthiopicCalendar using the current time in the default time zone with the default locale.
EthiopicCalendar(TimeZone) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar based on the current time in the given time zone with the default locale.
EthiopicCalendar(Locale) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar based on the current time in the default time zone with the given locale.
EthiopicCalendar(ULocale) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar based on the current time in the default time zone with the given locale.
EthiopicCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar based on the current time in the given time zone with the given locale.
EthiopicCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar based on the current time in the given time zone with the given locale.
EthiopicCalendar(int, int, int) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar with the given date set in the default time zone with the default locale.
EthiopicCalendar(Date) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar with the given date set in the default time zone with the default locale.
EthiopicCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.EthiopicCalendar
Constructs a EthiopicCalendar with the given date and time set for the default time zone with the default locale.
EthiopicToJD(long, int, int) - Static method in class com.ibm.icu.util.EthiopicCalendar
Convert an Ethiopic year, month, and day to a Julian day.
EUROPEAN_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type EN
EUROPEAN_NUMBER_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type ES
EUROPEAN_NUMBER_TERMINATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type ET
EXCEL_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in Excel.
EXCLAMATION - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
EXPONENT - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
EXPONENT_SIGN - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
EXPONENT_SYMBOL - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
EXT_MAX_BYTES - Static variable in class com.ibm.icu.charset.CharsetDecoderICU
Deprecated.
This API is ICU internal only.
EXTEND - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
EXTEND - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
EXTEND - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
EXTENDED_PICTOGRAPHIC - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Extended_Pictographic.
EXTENDED_YEAR - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the extended year field.
EXTENDED_YEAR - Static variable in class com.ibm.icu.util.Calendar
[icu] Field number for get() and set() indicating the extended year.
EXTENDED_YEAR_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'u' field alignment, corresponding to the Calendar.EXTENDED_YEAR field.
EXTENDER - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Extender.
EXTENDNUMLET - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 

F

Factory() - Constructor for class com.ibm.icu.text.PluralRules.Factory
Deprecated.
This API is ICU internal only.
Factory() - Constructor for class com.ibm.icu.text.TimeZoneNames.Factory
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 56 Use Normalizer2 instead.
fDebugEnv - Static variable in class com.ibm.icu.text.RuleBasedBreakIterator
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 50
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
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
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
Deprecated.
internal to ICU
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only. Use span instead.
findLastIn(CharSequence, int, boolean) - Method in class com.ibm.icu.text.UnicodeSet
Deprecated.
This API is ICU internal only. Use spanBack instead.
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
Deprecated.
ICU 54
findTopLevel(String) - Method in class com.ibm.icu.util.UResourceBundle
Deprecated.
This API is ICU internal only.
findTopLevel(int) - Method in class com.ibm.icu.util.UResourceBundle
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 56
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
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
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
the first day of the week, where 1 = Calendar.SUNDAY and 7 = Calendar.SATURDAY
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
Deprecated.
This API is ICU internal only.
FixedDecimal(double, int, long, int) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
FixedDecimal(double, int, long) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
FixedDecimal(double, int) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
FixedDecimal(double) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
FixedDecimal(long) - Constructor for class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
forLocale(ULocale) - Method in class com.ibm.icu.text.PluralRules.Factory
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
format(Map<String, Object>) - Method in class com.ibm.icu.message2.MessageFormatter
Deprecated.
This API is for technology preview only.
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
Deprecated.
ICU 56
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
Deprecated.
ICU 56
formatDurationFromNow(long) - Method in class com.ibm.icu.text.DurationFormat
Deprecated.
ICU 56
formatDurationFromNowTo(Date) - Method in class com.ibm.icu.text.DurationFormat
Deprecated.
ICU 56
formatImpl(DecimalQuantity, FormattedStringBuilder) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
Deprecated.
ICU 60 This API is ICU internal only.
formatImpl(DecimalQuantity, MeasureUnit, FormattedStringBuilder) - Method in class com.ibm.icu.number.LocalizedNumberFormatter
Deprecated.
ICU 67 This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for ICU internal use only.
FormattedMessage() - Constructor for class com.ibm.icu.message2.FormattedMessage
Deprecated.
This API is for ICU internal use only.
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
Deprecated.
This API is for ICU internal use only.
FormattedPlaceholder(Object, FormattedValue) - Constructor for class com.ibm.icu.message2.FormattedPlaceholder
Deprecated.
This API is for ICU internal use only.
FormattedValue - Interface in com.ibm.icu.text
An abstract formatted value: a string with associated field attributes.
Formatter - Interface in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
FormatterFactory - Interface in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is for technology preview only.
formatToString(Map<String, Object>) - Method in class com.ibm.icu.message2.MessageFormatter
Deprecated.
This API is for technology preview only.
formatToString(PersonName) - Method in class com.ibm.icu.text.PersonNameFormatter
Formats a name.
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
Deprecated.
This API is ICU internal only.
forName(String) - Static method in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Alternative to the Character.UnicodeBlock.forName(String) method.
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
Returns the appropriate fieldModifier for its display name.
forString(String) - Static method in enum com.ibm.icu.text.PersonName.NameField
Deprecated.
This API is for ICU internal use only.
forULocaleOrDefault(ULocale) - Static method in class com.ibm.icu.util.TimeZone
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 60 This API is ICU internal only.
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
Deprecated.
Internal API for ICU use only.
fromName(String) - Static method in enum com.ibm.icu.util.GenderInfo.ListGenderStyle
Deprecated.
This API is ICU internal only.
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
Deprecated.
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

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
 
GASOLINE_ENERGY_DENSITY - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: gasoline-energy-density
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
Deprecated.
This API is ICU internal only.
GenderInfo(GenderInfo.ListGenderStyle) - Constructor for class com.ibm.icu.util.GenderInfo
Deprecated.
This API is ICU internal only.
GenderInfo.Gender - Enum in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
GenderInfo.ListGenderStyle - Enum in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 54
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
Deprecated.
This API is ICU internal only. Use FormattedNumber.nextPosition(com.ibm.icu.text.ConstrainedFieldPosition) for related functionality.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getAllNames() - Static method in class com.ibm.icu.charset.CharsetProviderICU
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getAppendFormatNumber(String) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 2.2. Use startIndex() instead.
getBeginIndex() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
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.
getBidiSkeleton(int, CharSequence) - Method in class com.ibm.icu.text.SpoofChecker
Get the "bidiSkeleton" for an identifier string and a direction.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 49
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
Deprecated.
This API is ICU internal only.
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
Gets the RuleBasedCollator used for the language rules.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Returns the currency symbol, for DecimalFormatSymbols.getCurrency() API compatibility only.
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
Deprecated.
This API is for ICU internal use only
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
getDateAtTimePattern(Calendar, ULocale, int) - Static method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 4.0
getDateFormatBundle(Class<? extends Calendar>, ULocale) - Static method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
ICU 4.0
getDateFormatBundle(Calendar, Locale) - Static method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
ICU 4.0
getDateFormatBundle(Calendar, ULocale) - Static method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
ICU 4.0
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getDecimalDigitsWithoutTrailingZeros() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU internal only
getDecimalQuantitySamples(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
ICU internal only
getDecimalSamples(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getDefaultFormatterNameForType(Class<?>) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
Deprecated.
This API is for technology preview only.
getDefaultFormatterTypes() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Equivalent to the Character.getDirectionality(char) method, for convenience.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getDisplayScriptInContext(ULocale) - Method in class com.ibm.icu.util.ULocale
Deprecated.
This API is ICU internal only.
getDisplayScriptInContext(String, String) - Static method in class com.ibm.icu.util.ULocale
Deprecated.
This API is ICU internal only.
getDisplayScriptInContext(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 2.2. Use endIndex() instead.
getEndIndex() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
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
Deprecated.
ICU 56
getFC_NFKC_Closure(int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
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
Deprecated.
This API is ICU internal only.
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
Returns one field of the name, possibly in a modified form.
getFieldValue(PersonName.NameField, Set<PersonName.FieldModifier>) - Method in class com.ibm.icu.text.SimplePersonName
Returns one field of the name, possibly in a modified form.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal, only for testing.
getFirstDayOfWeek() - Method in class com.ibm.icu.util.Calendar
Returns what the first day of the week is, where 1 = Calendar.SUNDAY and 7 = Calendar.SATURDAY.
getFirstFixedDecimal() - Method in class com.ibm.icu.number.FormattedNumberRange
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getFixedDecimal(double) - Method in class com.ibm.icu.text.DecimalFormat
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for ICU internal use only.
getFormatter(String) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
Deprecated.
This API is for technology preview only.
getFormatterNames() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
getGender() - Method in class com.ibm.icu.number.FormattedNumber
Deprecated.
This API is for technology preview only.
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
 
getIanaID(String) - Static method in class com.ibm.icu.util.TimeZone
Returns the preferred time zone ID in the IANA database for the given time zone ID.
getICUCanonicalName(String) - Static method in class com.ibm.icu.charset.CharsetProviderICU
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 56
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
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
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
Deprecated.
This API is ICU internal only.
getIndexArray() - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for ICU internal use only.
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
Deprecated.
ICU 56
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
Convenience overload of LocaleDisplayNames.getInstance(ULocale, DialectHandling) that specifies STANDARD dialect handling.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getInstance(Locale) - Static method in class com.ibm.icu.util.GenderInfo
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getInstanceNoStdPat(ULocale) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getISOComment(int) - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
ICU 49
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 unique language codes defined in ISO 639.
getItems() - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getJDEpochOffset() - Method in class com.ibm.icu.util.CopticCalendar
Deprecated.
This API is ICU internal only.
getJDEpochOffset() - Method in class com.ibm.icu.util.EthiopicCalendar
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 50
getLeapMonthPattern(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
This API is ICU internal only.
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
Deprecated.
ICU 56
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
Deprecated.
This API is ICU internal only.
getListGender(List<GenderInfo.Gender>) - Method in class com.ibm.icu.util.GenderInfo
Deprecated.
This API is ICU internal only.
getLiteral() - Method in class com.ibm.icu.message2.Mf2DataModel.Value
Deprecated.
This API is for technology preview only.
getLocale() - Method in class com.ibm.icu.message2.MessageFormatter
Deprecated.
This API is for technology preview only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
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
Deprecated.
This API is ICU internal only.
getLocalPatternChars() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns localized date-time pattern characters.
getLocalVariables() - Method in class com.ibm.icu.message2.Mf2DataModel
Deprecated.
This API is for technology preview only.
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
Returns the text that was matched by the most recent call to SearchIterator.first(), SearchIterator.next(), SearchIterator.previous(), or SearchIterator.last().
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
Returns the index to the match in the text string that was searched.
getMathContext() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the MathContext being used to round numbers.
getMathContextICU() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the MathContext being used to round numbers.
getMaxBranchLinearSubNodeLength() - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
getMaxBranchLinearSubNodeLength() - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
getMaxBranchLinearSubNodeLength() - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
getMaxBytesForString(int, int) - Static method in class com.ibm.icu.charset.CharsetEncoderICU
Calculates the size of a buffer for conversion from Unicode to a charset.
getMaxExpansion(int) - Method in class com.ibm.icu.text.CollationElementIterator
Returns the maximum length of any expansion sequence that ends with the specified collation element.
getMaximum(int) - Method in class com.ibm.icu.util.Calendar
Returns the maximum value for the given time field.
getMaximumContextLength() - Method in class com.ibm.icu.text.Transliterator
Returns the length of the longest context required by this transliterator.
getMaximumFractionDigits() - Method in class com.ibm.icu.text.DecimalFormat
Returns the effective maximum number of integer digits after the decimal separator.
getMaximumFractionDigits() - Method in class com.ibm.icu.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits() - Method in class com.ibm.icu.text.DecimalFormat
Returns the effective maximum number of digits before the decimal separator.
getMaximumIntegerDigits() - Method in class com.ibm.icu.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumSignificantDigits() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the effective maximum number of significant digits displayed.
getMaxLabelCount() - Method in class com.ibm.icu.text.AlphabeticIndex
Get the limit on the number of labels in the index.
getMaxLinearMatchLength() - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
getMaxLinearMatchLength() - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
getMaxLinearMatchLength() - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
getMaxVariable() - Method in class com.ibm.icu.text.Collator
[icu] Returns the maximum reordering group whose characters are affected by the alternate handling behavior.
getMaxVariable() - Method in class com.ibm.icu.text.RuleBasedCollator
[icu] Returns the maximum reordering group whose characters are affected by the alternate handling behavior.
getMeasurementSystem(ULocale) - Static method in class com.ibm.icu.util.LocaleData
Returns the measurement system used in the locale specified by the locale.
getMessage() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
 
getMetaZoneDisplayName(String, TimeZoneNames.NameType) - Method in class com.ibm.icu.text.TimeZoneNames
Returns the display name of the meta zone.
getMetaZoneID(String, long) - Method in class com.ibm.icu.text.TimeZoneNames
Returns the meta zone ID for the given canonical time zone ID at the given date.
getMicro() - Method in class com.ibm.icu.util.VersionInfo
Returns the micro version number
getMilli() - Method in class com.ibm.icu.util.VersionInfo
Returns the milli version number
getMinimalDaysInFirstWeek() - Method in class com.ibm.icu.util.Calendar
Returns what the minimal days required in the first week of the year are.
getMinimum(int) - Method in class com.ibm.icu.util.Calendar
Returns the minimum value for the given time field.
getMinimumExponentDigits() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the minimum number of digits printed in the exponent in scientific notation.
getMinimumFractionDigits() - Method in class com.ibm.icu.text.DecimalFormat
Returns the effective minimum number of integer digits after the decimal separator.
getMinimumFractionDigits() - Method in class com.ibm.icu.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumGroupingDigits() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the minimum number of digits before grouping is triggered.
getMinimumIntegerDigits() - Method in class com.ibm.icu.text.DecimalFormat
Returns the effective minimum number of digits before the decimal separator.
getMinimumIntegerDigits() - Method in class com.ibm.icu.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinimumSignificantDigits() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the effective minimum number of significant digits displayed.
getMinLinearMatch() - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
getMinLinearMatch() - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
getMinLinearMatch() - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
getMinor() - Method in class com.ibm.icu.util.VersionInfo
Returns the minor version number
getMinusSign() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the character used to represent minus sign.
getMinusSignString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the string used to represent minus sign.
getMirror(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Maps the specified code point to a "mirror-image" code point.
getMode() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
getMonetaryDecimalSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the monetary decimal separator.
getMonetaryDecimalSeparatorString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the monetary decimal separator string.
getMonetaryGroupingSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the monetary grouping separator.
getMonetaryGroupingSeparatorString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the monetary grouping separator.
getMonths() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns month strings.
getMonths(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Returns month strings.
getMultiplier() - Method in class com.ibm.icu.text.DecimalFormat
Returns the multiplier being applied to numbers before they are formatted.
getName(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns the most current Unicode name of the argument code point, or null if the character is unassigned or outside the range UCharacter.MIN_VALUE and UCharacter.MAX_VALUE or does not have a name.
getName(String, String) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns the names for each of the characters in a string
getName(int) - Static method in class com.ibm.icu.lang.UScript
Returns the long Unicode script name, if there is one.
getName() - Method in class com.ibm.icu.message2.Mf2DataModel.Variable
Deprecated.
This API is for technology preview only.
getName() - Method in class com.ibm.icu.text.AlphabeticIndex.Record
Get the name
getName() - Method in class com.ibm.icu.text.CharsetMatch
Get the name of the detected charset.
getName(String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns the 'long name' for the currency with the provided ISO code.
getName() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
 
getName() - Method in class com.ibm.icu.text.NumberingSystem
Returns the string representing the name of the numbering system.
getName(Locale, int, boolean[]) - Method in class com.ibm.icu.util.Currency
Returns the display name for the given currency in the given locale.
getName(ULocale, int, boolean[]) - Method in class com.ibm.icu.util.Currency
Returns the display name for the given currency in the given locale.
getName(Locale, int, String, boolean[]) - Method in class com.ibm.icu.util.Currency
Returns the display name for the given currency in the given locale.
getName(ULocale, int, String, boolean[]) - Method in class com.ibm.icu.util.Currency
Returns the display name for the given currency in the given locale.
getName() - Method in class com.ibm.icu.util.TimeZoneRule
Gets the name of this time zone.
getName() - Method in class com.ibm.icu.util.ULocale
[icu] Returns the (normalized) full name for this locale.
getName(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Returns the (normalized) full name for the specified locale.
getName1_0(int) - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
ICU 49
getName1_0Iterator() - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
ICU 49
getNameAlias(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns the corrected name from NameAliases.txt if there is one.
getNameIterator() - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns an iterator for character names, iterating over codepoints.
getNameLocale() - Method in interface com.ibm.icu.text.PersonName
Returns the locale of the name-- that is, the language or country of origin for the person being named.
getNameLocale() - Method in class com.ibm.icu.text.SimplePersonName
Returns the locale of the name-- that is, the language or country of origin for the person being named.
getNameStyle() - Method in class com.ibm.icu.text.DisplayOptions
Gets the name style.
getNaN() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the String used to represent NaN.
getNarrowEras() - Method in class com.ibm.icu.text.DateFormatSymbols
[icu] Returns narrow era name strings.
getNarrowSymbol(String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns the narrow symbol for the currency with the provided ISO code.
getNegativePrefix() - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Gets the negative prefix string currently being used to format numbers.
getNegativeSuffix() - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Gets the negative suffix string currently being used to format numbers.
getNextBytes(Appendable) - Method in class com.ibm.icu.util.BytesTrie
Finds each byte which continues the byte sequence from the current state.
getNextChars(Appendable) - Method in class com.ibm.icu.util.CharsTrie
Finds each char which continues the string from the current state.
getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Gets the first time when this rule takes effect after the specified time.
getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.InitialTimeZoneRule
Gets the first time when this rule takes effect after the specified time.
getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
Gets the first time when this rule takes effect after the specified time.
getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeZoneRule
Gets the first time when this rule takes effect after the specified time.
getNextTransition(long, boolean) - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Returns the first time zone transition after the base time.
getNextTransition(long, boolean) - Method in class com.ibm.icu.util.RuleBasedTimeZone
[icu] Returns the first time zone transition after the base time.
getNextTransition(long, boolean) - Method in class com.ibm.icu.util.SimpleTimeZone
[icu] Returns the first time zone transition after the base time.
getNextTransition(long, boolean) - Method in class com.ibm.icu.util.VTimeZone
[icu] Returns the first time zone transition after the base time.
getNFCInstance() - Static method in class com.ibm.icu.text.Normalizer2
Returns a Normalizer2 instance for Unicode NFC normalization.
getNFDInstance() - Static method in class com.ibm.icu.text.Normalizer2
Returns a Normalizer2 instance for Unicode NFD normalization.
getNFKCCasefoldInstance() - Static method in class com.ibm.icu.text.Normalizer2
Returns a Normalizer2 instance for Unicode toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Casefold mappings and then NFC.
getNFKCInstance() - Static method in class com.ibm.icu.text.Normalizer2
Returns a Normalizer2 instance for Unicode NFKC normalization.
getNFKCSimpleCasefoldInstance() - Static method in class com.ibm.icu.text.Normalizer2
Returns a Normalizer2 instance for a variant of Unicode toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Simple_Casefold mappings and then NFC.
getNFKDInstance() - Static method in class com.ibm.icu.text.Normalizer2
Returns a Normalizer2 instance for Unicode NFKD normalization.
getNormalizer2(int) - Method in class com.ibm.icu.text.Normalizer.Mode
Deprecated.
This API is ICU internal only.
getNoSubstitute() - Method in class com.ibm.icu.util.LocaleData
Gets the "no substitute" behavior of this locale data object.
getNounClass() - Method in class com.ibm.icu.number.FormattedNumber
Gets the noun class of the formatted output.
getNounClass() - Method in class com.ibm.icu.text.DisplayOptions
Gets the noun class.
getNumber() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
 
getNumber() - Method in class com.ibm.icu.util.Measure
Returns the numeric value of this object.
getNumberFormat() - Method in class com.ibm.icu.text.DateFormat
Returns the number formatter which this date/time formatter uses to format and parse a time.
getNumberFormat() - Method in class com.ibm.icu.text.MeasureFormat
Get a copy of the number format.
getNumberFormat() - Method in class com.ibm.icu.text.RelativeDateTimeFormatter
Returns a copy of the NumberFormat this object is using.
getNumberFormat(char) - Method in class com.ibm.icu.text.SimpleDateFormat
give the NumberFormat used for the field like 'y'(year) and 'M'(year)
getNumberFormat() - Method in class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 see MeasureFormat.
getNumberFormat(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
Gets a number format according to the current settings.
getNumberInstance() - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getNumberInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getNumberInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getNumericCode() - Method in class com.ibm.icu.util.Currency
Returns the ISO 4217 numeric code for this currency object.
getNumericCode() - Method in class com.ibm.icu.util.Region
Returns the numeric code for this region
getNumericCollation() - Method in class com.ibm.icu.text.RuleBasedCollator
Method to retrieve the numeric collation value.
getNumericValue(int) - Static method in class com.ibm.icu.lang.UCharacter
Returns the numeric value of the code point as a nonnegative integer.
getNumericValue(MessagePattern.Part) - Method in class com.ibm.icu.text.MessagePattern
Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.
getOffset() - Method in class com.ibm.icu.text.CollationElementIterator
Returns the character offset in the source string corresponding to the next collation element.
getOffset() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
 
getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.RuleBasedTimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long, boolean, int[]) - Method in class com.ibm.icu.util.RuleBasedTimeZone
Returns the time zone raw and GMT offset for the given moment in time.
getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
Deprecated.
This API is ICU internal only.
getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class com.ibm.icu.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOffset(long, boolean, int[]) - Method in class com.ibm.icu.util.TimeZone
Returns the time zone raw and GMT offset for the given moment in time.
getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.VTimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long, boolean, int[]) - Method in class com.ibm.icu.util.VTimeZone
Returns the time zone raw and GMT offset for the given moment in time.
getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Returns time zone offsets from local wall time.
getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class com.ibm.icu.util.RuleBasedTimeZone
[icu] Returns time zone offsets from local wall time.
getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class com.ibm.icu.util.SimpleTimeZone
[icu] Returns time zone offsets from local wall time.
getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class com.ibm.icu.util.VTimeZone
[icu] Returns time zone offsets from local wall time.
getOperand() - Method in class com.ibm.icu.message2.Mf2DataModel.Expression
Deprecated.
This API is for technology preview only.
getOperand(String) - Static method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
getOption(int) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
getOptions() - Method in class com.ibm.icu.message2.Mf2DataModel.Expression
Deprecated.
This API is for technology preview only.
getOutputUnit() - Method in class com.ibm.icu.number.FormattedNumber
Gets the resolved output unit.
getOverflowLabel() - Method in class com.ibm.icu.text.AlphabeticIndex
Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ...
getOverrideString() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
Deprecated.
This API is ICU internal only.
getPadCharacter() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the character used for padding.
getPadEscape() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the character used to pad numbers out to a specified width.
getPadPosition() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the position used for padding.
getPaperSize(ULocale) - Static method in class com.ibm.icu.util.LocaleData
Returns the size of paper used in the locale.
getParagraph(int) - Method in class com.ibm.icu.text.Bidi
Get a paragraph, given a position within the text.
getParagraphByIndex(int) - Method in class com.ibm.icu.text.Bidi
Get a paragraph, given the index of this paragraph.
getParagraphIndex(int) - Method in class com.ibm.icu.text.Bidi
Get the index of a paragraph, given a position within the text.
getParaLevel() - Method in class com.ibm.icu.text.Bidi
Get the paragraph level of the text.
getParent() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Returns the parent bundle
getParseMaxDigits() - Method in class com.ibm.icu.text.DecimalFormat
Deprecated.
Setting max parse digits has no effect since ICU4J 59.
getParsingTrie(ULocale, int) - Static method in class com.ibm.icu.util.Currency
Deprecated.
This API is ICU internal only.
getPart(int) - Method in class com.ibm.icu.text.MessagePattern
Gets the i-th pattern "part".
getParts() - Method in class com.ibm.icu.message2.Mf2DataModel.Pattern
Deprecated.
This API is for technology preview only.
getPartType(int) - Method in class com.ibm.icu.text.MessagePattern
Returns the Part.Type of the i-th pattern "part".
getPattern() - Method in class com.ibm.icu.message2.MessageFormatter
Deprecated.
This API is for technology preview only.
getPattern() - Method in class com.ibm.icu.message2.Mf2DataModel
Deprecated.
This API is for technology preview only.
getPattern(Locale, int) - Static method in class com.ibm.icu.text.NumberFormat
Deprecated.
ICU 3.4 subclassers should override getPattern(ULocale, int) instead of this method.
getPattern(ULocale, int) - Static method in class com.ibm.icu.text.NumberFormat
Returns the pattern for the provided locale and choice.
getPattern() - Method in class com.ibm.icu.text.StringSearch
Returns the pattern for which StringSearch is searching for.
getPatternForCurrencySpacing(int, boolean) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the desired currency spacing value.
getPatternForNumItems(int) - Method in class com.ibm.icu.text.ListFormatter
Returns the pattern to use for a particular item count.
getPatternForStyle(ULocale, int) - Static method in class com.ibm.icu.text.NumberFormat
Deprecated.
This API is ICU internal only.
getPatternForStyleAndNumberingSystem(ULocale, String, int) - Static method in class com.ibm.icu.text.NumberFormat
Deprecated.
This API is ICU internal only.
getPatternIndex(int) - Method in class com.ibm.icu.text.MessagePattern
Returns the pattern index of the specified pattern "part".
getPatternInstance(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.
getPatternInstance(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.
getPatternInstance(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.
getPatternInstance(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.
getPatternInstance(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.
getPatterns(Calendar, Calendar, Output<String>) - Method in class com.ibm.icu.text.DateIntervalFormat
Deprecated.
This API is ICU internal only.
getPatterns() - Method in class com.ibm.icu.text.DateIntervalInfo
Deprecated.
This API is ICU internal only.
getPatternSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the character used to separate positive and negative subpatterns in a pattern.
getPatternString() - Method in class com.ibm.icu.text.MessagePattern
 
getPatternString() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
Deprecated.
This API is ICU internal only.
getPercent() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the character used for percent sign.
getPercentInstance() - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getPercentInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getPercentInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getPercentString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the string used for percent sign.
getPerMill() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the character used for mille percent sign.
getPerMillString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the string used for permille sign.
getPluralCategory() - Method in class com.ibm.icu.text.DisplayOptions
Gets the plural category.
getPluralName(String, String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns a 'plural name' for the currency with the provided ISO code corresponding to the pluralKey.
getPluralOffset(int) - Method in class com.ibm.icu.text.MessagePattern
Returns the "offset:" value of a PluralFormat argument, or 0 if none is specified.
getPluralOperand(PluralRules.Operand) - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
getPluralOperand(PluralRules.Operand) - Method in interface com.ibm.icu.text.PluralRules.IFixedDecimal
Deprecated.
This API is ICU internal only.
getPluralRules() - Method in class com.ibm.icu.text.CurrencyPluralInfo
Gets plural rules of this locale, used for currency plural format
getPlusSign() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the localized plus sign.
getPlusSignString() - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Returns the string used to represent plus sign.
getPositivePrefix() - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Gets the positive prefix string currently being used to format numbers.
getPositiveSuffix() - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Gets the positive suffix string currently being used to format numbers.
getPower() - Method in enum com.ibm.icu.util.MeasureUnit.MeasurePrefix
Returns the power of the prefix.
getPreferredOrder() - Method in interface com.ibm.icu.text.PersonName
Returns the preferred field order for the name.
getPreferredOrder() - Method in class com.ibm.icu.text.SimplePersonName
Returns the preferred field order for the name.
getPreferredValues() - Method in class com.ibm.icu.util.Region
 
getPrefix() - Method in class com.ibm.icu.util.MeasureUnit
Returns the current SI or binary prefix of this SINGLE unit.
getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Gets the most recent time when this rule takes effect before the specified time.
getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.InitialTimeZoneRule
Gets the most recent time when this rule takes effect before the specified time.
getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
Gets the most recent time when this rule takes effect before the specified time.
getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeZoneRule
Gets the most recent time when this rule takes effect before the specified time.
getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Returns the last time zone transition before the base time.
getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.RuleBasedTimeZone
[icu] Returns the last time zone transition before the base time.
getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.SimpleTimeZone
[icu] Returns the last time zone transition before the base time.
getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.VTimeZone
[icu] Returns the last time zone transition before the base time.
getProcessedLength() - Method in class com.ibm.icu.text.Bidi
Get the length of the source text processed by the last call to setPara().
getPropertyEnum(CharSequence) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Return the UProperty selector for a given property name, as specified in the Unicode database file PropertyAliases.txt.
getPropertyName(int, int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Return the Unicode name for a given property, as given in the Unicode database file PropertyAliases.txt.
getPropertyValueEnum(int, CharSequence) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Return the property value integer for a given value name, as specified in the Unicode database file PropertyValueAliases.txt.
getPropertyValueEnumNoThrow(int, CharSequence) - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
This API is ICU internal only.
getPropertyValueName(int, int, int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Return the Unicode name for a given property value, as given in the Unicode database file PropertyValueAliases.txt.
getQuarters(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
[icu] Returns quarter strings.
getRadix() - Method in class com.ibm.icu.text.NumberingSystem
Returns the radix of the current numbering system.
getRange(int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class com.ibm.icu.util.CodePointMap
Sets the range object to a range of code points beginning with the start parameter.
getRange(int, CodePointMap.RangeOption, int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class com.ibm.icu.util.CodePointMap
Sets the range object to a range of code points beginning with the start parameter.
getRange(int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class com.ibm.icu.util.CodePointTrie
Sets the range object to a range of code points beginning with the start parameter.
getRange(int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class com.ibm.icu.util.MutableCodePointTrie
Sets the range object to a range of code points beginning with the start parameter.
getRangeCount() - Method in class com.ibm.icu.text.UnicodeSet
Iteration method that returns the number of ranges contained in this set.
getRangeEnd(int) - Method in class com.ibm.icu.text.UnicodeSet
Iteration method that returns the last character in the specified range of this set.
getRangeFormat(ULocale, MeasureFormat.FormatWidth) - Static method in class com.ibm.icu.text.MeasureFormat
Deprecated.
This API is ICU internal only.
getRangeStart(int) - Method in class com.ibm.icu.text.UnicodeSet
Iteration method that returns the first character in the specified range of this set.
getRawCollationKey(String, RawCollationKey) - Method in class com.ibm.icu.text.Collator
[icu] Returns the simpler form of a CollationKey for the String source following the rules of this Collator and stores the result into the user provided argument key.
getRawCollationKey(String, RawCollationKey) - Method in class com.ibm.icu.text.RuleBasedCollator
Gets the simpler form of a CollationKey for the String source following the rules of this Collator and stores the result into the user provided argument key.
getRawDecomposition(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
Gets the raw decomposition mapping of c.
getRawDecomposition(int) - Method in class com.ibm.icu.text.Normalizer2
Gets the raw decomposition mapping of c.
getRawOffset() - Method in class com.ibm.icu.util.RuleBasedTimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRawOffset() - Method in class com.ibm.icu.util.SimpleTimeZone
Overrides TimeZone Gets the GMT offset for this time zone.
getRawOffset() - Method in class com.ibm.icu.util.TimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRawOffset() - Method in class com.ibm.icu.util.TimeZoneRule
Gets the standard time offset.
getRawOffset() - Method in class com.ibm.icu.util.VTimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRawPatterns() - Method in class com.ibm.icu.text.DateIntervalFormat
Deprecated.
This API is ICU internal only.
getRawPatterns() - Method in class com.ibm.icu.text.DateIntervalInfo
Deprecated.
This API is ICU internal only.
getReader(InputStream, String) - Method in class com.ibm.icu.text.CharsetDetector
Autodetect the charset of an inputStream, and return a Java Reader to access the converted input data.
getReader() - Method in class com.ibm.icu.text.CharsetMatch
Create a java.io.Reader for reading the Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getRecordCount() - Method in class com.ibm.icu.text.AlphabeticIndex
Return the number of records in the index: that is, the total number of distinct <name,data> pairs added with addRecord(...), over all the buckets.
getRedundants(Collection<String>) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
getReferenceZoneID(String, String) - Method in class com.ibm.icu.text.TimeZoneNames
Returns the reference zone ID for the given meta zone ID for the region.
getRegexEquivalent() - Method in class com.ibm.icu.text.UnicodeSet
Deprecated.
This API is ICU internal only.
getRegion(String) - Static method in class com.ibm.icu.util.TimeZone
[icu] Returns the region code associated with the given system time zone ID.
getRegionForSupplementalData(ULocale, boolean) - Static method in class com.ibm.icu.util.ULocale
Deprecated.
This API is ICU internal only.
getRelatedYear() - Method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
getReorderCodes() - Method in class com.ibm.icu.text.Collator
Retrieves the reordering codes for this collator.
getReorderCodes() - Method in class com.ibm.icu.text.RuleBasedCollator
Retrieves the reordering codes for this collator.
getReorderingMode() - Method in class com.ibm.icu.text.Bidi
What is the requested reordering mode for a given Bidi object?
getReorderingOptions() - Method in class com.ibm.icu.text.Bidi
What are the reordering options applied to a given Bidi object?
getRepeatedWallTimeOption() - Method in class com.ibm.icu.util.Calendar
[icu]Gets the behavior for handling wall time repeating multiple times at negative time zone offset transitions.
getResourceBundle(String) - Method in class com.ibm.icu.util.GlobalizationPreferences
Convenience function to get a ResourceBundle instance using the specified base name based on the language/locale priority list stored in this object.
getResourceBundle(String, ClassLoader) - Method in class com.ibm.icu.util.GlobalizationPreferences
Convenience function to get a ResourceBundle instance using the specified base name and class loader based on the language/locale priority list stored in this object.
getRestrictionLevel() - Method in class com.ibm.icu.text.SpoofChecker
Deprecated.
This API is ICU internal only.
getResultLength() - Method in class com.ibm.icu.text.Bidi
Get the length of the reordered text resulting from the last call to setPara().
getRoundingIncrement() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the increment to which numbers are being rounded.
getRoundingIncrement() - Method in class com.ibm.icu.util.Currency
Returns the rounding increment for this currency, or 0.0 if no rounding is done by this currency.
getRoundingIncrement(Currency.CurrencyUsage) - Method in class com.ibm.icu.util.Currency
Returns the rounding increment for this currency, or 0.0 if no rounding is done by this currency with the Usage.
getRoundingMode() - Method in class com.ibm.icu.math.MathContext
Returns the roundingMode setting.
getRoundingMode() - Method in class com.ibm.icu.text.DecimalFormat
Returns the rounding mode being used to round numbers.
getRoundingMode() - Method in class com.ibm.icu.text.NumberFormat
Returns the rounding mode used in this NumberFormat.
getRoundingMode() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Returns the rounding mode.
getRule() - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Gets the start date/time rule associated used by this rule.
getRule() - Method in class com.ibm.icu.util.Holiday
 
getRuleBasedCollator() - Method in class com.ibm.icu.text.CollationElementIterator
Deprecated.
This API is ICU internal only.
getRuleDayOfMonth() - Method in class com.ibm.icu.util.DateTimeRule
Gets the rule day of month.
getRuleDayOfWeek() - Method in class com.ibm.icu.util.DateTimeRule
Gets the rule day of week.
getRuleMillisInDay() - Method in class com.ibm.icu.util.DateTimeRule
Gets the rule time in the rule day.
getRuleMonth() - Method in class com.ibm.icu.util.DateTimeRule
Gets the rule month.
getRules(String) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
getRules() - Method in class com.ibm.icu.text.RuleBasedCollator
Gets the collation tailoring rules for this RuleBasedCollator.
getRules(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
Returns current rules.
getRuleSetDisplayName(String, ULocale) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Return the rule set display name for the provided rule set and locale.
getRuleSetDisplayName(String) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Return the rule set display name for the provided rule set in the current default DISPLAY locale.
getRuleSetDisplayNameLocales() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Return a list of locales for which there are locale-specific display names for the rule sets in this formatter.
getRuleSetDisplayNames(ULocale) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Return the rule set display names for the provided locale.
getRuleSetDisplayNames() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Return the rule set display names for the current default DISPLAY locale.
getRuleSetNames() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Returns a list of the names of all of this formatter's public rule sets.
getRuleStatus() - Method in class com.ibm.icu.text.BreakIterator
For RuleBasedBreakIterators, return the status tag from the break rule that determined the boundary at the current iteration position.
getRuleStatus() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Return the status tag from the break rule that determined the boundary at the current iteration position.
getRuleStatusVec(int[]) - Method in class com.ibm.icu.text.BreakIterator
For RuleBasedBreakIterators, get the status (tag) values from the break rule(s) that determined the the boundary at the current iteration position.
getRuleStatusVec(int[]) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Get the status (tag) values from the break rule(s) that determined the boundary at the current iteration position.
getRuleWeekInMonth() - Method in class com.ibm.icu.util.DateTimeRule
Gets the rule day of week ordinal number in the month.
getRunCount() - Method in class com.ibm.icu.text.Bidi
Return the number of level runs.
getRunLevel(int) - Method in class com.ibm.icu.text.Bidi
Return the level of the nth logical run in this line.
getRunLimit(int) - Method in class com.ibm.icu.text.Bidi
Return the index of the character past the end of the nth logical run in this line, as an offset from the start of the line.
getRunStart(int) - Method in class com.ibm.icu.text.Bidi
Return the index of the character at the start of the nth logical run in this line, as an offset from the start of the line.
getSamples() - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
getSamples(String) - Method in class com.ibm.icu.text.PluralRules
Returns a list of integer values for which select() would return that keyword, or null if the keyword is not defined.
getSamples(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
ICU internal only
getSampleString(int) - Static method in class com.ibm.icu.lang.UScript
Returns the script sample character string.
getScientificInstance() - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getScientificInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getScientificInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
NOTE: New users are strongly encouraged to use NumberFormatter instead of NumberFormat.
getScript(int) - Static method in class com.ibm.icu.lang.UScript
Gets the script code associated with the given codepoint.
getScript() - Method in class com.ibm.icu.util.ULocale
Returns the script code for this locale, which might be the empty string.
getScript(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Returns the script code for the specified locale, which might be the empty string.
getScriptCode() - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
getScriptExtensions(int, BitSet) - Static method in class com.ibm.icu.lang.UScript
Sets code point c's Script_Extensions as script code integers into the output BitSet.
getScriptLimit() - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
getScriptStart() - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
getSecondaryGroupingSize() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns the secondary grouping size in use.
getSecondBigDecimal() - Method in class com.ibm.icu.number.FormattedNumberRange
Export the second formatted number as a BigDecimal.
getSecondFixedDecimal() - Method in class com.ibm.icu.number.FormattedNumberRange
Deprecated.
This API is ICU internal only.
getSecondPart() - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
Returns the second part of interval pattern.
getSelector(String) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
Deprecated.
This API is for technology preview only.
getSelector() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
Returns the selector string.
getSelectorNames() - Method in class com.ibm.icu.message2.Mf2FunctionRegistry
Deprecated.
This API is for technology preview only.
getSelectors() - Method in class com.ibm.icu.message2.Mf2DataModel
Deprecated.
This API is for technology preview only.
getSelectorValue() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
 
getSentenceInstance() - Static method in class com.ibm.icu.text.BreakIterator
Returns a new instance of BreakIterator that locates sentence boundaries.
getSentenceInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
Returns a new instance of BreakIterator that locates sentence boundaries.
getSentenceInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
[icu] Returns a new instance of BreakIterator that locates sentence boundaries.
getShortMonths() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns short month strings.
getShortName(int) - Static method in class com.ibm.icu.lang.UScript
Returns the 4-letter ISO 15924 script code, which is the same as the short Unicode script name if Unicode has names for the script.
getShortWeekdays() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns abbreviated weekday strings; for example: "Sun", "Mon", etc.
getSignificantDigit() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the character used to represent a significant digit in a pattern.
getSimpleStyle() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
 
getSimpleTimeZoneRulesNear(long) - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Returns the array of TimeZoneRule which represents the rule of this time zone object near the specified date.
getSingleCodePoint(CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
getSingleCodePoint(CharSequence) - Static method in class com.ibm.icu.text.UnicodeSet
Deprecated.
This API is ICU internal only.
getSingleCodePoint(CharSequence) - Static method in class com.ibm.icu.text.UTF16
Utility for getting a code point from a CharSequence that contains exactly one code point.
getSize() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Returns the size of a resource.
getSkeleton(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Utility to return a unique skeleton from a given pattern.
getSkeleton(CharSequence) - Method in class com.ibm.icu.text.SpoofChecker
Get the "skeleton" for an identifier string.
getSkeleton(int, String) - Method in class com.ibm.icu.text.SpoofChecker
Deprecated.
ICU 58
getSkeletonAllowingDuplicates(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
getSkeletons(Map<String, String>) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Return a list of all the skeletons (in canonical form) from this class, and the patterns that they map to.
getSkippedWallTimeOption() - Method in class com.ibm.icu.util.Calendar
[icu]Gets the behavior for handling skipped wall time at positive time zone offset transitions.
getSource() - Method in class com.ibm.icu.text.CanonicalIterator
Gets the NFD form of the current source we are iterating over.
getSource() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
getSourceSet() - Method in class com.ibm.icu.text.Transliterator
Returns the set of all characters that may be modified in the input text by this Transliterator.
getSourceString() - Method in class com.ibm.icu.text.CollationKey
Return the source string that this CollationKey represents.
getStamp(int) - Method in class com.ibm.icu.util.Calendar
Returns the timestamp of a field.
getStart() - Method in class com.ibm.icu.text.BidiRun
Get the first logical position of the run in the source text
getStart() - Method in class com.ibm.icu.text.ConstrainedFieldPosition
Gets the INCLUSIVE start index for the current position.
getStart() - Method in class com.ibm.icu.util.CodePointMap.Range
 
getStartEndSamples(Set<DecimalQuantity>) - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
getStartInYear(int, int, int) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Gets the time when this rule takes effect in the given year.
getStartTimes() - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
Gets the array of start times used by this rule.
getStartYear() - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Gets the first year when this rule takes effect.
getState64() - Method in class com.ibm.icu.util.BytesTrie
Returns the state of this trie as a 64-bit integer.
getState64() - Method in class com.ibm.icu.util.CharsTrie
Returns the state of this trie as a 64-bit integer.
getStrength() - Method in class com.ibm.icu.text.Collator
Returns this Collator's strength attribute.
getStrength() - Method in class com.ibm.icu.text.RuleBasedCollator
Returns this Collator's strength attribute.
getString(byte[], String) - Method in class com.ibm.icu.text.CharsetDetector
Autodetect the charset of an inputStream, and return a String containing the converted input data.
getString() - Method in class com.ibm.icu.text.CharsetMatch
Create a Java String from Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getString(int) - Method in class com.ibm.icu.text.CharsetMatch
Create a Java String from Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getString() - Method in class com.ibm.icu.text.UnicodeSetIterator
Gets the current string from the iterator.
getString() - Method in class com.ibm.icu.util.CaseInsensitiveString
returns the underlying string
getString() - Method in class com.ibm.icu.util.UResourceBundle
Returns a string from a string resource type
getString(int) - Method in class com.ibm.icu.util.UResourceBundle
Returns the string in a given resource at the specified index.
getStringArray() - Method in class com.ibm.icu.util.UResourceBundle
Returns a string array from a array resource type
getStringPropertyValue(int, int, int) - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
This API is ICU internal only.
getSubstituteHandling() - Method in class com.ibm.icu.text.DisplayOptions
Gets the substitute handling.
getSubstring(MessagePattern.Part) - Method in class com.ibm.icu.text.MessagePattern
Returns the substring of the pattern string indicated by the Part.
getSubtype() - Method in class com.ibm.icu.util.MeasureUnit
Get the subType, such as “foot”.
getSuperscriptInstance(ULocale) - Static method in class com.ibm.icu.text.ScientificNumberFormatter
Gets a ScientificNumberFormatter instance that uses superscript characters for exponents for this locale.
getSuperscriptInstance(DecimalFormat) - Static method in class com.ibm.icu.text.ScientificNumberFormatter
Gets a ScientificNumberFormatter instance that uses superscript characters for exponents.
getSupportedIndex() - Method in class com.ibm.icu.util.LocaleMatcher.Result
Returns the index of the best-matching supported locale in the constructor’s or builder’s input order (“set” Collection plus “added” locales).
getSupportedLocale() - Method in class com.ibm.icu.util.LocaleMatcher.Result
Returns the best-matching supported locale.
getSupportedLocaleIDs() - Method in class com.ibm.icu.text.Collator.CollatorFactory
Return an unmodifiable collection of the locale names directly supported by this factory.
getSupportedLocaleNames() - Method in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
Returns an immutable collection of the locale names directly supported by this factory.
getSupportedLocaleNames() - Method in class com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
Returns an immutable collection of the locale names directly supported by this factory.
getSupportedULocale() - Method in class com.ibm.icu.util.LocaleMatcher.Result
Returns the best-matching supported locale.
getSymbol(String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns the symbol for the currency with the provided ISO code.
getSymbol() - Method in class com.ibm.icu.util.Currency
Convenience and compatibility override of getName that requests the symbol name for the default DISPLAY locale.
getSymbol(Locale) - Method in class com.ibm.icu.util.Currency
Convenience and compatibility override of getName that requests the symbol name.
getSymbol(ULocale) - Method in class com.ibm.icu.util.Currency
Convenience and compatibility override of getName that requests the symbol name.
getSymbols() - Method in class com.ibm.icu.text.SimpleDateFormat
Method for subclasses to access the DateFormatSymbols.
getTailoredSet() - Method in class com.ibm.icu.text.Collator
[icu] Returns a UnicodeSet that contains all the characters and sequences tailored in this collator.
getTailoredSet() - Method in class com.ibm.icu.text.RuleBasedCollator
Get a UnicodeSet that contains all the characters and sequences tailored in this collator.
getTarget() - Method in class com.ibm.icu.text.SearchIterator
Return the string text to be searched.
getTargetSet() - Method in class com.ibm.icu.text.Transliterator
Returns the set of all characters that may be generated as replacement text by this transliterator.
getTemporalMonthCode() - Method in class com.ibm.icu.util.Calendar
Gets The Temporal monthCode value corresponding to the month for the date.
getTemporalMonthCode() - Method in class com.ibm.icu.util.ChineseCalendar
Gets The Temporal monthCode value corresponding to the month for the date.
getTemporalMonthCode() - Method in class com.ibm.icu.util.HebrewCalendar
Gets The Temporal monthCode value corresponding to the month for the date.
getTerritory() - Method in class com.ibm.icu.util.GlobalizationPreferences
Gets the territory setting.
getText() - Method in class com.ibm.icu.text.Bidi
Get the text.
getText() - Method in class com.ibm.icu.text.BreakIterator
Returns a CharacterIterator over the text being analyzed.
getText() - Method in class com.ibm.icu.text.MessagePatternUtil.TextNode
 
getText(char[]) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
getText() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
getText() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Returns a CharacterIterator over the text being analyzed.
getText(char[], int) - Method in class com.ibm.icu.text.UCharacterIterator
Fills the buffer with the underlying text storage of the iterator If the buffer capacity is not enough a exception is thrown.
getText(char[]) - Method in class com.ibm.icu.text.UCharacterIterator
Convenience override for getText(char[], int) that provides an offset of 0.
getText() - Method in class com.ibm.icu.text.UCharacterIterator
Convenience method for returning the underlying text storage as as string
getTextAsString() - Method in class com.ibm.icu.text.Bidi
Get the text.
getTextWithNoArguments() - Method in class com.ibm.icu.text.SimpleFormatter
Returns the pattern text with none of the arguments.
getTime() - Method in class com.ibm.icu.util.Calendar
Returns this Calendar's current time.
getTime() - Method in class com.ibm.icu.util.TimeZoneTransition
Returns the time of transition in milliseconds since the base time.
getTimeInMillis() - Method in class com.ibm.icu.util.Calendar
Returns this Calendar's current time as a long.
getTimeInstance() - Static method in class com.ibm.icu.text.DateFormat
Gets the time formatter with the default formatting style for the default FORMAT locale.
getTimeInstance(int) - Static method in class com.ibm.icu.text.DateFormat
Returns the time formatter with the given formatting style for the default FORMAT locale.
getTimeInstance(int, Locale) - Static method in class com.ibm.icu.text.DateFormat
Returns the time formatter with the given formatting style for the given locale.
getTimeInstance(int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
Returns the time formatter with the given formatting style for the given locale.
getTimeInstance(Calendar, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
Creates a DateFormat object that can be used to format times in the calendar system specified by cal.
getTimeInstance(Calendar, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
Creates a DateFormat object that can be used to format times in the calendar system specified by cal.
getTimeInstance(Calendar, int) - Static method in class com.ibm.icu.text.DateFormat
Creates a DateFormat object that can be used to format times in the calendar system specified by cal.
getTimeRuleType() - Method in class com.ibm.icu.util.DateTimeRule
Gets the time rule type
getTimeScaleValue(int, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
Get a value associated with a particular time scale.
getTimeSeparatorString() - Method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
This API is ICU internal only.
getTimeType() - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
Gets the time type of the start times used by this rule.
getTimeUnit() - Method in class com.ibm.icu.util.TimeUnitAmount
Get the unit (convenience to avoid cast).
getTimeZone() - Method in class com.ibm.icu.text.DateFormat
Returns the time zone.
getTimeZone() - Method in class com.ibm.icu.text.DateIntervalFormat
Get the TimeZone
getTimeZone() - Method in class com.ibm.icu.util.Calendar
Returns the time zone.
getTimeZone() - Method in class com.ibm.icu.util.GlobalizationPreferences
Get the timezone.
getTimeZone(String) - Static method in class com.ibm.icu.util.TimeZone
Gets the TimeZone for the given ID.
getTimeZone(String, int) - Static method in class com.ibm.icu.util.TimeZone
Gets the TimeZone for the given ID and the timezone type.
getTimeZoneDisplayName(String, TimeZoneNames.NameType) - Method in class com.ibm.icu.text.TimeZoneNames
Returns the display name of the time zone.
getTimeZoneFormat() - Method in class com.ibm.icu.text.SimpleDateFormat
[icu] Gets the time zone formatter which this date/time formatter uses to format and parse a time zone.
getTimeZoneNames() - Method in class com.ibm.icu.text.TimeZoneFormat
Returns the time zone display name data used by this instance.
getTimeZoneNames(ULocale) - Method in class com.ibm.icu.text.TimeZoneNames.Factory
Deprecated.
This API is ICU internal only.
getTimeZoneRules() - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Returns the array of TimeZoneRule which represents the rule of this time zone object.
getTimeZoneRules(long) - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Returns the array of TimeZoneRule which represents the rule of this time zone object since the specified start time.
getTimeZoneRules() - Method in class com.ibm.icu.util.RuleBasedTimeZone
[icu] Returns the array of TimeZoneRule which represents the rule of this time zone object.
getTimeZoneRules() - Method in class com.ibm.icu.util.SimpleTimeZone
[icu] Returns the array of TimeZoneRule which represents the rule of this time zone object.
getTimeZoneRules() - Method in class com.ibm.icu.util.VTimeZone
[icu] Returns the array of TimeZoneRule which represents the rule of this time zone object.
getTimeZoneRules(long) - Method in class com.ibm.icu.util.VTimeZone
[icu] Returns the array of TimeZoneRule which represents the rule of this time zone object since the specified start time.
getTitleInstance() - Static method in class com.ibm.icu.text.BreakIterator
Deprecated.
getTitleInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
Deprecated.
getTitleInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
Deprecated.
getTo() - Method in class com.ibm.icu.util.TimeZoneTransition
Returns the rule used after the transition.
getToDate() - Method in class com.ibm.icu.util.DateInterval
Get the to date.
getTrailSurrogate(int) - Static method in class com.ibm.icu.text.UTF16
Returns the trail surrogate.
getType(int) - Static method in class com.ibm.icu.lang.UCharacter
Returns a value indicating a code point's Unicode category.
getType() - Method in class com.ibm.icu.text.DateTimePatternGenerator.VariableField
Deprecated.
This API is ICU internal only.
getType() - Method in class com.ibm.icu.text.MessagePattern.Part
Returns the type of this part.
getType() - Method in class com.ibm.icu.text.MessagePatternUtil.MessageContentsNode
Returns the type of this piece of MessageNode contents.
getType() - Method in class com.ibm.icu.util.BuddhistCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.Calendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.ChineseCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.CodePointTrie.Fast
 
getType() - Method in class com.ibm.icu.util.CodePointTrie
Returns the trie type.
getType() - Method in class com.ibm.icu.util.CodePointTrie.Small
 
getType() - Method in class com.ibm.icu.util.CopticCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.DangiCalendar
Deprecated.
This API is ICU internal only.
getType() - Method in class com.ibm.icu.util.EthiopicCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.GregorianCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.HebrewCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.IndianCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.IslamicCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.JapaneseCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.MeasureUnit
Get the type, such as "length".
getType() - Method in class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
getType() - Method in class com.ibm.icu.util.Region
Returns this region's type.
getType() - Method in class com.ibm.icu.util.TaiwanCalendar
[icu] Returns the calendar type name string for this Calendar object.
getType() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Returns the type of a resource.
getTypeIterator() - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns an iterator for character types, iterating over codepoints.
getTypeName() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
 
getTZDataVersion() - Static method in class com.ibm.icu.util.TimeZone
[icu] Returns the time zone data version currently used by ICU.
getTZDBInstance(ULocale) - Static method in class com.ibm.icu.text.TimeZoneNames
Returns an instance of TimeZoneNames containing only short specific zone names (TimeZoneNames.NameType.SHORT_STANDARD and TimeZoneNames.NameType.SHORT_DAYLIGHT), compatible with the IANA tz database's zone abbreviations (not localized).
getTZURL() - Method in class com.ibm.icu.util.VTimeZone
Gets the RFC2445 TZURL property value.
getUCAVersion() - Method in class com.ibm.icu.text.Collator
[icu] Returns the UCA version of this collator object.
getUCAVersion() - Method in class com.ibm.icu.text.RuleBasedCollator
Get the UCA version of this collator object.
getUiList(Set<ULocale>, boolean, Comparator<Object>) - Method in class com.ibm.icu.text.LocaleDisplayNames
Return a list of information used to construct a UI list of locale names.
getUiListCompareWholeItems(Set<ULocale>, Comparator<LocaleDisplayNames.UiListItem>) - Method in class com.ibm.icu.text.LocaleDisplayNames
Return a list of information used to construct a UI list of locale names, providing more access to control the sorting.
getUInt() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Returns a unsigned integer from a resource.
getULocale() - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns the locale used to determine how to translate the currency names.
getULocale() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the locale for which this object was constructed.
getULocale() - Method in class com.ibm.icu.text.MessageFormat
[icu] Returns the locale that's used when creating argument Format objects.
getULocale() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Returns the RFC 3066 conformant locale id of this resource bundle.
getULocales() - Method in class com.ibm.icu.util.LocalePriorityList
Returns the locales as an immutable Set view.
getUnderflowLabel() - Method in class com.ibm.icu.text.AlphabeticIndex
Get the default label used in the IndexCharacters' locale for underflow, eg the last item in: X Y Z ...
getUnicodeLocaleAttributes() - Method in class com.ibm.icu.util.ULocale
Returns the set of unicode locale attributes associated with this locale, or the empty set if it has no attributes.
getUnicodeLocaleKeys() - Method in class com.ibm.icu.util.ULocale
Returns the set of Unicode locale keys defined by this locale, or the empty set if this locale has none.
getUnicodeLocaleType(String) - Method in class com.ibm.icu.util.ULocale
Returns the Unicode locale type associated with the specified Unicode locale key for this locale.
getUnicodeNumericValue(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns the numeric value for a Unicode code point as defined in the Unicode Character Database.
getUnicodeSet(UnicodeSet, int) - Method in class com.ibm.icu.charset.CharsetICU
Returns the set of Unicode code points that can be converted by an ICU Converter.
getUnicodeSet() - Method in class com.ibm.icu.text.UnicodeSetSpanner
Returns the UnicodeSet used for processing.
getUnicodeVersion() - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns the version of Unicode data used.
getUniqueKeywordDecimalQuantityValue(String) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
getUniqueKeywordValue(String) - Method in class com.ibm.icu.text.PluralRules
Returns the unique value that this keyword matches, or PluralRules.NO_UNIQUE_VALUE if the keyword matches multiple values or is not defined for this PluralRules.
getUniqueValue() - Method in class com.ibm.icu.util.BytesTrie
Determines whether all byte sequences reachable from the current state map to the same value, and if so, returns that value.
getUniqueValue() - Method in class com.ibm.icu.util.CharsTrie
Determines whether all strings reachable from the current state map to the same value, and if so, returns that value.
getUnit() - Method in class com.ibm.icu.util.Measure
Returns the unit of this object.
getUnitDisplayName(MeasureUnit) - Method in class com.ibm.icu.text.MeasureFormat
Gets the display name of the specified MeasureUnit corresponding to the current locale and format width.
getUsage(int) - Static method in class com.ibm.icu.lang.UScript
Returns the script usage according to UAX #31 Unicode Identifier and Pattern Syntax.
getUTS46Instance(int) - Static method in class com.ibm.icu.text.IDNA
Returns an IDNA instance which implements UTS #46.
getValue() - Method in class com.ibm.icu.message2.Mf2DataModel.Text
Deprecated.
This API is for technology preview only.
getValue() - Method in class com.ibm.icu.text.MessagePattern.Part
Returns a value associated with this part.
getValue() - Method in class com.ibm.icu.util.BytesTrie
Returns a matching byte sequence's value if called immediately after current()/first()/next() returned Result.INTERMEDIATE_VALUE or Result.FINAL_VALUE.
getValue() - Method in class com.ibm.icu.util.CharsTrie
Returns a matching string's value if called immediately after current()/first()/next() returned Result.INTERMEDIATE_VALUE or Result.FINAL_VALUE.
getValue() - Method in class com.ibm.icu.util.CodePointMap.Range
 
getValue() - Method in class com.ibm.icu.util.CodePointMap.StringIterator
 
getValueArray() - Method in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
getValueArray() - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
getValueWidth() - Method in class com.ibm.icu.util.CodePointTrie
Returns the number of bits in a trie data value.
getVariableName() - Method in class com.ibm.icu.message2.Mf2DataModel.Value
Deprecated.
This API is for technology preview only.
getVariableTop() - Method in class com.ibm.icu.text.Collator
[icu] Gets the variable top value of a Collator.
getVariableTop() - Method in class com.ibm.icu.text.RuleBasedCollator
[icu] Gets the variable top value of a Collator.
getVariant() - Method in class com.ibm.icu.util.ULocale
Returns the variant code for this locale, which might be the empty string.
getVariant(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Returns the variant code for the specified locale, which might be the empty string.
getVariants() - Method in class com.ibm.icu.message2.Mf2DataModel
Deprecated.
This API is for technology preview only.
getVariants() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
 
getVariantsByType(List<MessagePatternUtil.VariantNode>, List<MessagePatternUtil.VariantNode>) - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
Separates the variants by type.
getVariantSymbol(String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns the variant symbol for the currency with the provided ISO code.
getVersion() - Method in class com.ibm.icu.text.Collator
[icu] Returns the version of this collator object.
getVersion() - Method in class com.ibm.icu.text.RuleBasedCollator
Get the version of this collator object.
getVersion() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Return the version number associated with this UResourceBundle as an VersionInfo object.
getVersionString(int, int) - Method in class com.ibm.icu.util.VersionInfo
Deprecated.
This API is ICU internal only. (For use in CLDR, etc.)
getVisibleDecimalDigitCount() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
getVisibleDecimalDigitCountWithoutTrailingZeros() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
getVisualIndex(int) - Method in class com.ibm.icu.text.Bidi
Get the visual position from a logical text position.
getVisualMap() - Method in class com.ibm.icu.text.Bidi
Get a visual-to-logical index map (array) for the characters in the Bidi (paragraph or line) object.
getVisualRun(int) - Method in class com.ibm.icu.text.Bidi
Get a BidiRun object according to its index.
getWeekData() - Method in class com.ibm.icu.util.Calendar
[icu] Return simple, immutable struct-like class for access to the week data in this calendar.
getWeekDataForRegion(String) - Static method in class com.ibm.icu.util.Calendar
[icu] Return simple, immutable struct-like class for access to the CLDR week data.
getWeekdays() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns wide weekday strings.
getWeekdays(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Returns weekday strings.
getWeekendTransition(int) - Method in class com.ibm.icu.util.Calendar
getWeight(ULocale) - Method in class com.ibm.icu.util.LocalePriorityList
Returns the weight for a given language/locale, or null if there is none.
getWidth() - Method in class com.ibm.icu.text.MeasureFormat
Get the format width this instance is using.
getWidth() - Method in class com.ibm.icu.util.LocaleData.PaperSize
Returns the width of the paper
getWindowsID(String) - Static method in class com.ibm.icu.util.TimeZone
[icu] Converts a system time zone ID to an equivalent Windows time zone ID.
getWordInstance() - Static method in class com.ibm.icu.text.BreakIterator
Returns a new instance of BreakIterator that locates word boundaries.
getWordInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
Returns a new instance of BreakIterator that locates word boundaries.
getWordInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
[icu] Returns a new instance of BreakIterator that locates word boundaries.
getYearNames(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Returns cyclic year name strings if the calendar has them, for example: "jia-zi", "yi-chou", etc.
getZeroDigit() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the character used for zero.
getZodiacNames(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Returns calendar zodiac name strings if the calendar has them, for example: "Rat", "Ox", "Tiger", etc.
getZoneStrings() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns time zone strings.
GIGABIT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: gigabit
GIGABYTE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: gigabyte
GIGAHERTZ - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of frequency: gigahertz
GIGAWATT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of power: gigawatt
GLAGOLITIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GLAGOLITIC - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.1
GLAGOLITIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GLAGOLITIC_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GLAGOLITIC_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GlobalizationPreferences - Class in com.ibm.icu.util
This convenience class provides a mechanism for bundling together different globalization preferences.
GlobalizationPreferences() - Constructor for class com.ibm.icu.util.GlobalizationPreferences
Default constructor
GLUE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
GLUE_AFTER_ZWJ - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
GLUE_AFTER_ZWJ - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
GMT_ZONE - Static variable in class com.ibm.icu.util.TimeZone
[icu] The immutable GMT (=UTC) time zone.
GOOD_FRIDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Good Friday, 2 days before Easter
GOTHIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GOTHIC - Static variable in class com.ibm.icu.lang.UScript
Gothic
GOTHIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GRAIN - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: grain
GRAM - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: gram
GRANTHA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GRANTHA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
GRANTHA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GRAPHEME_BASE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Grapheme_Base (new).
GRAPHEME_CLUSTER_BREAK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Grapheme_Cluster_Break (new in Unicode 4.1).
GRAPHEME_EXTEND - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Grapheme_Extend (new).
GRAPHEME_LINK - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Grapheme_Link (new).
GREATEST_MINIMUM - Static variable in class com.ibm.icu.util.Calendar
Limit type for getLimit() and handleGetLimit() indicating the greatest minimum value that a field can take.
GREEK - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Unicode 3.2 renames this block to "Greek and Coptic".
GREEK - Static variable in class com.ibm.icu.lang.UScript
Greek
GREEK_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GREEK_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GREEK_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Unicode 3.2 renames this block to "Greek and Coptic".
GregorianCalendar - Class in com.ibm.icu.util
[icu enhancement] ICU's replacement for java.util.GregorianCalendar.
GregorianCalendar() - Constructor for class com.ibm.icu.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default FORMAT locale.
GregorianCalendar(TimeZone) - Constructor for class com.ibm.icu.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default FORMAT locale.
GregorianCalendar(Locale) - Constructor for class com.ibm.icu.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(ULocale) - Constructor for class com.ibm.icu.util.GregorianCalendar
[icu] Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.GregorianCalendar
[icu] Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GregorianCalendar(int, int, int) - Constructor for class com.ibm.icu.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default FORMAT locale.
GregorianCalendar(int, int, int, int, int) - Constructor for class com.ibm.icu.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default FORMAT locale.
GregorianCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default FORMAT locale.
gregorianMonthLength(int, int) - Static method in class com.ibm.icu.util.Calendar
Returns the length of a month of the Gregorian calendar.
gregorianPreviousMonthLength(int, int) - Static method in class com.ibm.icu.util.Calendar
Returns the length of a previous month of the Gregorian calendar.
grouping(NumberFormatter.GroupingStrategy) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies the grouping strategy to use when formatting numbers.
GROUPING_SEPARATOR - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
guessBreakIterator(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics.
guessCalendar() - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics.
guessCollator() - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics.
guessCurrency() - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics
guessDateFormat(int, int) - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics.
guessLocales() - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics It MUST return a 'safe' value, one whose modification will not affect this object.
guessNumberFormat(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics.
guessTerritory() - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics.
guessTimeZone() - Method in class com.ibm.icu.util.GlobalizationPreferences
This function can be overridden by subclasses to use different heuristics.
GUJARATI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GUJARATI - Static variable in class com.ibm.icu.lang.UScript
Gujarati
GUJARATI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GUNJALA_GONDI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GUNJALA_GONDI - Static variable in class com.ibm.icu.lang.UScript
 
GUNJALA_GONDI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GURMUKHI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
GURMUKHI - Static variable in class com.ibm.icu.lang.UScript
Gurmukhi
GURMUKHI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 

H

H2 - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
H3 - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
HAH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HALFWIDTH - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
 
HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HALFWIDTH_AND_FULLWIDTH_FORMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HAMLE - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ሐምሌ, the 11th month of the Ethiopic year.
HAMZA_ON_HEH_GOAL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HAN - Static variable in class com.ibm.icu.lang.UScript
Han
HAN_WITH_BOPOMOFO - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
handleComputeFields(int) - Method in class com.ibm.icu.util.BuddhistCalendar
 
handleComputeFields(int) - Method in class com.ibm.icu.util.Calendar
Subclasses may override this method to compute several fields specific to each calendar system.
handleComputeFields(int) - Method in class com.ibm.icu.util.ChineseCalendar
Override Calendar to compute several fields specific to the Chinese calendar system.
handleComputeFields(int) - Method in class com.ibm.icu.util.CopticCalendar
Deprecated.
This API is ICU internal only.
handleComputeFields(int) - Method in class com.ibm.icu.util.EthiopicCalendar
Deprecated.
This API is ICU internal only.
handleComputeFields(int) - Method in class com.ibm.icu.util.GregorianCalendar
Override Calendar to compute several fields specific to the hybrid Gregorian-Julian calendar system.
handleComputeFields(int) - Method in class com.ibm.icu.util.HebrewCalendar
Subclasses may override this method to compute several fields specific to each calendar system.
handleComputeFields(int) - Method in class com.ibm.icu.util.IndianCalendar
Subclasses may override this method to compute several fields specific to each calendar system.
handleComputeFields(int) - Method in class com.ibm.icu.util.IslamicCalendar
Override Calendar to compute several fields specific to the Islamic calendar system.
handleComputeFields(int) - Method in class com.ibm.icu.util.JapaneseCalendar
 
handleComputeFields(int) - Method in class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
handleComputeFields(int) - Method in class com.ibm.icu.util.TaiwanCalendar
Override Calendar to compute several fields specific to the hybrid Gregorian-Julian calendar system.
handleComputeJulianDay(int) - Method in class com.ibm.icu.util.Calendar
Subclasses may override this.
handleComputeJulianDay(int) - Method in class com.ibm.icu.util.GregorianCalendar
 
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.BuddhistCalendar
 
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.Calendar
Returns the Julian day number of day before the first day of the given month in the given extended year.
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.ChineseCalendar
Return the Julian day number of day before the first day of the given month in the given extended year.
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.GregorianCalendar
Return JD of start of given month/year
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.HebrewCalendar
Return JD of start of given month/year.
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.IndianCalendar
Returns the Julian day number of day before the first day of the given month in the given extended year.
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.IslamicCalendar
 
handleComputeMonthStart(int, int, boolean) - Method in class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
handleCreateFields() - Method in class com.ibm.icu.util.Calendar
Subclasses that use additional fields beyond those defined in Calendar should override this method to return an int[] array of the appropriate length.
handleGet(String, HashMap<String, String>, UResourceBundle) - Method in class com.ibm.icu.util.UResourceBundle
[icu] Actual worker method for fetching a resource based on the given key.
handleGet(int, HashMap<String, String>, UResourceBundle) - Method in class com.ibm.icu.util.UResourceBundle
[icu] Actual worker method for fetching a resource based on the given index.
handleGetDateFormat(String, Locale) - Method in class com.ibm.icu.util.Calendar
Creates a DateFormat appropriate to this calendar.
handleGetDateFormat(String, String, Locale) - Method in class com.ibm.icu.util.Calendar
Creates a DateFormat appropriate to this calendar.
handleGetDateFormat(String, ULocale) - Method in class com.ibm.icu.util.Calendar
Creates a DateFormat appropriate to this calendar.
handleGetDateFormat(String, String, ULocale) - Method in class com.ibm.icu.util.Calendar
Creates a DateFormat appropriate to this calendar.
handleGetDateFormat(String, String, ULocale) - Method in class com.ibm.icu.util.ChineseCalendar
Creates a DateFormat appropriate to this calendar.
handleGetExtendedYear() - Method in class com.ibm.icu.util.BuddhistCalendar
 
handleGetExtendedYear() - Method in class com.ibm.icu.util.Calendar
Returns the extended year defined by the current fields.
handleGetExtendedYear() - Method in class com.ibm.icu.util.ChineseCalendar
Implement abstract Calendar method to return the extended year defined by the current fields.
handleGetExtendedYear() - Method in class com.ibm.icu.util.CopticCalendar
Deprecated.
This API is ICU internal only.
handleGetExtendedYear() - Method in class com.ibm.icu.util.EthiopicCalendar
Deprecated.
This API is ICU internal only.
handleGetExtendedYear() - Method in class com.ibm.icu.util.GregorianCalendar
 
handleGetExtendedYear() - Method in class com.ibm.icu.util.HebrewCalendar
 
handleGetExtendedYear() - Method in class com.ibm.icu.util.IndianCalendar
Returns the extended year defined by the current fields.
handleGetExtendedYear() - Method in class com.ibm.icu.util.IslamicCalendar
 
handleGetExtendedYear() - Method in class com.ibm.icu.util.JapaneseCalendar
 
handleGetExtendedYear() - Method in class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
handleGetExtendedYear() - Method in class com.ibm.icu.util.TaiwanCalendar
Returns the extended year defined by the current fields.
handleGetKeys() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Actual worker method for fetching the keys of resources contained in the resource.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.BuddhistCalendar
Override GregorianCalendar.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.Calendar
Subclass API for defining limits of different types.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.ChineseCalendar
Override Calendar to return the limit value for the given field.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.EthiopicCalendar
Deprecated.
This API is ICU internal only.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.GregorianCalendar
 
handleGetLimit(int, int) - Method in class com.ibm.icu.util.HebrewCalendar
 
handleGetLimit(int, int) - Method in class com.ibm.icu.util.IndianCalendar
Subclass API for defining limits of different types.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.IslamicCalendar
 
handleGetLimit(int, int) - Method in class com.ibm.icu.util.JapaneseCalendar
Override GregorianCalendar.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
handleGetLimit(int, int) - Method in class com.ibm.icu.util.TaiwanCalendar
Override GregorianCalendar.
handleGetMonthLength(int, int) - Method in class com.ibm.icu.util.Calendar
Returns the number of days in the given month of the given extended year of this calendar system.
handleGetMonthLength(int, int) - Method in class com.ibm.icu.util.ChineseCalendar
Override Calendar method to return the number of days in the given extended year and month.
handleGetMonthLength(int, int) - Method in class com.ibm.icu.util.GregorianCalendar
 
handleGetMonthLength(int, int) - Method in class com.ibm.icu.util.HebrewCalendar
Returns the length of the given month in the given year
handleGetMonthLength(int, int) - Method in class com.ibm.icu.util.IndianCalendar
Returns the number of days in the given month of the given extended year of this calendar system.
handleGetMonthLength(int, int) - Method in class com.ibm.icu.util.IslamicCalendar
Return the length (in days) of the given month.
handleGetMonthLength(int, int) - Method in class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
handleGetObject(String) - Method in class com.ibm.icu.util.UResourceBundle
handleGetSourceSet() - Method in class com.ibm.icu.text.Transliterator
Framework method that returns the set of all characters that may be modified in the input text by this Transliterator, ignoring the effect of this object's filter.
handleGetStringArray() - Method in class com.ibm.icu.util.UResourceBundle
[icu] Actual worker method for fetching the array of strings in a resource.
handleGetYearLength(int) - Method in class com.ibm.icu.util.Calendar
Returns the number of days in the given extended year of this calendar system.
handleGetYearLength(int) - Method in class com.ibm.icu.util.GregorianCalendar
 
handleGetYearLength(int) - Method in class com.ibm.icu.util.HebrewCalendar
Returns the number of days in the given Hebrew year
handleGetYearLength(int) - Method in class com.ibm.icu.util.IndianCalendar
Returns the number of days in the given extended year of this calendar system.
handleGetYearLength(int) - Method in class com.ibm.icu.util.IslamicCalendar
Return the number of days in the given Islamic year
handleGetYearLength(int) - Method in class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
handleKeySet() - Method in class com.ibm.icu.util.UResourceBundle
Deprecated.
This API is ICU internal only.
handleNext(int) - Method in class com.ibm.icu.text.SearchIterator
Abstract method which subclasses override to provide the mechanism for finding the next match in the target text.
handleNext(int) - Method in class com.ibm.icu.text.StringSearch
Abstract method which subclasses override to provide the mechanism for finding the next match in the target text.
handlePrevious(int) - Method in class com.ibm.icu.text.SearchIterator
Abstract method which subclasses override to provide the mechanism for finding the previous match in the target text.
handlePrevious(int) - Method in class com.ibm.icu.text.StringSearch
Abstract method which subclasses override to provide the mechanism for finding the previous match in the target text.
handleTransliterate(Replaceable, Transliterator.Position, boolean) - Method in class com.ibm.icu.text.RuleBasedTransliterator
Deprecated.
This API is ICU internal only.
handleTransliterate(Replaceable, Transliterator.Position, boolean) - Method in class com.ibm.icu.text.Transliterator
Abstract method that concrete subclasses define to implement their transliteration algorithm.
HANGUL - Static variable in class com.ibm.icu.lang.UScript
Hangul
HANGUL_COMPATIBILITY_JAMO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_COMPATIBILITY_JAMO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_JAMO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_JAMO_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_JAMO_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_JAMO_EXTENDED_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_JAMO_EXTENDED_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_JAMO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_SYLLABLE_TYPE - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Hangul_Syllable_Type, new in Unicode 4.
HANGUL_SYLLABLES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANGUL_SYLLABLES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANIFI_ROHINGYA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANIFI_ROHINGYA - Static variable in class com.ibm.icu.lang.UScript
 
HANIFI_ROHINGYA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANIFI_ROHINGYA_KINNA_YA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HANIFI_ROHINGYA_PA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HANUKKAH - Static variable in class com.ibm.icu.util.HebrewHoliday
 
HANUNOO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HANUNOO - Static variable in class com.ibm.icu.lang.UScript
Hanunooo
HANUNOO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HARAPPAN_INDUS - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
hasBinaryProperty(int, int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Check a binary Unicode property for a code point.
hasBinaryProperty(CharSequence, int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns true if the property is true for the string.
hasBoundaryAfter(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
Tests if the character always has a normalization boundary after it, regardless of context.
hasBoundaryAfter(int) - Method in class com.ibm.icu.text.Normalizer2
Tests if the character always has a normalization boundary after it, regardless of context.
hasBoundaryBefore(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
Tests if the character always has a normalization boundary before it, regardless of context.
hasBoundaryBefore(int) - Method in class com.ibm.icu.text.Normalizer2
Tests if the character always has a normalization boundary before it, regardless of context.
hasCertainErrors(IDNA.Info, EnumSet<IDNA.Error>) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
hasCertainLabelErrors(IDNA.Info, EnumSet<IDNA.Error>) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
hasChange() - Method in class com.ibm.icu.text.Edits.Iterator
Returns whether the edit currently represented by the iterator is a change edit.
hasChanges() - Method in class com.ibm.icu.text.Edits
 
hasData() - Static method in class com.ibm.icu.text.CurrencyDisplayNames
Deprecated.
This API is ICU internal only.
hasData() - Static method in class com.ibm.icu.text.CurrencyMetaInfo
Deprecated.
This API is ICU internal only.
hasDateAndTimeFields() - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated.
This API is ICU internal only.
hasEquivalentTransitions(TimeZone, long, long) - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Checks if the time zone has equivalent transitions in the time range.
hasEquivalentTransitions(TimeZone, long, long, boolean) - Method in class com.ibm.icu.util.BasicTimeZone
[icu] Checks if the time zone has equivalent transitions in the time range.
hasEquivalentTransitions(TimeZone, long, long) - Method in class com.ibm.icu.util.VTimeZone
[icu] Checks if the time zone has equivalent transitions in the time range.
hasErrors() - Method in class com.ibm.icu.text.IDNA.Info
Were there IDNA processing errors?
hasExplicitOffset() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
 
hashCode() - Method in class com.ibm.icu.math.BigDecimal
Returns the hashcode for this BigDecimal.
hashCode() - Method in class com.ibm.icu.number.FormattedNumberRange
hashCode() - Method in class com.ibm.icu.number.NumberFormatterSettings
hashCode() - Method in class com.ibm.icu.number.NumberRangeFormatterSettings
hashCode() - Method in class com.ibm.icu.text.ArabicShaping
 
hashCode() - Method in class com.ibm.icu.text.CollationElementIterator
Mock implementation of hashCode().
hashCode() - Method in class com.ibm.icu.text.CollationKey
Returns a hash code for this CollationKey.
hashCode() - Method in class com.ibm.icu.text.Collator
Generates a hash code for this Collator object.
hashCode() - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
hashCode() - Method in class com.ibm.icu.text.CurrencyPluralInfo
Override hashCode
hashCode() - Method in class com.ibm.icu.text.DateFormat
Overrides hashCode.
hashCode() - Method in class com.ibm.icu.text.DateFormatSymbols
Override hashCode.
hashCode() - Method in class com.ibm.icu.text.DateIntervalInfo
Override hashcode
hashCode() - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
Returns the hash code of this PatternInfo.
hashCode() - Method in class com.ibm.icu.text.DecimalFormat
hashCode() - Method in class com.ibm.icu.text.DecimalFormatSymbols
hashCode() - Method in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
hashCode() - Method in class com.ibm.icu.text.MeasureFormat
hashCode() - Method in class com.ibm.icu.text.MessageFormat
hashCode() - Method in class com.ibm.icu.text.MessagePattern
hashCode() - Method in class com.ibm.icu.text.MessagePattern.Part
hashCode() - Method in class com.ibm.icu.text.NumberFormat
hashCode() - Method in class com.ibm.icu.text.PluralFormat
hashCode() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
hashCode() - Method in class com.ibm.icu.text.PluralRules
hashCode() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Compute a hashcode for this BreakIterator
hashCode() - Method in class com.ibm.icu.text.RuleBasedCollator
Generates a unique hash code for this RuleBasedCollator.
hashCode() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
hashCode() - Method in class com.ibm.icu.text.SelectFormat
hashCode() - Method in class com.ibm.icu.text.SimpleDateFormat
Override hashCode.
hashCode() - Method in class com.ibm.icu.text.SpoofChecker
hashCode() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
hashCode() - Method in exception com.ibm.icu.text.StringPrepParseException
Mock implementation of hashCode().
hashCode() - Method in class com.ibm.icu.text.Transliterator.Position
hashCode() - Method in class com.ibm.icu.text.UnicodeSet
Returns the hash code value for this set.
hashCode() - Method in class com.ibm.icu.text.UnicodeSetSpanner
hashCode() - Method in class com.ibm.icu.util.ByteArrayWrapper
Return the hashcode.
hashCode() - Method in class com.ibm.icu.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in class com.ibm.icu.util.Calendar.WeekData
hashCode() - Method in class com.ibm.icu.util.CaseInsensitiveString
Returns the hashCode of this object
hashCode() - Method in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
hashCode() - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
hashCode() - Method in class com.ibm.icu.util.DateInterval
Override hashcode
hashCode() - Method in class com.ibm.icu.util.GregorianCalendar
Override hashCode.
hashCode() - Method in class com.ibm.icu.util.LocalePriorityList
hashCode() - Method in class com.ibm.icu.util.Measure
Returns a hashcode for this object.
hashCode() - Method in class com.ibm.icu.util.MeasureUnit
hashCode() - Method in class com.ibm.icu.util.SimpleTimeZone
Overrides hashCode.
hashCode() - Method in class com.ibm.icu.util.TimeZone
Overrides hashCode.
hashCode() - Method in class com.ibm.icu.util.ULocale
Returns the hashCode.
hashCode() - Method in class com.ibm.icu.util.VersionInfo
Returns the hash code value for this set.
hasIntegerValue() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
hasMetaData() - Method in interface com.ibm.icu.text.Replaceable
R Returns true if this object contains metadata.
hasMetaData() - Method in class com.ibm.icu.text.ReplaceableString
Implements Replaceable
hasMoreCodePointsThan(String, int) - Static method in class com.ibm.icu.text.UTF16
Check if the string contains more Unicode code points than a certain number.
hasMoreCodePointsThan(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
Check if the sub-range of char array, from argument start to limit, contains more Unicode code points than a certain number.
hasMoreCodePointsThan(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
Check if the string buffer contains more Unicode code points than a certain number.
hasMoreElements() - Method in class com.ibm.icu.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens() - Method in class com.ibm.icu.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNamedArguments() - Method in class com.ibm.icu.text.MessagePattern
Does the parsed pattern have named arguments like {first_name}?
hasNext() - Method in class com.ibm.icu.text.ComposedCharIter
Deprecated.
ICU 2.2
hasNext() - Method in class com.ibm.icu.util.BytesTrie.Iterator
 
hasNext() - Method in enum com.ibm.icu.util.BytesTrie.Result
Equivalent to (result==NO_VALUE || result==INTERMEDIATE_VALUE).
hasNext() - Method in class com.ibm.icu.util.CharsTrie.Iterator
 
hasNext() - Method in class com.ibm.icu.util.UResourceBundleIterator
Checks whether the given resource has another element to iterate over.
hasNumberedArguments() - Method in class com.ibm.icu.text.MessagePattern
Does the parsed pattern have numbered arguments like {2}?
hasNumericValue() - Method in enum com.ibm.icu.text.MessagePattern.Part.Type
Indicates whether this part has a numeric value.
hasOverride(ULocale) - Method in class com.ibm.icu.text.PluralRules.Factory
Deprecated.
This API is ICU internal only.
hasPluralStyle() - Method in enum com.ibm.icu.text.MessagePattern.ArgType
 
hasSameRules(TimeZone) - Method in class com.ibm.icu.util.RuleBasedTimeZone
Returns true if this zone has the same rule and offset as another zone.
hasSameRules(TimeZone) - Method in class com.ibm.icu.util.SimpleTimeZone
Returns true if this zone has the same rules and offset as another zone.
hasSameRules(TimeZone) - Method in class com.ibm.icu.util.TimeZone
Returns true if this zone has the same rule and offset as another zone.
hasSameRules(TimeZone) - Method in class com.ibm.icu.util.VTimeZone
Returns true if this zone has the same rule and offset as another zone.
hasScript(int, int) - Static method in class com.ibm.icu.lang.UScript
Do the Script_Extensions of code point c contain script sc?
hasStrings() - Method in class com.ibm.icu.text.UnicodeSet
 
hasValue() - Method in enum com.ibm.icu.util.BytesTrie.Result
Equivalent to (result==INTERMEDIATE_VALUE || result==FINAL_VALUE).
HATOR - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Αθορ / رﻮﺗﺎﻫ, the 3rd month of the Coptic year.
HATRAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HATRAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
HATRAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
haveDefaultCentury() - Method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
haveDefaultCentury() - Method in class com.ibm.icu.util.ChineseCalendar
Deprecated.
This API is ICU internal only.
haveDefaultCentury() - Method in class com.ibm.icu.util.JapaneseCalendar
Deprecated.
This API is ICU internal only.
HE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HEBREW - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HEBREW - Static variable in class com.ibm.icu.lang.UScript
Hebrew
HEBREW_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HEBREW_LETTER - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
HEBREW_LETTER - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
HebrewCalendar - Class in com.ibm.icu.util
HebrewCalendar is a subclass of Calendar that that implements the traditional Hebrew calendar.
HebrewCalendar() - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a default HebrewCalendar using the current time in the default time zone with the default FORMAT locale.
HebrewCalendar(TimeZone) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar based on the current time in the given time zone with the default FORMAT locale.
HebrewCalendar(Locale) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar based on the current time in the default time zone with the given locale.
HebrewCalendar(ULocale) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar based on the current time in the default time zone with the given locale.
HebrewCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar based on the current time in the given time zone with the given locale.
HebrewCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar based on the current time in the given time zone with the given locale.
HebrewCalendar(int, int, int) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar with the given date set in the default time zone with the default FORMAT locale.
HebrewCalendar(Date) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar with the given date set in the default time zone with the default FORMAT locale.
HebrewCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.HebrewCalendar
Constructs a HebrewCalendar with the given date and time set for the default time zone with the default FORMAT locale.
HebrewHoliday - Class in com.ibm.icu.util
Note: The Holiday framework is a technology preview.
HebrewHoliday(int, int, String) - Constructor for class com.ibm.icu.util.HebrewHoliday
Construct a holiday defined in reference to the Hebrew calendar.
HebrewHoliday(int, int, int, String) - Constructor for class com.ibm.icu.util.HebrewHoliday
 
HECTARE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: hectare
HECTOLITER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: hectoliter
HECTOPASCAL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: hectopascal
HEDAR - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ኅዳር, the 3rd month of the Ethiopic year.
HEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HEH_GOAL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HEISEI - Static variable in class com.ibm.icu.util.JapaneseCalendar
Constant for the era starting on Jan. 7, 1989 AD.
HERTZ - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of frequency: hertz
HESHVAN - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Heshvan, the 2nd month of the Hebrew year.
HETH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
HEX_DIGIT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Hex_Digit.
HIDDEN_OVERLAY - Static variable in class com.ibm.icu.text.SpoofChecker
Check that an identifier does not have a combining character following a character in which that combining character would be hidden; for example 'i' followed by a U+0307 combining dot.
HIERATIC_EGYPTIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
HIGH_PRIVATE_USE_SURROGATES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HIGH_PRIVATE_USE_SURROGATES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HIGH_SURROGATES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HIGH_SURROGATES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
highStart - Variable in class com.ibm.icu.util.CodePointTrie
Deprecated.
This API is ICU internal only.
HIRAGANA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
HIRAGANA - Static variable in class com.ibm.icu.lang.UScript
Hiragana
HIRAGANA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
Holiday - Class in com.ibm.icu.util
Note: The Holiday framework is a technology preview.
Holiday(String, DateRule) - Constructor for class com.ibm.icu.util.Holiday
Construct a new Holiday object.
HORSEPOWER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of power: horsepower
HOSHANAH_RABBAH - Static variable in class com.ibm.icu.util.HebrewHoliday
 
HOUR - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with hour, with the locale's preferred hour format (12 or 24).
HOUR - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
HOUR - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: hour
HOUR0 - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the hour(0-11) field.
HOUR0_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'K' field alignment, corresponding to the Calendar.HOUR field.
HOUR1 - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the hour(1-12) field.
HOUR1_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'h' field alignment, corresponding to the Calendar.HOUR field.
HOUR24 - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with hour in 24-hour presentation.
HOUR24_MINUTE - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with hour and minute in 24-hour presentation.
HOUR24_MINUTE_SECOND - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with hour, minute, and second in 24-hour presentation.
HOUR_GENERIC_TZ - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
ICU 50 Use instead DateFormat.HOUR+DateFormat.ABBR_GENERIC_TZ or some other timezone presentation.
HOUR_MINUTE - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with hour and minute, with the locale's preferred hour format (12 or 24).
HOUR_MINUTE_GENERIC_TZ - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
ICU 50 Use instead DateFormat.HOUR_MINUTE+DateFormat.ABBR_GENERIC_TZ or some other timezone presentation.
HOUR_MINUTE_SECOND - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with hour, minute, and second, with the locale's preferred hour format (12 or 24).
HOUR_MINUTE_TZ - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
ICU 50 Use instead DateFormat.HOUR_MINUTE+DateFormat.ABBR_SPECIFIC_TZ or some other timezone presentation.
HOUR_OF_DAY - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the hour of the day.
HOUR_OF_DAY0 - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the hour(0-23) of day field.
HOUR_OF_DAY0_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'H' field alignment, corresponding to the Calendar.HOUR_OF_DAY field.
HOUR_OF_DAY1 - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the hour(1-24) of day field.
HOUR_OF_DAY1_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'k' field alignment, corresponding to the Calendar.HOUR_OF_DAY field.
HOUR_TZ - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
ICU 50 Use instead DateFormat.HOUR+DateFormat.ABBR_SPECIFIC_TZ or some other timezone presentation.
HYPHEN - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
HYPHEN - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Hyphen.

I

ICU4C_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in the ICU4C.
ICU_DATA_VERSION - Static variable in class com.ibm.icu.util.VersionInfo
Deprecated.
This API is ICU internal only.
ICU_DATA_VERSION_PATH - Static variable in class com.ibm.icu.util.VersionInfo
Deprecated.
This API is ICU internal only.
ICU_VERSION - Static variable in class com.ibm.icu.util.VersionInfo
ICU4J current release version
ICUCloneNotSupportedException - Exception in com.ibm.icu.util
Unchecked version of CloneNotSupportedException.
ICUCloneNotSupportedException() - Constructor for exception com.ibm.icu.util.ICUCloneNotSupportedException
Default constructor.
ICUCloneNotSupportedException(String) - Constructor for exception com.ibm.icu.util.ICUCloneNotSupportedException
Constructor.
ICUCloneNotSupportedException(Throwable) - Constructor for exception com.ibm.icu.util.ICUCloneNotSupportedException
Constructor.
ICUCloneNotSupportedException(String, Throwable) - Constructor for exception com.ibm.icu.util.ICUCloneNotSupportedException
Constructor.
ICUException - Exception in com.ibm.icu.util
Base class for unchecked, ICU-specific exceptions.
ICUException() - Constructor for exception com.ibm.icu.util.ICUException
Default constructor.
ICUException(String) - Constructor for exception com.ibm.icu.util.ICUException
Constructor.
ICUException(Throwable) - Constructor for exception com.ibm.icu.util.ICUException
Constructor.
ICUException(String, Throwable) - Constructor for exception com.ibm.icu.util.ICUException
Constructor.
ICUInputTooLongException - Exception in com.ibm.icu.util
The input is impractically long for an operation.
ICUInputTooLongException() - Constructor for exception com.ibm.icu.util.ICUInputTooLongException
Default constructor.
ICUInputTooLongException(String) - Constructor for exception com.ibm.icu.util.ICUInputTooLongException
Constructor.
ICUInputTooLongException(Throwable) - Constructor for exception com.ibm.icu.util.ICUInputTooLongException
Constructor.
ICUInputTooLongException(String, Throwable) - Constructor for exception com.ibm.icu.util.ICUInputTooLongException
Constructor.
ICUUncheckedIOException - Exception in com.ibm.icu.util
Unchecked version of IOException.
ICUUncheckedIOException() - Constructor for exception com.ibm.icu.util.ICUUncheckedIOException
Default constructor.
ICUUncheckedIOException(String) - Constructor for exception com.ibm.icu.util.ICUUncheckedIOException
Constructor.
ICUUncheckedIOException(Throwable) - Constructor for exception com.ibm.icu.util.ICUUncheckedIOException
Constructor.
ICUUncheckedIOException(String, Throwable) - Constructor for exception com.ibm.icu.util.ICUUncheckedIOException
Constructor.
ID_COMPAT_MATH_CONTINUE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property ID_Compat_Math_Continue.
ID_COMPAT_MATH_START - Static variable in interface com.ibm.icu.lang.UProperty
Binary property ID_Compat_Math_Start.
ID_CONTINUE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property ID_Continue.
ID_CURRENCY - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_CURRENCY_SYMBOL - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_KEYWORD - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_KEYWORD_VALUE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_LANGUAGE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_LOCALE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_SCRIPT - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_START - Static variable in interface com.ibm.icu.lang.UProperty
Binary property ID_Start.
ID_TERRITORY - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_TIMEZONE - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
ID_VARIANT - Static variable in class com.ibm.icu.util.GlobalizationPreferences
For selecting a choice of display names
IDENTICAL - Static variable in class com.ibm.icu.text.Collator
Smallest Collator strength value.
identityFallback(NumberRangeFormatter.RangeIdentityFallback) - Method in class com.ibm.icu.number.NumberRangeFormatterSettings
Sets the behavior when the two sides of the range are the same.
IDEOGRAPHIC - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
IDEOGRAPHIC - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Ideographic.
IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
IDEOGRAPHIC_DESCRIPTION_CHARACTERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
IDNA - Class in com.ibm.icu.text
Abstract base class for IDNA processing.
IDNA() - Constructor for class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
IDNA.Error - Enum in com.ibm.icu.text
IDNA error bit set values.
IDNA.Info - Class in com.ibm.icu.text
Output container for IDNA processing errors.
IDS_BINARY_OPERATOR - Static variable in interface com.ibm.icu.lang.UProperty
Binary property IDS_Binary_Operator (new).
IDS_TRINARY_OPERATOR - Static variable in interface com.ibm.icu.lang.UProperty
Binary property IDS_Trinary_Operator (new).
IDS_UNARY_OPERATOR - Static variable in interface com.ibm.icu.lang.UProperty
Binary property IDS_Unary_Operator.
IE - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for the Indian Era.
IGNORABLE - Static variable in class com.ibm.icu.text.CollationElementIterator
This constant is returned by the iterator in the methods next() and previous() when a collation element result is to be ignored.
IGNORE_HANGUL - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 2.8. This option is no longer supported.
IGNORE_SPACE - Static variable in class com.ibm.icu.text.UnicodeSet
Bitmask for constructor and applyPattern() indicating that white space should be ignored.
ILLEGAL_CHAR_FOUND - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
IllformedLocaleException - Exception in com.ibm.icu.util
Thrown by methods in ULocale and ULocale.Builder to indicate that an argument is not a well-formed BCP 47 tag.
IllformedLocaleException() - Constructor for exception com.ibm.icu.util.IllformedLocaleException
Constructs a new IllformedLocaleException with no detail message and -1 as the error index.
IllformedLocaleException(String) - Constructor for exception com.ibm.icu.util.IllformedLocaleException
Constructs a new IllformedLocaleException with the given message and -1 as the error index.
IllformedLocaleException(String, int) - Constructor for exception com.ibm.icu.util.IllformedLocaleException
Constructs a new IllformedLocaleException with the given message and the error index.
IMMACULATE_CONCEPTION - Static variable in class com.ibm.icu.util.SimpleHoliday
Immaculate Conception, December 8th
IMPERIAL_ARAMAIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
IMPERIAL_ARAMAIC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
IMPERIAL_ARAMAIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
implFlush(CharBuffer) - Method in class com.ibm.icu.charset.CharsetDecoderICU
Flushes any characters saved in the converter's internal buffer and resets the converter.
implFlush(ByteBuffer) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Flushes any characters saved in the converter's internal buffer and resets the converter.
implOnMalformedInput(CodingErrorAction) - Method in class com.ibm.icu.charset.CharsetDecoderICU
Sets the action to be taken if an illegal sequence is encountered
implOnMalformedInput(CodingErrorAction) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Sets the action to be taken if an illegal sequence is encountered
implOnUnmappableCharacter(CodingErrorAction) - Method in class com.ibm.icu.charset.CharsetDecoderICU
Sets the action to be taken if an illegal sequence is encountered
implOnUnmappableCharacter(CodingErrorAction) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Sets the action to be taken if an illegal sequence is encountered
implReset() - Method in class com.ibm.icu.charset.CharsetDecoderICU
Resets the to Unicode mode of converter
implReset() - Method in class com.ibm.icu.charset.CharsetEncoderICU
Resets the from Unicode mode of converter
INCH - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: inch
INCH_HG - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: inch-ofhg
INCLUSION - Static variable in class com.ibm.icu.text.SpoofChecker
Security Profile constant from UTS 39 for use in SpoofChecker.Builder.setAllowedChars(com.ibm.icu.text.UnicodeSet).
increment(BigDecimal) - Static method in class com.ibm.icu.number.Precision
Show numbers rounded if necessary to the closest multiple of a certain rounding increment.
inDaylightTime(Date) - Method in class com.ibm.icu.util.RuleBasedTimeZone
Queries if the given date is in daylight savings time in this time zone.
inDaylightTime(Date) - Method in class com.ibm.icu.util.SimpleTimeZone
Overrides TimeZone Queries if the give date is in Daylight Saving Time.
inDaylightTime(Date) - Method in class com.ibm.icu.util.TimeZone
Queries if the given date is in daylight savings time in this time zone.
inDaylightTime(Date) - Method in class com.ibm.icu.util.VTimeZone
Queries if the given date is in daylight savings time in this time zone.
indexOf(CharSequence, int) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
indexOf(int) - Method in class com.ibm.icu.text.UnicodeSet
Returns the index of the given character within this set, where the set is ordered by ascending code point.
indexOf(String, int) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the first occurrence of the argument codepoint.
indexOf(String, String) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the first occurrence of the argument string str.
indexOf(String, int, int) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the first occurrence of the argument codepoint.
indexOf(String, String, int) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the first occurrence of the argument string str.
IndianCalendar - Class in com.ibm.icu.util
IndianCalendar is a subclass of GregorianCalendar that numbers years since the birth of the Buddha.
IndianCalendar() - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar using the current time in the default time zone with the default FORMAT locale.
IndianCalendar(TimeZone) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar based on the current time in the given time zone with the default FORMAT locale.
IndianCalendar(Locale) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar based on the current time in the default time zone with the given locale.
IndianCalendar(ULocale) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar based on the current time in the default time zone with the given locale.
IndianCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar based on the current time in the given time zone with the given locale.
IndianCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar based on the current time in the given time zone with the given locale.
IndianCalendar(Date) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar with the given date set in the default time zone with the default FORMAT locale.
IndianCalendar(int, int, int) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar with the given date set in the default time zone with the default FORMAT locale.
IndianCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.IndianCalendar
Constructs a IndianCalendar with the given date and time set for the default time zone with the default FORMAT locale.
INDIC_POSITIONAL_CATEGORY - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Indic_Positional_Category.
INDIC_SIYAQ_NUMBERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
INDIC_SIYAQ_NUMBERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
INDIC_SYLLABIC_CATEGORY - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Indic_Syllabic_Category.
INFIX_NUMERIC - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
Info() - Constructor for class com.ibm.icu.text.IDNA.Info
Constructor.
INHERITED - Static variable in class com.ibm.icu.lang.UScript
Inherited
INITIAL - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
INITIAL_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Pi
INITIAL_QUOTE_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Pi This name is compatible with java.lang.Character's name for this type.
initializeData(ULocale, ICUResourceBundle, String) - Method in class com.ibm.icu.text.ChineseDateFormatSymbols
Deprecated.
ICU 50
initializeData(ULocale, String) - Method in class com.ibm.icu.text.DateFormatSymbols
Initializes format symbols for the locale and calendar type
initializeData(ULocale, ICUResourceBundle, String) - Method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
This API is ICU internal only.
InitialTimeZoneRule - Class in com.ibm.icu.util
InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning and has no actual start times.
InitialTimeZoneRule(String, int, int) - Constructor for class com.ibm.icu.util.InitialTimeZoneRule
Constructs a InitialTimeZoneRule with the name, the GMT offset of its standard time and the amount of daylight saving offset adjustment.
INPUT_IS_FCD - Static variable in class com.ibm.icu.text.Normalizer
Option bit for compare: Both input strings are assumed to fulfill FCD conditions.
inputFilterEnabled() - Method in class com.ibm.icu.text.CharsetDetector
Test whether or not input filtering is enabled.
INSCRIPTIONAL_PAHLAVI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
INSCRIPTIONAL_PAHLAVI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
INSCRIPTIONAL_PAHLAVI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
INSCRIPTIONAL_PARTHIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
INSCRIPTIONAL_PARTHIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
INSCRIPTIONAL_PARTHIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
INSEPARABLE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
Renamed from the misspelled "inseperable" in Unicode 4.0.1.
INSEPERABLE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
insert(StringBuffer, int, int) - Static method in class com.ibm.icu.text.UTF16
Inserts char32 codepoint into target at the argument offset16.
insert(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
Inserts char32 codepoint into target at the argument offset16.
INSERT_LRM_FOR_NUMERIC - Static variable in class com.ibm.icu.text.Bidi
option bit for writeReordered(): surround the run with LRMs if necessary; this is part of the approximate "inverse Bidi" algorithm This option does not imply corresponding adjustment of the index mappings.
instantiateBundle(String, String, ClassLoader, boolean) - Static method in class com.ibm.icu.util.UResourceBundle
[icu] Loads a new resource bundle for the given base name, locale and class loader.
INT - Static variable in class com.ibm.icu.util.UResourceBundle
[icu] Resource type constant for a single 28-bit integer, interpreted as signed or unsigned by the getInt() function.
INT_LIMIT - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
INT_START - Static variable in interface com.ibm.icu.lang.UProperty
First constant for enumerated/integer Unicode properties.
INT_VECTOR - Static variable in class com.ibm.icu.util.UResourceBundle
Resource type constant for vectors of 32-bit integers.
integer() - Static method in class com.ibm.icu.number.Precision
Show numbers rounded if necessary to the nearest integer.
INTEGER - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
integer - Variable in class com.ibm.icu.util.ValueIterator.Element
Integer index of the current iteration
INTEGER_FIELD - Static variable in class com.ibm.icu.text.NumberFormat
Field constant used to construct a FieldPosition object.
INTEGERSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
[icu] Constant to specify a integer number style format.
IntegerWidth - Class in com.ibm.icu.number
A class that defines the strategy for padding and truncating integers before the decimal separator.
integerWidth(IntegerWidth) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies the minimum and maximum number of digits to render before the decimal mark.
inTemporalLeapYear() - Method in class com.ibm.icu.util.Calendar
[icu] Returns true if the date is in a leap year.
inTemporalLeapYear() - Method in class com.ibm.icu.util.ChineseCalendar
[icu] Returns true if the date is in a leap year.
inTemporalLeapYear() - Method in class com.ibm.icu.util.HebrewCalendar
[icu] Returns true if the date is in a leap year.
inTemporalLeapYear() - Method in class com.ibm.icu.util.IslamicCalendar
[icu] Returns true if the date is in a leap year.
internalEncodeDelta(int, byte[]) - Static method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
internalGet(int) - Method in class com.ibm.icu.util.Calendar
Returns the value for a given time field.
internalGet(int, int) - Method in class com.ibm.icu.util.Calendar
Returns the value for a given time field, or return the given default value if the field is not set.
internalGetCEs(CharSequence) - Method in class com.ibm.icu.text.RuleBasedCollator
Deprecated.
This API is ICU internal only.
internalGetInstance(String, String) - Static method in class com.ibm.icu.util.MeasureUnit
Deprecated.
This API is ICU internal only.
internalGetMonth() - Method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
internalGetMonth(int) - Method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
internalGetMonth() - Method in class com.ibm.icu.util.ChineseCalendar
Deprecated.
This API is ICU internal only.
internalGetMonth(int) - Method in class com.ibm.icu.util.ChineseCalendar
Deprecated.
This API is ICU internal only.
internalGetMonth() - Method in class com.ibm.icu.util.HebrewCalendar
Deprecated.
This API is ICU internal only.
internalGetTimeInMillis() - Method in class com.ibm.icu.util.Calendar
Returns the current milliseconds without recomputing.
INTERNALLY_SET - Static variable in class com.ibm.icu.util.Calendar
Value of the time stamp stamp[] indicating that a field has been set via computations from the time or from other fields.
internalOptions - Variable in class com.ibm.icu.text.CaseMap
Deprecated.
This API is ICU internal only.
internalSet(int, int) - Method in class com.ibm.icu.util.Calendar
Set a field to a value.
internalSetThresholdDistance(int) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Deprecated.
This API is ICU internal only.
intervalFormatByAlgorithm(Calendar, Calendar, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.SimpleDateFormat
Deprecated.
This API is ICU internal only.
into(Precision) - Method in class com.ibm.icu.number.Precision.BogusRounder
Deprecated.
This API is ICU internal only.
intValue() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to an int.
intValue() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
intValueExact() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to an int.
INVALID_CHAR_FOUND - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
INVALID_CODE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
INVALID_CODE - Static variable in class com.ibm.icu.lang.UScript
Invalid code
INVALID_CODE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
invertGregorian - Variable in class com.ibm.icu.util.GregorianCalendar
Used by handleComputeJulianDay() and handleComputeMonthStart().
invertMap(int[]) - Static method in class com.ibm.icu.text.Bidi
Invert an index map.
INVISIBLE - Static variable in class com.ibm.icu.text.SpoofChecker
Check an identifier for the presence of invisible characters, such as zero-width spaces, or character sequences that are likely not to display, such as multiple occurrences of the same non-spacing mark.
INVISIBLE_STACKER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
IPA_EXTENSIONS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
IPA_EXTENSIONS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
IS_LEAP_MONTH - Static variable in class com.ibm.icu.text.ChineseDateFormat.Field
Deprecated.
ICU 50 This field is only used by the deprecated ChineseDateFormat class.
IS_LEAP_MONTH - Static variable in class com.ibm.icu.util.Calendar
[icu] Field indicating whether or not the current month is a leap month.
IS_STRING - Static variable in class com.ibm.icu.text.UnicodeSetIterator
Value of codepoint if the iterator points to a string.
isAlgorithmic() - Method in class com.ibm.icu.text.NumberingSystem
Returns the numbering system's algorithmic status.
isAlternateHandlingShifted() - Method in class com.ibm.icu.text.RuleBasedCollator
Checks if the alternate handling behavior is the UCA defined SHIFTED or NON_IGNORABLE.
isAmeteAlemEra() - Method in class com.ibm.icu.util.EthiopicCalendar
Return true if this calendar is set to the Amete Alem era.
isAvailable(String, Date, Date) - Static method in class com.ibm.icu.util.Currency
Queries if the given ISO 4217 3-letter code is available on the specified date range.
isBaseForm(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Determines whether the specified code point is of base form.
isBetween(Date, Date) - Method in interface com.ibm.icu.util.DateRule
Check whether this event occurs at least once between the two dates given.
isBetween(Date, Date) - Method in class com.ibm.icu.util.Holiday
Check whether this holiday occurs at least once between the two dates given.
isBetween(Date, Date) - Method in class com.ibm.icu.util.RangeDateRule
Check whether this event occurs at least once between the two dates given.
isBetween(Date, Date) - Method in class com.ibm.icu.util.SimpleDateRule
Check whether this event occurs at least once between the two dates given.
isBiDi(IDNA.Info) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
isBMP(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Determines if the code point is in the BMP plane.
isBoundary(int) - Method in class com.ibm.icu.text.BreakIterator
Return true if the specified position is a boundary position.
isBoundary(int) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Returns true if the specified position is a boundary position.
isCalendarLenient() - Method in class com.ibm.icu.text.DateFormat
Returns whether date/time parsing in the encapsulated Calendar object is lenient.
isCanonical() - Method in class com.ibm.icu.text.StringSearch
Determines whether canonical matches (option 1, as described in the class documentation) is set.
isCased(int) - Static method in class com.ibm.icu.lang.UScript
Returns true if in modern (or most recent) usage of the script case distinctions are customary.
isCaseLevel() - Method in class com.ibm.icu.text.RuleBasedCollator
Checks if case level is set to true.
isCivil() - Method in class com.ibm.icu.util.IslamicCalendar
Returns true if this object is using the fixed-cycle civil calendar, or false if using the religious, astronomical calendar.
isDecimalPatternMatchRequired() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns whether the presence of a decimal point must match the pattern.
isDecimalSeparatorAlwaysShown() - Method in class com.ibm.icu.text.DecimalFormat
Returns whether the decimal separator is shown on integers.
isDefined(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if a code point has a defined meaning in the up-to-date Unicode standard.
isDigit(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if a code point is a Java digit.
isEmpty() - Method in class com.ibm.icu.text.UnicodeSet
Returns true if this set contains no elements.
isEquivalentTo(TimeZoneRule) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Returns if this rule represents the same rule and offsets as another.
isEquivalentTo(Calendar) - Method in class com.ibm.icu.util.Calendar
[icu] Returns true if the given Calendar object is equivalent to this one.
isEquivalentTo(Calendar) - Method in class com.ibm.icu.util.GregorianCalendar
Returns true if the given Calendar object is equivalent to this one.
isEquivalentTo(TimeZoneRule) - Method in class com.ibm.icu.util.InitialTimeZoneRule
Returns if this rule represents the same rule and offsets as another.
isEquivalentTo(TimeZoneRule) - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
Returns if this rule represents the same rule and offsets as another.
isEquivalentTo(TimeZoneRule) - Method in class com.ibm.icu.util.TimeZoneRule
Returns if this rule represents the same rule and offsets as another.
isEvenRun() - Method in class com.ibm.icu.text.BidiRun
Check if run level is even
isExponentSignAlwaysShown() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns whether the sign (plus or minus) is always printed in scientific notation.
isFallbackUsed() - Method in class com.ibm.icu.charset.CharsetEncoderICU
Is this Encoder allowed to use fallbacks?
isFixedWidth() - Method in class com.ibm.icu.charset.CharsetICU
Returns whether or not the charset of the converter has a fixed number of bytes per charset character.
isFrenchCollation() - Method in class com.ibm.icu.text.RuleBasedCollator
Checks if French Collation is set to true.
isFrozen() - Method in class com.ibm.icu.text.Collator
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.text.DateIntervalInfo
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.text.DateTimePatternGenerator
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.text.MessagePattern
Determines whether this object is frozen (immutable) or not.
isFrozen() - Method in class com.ibm.icu.text.RuleBasedCollator
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.text.TimeZoneFormat
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.text.UnicodeSet
Is this frozen, according to the Freezable interface?
isFrozen() - Method in interface com.ibm.icu.util.Freezable
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.util.GlobalizationPreferences
 
isFrozen() - Method in class com.ibm.icu.util.RuleBasedTimeZone
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.util.SimpleTimeZone
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.util.TimeZone
Determines whether the object has been frozen or not.
isFrozen() - Method in class com.ibm.icu.util.VTimeZone
Determines whether the object has been frozen or not.
isGregorian - Variable in class com.ibm.icu.util.GregorianCalendar
Used by handleComputeJulianDay() and handleComputeMonthStart().
isGregorianLeapYear(int) - Static method in class com.ibm.icu.util.Calendar
Determines if the given year is a leap year.
isGroupingUsed() - Method in class com.ibm.icu.text.DecimalFormat
Returns whether or not grouping separators are being printed in the output.
isGroupingUsed() - Method in class com.ibm.icu.text.NumberFormat
Returns true if grouping is used in this format.
isHasIntegerValue() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
isHasIntegerValue() - Method in interface com.ibm.icu.text.PluralRules.IFixedDecimal
Deprecated.
This API is ICU internal only.
isHighSurrogate(int) - Static method in class com.ibm.icu.lang.UCharacter
Same as Character.isHighSurrogate(char), except that the ICU version accepts int for code points.
isHiraganaQuaternary() - Method in class com.ibm.icu.text.RuleBasedCollator
Deprecated.
ICU 50 Implementation detail, cannot be set via API, was removed from implementation.
isIdentifierIgnorable(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point should be regarded as an ignorable character in a Java identifier.
isInert(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
Tests if the character is normalization-inert.
isInert(int) - Method in class com.ibm.icu.text.Normalizer2
Tests if the character is normalization-inert.
isInfinite() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
isInfinite() - Method in interface com.ibm.icu.text.PluralRules.IFixedDecimal
Deprecated.
This API is ICU internal only.
isInverse() - Method in class com.ibm.icu.text.Bidi
Is this Bidi object set to perform the inverse Bidi algorithm?
isISOControl(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is an ISO control character.
isJavaIdentifierPart(int) - Static method in class com.ibm.icu.lang.UCharacter
Compatibility override of Java method, delegates to java.lang.Character.isJavaIdentifierPart.
isJavaIdentifierStart(int) - Static method in class com.ibm.icu.lang.UCharacter
Compatibility override of Java method, delegates to java.lang.Character.isJavaIdentifierStart.
isJavaLetter(int) - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
ICU 3.4 (Java)
isJavaLetterOrDigit(int) - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
ICU 3.4 (Java)
IslamicCalendar - Class in com.ibm.icu.util
IslamicCalendar is a subclass of Calendar that that implements the Islamic civil and religious calendars.
IslamicCalendar() - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs a default IslamicCalendar using the current time in the default time zone with the default FORMAT locale.
IslamicCalendar(TimeZone) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar based on the current time in the given time zone with the default FORMAT locale.
IslamicCalendar(Locale) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar based on the current time in the default time zone with the given locale.
IslamicCalendar(ULocale) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar based on the current time in the default time zone with the given locale.
IslamicCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar based on the current time in the given time zone with the given locale.
IslamicCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar based on the current time in the given time zone with the given locale.
IslamicCalendar(Date) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar with the given date set in the default time zone with the default FORMAT locale.
IslamicCalendar(int, int, int) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar with the given date set in the default time zone with the default FORMAT locale.
IslamicCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.IslamicCalendar
Constructs an IslamicCalendar with the given date and time set for the default time zone with the default FORMAT locale.
IslamicCalendar.CalculationType - Enum in com.ibm.icu.util
enumeration of available calendar calculation types
isLeadSurrogate(int) - Static method in class com.ibm.icu.text.UTF16
Determines whether the code point is a lead surrogate.
isLeapYear(int) - Method in class com.ibm.icu.util.GregorianCalendar
Determines if the given year is a leap year.
isLeapYear(int) - Static method in class com.ibm.icu.util.HebrewCalendar
Deprecated.
This API is ICU internal only.
isLeftToRight() - Method in class com.ibm.icu.text.Bidi
Return true if the line is all left-to-right text and the base direction is left-to-right.
isLegal(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] A code point is illegal if and only if Out of bounds, less than 0 or greater than UCharacter.MAX_VALUE A surrogate value, 0xD800 to 0xDFFF Not-a-character, having the form 0x xxFFFF or 0x xxFFFE Note: legal does not mean that it is assigned in this version of Unicode.
isLegal(String) - Static method in class com.ibm.icu.lang.UCharacter
[icu] A string is legal iff all its code points are legal.
isLegalReplacement(byte[]) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Overrides super class method
isLenient() - Method in class com.ibm.icu.text.DateFormat
Returns whether both date/time parsing in the encapsulated Calendar object and DateFormat whitespace & numeric processing is lenient.
isLenient() - Method in class com.ibm.icu.util.Calendar
Tell whether date/time interpretation is to be lenient.
isLetter(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is a letter.
isLetterOrDigit(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is a letter or digit.
isLimited(String, PluralRules.SampleType) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
internal
isLiteral() - Method in class com.ibm.icu.message2.Mf2DataModel.Value
Deprecated.
This API is for technology preview only.
isLowerCase(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is a lowercase character.
isLowerCaseFirst() - Method in class com.ibm.icu.text.RuleBasedCollator
Return true if a lowercase character is sorted before the corresponding uppercase character.
isLowSurrogate(int) - Static method in class com.ibm.icu.lang.UCharacter
Same as Character.isLowSurrogate(char), except that the ICU version accepts int for code points.
isMatch(Locale, Locale) - Method in class com.ibm.icu.util.LocaleMatcher
Returns true if the pair of locales matches acceptably.
isMatch(ULocale, ULocale) - Method in class com.ibm.icu.util.LocaleMatcher
Returns true if the pair of locales matches acceptably.
isMirrored(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines whether the code point has the "mirrored" property.
isMixed() - Method in class com.ibm.icu.text.Bidi
Return true if the line is not left-to-right or right-to-left.
isNaN() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
isNaN() - Method in interface com.ibm.icu.text.PluralRules.IFixedDecimal
Deprecated.
This API is ICU internal only.
isNegative() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
isNormalized(CharSequence) - Method in class com.ibm.icu.text.FilteredNormalizer2
Tests if the string is normalized.
isNormalized(char[], int, int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
isNormalized(String, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
isNormalized(int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
isNormalized(CharSequence) - Method in class com.ibm.icu.text.Normalizer2
Tests if the string is normalized.
isNumeric() - Method in class com.ibm.icu.text.DateTimePatternGenerator.VariableField
Deprecated.
This API is ICU internal only.
ISO_COMMENT - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
ICU 49
ISOCURRENCYSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
[icu] Constant to specify currency style of format which uses currency ISO code to represent currency, for example: "USD3.00".
isOddRun() - Method in class com.ibm.icu.text.BidiRun
Check if run level is odd
isOkBiDi(IDNA.Info) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
ISOLATED - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
isOn(Date) - Method in interface com.ibm.icu.util.DateRule
Checks whether this event occurs on the given date.
isOn(Date) - Method in class com.ibm.icu.util.Holiday
Checks whether this holiday falls on the given date.
isOn(Date) - Method in class com.ibm.icu.util.RangeDateRule
 
isOn(Date) - Method in class com.ibm.icu.util.SimpleDateRule
Checks whether this event occurs on the given date.
isOrderParagraphsLTR() - Method in class com.ibm.icu.text.Bidi
Is this Bidi object set to allocate level 0 to block separators so that successive paragraphs progress from left to right?
isOverlapping() - Method in class com.ibm.icu.text.SearchIterator
Return true if the overlapping property has been set.
isParseBigDecimal() - Method in class com.ibm.icu.text.DecimalFormat
Returns whether DecimalFormat.parse(java.lang.String, java.text.ParsePosition) will always return a BigDecimal.
isParseCaseSensitive() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns whether to force case (uppercase/lowercase) to match when parsing.
isParseIntegerOnly() - Method in class com.ibm.icu.text.DecimalFormat
Returns true if this format will parse numbers as integers only.
isParseIntegerOnly() - Method in class com.ibm.icu.text.NumberFormat
Returns true if this format will parse numbers as integers only.
isParseNoExponent() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns whether to ignore exponents when parsing.
isParseStrict() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns whether strict parsing is in effect.
isParseStrict() - Method in class com.ibm.icu.text.NumberFormat
[icu] Returns whether strict parsing is in effect.
isPrintable(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Determines whether the specified code point is a printable character according to the Unicode standard.
isRightToLeft(int) - Static method in class com.ibm.icu.lang.UScript
Returns true if the script is written right-to-left.
isRightToLeft() - Method in class com.ibm.icu.text.Bidi
Return true if the line is all right-to-left text, and the base direction is right-to-left
isRightToLeft() - Method in class com.ibm.icu.util.ULocale
[icu] Returns whether this locale's script is written right-to-left.
isScientificNotation() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns whether scientific (exponential) notation is enabled on this formatter.
isSelectorNumeric() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
 
isSet(int) - Method in class com.ibm.icu.util.Calendar
Determines if the given time field has a value set.
isSignAlwaysShown() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns whether the sign is being shown on positive numbers.
isSingleField(String) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
isSpace(int) - Static method in class com.ibm.icu.lang.UCharacter
Deprecated.
ICU 3.4 (Java)
isSpaceChar(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is a Unicode specified space character, i.e. if code point is in the category Zs, Zl and Zp.
isSupplementary(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Determines if the code point is a supplementary character.
isSupplementaryCodePoint(int) - Static method in class com.ibm.icu.lang.UCharacter
isSurrogate(int) - Static method in class com.ibm.icu.text.UTF16
Determines whether the code point is a surrogate.
isSurrogatePair(int, int) - Static method in class com.ibm.icu.lang.UCharacter
Same as Character.isSurrogatePair(char, char), except that the ICU version accepts int for code points.
isTender() - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Determine whether or not this currency was once used, is used, or will be used as tender in this region.
isTitleCase(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is a titlecase character.
isTopLevelResource() - Method in class com.ibm.icu.util.UResourceBundle
Deprecated.
This API is ICU internal only.
isTrailSurrogate(int) - Static method in class com.ibm.icu.text.UTF16
Determines whether the code point is a trail surrogate.
isTransitionalDifferent() - Method in class com.ibm.icu.text.IDNA.Info
Returns true if transitional and nontransitional processing produce different results.
isTransitionRule() - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Returns if this TimeZoneRule has one or more start times.
isTransitionRule() - Method in class com.ibm.icu.util.InitialTimeZoneRule
Returns if this TimeZoneRule has one or more start times.
isTransitionRule() - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
Returns if this TimeZoneRule has one or more start times.
isTransitionRule() - Method in class com.ibm.icu.util.TimeZoneRule
Returns if this TimeZoneRule has one or more start times.
isUAlphabetic(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Check if a code point has the Alphabetic Unicode property.
isULowercase(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Check if a code point has the Lowercase Unicode property.
isUnicodeIdentifierPart(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified character is permissible as a non-initial character of an identifier according to UAX #31 Unicode Identifier and Pattern Syntax.
isUnicodeIdentifierStart(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified character is permissible as the first character in an identifier according to UAX #31 Unicode Identifier and Pattern Syntax.
isUpperCase(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is an uppercase character.
isUpperCaseFirst() - Method in class com.ibm.icu.text.RuleBasedCollator
Return true if an uppercase character is sorted before the corresponding lowercase character.
isUUppercase(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Check if a code point has the Uppercase Unicode property.
isUWhiteSpace(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Check if a code point has the White_Space Unicode property.
isValidCodePoint(int) - Static method in class com.ibm.icu.lang.UCharacter
isValidDigitString(String) - Static method in class com.ibm.icu.text.NumberingSystem
Convenience method to determine if a given digit string is valid for use as a descriptor of a numeric ( non-algorithmic ) numbering system.
isVariable() - Method in class com.ibm.icu.message2.Mf2DataModel.Value
Deprecated.
This API is for technology preview only.
isWeekend(Date) - Method in class com.ibm.icu.util.Calendar
[icu] Returns true if the given date and time is in the weekend in this calendar system.
isWeekend() - Method in class com.ibm.icu.util.Calendar
[icu] Returns true if this Calendar's current date and time is in the weekend in this calendar system.
isWhitespace(int) - Static method in class com.ibm.icu.lang.UCharacter
Determines if the specified code point is a white space character.
ITALIAN - Static variable in class com.ibm.icu.util.ULocale
Useful constant for language.
ITALY - Static variable in class com.ibm.icu.util.ULocale
Useful constant for country/region.
ITEM - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: item
iterator() - Method in class com.ibm.icu.text.AlphabeticIndex.Bucket
Iterator over the records in the bucket
iterator() - Method in class com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
iterator() - Method in class com.ibm.icu.text.AlphabeticIndex
Return an iterator over the buckets.
iterator() - Method in class com.ibm.icu.text.UnicodeSet
Returns a string iterator.
iterator() - Method in class com.ibm.icu.util.BytesTrie
Iterates from the current state of this trie.
iterator(int) - Method in class com.ibm.icu.util.BytesTrie
Iterates from the current state of this trie.
iterator(byte[], int, int) - Static method in class com.ibm.icu.util.BytesTrie
Iterates from the root of a byte-serialized BytesTrie.
iterator() - Method in class com.ibm.icu.util.CharsTrie
Iterates from the current state of this trie.
iterator(int) - Method in class com.ibm.icu.util.CharsTrie
Iterates from the current state of this trie.
iterator(CharSequence, int, int) - Static method in class com.ibm.icu.util.CharsTrie
Iterates from the root of a char-serialized BytesTrie.
iterator() - Method in class com.ibm.icu.util.CodePointMap
Convenience iterator over same-map-value code point ranges.
iterator() - Method in class com.ibm.icu.util.LocalePriorityList
IYAR - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Iyar, the 9th month of the Hebrew year.

J

JAMO - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
JAN_1_1_JULIAN_DAY - Static variable in class com.ibm.icu.util.Calendar
The Julian day of the Gregorian epoch, that is, January 1, 1 on the Gregorian calendar.
JANUARY - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the first month of the year.
JAPAN - Static variable in class com.ibm.icu.util.ULocale
Useful constant for country/region.
JAPANESE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
JAPANESE - Static variable in class com.ibm.icu.util.ULocale
Useful constant for language.
JapaneseCalendar - Class in com.ibm.icu.util
JapaneseCalendar is a subclass of GregorianCalendar that numbers years and eras based on the reigns of the Japanese emperors.
JapaneseCalendar() - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a default JapaneseCalendar using the current time in the default time zone with the default locale.
JapaneseCalendar(TimeZone) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar based on the current time in the given time zone with the default locale.
JapaneseCalendar(Locale) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar based on the current time in the default time zone with the given locale.
JapaneseCalendar(ULocale) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar based on the current time in the default time zone with the given locale.
JapaneseCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar based on the current time in the given time zone with the given locale.
JapaneseCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar based on the current time in the given time zone with the given locale.
JapaneseCalendar(Date) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar with the given date set in the default time zone with the default locale.
JapaneseCalendar(int, int, int, int) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar with the given date set in the default time zone with the default locale.
JapaneseCalendar(int, int, int) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar with the given date set in the default time zone with the default locale.
JapaneseCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.JapaneseCalendar
Constructs a JapaneseCalendar with the given date and time set for the default time zone with the default locale.
JAVA_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in the JDK.
JAVANESE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
JAVANESE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
JAVANESE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
JIGGER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: jigger
JL - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
JOIN_CAUSING - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
 
JOIN_CONTROL - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Join_Control.
JOINER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
JOINING_GROUP - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Joining_Group.
JOINING_TYPE - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Joining_Type.
JOULE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of energy: joule
JP_ERA_2019_JA - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
This API is ICU internal only.
JP_ERA_2019_NARROW - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
This API is ICU internal only.
JP_ERA_2019_ROOT - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
This API is ICU internal only.
JT - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
JULIAN_DAY - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the Julian day field.
JULIAN_DAY - Static variable in class com.ibm.icu.util.Calendar
[icu] Field number for get() and set() indicating the modified Julian day number.
JULIAN_DAY_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'g' field alignment, corresponding to the Calendar.JULIAN_DAY field.
julianDayToDayOfWeek(int) - Static method in class com.ibm.icu.util.Calendar
Returns the day of week, from SUNDAY to SATURDAY, given a Julian day.
julianDayToMillis(int) - Static method in class com.ibm.icu.util.Calendar
Converts Julian day to time as milliseconds.
JULY - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
JUMADA_1 - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year.
JUMADA_2 - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Jumada al-thani or (Jumada II), the 6th month of the Islamic year.
jumpByDelta(byte[], int) - Static method in class com.ibm.icu.util.BytesTrie
Deprecated.
This API is ICU internal only.
JUNE - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the sixth month of the year.
JURCHEN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
JV - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
JYAISTHA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Jyaistha, the 3rd month of the Indian year.

K

KAF - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
KAITHI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAITHI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
KAITHI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAKTOVIK_NUMERALS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAKTOVIK_NUMERALS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANA_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANA_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANA_EXTENDED_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANA_EXTENDED_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANA_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANA_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANBUN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANBUN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANGXI_RADICALS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANGXI_RADICALS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANNADA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KANNADA - Static variable in class com.ibm.icu.lang.UScript
Kannada
KANNADA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
KARAT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: karat
KARTIKA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Kartika, the 8th month of the Indian year.
KATAKANA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KATAKANA - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
KATAKANA - Static variable in class com.ibm.icu.lang.UScript
Katakana
KATAKANA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KATAKANA_OR_HIRAGANA - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.0.1
KATAKANA_PHONETIC_EXTENSIONS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KATAKANA_PHONETIC_EXTENSIONS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAWI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAWI - Static variable in class com.ibm.icu.lang.UScript
 
KAWI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAYAH_LI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KAYAH_LI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
KAYAH_LI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KEEP_BASE_COMBINING - Static variable in class com.ibm.icu.text.Bidi
option bit for writeReordered(): keep combining characters after their base characters in RTL runs
KELVIN - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of temperature: kelvin
keyDisplayName(String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided locale key.
keySet() - Method in class com.ibm.icu.util.UResourceBundle
Deprecated.
This API is ICU internal only.
keyValueDisplayName(String, String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided value (used with the provided key).
KEYWORD_FEW - Static variable in class com.ibm.icu.text.PluralRules
Common name for the 'paucal' or other special plural form.
KEYWORD_MANY - Static variable in class com.ibm.icu.text.PluralRules
Common name for the arabic (11 to 99) plural form.
KEYWORD_ONE - Static variable in class com.ibm.icu.text.PluralRules
Common name for the 'singular' plural form.
KEYWORD_OTHER - Static variable in class com.ibm.icu.text.PluralRules
Common name for the default plural form.
KEYWORD_TWO - Static variable in class com.ibm.icu.text.PluralRules
Common name for the 'dual' plural form.
KEYWORD_ZERO - Static variable in class com.ibm.icu.text.PluralRules
Common name for the 'zero' plural form.
KHAPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
KHAROSHTHI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHAROSHTHI - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.1
KHAROSHTHI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHITAN_SMALL_SCRIPT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHITAN_SMALL_SCRIPT - Static variable in class com.ibm.icu.lang.UScript
 
KHITAN_SMALL_SCRIPT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHMER - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHMER - Static variable in class com.ibm.icu.lang.UScript
Khmer
KHMER_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHMER_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHMER_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHOJKI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHOJKI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
KHOJKI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHUDAWADI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHUDAWADI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
KHUDAWADI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
KHUTSURI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
KIAHK - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Χοιακ / ﻚﻬﻴﻛ;, the 4th month of the Coptic year.
KILOBIT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: kilobit
KILOBYTE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: kilobyte
KILOCALORIE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of energy: kilocalorie
KILOGRAM - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: kilogram
KILOHERTZ - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of frequency: kilohertz
KILOJOULE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of energy: kilojoule
KILOMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: kilometer
KILOMETER_PER_HOUR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of speed: kilometer-per-hour
KILOPASCAL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: kilopascal
KILOWATT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of power: kilowatt
KILOWATT_HOUR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of energy: kilowatt-hour
KILOWATT_HOUR_PER_100_KILOMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of force: kilowatt-hour-per-100-kilometer
KIND_CHARACTER - Static variable in class com.ibm.icu.text.BreakIterator
[icu]
KIND_LINE - Static variable in class com.ibm.icu.text.BreakIterator
[icu]
KIND_SENTENCE - Static variable in class com.ibm.icu.text.BreakIterator
[icu]
KIND_TITLE - Static variable in class com.ibm.icu.text.BreakIterator
Deprecated.
KIND_WORD - Static variable in class com.ibm.icu.text.BreakIterator
[icu]
KISLEV - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Kislev, the 3rd month of the Hebrew year.
KNOT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of speed: knot
KNOTTED_HEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
KOREA - Static variable in class com.ibm.icu.util.ULocale
Useful constant for country/region.
KOREAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
KOREAN - Static variable in class com.ibm.icu.util.ULocale
Useful constant for language.
KPELLE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code

L

L - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
LABEL_TOO_LONG_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
labelToASCII(CharSequence, StringBuilder, IDNA.Info) - Method in class com.ibm.icu.text.IDNA
Converts a single domain name label into its ASCII form for DNS lookup.
labelToUnicode(CharSequence, StringBuilder, IDNA.Info) - Method in class com.ibm.icu.text.IDNA
Converts a single domain name label into its Unicode form for human-readable display.
LAG_BOMER - Static variable in class com.ibm.icu.util.HebrewHoliday
 
LAM - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
LAMADH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
LAMALEF_AUTO - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
LAMALEF_BEGIN - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
LAMALEF_END - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
LAMALEF_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for LamAlef memory options.
LAMALEF_NEAR - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
LAMALEF_RESIZE - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: allow the result to have a different length than the source.
languageDisplayName(String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided language code.
LANNA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LAO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LAO - Static variable in class com.ibm.icu.lang.UScript
Lao
LAO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
last() - Method in class com.ibm.icu.text.BreakIterator
Set the iterator to the last boundary position.
last() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
last() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Sets the current iteration position to the end of the text.
last() - Method in class com.ibm.icu.text.SearchIterator
Returns the last index in the target text at which it matches the search pattern.
last() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
lastIndexOf(String, int) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the last occurrence of the argument codepoint.
lastIndexOf(String, String) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the last occurrence of the argument string str.
lastIndexOf(String, int, int) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the last occurrence of the argument codepoint, where the result is less than or equals to fromIndex.
lastIndexOf(String, String, int) - Static method in class com.ibm.icu.text.UTF16
Returns the index within the argument UTF16 format Unicode string of the last occurrence of the argument string str, where the result is less than or equals to fromIndex.
LATIN - Static variable in class com.ibm.icu.lang.UScript
Latin
LATIN - Static variable in class com.ibm.icu.text.NumberingSystem
For convenience, an instance representing the latn numbering system, which corresponds to digits in the ASCII range '0' through '9'.
LATIN_1_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_1_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_ADDITIONAL - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_ADDITIONAL_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_C - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_C_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_D - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_D_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_E - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_E_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_F - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_F_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_G - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_EXTENDED_G_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LATIN_FRAKTUR - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LATIN_GAELIC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LEAD_CANONICAL_COMBINING_CLASS - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Lead_Canonical_Combining_Class.
LEAD_SURROGATE_BOUNDARY - Static variable in class com.ibm.icu.text.UTF16
Value returned in bounds().
LEAD_SURROGATE_MAX_VALUE - Static variable in class com.ibm.icu.text.UTF16
Lead surrogate maximum value
LEAD_SURROGATE_MIN_VALUE - Static variable in class com.ibm.icu.text.UTF16
Lead surrogate minimum value
LEADING_JAMO - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
 
LEAST_MAXIMUM - Static variable in class com.ibm.icu.util.Calendar
Limit type for getLimit() and handleGetLimit() indicating the least maximum value that a field can take.
LEFT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
LEFT_AND_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
LEFT_JOINING - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
 
LEFT_TO_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type L
LEFT_TO_RIGHT_EMBEDDING - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type LRE
LEFT_TO_RIGHT_ISOLATE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type LRI
LEFT_TO_RIGHT_OVERRIDE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type LRO
length() - Method in class com.ibm.icu.message2.FormattedMessage
Deprecated.
This API is for ICU internal use only.
length() - Method in class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
length() - Method in class com.ibm.icu.number.FormattedNumber
length() - Method in class com.ibm.icu.number.FormattedNumberRange
length() - Method in class com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
length() - Method in class com.ibm.icu.text.ListFormatter.FormattedList
length() - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
length() - Method in interface com.ibm.icu.text.Replaceable
Returns the number of 16-bit code units in the text.
length() - Method in class com.ibm.icu.text.ReplaceableString
Return the number of characters contained in this object.
LENGTH_FIXED_SPACES_AT_BEGINNING - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
LENGTH_FIXED_SPACES_AT_END - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
LENGTH_FIXED_SPACES_NEAR - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
LENGTH_GROW_SHRINK - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: allow the result to have a different length than the source.
LENGTH_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for memory options.
lengthDelta() - Method in class com.ibm.icu.text.Edits
How much longer is the new text compared with the old text?
lenientParseEnabled() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Returns true if lenient-parse mode is turned on.
LEPCHA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LEPCHA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LEPCHA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LETTER_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Nl
LETTERLIKE_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LETTERLIKE_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LETTERS_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for letter shaping options.
LETTERS_NOOP - Static variable in class com.ibm.icu.text.ArabicShaping
Letter shaping option: do not perform letter shaping.
LETTERS_SHAPE - Static variable in class com.ibm.icu.text.ArabicShaping
Letter shaping option: replace normative letter characters in the U+0600 (Arabic) block, by shaped ones in the U+FE70 (Presentation Forms B) block.
LETTERS_SHAPE_TASHKEEL_ISOLATED - Static variable in class com.ibm.icu.text.ArabicShaping
Letter shaping option: replace normative letter characters in the U+0600 (Arabic) block, except for the TASHKEEL characters at U+064B...U+0652, by shaped ones in the U+Fe70 (Presentation Forms B) block.
LETTERS_UNSHAPE - Static variable in class com.ibm.icu.text.ArabicShaping
Letter shaping option: replace shaped letter characters in the U+FE70 (Presentation Forms B) block by normative ones in the U+0600 (Arabic) block.
LEVEL_DEFAULT_LTR - Static variable in class com.ibm.icu.text.Bidi
Paragraph level setting Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm.
LEVEL_DEFAULT_RTL - Static variable in class com.ibm.icu.text.Bidi
Paragraph level setting Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm.
LEVEL_OVERRIDE - Static variable in class com.ibm.icu.text.Bidi
Bit flag for level input.
LF - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
LF - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
LF - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
LIGHT_YEAR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: light-year
LIMBU - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LIMBU - Static variable in class com.ibm.icu.lang.UScript
Limbu Script in Unicode 4
LIMBU_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LIMIT - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
limit - Variable in class com.ibm.icu.text.Transliterator.Position
Ending index, exclusive, of the text to be transliteratd.
limit - Variable in class com.ibm.icu.util.RangeValueIterator.Element
(End + 1) integer of continuous result range that has the same value
LINE_BREAK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Line_Break.
LINE_FEED - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
LINE_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Zl
LINEAR_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LINEAR_A - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LINEAR_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LINEAR_B - Static variable in class com.ibm.icu.lang.UScript
Linear B Script in Unicode 4
LINEAR_B_IDEOGRAMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LINEAR_B_IDEOGRAMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LINEAR_B_SYLLABARY - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LINEAR_B_SYLLABARY_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LIST_SPAN - Static variable in class com.ibm.icu.text.ListFormatter.SpanField
The concrete field used for spans in FormattedList.
ListFormatter - Class in com.ibm.icu.text
Immutable class for formatting a list, using data from CLDR (or supplied separately).
ListFormatter(String, String, String, String) - Constructor for class com.ibm.icu.text.ListFormatter
Deprecated.
This API is ICU internal only.
ListFormatter.Field - Class in com.ibm.icu.text
Field selectors for format fields defined by ListFormatter.
ListFormatter.FormattedList - Class in com.ibm.icu.text
An immutable class containing the result of a list formatting operation.
ListFormatter.SpanField - Class in com.ibm.icu.text
Class for span fields in FormattedList.
ListFormatter.Type - Enum in com.ibm.icu.text
Type of meaning expressed by the list.
ListFormatter.Width - Enum in com.ibm.icu.text
Verbosity level of the list patterns.
LISU - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LISU - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LISU_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LISU_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LISU_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LITER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: liter
LITER_PER_100KILOMETERS - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of consumption: liter-per-100-kilometer
LITER_PER_KILOMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of consumption: liter-per-kilometer
LITERAL - Static variable in class com.ibm.icu.text.ListFormatter.Field
The literal text in the result which came from the resources.
LITERAL - Static variable in class com.ibm.icu.text.RelativeDateTimeFormatter.Field
Represents a literal text string, like "tomorrow" or "days ago".
loadAllDisplayNames() - Method in class com.ibm.icu.text.TimeZoneNames
Deprecated.
This API is ICU internal only.
LOCAL_DST - Static variable in class com.ibm.icu.util.BasicTimeZone
Deprecated.
This API is ICU internal only.
LOCAL_FORMER - Static variable in class com.ibm.icu.util.BasicTimeZone
Deprecated.
This API is ICU internal only.
LOCAL_LATTER - Static variable in class com.ibm.icu.util.BasicTimeZone
Deprecated.
This API is ICU internal only.
LOCAL_STD - Static variable in class com.ibm.icu.util.BasicTimeZone
Deprecated.
This API is ICU internal only.
locale(Locale) - Method in class com.ibm.icu.number.UnlocalizedNumberFormatter
Associate the given locale with the number formatter.
locale(ULocale) - Method in class com.ibm.icu.number.UnlocalizedNumberFormatter
ULocale version of the UnlocalizedNumberFormatter.locale(Locale) setter above.
locale(Locale) - Method in class com.ibm.icu.number.UnlocalizedNumberRangeFormatter
Associate the given locale with the number range formatter.
locale(ULocale) - Method in class com.ibm.icu.number.UnlocalizedNumberRangeFormatter
ULocale version of the UnlocalizedNumberRangeFormatter.locale(Locale) setter above.
LocaleData - Class in com.ibm.icu.util
A class for accessing miscellaneous data in the locale bundles
LocaleData.MeasurementSystem - Class in com.ibm.icu.util
Enumeration for representing the measurement systems.
LocaleData.PaperSize - Class in com.ibm.icu.util
A class that represents the size of letter head used in the country
localeDisplayName(ULocale) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided ulocale.
localeDisplayName(Locale) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided locale.
localeDisplayName(String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided locale id.
LocaleDisplayNames - Class in com.ibm.icu.text
Returns display names of ULocales and components of ULocales.
LocaleDisplayNames() - Constructor for class com.ibm.icu.text.LocaleDisplayNames
Deprecated.
This API is ICU internal only.
LocaleDisplayNames.DialectHandling - Enum in com.ibm.icu.text
LocaleDisplayNames.UiListItem - Class in com.ibm.icu.text
Struct-like class used to return information for constructing a UI list, each corresponding to a locale.
LocaleMatcher - Class in com.ibm.icu.util
Immutable class that picks the best match between a user's desired locales and an application's supported locales.
LocaleMatcher(LocalePriorityList) - Constructor for class com.ibm.icu.util.LocaleMatcher
Copies the supported locales, preserving iteration order, and constructs a LocaleMatcher.
LocaleMatcher(String) - Constructor for class com.ibm.icu.util.LocaleMatcher
Parses the string like LocalePriorityList does and constructs a LocaleMatcher for the supported locales parsed from the string.
LocaleMatcher.Builder - Class in com.ibm.icu.util
LocaleMatcher Builder.
LocaleMatcher.Demotion - Enum in com.ibm.icu.util
Builder option for whether all desired locales are treated equally or earlier ones are preferred.
LocaleMatcher.Direction - Enum in com.ibm.icu.util
Builder option for whether to include or ignore one-way (fallback) match data.
LocaleMatcher.FavorSubtag - Enum in com.ibm.icu.util
Builder option for whether the language subtag or the script subtag is most important.
LocaleMatcher.Result - Class in com.ibm.icu.util
Data for the best-matching pair of a desired and a supported locale.
LocalePriorityList - Class in com.ibm.icu.util
Provides an immutable list of languages/locales in priority order.
LocalePriorityList.Builder - Class in com.ibm.icu.util
Class used for building LocalePriorityLists.
LocalizedNumberFormatter - Class in com.ibm.icu.number
A NumberFormatter that has a locale associated with it; this means .format() methods are available.
LocalizedNumberRangeFormatter - Class in com.ibm.icu.number
A NumberRangeFormatter that has a locale associated with it; this means .formatRange() methods are available.
LOCATION_TZ - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for generic location format, such as Los Angeles Time; used in combinations date + time + zone, or time + zone.
LOGICAL_ORDER_EXCEPTION - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Logical_Order_Exception (new).
LOMA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LONG - Static variable in interface com.ibm.icu.lang.UProperty.NameChoice
Selector for the long name of a property or value.
LONG - Static variable in class com.ibm.icu.text.DateFormat
Constant for long style pattern.
LONG - Static variable in class com.ibm.icu.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
LONG_GENERIC - Static variable in class com.ibm.icu.util.TimeZone
[icu] A style specifier for getDisplayName() indicating a long generic name, such as "Pacific Time."
LONG_GMT - Static variable in class com.ibm.icu.util.TimeZone
[icu] A style specifier for getDisplayName() indicating a long name derived from the timezone's offset, such as "GMT-08:00."
LONG_NAME - Static variable in class com.ibm.icu.util.Currency
Selector for getName() indicating the long name for a currency, such as "US Dollar" for USD.
longValue() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a long.
longValue() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
longValueExact() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a long.
lookup(String) - Method in interface com.ibm.icu.text.SymbolTable
Lookup the characters associated with this string and return it.
lookup(String) - Method in class com.ibm.icu.text.UnicodeSet.XSymbolTable
Supplies default implementation for SymbolTable (no action).
lookupMatcher(int) - Method in interface com.ibm.icu.text.SymbolTable
Lookup the UnicodeMatcher associated with the given character, and return it.
lookupMatcher(int) - Method in class com.ibm.icu.text.UnicodeSet.XSymbolTable
Supplies default implementation for SymbolTable (no action).
LOW_SURROGATES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LOW_SURROGATES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LOWER - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
LOWER - Static variable in class com.ibm.icu.text.CollationKey.BoundMode
Lower bound
LOWERCASE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Lowercase.
LOWERCASE_LETTER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Ll
LOWERCASE_MAPPING - Static variable in interface com.ibm.icu.lang.UProperty
String property Lowercase_Mapping.
LTR - Static variable in class com.ibm.icu.text.Bidi
Left-to-right text.
LUMEN - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of light: lumen
LUX - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of light: lux
LV - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
LV_SYLLABLE - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
 
LVT - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
LVT_SYLLABLE - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
 
LYCIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LYCIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LYCIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LYDIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
LYDIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
LYDIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 

M

MAC_OLD_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in older Macintosh systems.
MAC_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in the JDK.
macros(MacroProps) - Method in class com.ibm.icu.number.NumberFormatterSettings
Deprecated.
ICU 60 This API is ICU internal only.
MAGHA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Magha, the 11th month of the Indian year.
MAHAJANI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MAHAJANI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MAHAJANI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MAHJONG_TILES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MAHJONG_TILES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
main(String[]) - Static method in class com.ibm.icu.util.VersionInfo
Main method prints out ICU version information
MAKASAR - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MAKASAR - Static variable in class com.ibm.icu.lang.UScript
 
MAKASAR_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
makeResolvedLocale() - Method in class com.ibm.icu.util.LocaleMatcher.Result
Takes the best-matching supported locale and adds relevant fields of the best-matching desired locale, such as the -t- and -u- extensions.
makeResolvedULocale() - Method in class com.ibm.icu.util.LocaleMatcher.Result
Takes the best-matching supported locale and adds relevant fields of the best-matching desired locale, such as the -t- and -u- extensions.
MALAYALAM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MALAYALAM - Static variable in class com.ibm.icu.lang.UScript
Malayalam
MALAYALAM_BHA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MALAYALAM_JA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_LLA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_LLLA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_NGA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_NNA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_NNNA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_NYA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_RA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_SSA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MALAYALAM_TTA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANDAEAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MANDAIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MANDAIC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MANDAIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MANDATORY_BREAK - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
MANICHAEAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MANICHAEAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MANICHAEAN_ALEPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_AYIN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_BETH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_DALETH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_DHAMEDH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_FIVE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_GIMEL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_HETH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_HUNDRED - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MANICHAEAN_KAPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_LAMEDH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_MEM - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_NUN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_ONE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_PE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_QOPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_RESH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_SADHE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_SAMEKH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_TAW - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_TEN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_TETH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_THAMEDH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_TWENTY - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_WAW - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_YODH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MANICHAEAN_ZAYIN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MAP_NOWHERE - Static variable in class com.ibm.icu.text.Bidi
Special value which can be returned by the mapping methods when a logical index has no corresponding visual index or vice-versa.
MARCH - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the third month of the year.
MARCHEN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MARCHEN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MARCHEN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MASARAM_GONDI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MASARAM_GONDI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MASARAM_GONDI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MASK_LIMIT - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
MASK_START - Static variable in interface com.ibm.icu.lang.UProperty
First constant for bit-mask Unicode properties.
match(ULocale, ULocale, ULocale, ULocale) - Method in class com.ibm.icu.util.LocaleMatcher
Deprecated.
ICU 65 Build and use a matcher rather than comparing pairs of locales.
MATCH_ALL_FIELDS_LENGTH - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
Option mask for forcing the width of all date and time fields.
MATCH_HOUR_FIELD_LENGTH - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
Option mask for forcing the width of hour field.
MATCH_MINUTE_FIELD_LENGTH - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
MATCH_NO_OPTIONS - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
MATCH_SECOND_FIELD_LENGTH - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
matchAfter(CharSequence, CharSequence, int, int) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
matches(Object, String, Map<String, Object>) - Method in interface com.ibm.icu.message2.Selector
Deprecated.
This API is for technology preview only.
matches(PluralRules.FixedDecimal, String) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
matches(Replaceable, int[], int, boolean) - Method in class com.ibm.icu.text.UnicodeFilter
Default implementation of UnicodeMatcher::matches() for Unicode filters.
matches(Replaceable, int[], int, boolean) - Method in interface com.ibm.icu.text.UnicodeMatcher
Return a UMatchDegree value indicating the degree of match for the given text at the given offset.
matches(Replaceable, int[], int, boolean) - Method in class com.ibm.icu.text.UnicodeSet
Implementation of UnicodeMatcher.matches().
matches() - Method in enum com.ibm.icu.util.BytesTrie.Result
Same as (result!
matchesAt(CharSequence, int) - Method in class com.ibm.icu.text.UnicodeSet
Deprecated.
This API is ICU internal only.
matchesField(Format.Field, Object) - Method in class com.ibm.icu.text.ConstrainedFieldPosition
Determines whether a given field and value should be included given the constraints.
matchesIndexValue(int) - Method in interface com.ibm.icu.text.UnicodeMatcher
Returns true if this matcher will match a character c, where c & 0xFF == v, at offset, in the forward direction (with limit > offset).
matchesIndexValue(int) - Method in class com.ibm.icu.text.UnicodeSet
Implementation of UnicodeMatcher API.
MatchInfo(TimeZoneNames.NameType, String, String, int) - Constructor for class com.ibm.icu.text.TimeZoneNames.MatchInfo
Constructing a MatchInfo.
matchLength - Variable in class com.ibm.icu.text.SearchIterator
Length of the most current match in target text.
matchLength() - Method in class com.ibm.icu.text.TimeZoneNames.MatchInfo
Returns the match length.
matchNodesCanHaveValues() - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
matchNodesCanHaveValues() - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
matchNodesCanHaveValues() - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
matchQuarterString(String, int, int, String[], Calendar) - Method in class com.ibm.icu.text.SimpleDateFormat
Attempt to match the text at a given position against an array of quarter strings.
matchString(String, int, int, String[], Calendar) - Method in class com.ibm.icu.text.SimpleDateFormat
Attempt to match the text at a given position against an array of strings.
MATH - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Math.
MATH_SYMBOL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Sm
MathContext - Class in com.ibm.icu.math
The MathContext immutable class encapsulates the settings understood by the operator methods of the BigDecimal class (and potentially other classes).
MathContext(int) - Constructor for class com.ibm.icu.math.MathContext
Constructs a new MathContext with a specified precision.
MathContext(int, int) - Constructor for class com.ibm.icu.math.MathContext
Constructs a new MathContext with a specified precision and form.
MathContext(int, int, boolean) - Constructor for class com.ibm.icu.math.MathContext
Constructs a new MathContext with a specified precision, form, and lostDigits setting.
MathContext(int, int, boolean, int) - Constructor for class com.ibm.icu.math.MathContext
Constructs a new MathContext with a specified precision, form, lostDigits, and roundingMode setting.
MATHEMATICAL_ALPHANUMERIC_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MATHEMATICAL_ALPHANUMERIC_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MATHEMATICAL_NOTATION - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MATHEMATICAL_OPERATORS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MATHEMATICAL_OPERATORS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MAUNDY_THURSDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Maundy Thursday, 3 days before Easter
max(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is the maximum of this and rhs.
max(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is the maximum of this and rhs.
MAX_CODE_POINT - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+10FFFF, same as Character.MAX_CODE_POINT.
MAX_DATE - Static variable in class com.ibm.icu.util.Calendar
The maximum supported Date.
MAX_EXPLICIT_LEVEL - Static variable in class com.ibm.icu.text.Bidi
Maximum explicit embedding level.
MAX_FIELD_COUNT - Static variable in class com.ibm.icu.util.Calendar
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
MAX_HIGH_SURROGATE - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+DBFF, same as Character.MAX_HIGH_SURROGATE.
MAX_JULIAN - Static variable in class com.ibm.icu.util.Calendar
The maximum supported Julian day.
MAX_LOW_SURROGATE - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+DFFF, same as Character.MAX_LOW_SURROGATE.
MAX_MILLIS - Static variable in class com.ibm.icu.util.Calendar
The maximum supported epoch milliseconds.
MAX_RADIX - Static variable in class com.ibm.icu.lang.UCharacter
Compatibility constant for Java Character's MAX_RADIX.
MAX_ROUND_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
Deprecated.
This API is ICU internal only.
MAX_SCALE - Static variable in class com.ibm.icu.util.UniversalTimeScale
Deprecated.
ICU 59
MAX_SCALE_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
Deprecated.
This API is ICU internal only.
MAX_SURROGATE - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+DFFF, same as Character.MAX_SURROGATE.
MAX_VALUE - Static variable in class com.ibm.icu.lang.UCharacter
The highest Unicode code point value (scalar value), constant U+10FFFF (uses 21 bits).
MAX_VALUE - Static variable in class com.ibm.icu.text.UnicodeSet
Maximum value that can be stored in a UnicodeSet.
MAX_YEAR - Static variable in class com.ibm.icu.util.AnnualTimeZoneRule
The constant representing the maximum year used for designating a rule is permanent.
maxBytesPerChar() - Method in class com.ibm.icu.charset.CharsetDecoderICU
Returns the maxBytesPerChar value for the Charset that created this decoder.
maxCharsPerByte() - Method in class com.ibm.icu.charset.CharsetEncoderICU
Returns the maxCharsPerByte value for the Charset that created this encoder.
maxFraction(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).
MAXIMUM - Static variable in class com.ibm.icu.util.Calendar
Limit type for getLimit() and handleGetLimit() indicating the maximum value that a field can take (greatest maximum).
maxSignificantDigits(int) - Static method in class com.ibm.icu.number.Precision
Show numbers rounded if necessary to a certain number of significant digits/figures.
MAY - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MAY_DAY - Static variable in class com.ibm.icu.util.SimpleHoliday
May Day, May 1st
MAYAN_HIEROGLYPHS - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MAYAN_NUMERALS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MAYAN_NUMERALS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MAYBE - Static variable in class com.ibm.icu.text.Normalizer
Indicates it cannot be determined if string is in the normalized format without further thorough checks.
Measure - Class in com.ibm.icu.util
An amount of a specified unit, consisting of a Number and a Unit.
Measure(Number, MeasureUnit) - Constructor for class com.ibm.icu.util.Measure
Constructs a new object given a number and a unit.
MEASURE_UNIT - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
MeasureFormat - Class in com.ibm.icu.text
A formatter for Measure objects.
MeasureFormat.FormatWidth - Enum in com.ibm.icu.text
Formatting width enum.
MeasureUnit - Class in com.ibm.icu.util
A unit such as length, mass, volume, currency, etc.
MeasureUnit(String, String) - Constructor for class com.ibm.icu.util.MeasureUnit
Deprecated.
This API is ICU internal only.
MeasureUnit.Complexity - Enum in com.ibm.icu.util
Enumeration for unit complexity.
MeasureUnit.Factory - Interface in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
MeasureUnit.MeasurePrefix - Enum in com.ibm.icu.util
Enumeration for SI and binary prefixes, e.g.
MEDEFAIDRIN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEDEFAIDRIN - Static variable in class com.ibm.icu.lang.UScript
 
MEDEFAIDRIN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEDIAL - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
MEDIUM - Static variable in class com.ibm.icu.text.DateFormat
Constant for medium style pattern.
MEEM - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
MEETEI_MAYEK - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEETEI_MAYEK_EXTENSIONS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEETEI_MAYEK_EXTENSIONS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEETEI_MAYEK_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEGABIT - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for መጋቢት, the 7th month of the Ethiopic year.
MEGABIT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: megabit
MEGABYTE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: megabyte
MEGAHERTZ - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of frequency: megahertz
MEGALITER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: megaliter
MEGAPASCAL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: megapascal
MEGAPIXEL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of graphics: megapixel
MEGAWATT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of power: megawatt
MEIJI - Static variable in class com.ibm.icu.util.JapaneseCalendar
Constant for the era starting on Sept. 8, 1868 AD.
MEITEI_MAYEK - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MENDE - Static variable in class com.ibm.icu.lang.UScript
Mende Kikakui ISO 15924 script code
MENDE_KIKAKUI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MENDE_KIKAKUI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
merge(CollationKey) - Method in class com.ibm.icu.text.CollationKey
Merges this CollationKey with another.
mergeAndAppend(Edits, Edits) - Method in class com.ibm.icu.text.Edits
Merges the two input Edits and appends the result to this object.
MEROITIC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MEROITIC_CURSIVE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEROITIC_CURSIVE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MEROITIC_CURSIVE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEROITIC_HIEROGLYPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MEROITIC_HIEROGLYPHS - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MEROITIC_HIEROGLYPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MESKEREM - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for መስከረም, the 1st month of the Ethiopic year.
MESRA - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Μεϲωρη / ىﺮﺴﻣ, the 12th month of the Coptic year.
MessageFormat - Class in com.ibm.icu.text
[icu enhancement] ICU's replacement for java.text.MessageFormat.
MessageFormat(String) - Constructor for class com.ibm.icu.text.MessageFormat
Constructs a MessageFormat for the default FORMAT locale and the specified pattern.
MessageFormat(String, Locale) - Constructor for class com.ibm.icu.text.MessageFormat
Constructs a MessageFormat for the specified locale and pattern.
MessageFormat(String, ULocale) - Constructor for class com.ibm.icu.text.MessageFormat
Constructs a MessageFormat for the specified locale and pattern.
MessageFormat.Field - Class in com.ibm.icu.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator.
MessageFormatter - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
MessageFormatter.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
MessagePattern - Class in com.ibm.icu.text
Parses and represents ICU MessageFormat patterns.
MessagePattern() - Constructor for class com.ibm.icu.text.MessagePattern
Constructs an empty MessagePattern with default ApostropheMode.
MessagePattern(MessagePattern.ApostropheMode) - Constructor for class com.ibm.icu.text.MessagePattern
Constructs an empty MessagePattern.
MessagePattern(String) - Constructor for class com.ibm.icu.text.MessagePattern
Constructs a MessagePattern with default ApostropheMode and parses the MessageFormat pattern string.
MessagePattern.ApostropheMode - Enum in com.ibm.icu.text
Mode for when an apostrophe starts quoted literal text for MessageFormat output.
MessagePattern.ArgType - Enum in com.ibm.icu.text
Argument type constants.
MessagePattern.Part - Class in com.ibm.icu.text
A message pattern "part", representing a pattern parsing event.
MessagePattern.Part.Type - Enum in com.ibm.icu.text
Part type constants.
MessagePatternUtil - Class in com.ibm.icu.text
Utilities for working with a MessagePattern.
MessagePatternUtil.ArgNode - Class in com.ibm.icu.text
A piece of MessageNode contents representing a message argument and its details.
MessagePatternUtil.ComplexArgStyleNode - Class in com.ibm.icu.text
A Node representing details of the argument style of a complex argument.
MessagePatternUtil.MessageContentsNode - Class in com.ibm.icu.text
A piece of MessageNode contents.
MessagePatternUtil.MessageContentsNode.Type - Enum in com.ibm.icu.text
The type of a piece of MessageNode contents.
MessagePatternUtil.MessageNode - Class in com.ibm.icu.text
A Node representing a parsed MessageFormat pattern string.
MessagePatternUtil.Node - Class in com.ibm.icu.text
Common base class for all elements in a tree of nodes returned by MessagePatternUtil.buildMessageNode(MessagePattern).
MessagePatternUtil.TextNode - Class in com.ibm.icu.text
Literal text, a piece of MessageNode contents.
MessagePatternUtil.VariantNode - Class in com.ibm.icu.text
A Node representing a nested message (nested inside an argument) with its selection criterion.
METER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: meter
METER_PER_SECOND - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of speed: meter-per-second
METER_PER_SECOND_SQUARED - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of acceleration: meter-per-square-second
METRIC_TON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: metric-ton (renamed to tonne in CLDR 42 / ICU 72).
Mf2DataModel - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Expression - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Expression.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.OrderedMap<K,V> - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Part - Interface in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Pattern - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Pattern.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.SelectorKeys - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.SelectorKeys.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Text - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Text.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Value - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Value.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Variable - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2DataModel.Variable.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2FunctionRegistry - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
Mf2FunctionRegistry.Builder - Class in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
MIAO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MIAO - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MIAO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MIAZIA - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ሚያዝያ, the 8th month of the Ethiopic year.
MICROGRAM - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: microgram
MICROMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: micrometer
MICROSECOND - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: microsecond
MIDLETTER - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
MIDNUM - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
MIDNUMLET - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
MILE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: mile
MILE_PER_GALLON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of consumption: mile-per-gallon
MILE_PER_GALLON_IMPERIAL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of consumption: mile-per-gallon-imperial
MILE_PER_HOUR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of speed: mile-per-hour
MILE_SCANDINAVIAN - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: mile-scandinavian
MILLIAMPERE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of electric: milliampere
MILLIBAR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: millibar
MILLIGRAM - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: milligram
MILLIGRAM_OFGLUCOSE_PER_DECILITER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: milligram-ofglucose-per-deciliter
MILLIGRAM_PER_DECILITER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: milligram-per-deciliter
MILLILITER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: milliliter
MILLIMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: millimeter
MILLIMETER_OF_MERCURY - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: millimeter-ofhg
MILLIMOLE_PER_LITER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: millimole-per-liter
MILLISECOND - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the millisecond field.
MILLISECOND - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the millisecond within the second.
MILLISECOND - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: millisecond
MILLISECOND_FIELD - Static variable in class com.ibm.icu.text.DateFormat
Alias for FRACTIONAL_SECOND_FIELD.
MILLISECONDS_IN_DAY - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the milliseconds in day field.
MILLISECONDS_IN_DAY - Static variable in class com.ibm.icu.util.Calendar
[icu] Field number for get() and set() indicating the milliseconds in the day.
MILLISECONDS_IN_DAY_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'A' field alignment, corresponding to the Calendar.MILLISECONDS_IN_DAY field.
millisToJulianDay(long) - Static method in class com.ibm.icu.util.Calendar
Converts time as milliseconds to Julian day.
MILLIWATT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of power: milliwatt
MIM - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
min(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is the minimum of this and rhs.
min(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is the minimum of this and rhs.
MIN_CODE_POINT - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+0000, same as Character.MIN_CODE_POINT.
MIN_DATE - Static variable in class com.ibm.icu.util.Calendar
The minimum supported Date.
MIN_HIGH_SURROGATE - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+D800, same as Character.MIN_HIGH_SURROGATE.
MIN_JULIAN - Static variable in class com.ibm.icu.util.Calendar
The minimum supported Julian day.
MIN_LOW_SURROGATE - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+DC00, same as Character.MIN_LOW_SURROGATE.
MIN_MILLIS - Static variable in class com.ibm.icu.util.Calendar
The minimum supported epoch milliseconds.
MIN_RADIX - Static variable in class com.ibm.icu.lang.UCharacter
Compatibility constant for Java Character's MIN_RADIX.
MIN_ROUND_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
Deprecated.
This API is ICU internal only.
MIN_SUPPLEMENTARY_CODE_POINT - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+10000, same as Character.MIN_SUPPLEMENTARY_CODE_POINT.
MIN_SURROGATE - Static variable in class com.ibm.icu.lang.UCharacter
Constant U+D800, same as Character.MIN_SURROGATE.
MIN_VALUE - Static variable in class com.ibm.icu.lang.UCharacter
The lowest Unicode code point value, constant 0.
MIN_VALUE - Static variable in class com.ibm.icu.text.UnicodeSet
Minimum value that can be stored in a UnicodeSet.
minFraction(int) - Static method in class com.ibm.icu.number.Precision
Always show at least a certain number of fraction places after the decimal separator, padding with zeros if necessary.
MINGUO - Static variable in class com.ibm.icu.util.TaiwanCalendar
Constant for the Taiwan Era for Minguo.
minimalDaysInFirstWeek - Variable in class com.ibm.icu.util.Calendar.WeekData
the minimal number of days in the first week
minimized - Variable in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
Returns the minimized locale for an input locale, such as sr-Cyrl → sr
minimizeSubtags(ULocale) - Static method in class com.ibm.icu.util.ULocale
[icu] Minimizes the 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 minimal form, or there is no data available for minimization, it will be returned.
minimizeSubtags(ULocale, ULocale.Minimize) - Static method in class com.ibm.icu.util.ULocale
Deprecated.
This API is ICU internal only.
MINIMUM - Static variable in class com.ibm.icu.util.Calendar
Limit type for getLimit() and handleGetLimit() indicating the minimum value that a field can take (least minimum).
MINIMUM_GROUPING_DIGITS_AUTO - Static variable in class com.ibm.icu.text.DecimalFormat
[icu] Constant for DecimalFormat.setMinimumGroupingDigits(int) to specify display grouping using the default strategy for all locales.
MINIMUM_GROUPING_DIGITS_MIN2 - Static variable in class com.ibm.icu.text.DecimalFormat
[icu] Constant for DecimalFormat.setMinimumGroupingDigits(int) to specify display grouping using locale defaults, except do not show grouping on values smaller than 10000 (such that there is a minimum of two digits before the first separator).
MINIMUM_USER_STAMP - Static variable in class com.ibm.icu.util.Calendar
If the time stamp stamp[] has a value greater than or equal to MINIMUM_USER_SET then it has been set by the user via a call to set().
minMaxFraction(int, 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); in addition, always show at least a certain number of places after the decimal separator, padding with zeros if necessary.
minMaxSignificantDigits(int, int) - Static method in class com.ibm.icu.number.Precision
Show numbers rounded if necessary to a certain number of significant digits/figures; in addition, always show at least a certain number of significant digits, padding with zeros if necessary.
minSignificantDigits(int) - Static method in class com.ibm.icu.number.Precision
Always show at least a certain number of significant digits/figures, padding with zeros if necessary.
MINUTE - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the minute field.
MINUTE - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with minute.
MINUTE - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
MINUTE - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the minute within the hour.
MINUTE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: minute
MINUTE_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'm' field alignment, corresponding to the Calendar.MINUTE field.
MINUTE_SECOND - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with minute and second.
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_SYMBOLS_AND_ARROWS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_SYMBOLS_AND_ARROWS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_TECHNICAL - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MISCELLANEOUS_TECHNICAL_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MIXED - Static variable in class com.ibm.icu.text.Bidi
Mixed-directional text.
MIXED_NUMBERS - Static variable in class com.ibm.icu.text.SpoofChecker
Check that an identifier does not mix numbers from different numbering systems.
MIXED_SCRIPT_CONFUSABLE - Static variable in class com.ibm.icu.text.SpoofChecker
When performing the two-string SpoofChecker.areConfusable(java.lang.String, java.lang.String) test, this flag in the return value indicates that the two strings are visually confusable and that they are not from the same script, according to UTS 39 section 4.
Mode() - Constructor for class com.ibm.icu.text.Normalizer.Mode
Deprecated.
This API is ICU internal only.
MODI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MODI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MODI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
modified - Variable in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
Returns the modified locale for an input locale, such as sr → sr-Cyrl, where there is also an sr-Latn in the list
MODIFIER_LETTER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Lm
MODIFIER_SYMBOL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Sk
MODIFIER_TONE_LETTERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MODIFIER_TONE_LETTERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MODIFYING_LETTER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
MOLE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: mole
MONDAY - Static variable in class com.ibm.icu.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONGOLIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MONGOLIAN - Static variable in class com.ibm.icu.lang.UScript
Mangolian
MONGOLIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MONGOLIAN_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MONGOLIAN_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MONTH - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the month field.
MONTH - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with month.
MONTH - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
MONTH - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the month.
MONTH - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: month
MONTH_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with long month and day.
MONTH_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'M' field alignment, corresponding to the Calendar.MONTH field.
MONTH_PERSON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: month-person
MONTH_WEEKDAY_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with month, weekday, and day.
MOON - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
moveCodePointIndex(int) - Method in class com.ibm.icu.text.UCharacterIterator
Moves the current position by the number of code points specified, either forward or backward depending on the sign of delta (positive or negative respectively).
moveCodePointOffset(String, int, int) - Static method in class com.ibm.icu.text.UTF16
Shifts offset16 by the argument number of codepoints
moveCodePointOffset(StringBuffer, int, int) - Static method in class com.ibm.icu.text.UTF16
Shifts offset16 by the argument number of codepoints
moveCodePointOffset(char[], int, int, int, int) - Static method in class com.ibm.icu.text.UTF16
Shifts offset16 by the argument number of codepoints within a subarray.
moveIndex(int) - Method in class com.ibm.icu.text.UCharacterIterator
Moves the current position by the number of code units specified, either forward or backward depending on the sign of delta (positive or negative respectively).
movePointLeft(int) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose decimal point has been moved to the left by a specified number of positions.
movePointRight(int) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose decimal point has been moved to the right by a specified number of positions.
MRO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MRO - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MRO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MUHARRAM - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Muharram, the 1st month of the Islamic year.
MULTANI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MULTANI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
MULTANI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
multiply(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is this*rhs, using fixed point arithmetic.
multiply(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is this*rhs.
MUSICAL_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MUSICAL_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MutableCodePointTrie - Class in com.ibm.icu.util
Mutable Unicode code point trie.
MutableCodePointTrie(int, int) - Constructor for class com.ibm.icu.util.MutableCodePointTrie
Constructs a mutable trie that initially maps each Unicode code point to the same value.
MYANMAR - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MYANMAR - Static variable in class com.ibm.icu.lang.UScript
Myammar
MYANMAR_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MYANMAR_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MYANMAR_EXTENDED_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MYANMAR_EXTENDED_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
MYANMAR_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
mzID() - Method in class com.ibm.icu.text.TimeZoneNames.MatchInfo
Returns the meta zone ID, or null if not available.

N

NA - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
NABATAEAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NABATAEAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
NABATAEAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NAG_MUNDARI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NAG_MUNDARI - Static variable in class com.ibm.icu.lang.UScript
 
NAG_MUNDARI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NAKHI_GEBA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
NAME - Static variable in interface com.ibm.icu.lang.UProperty
String property Name.
nameInDisplayLocale - Variable in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
Returns the name of the modified locale in the display locale, such as "Englisch (VS)" (for 'en-US', where the display locale is 'de').
nameInSelf - Variable in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
Returns the name of the modified locale in itself, such as "English (US)" (for 'en-US').
nameMap() - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns a mapping from localized names (standard and plural) to currency codes.
nameToASCII(CharSequence, StringBuilder, IDNA.Info) - Method in class com.ibm.icu.text.IDNA
Converts a whole domain name into its ASCII form for DNS lookup.
nameToUnicode(CharSequence, StringBuilder, IDNA.Info) - Method in class com.ibm.icu.text.IDNA
Converts a whole domain name into its Unicode form for human-readable display.
nameType() - Method in class com.ibm.icu.text.TimeZoneNames.MatchInfo
Returns the time zone name type.
NANDINAGARI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NANDINAGARI - Static variable in class com.ibm.icu.lang.UScript
 
NANDINAGARI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NANOMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: nanometer
NANOSECOND - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: nanosecond
NARROW - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
NARROW - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
 
NARROW - Static variable in class com.ibm.icu.text.DateFormatSymbols
[icu] Constant for width.
NARROW_SYMBOL_NAME - Static variable in class com.ibm.icu.util.Currency
Selector for getName() indicating the narrow currency symbol.
NASIE - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Πικογϫι μαβοτ / ﺮﻴﻐﺼﻟاﺮﻬﺸﻟا, the 13th month of the Coptic year.
NAUTICAL_MILE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: nautical-mile
negate() - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is -this.
negate(MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is -this.
NEHASSE - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ነሐሴ, the 12th month of the Ethiopic year.
NEUTRAL - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
 
NEUTRAL - Static variable in class com.ibm.icu.text.Bidi
No strongly directional text.
NEW_TAI_LUE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NEW_TAI_LUE - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.1
NEW_TAI_LUE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NEW_YEARS_DAY - Static variable in class com.ibm.icu.util.SimpleHoliday
New Year's Day - January 1st
NEW_YEARS_EVE - Static variable in class com.ibm.icu.util.SimpleHoliday
New Year's Eve, December 31st
NEWA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NEWA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
NEWA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
newerField(int, int) - Method in class com.ibm.icu.util.Calendar
Returns the field that is newer, either defaultField, or alternateField.
newestStamp(int, int, int) - Method in class com.ibm.icu.util.Calendar
Returns the newest stamp of a given range of fields.
newInternal(String, StandardPluralRanges) - Static method in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
newLength() - Method in class com.ibm.icu.text.Edits.Iterator
The length of the current span in the destination string, which starts at Edits.Iterator.destinationIndex(), or in the replacement string, which starts at Edits.Iterator.replacementIndex().
NEWLINE - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
newString(int[], int, int) - Static method in class com.ibm.icu.text.UTF16
Cover JDK 1.5 API.
NEWTON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of force: newton
NEWTON_METER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of torque: newton-meter
next() - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
next(int) - Method in class com.ibm.icu.text.BreakIterator
Move the iterator by the specified number of steps in the text.
next() - Method in class com.ibm.icu.text.BreakIterator
Advances the iterator forward one boundary.
next() - Method in class com.ibm.icu.text.CanonicalIterator
Get the next canonically equivalent string.
next() - Method in class com.ibm.icu.text.CollationElementIterator
Get the next collation element in the source string.
next() - Method in class com.ibm.icu.text.ComposedCharIter
Deprecated.
ICU 2.2
next() - Method in class com.ibm.icu.text.Edits.Iterator
Advances the iterator to the next edit.
next() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
next(int) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Advances the iterator either forward or backward the specified number of steps.
next() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Advances the iterator to the next boundary position.
next() - Method in class com.ibm.icu.text.SearchIterator
Returns the index of the next point at which the text matches the search pattern, starting from the current position The iterator is adjusted so that its current index (as returned by SearchIterator.getIndex()) is the match position if one was found.
next() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
next() - Method in class com.ibm.icu.text.UCharacterIterator
Returns the UTF16 code unit at index, and increments to the next code unit (post-increment semantics).
next() - Method in interface com.ibm.icu.text.UForwardCharacterIterator
Returns the UTF16 code unit at index, and increments to the next code unit (post-increment semantics).
next() - Method in class com.ibm.icu.text.UnicodeSetIterator
Returns the next element in the set, either a single code point or a string.
next() - Method in class com.ibm.icu.util.BytesTrie.Iterator
Finds the next (byte sequence, value) pair if there is one.
next(int) - Method in class com.ibm.icu.util.BytesTrie
Traverses the trie from the current state for this input byte.
next(byte[], int, int) - Method in class com.ibm.icu.util.BytesTrie
Traverses the trie from the current state for this byte sequence.
next() - Method in class com.ibm.icu.util.CharsTrie.Iterator
Finds the next (string, value) pair if there is one.
next(int) - Method in class com.ibm.icu.util.CharsTrie
Traverses the trie from the current state for this input char.
next(CharSequence, int, int) - Method in class com.ibm.icu.util.CharsTrie
Traverses the trie from the current state for this string.
next() - Method in class com.ibm.icu.util.CodePointMap.StringIterator
Reads the next code point, post-increments the string index, and gets a value from the map.
next(RangeValueIterator.Element) - Method in interface com.ibm.icu.util.RangeValueIterator
Returns the next maximal result range with a common value and returns true if we are not at the end of the iteration, false otherwise.
next() - Method in class com.ibm.icu.util.UResourceBundleIterator
Returns the next element of this iterator if this iterator object has at least one more element to provide
next(ValueIterator.Element) - Method in interface com.ibm.icu.util.ValueIterator
Returns the next result for this iteration and returns true if we are not at the end of the iteration, false otherwise.
NEXT_LINE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
nextCodePoint() - Method in class com.ibm.icu.text.UCharacterIterator
Returns the code point at index, and increments to the next code point (post-increment semantics).
nextCodePoint() - Method in interface com.ibm.icu.text.UForwardCharacterIterator
Returns the code point at index, and increments to the next code point (post-increment semantics).
nextElement() - Method in class com.ibm.icu.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextForCodePoint(int) - Method in class com.ibm.icu.util.CharsTrie
Traverses the trie from the current state for the one or two UTF-16 code units for this input code point.
nextPosition(ConstrainedFieldPosition) - Method in class com.ibm.icu.message2.FormattedMessage
Deprecated.
This API is for ICU internal use only.
nextPosition(ConstrainedFieldPosition) - Method in class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
nextPosition(ConstrainedFieldPosition) - Method in class com.ibm.icu.number.FormattedNumber
Iterates over field positions in the FormattedValue.
nextPosition(ConstrainedFieldPosition) - Method in class com.ibm.icu.number.FormattedNumberRange
Iterates over field positions in the FormattedValue.
nextPosition(ConstrainedFieldPosition) - Method in class com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
Iterates over field positions in the FormattedValue.
nextPosition(ConstrainedFieldPosition) - Method in interface com.ibm.icu.text.FormattedValue
Iterates over field positions in the FormattedValue.
nextPosition(ConstrainedFieldPosition) - Method in class com.ibm.icu.text.ListFormatter.FormattedList
Iterates over field positions in the FormattedValue.
nextPosition(ConstrainedFieldPosition) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
Iterates over field positions in the FormattedValue.
nextRange() - Method in class com.ibm.icu.text.UnicodeSetIterator
Returns the next element in the set, either a code point range or a string.
nextString() - Method in class com.ibm.icu.util.UResourceBundleIterator
Returns the next String of this iterator if this iterator object has at least one more element to provide
nextToken() - Method in class com.ibm.icu.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class com.ibm.icu.util.StringTokenizer
Returns the next token in this string tokenizer's string.
nextToken(UnicodeSet) - Method in class com.ibm.icu.util.StringTokenizer
[icu] Returns the next token in this string tokenizer's string.
NF_CURRENCY - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Number Format type
NF_INTEGER - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Number Format type
NF_NUMBER - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Number Format type
NF_PERCENT - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Number Format type
NF_SCIENTIFIC - Static variable in class com.ibm.icu.util.GlobalizationPreferences
Number Format type
NFC - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
NFC_INERT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property NFC_Inert.
NFC_QUICK_CHECK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property NFC_Quick_Check.
NFD - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
NFD_INERT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property NFD_Inert.
NFD_QUICK_CHECK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property NFD_Quick_Check.
NFKC - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
NFKC_INERT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property NFKC_Inert.
NFKC_QUICK_CHECK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property NFKC_Quick_Check.
NFKD - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
NFKD_INERT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property NFKD_Inert.
NFKD_QUICK_CHECK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property NFKD_Quick_Check.
NISAN - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Nisan, the 8th month of the Hebrew year.
NKO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NKO - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
NKO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NO - Static variable in class com.ibm.icu.text.Normalizer
Indicates that string is not in the normalized format
NO_BLOCK - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NO_DECOMPOSITION - Static variable in class com.ibm.icu.text.Collator
Decomposition mode value.
NO_JOINING_GROUP - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
NO_NUMERIC_VALUE - Static variable in class com.ibm.icu.lang.UCharacter
Special value that is returned by getUnicodeNumericValue(int) when no numeric value is defined for a code point.
NO_NUMERIC_VALUE - Static variable in class com.ibm.icu.text.MessagePattern
Special value that is returned by getNumericValue(Part) when no numeric value is defined for a part.
NO_OP - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 2.8. Use Nomalizer.NONE
NO_UNIQUE_VALUE - Static variable in class com.ibm.icu.text.PluralRules
Value returned by PluralRules.getUniqueKeywordValue(java.lang.String) when there is no unique value to return.
NO_UNIQUE_VALUE_DECIMAL_QUANTITY - Static variable in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
NOBREAK - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
noBreakAdjustment() - Method in class com.ibm.icu.text.CaseMap.Title
Returns an instance that behaves like this one but does not adjust the titlecasing BreakIterator indexes; titlecases exactly the characters at breaks from the iterator.
noLowercase() - Method in class com.ibm.icu.text.CaseMap.Title
Returns an instance that behaves like this one but does not lowercase non-initial parts of words when titlecasing.
NON_JOINER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
NON_JOINING - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
 
NON_SPACING_MARK - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Mn
NONCHARACTER_CODE_POINT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Noncharacter_Code_Point.
NONE - Static variable in interface com.ibm.icu.lang.UCharacter.BidiPairedBracketType
Not a paired bracket.
NONE - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
NONE - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
 
none() - Static method in class com.ibm.icu.number.Scale
Do not change the value of numbers when formatting or parsing.
NONE - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
A special reordering code that is used to specify no reordering codes.
NONE - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for empty style pattern.
NONE - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
NONE - Static variable in class com.ibm.icu.util.UResourceBundle
[icu] Resource type constant for "no resource".
NONSTARTER - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
NONTRANSITIONAL_TO_ASCII - Static variable in class com.ibm.icu.text.IDNA
IDNA option for nontransitional processing in ToASCII().
NONTRANSITIONAL_TO_UNICODE - Static variable in class com.ibm.icu.text.IDNA
IDNA option for nontransitional processing in ToUnicode().
NOON - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
normalize(CharSequence, StringBuilder) - Method in class com.ibm.icu.text.FilteredNormalizer2
Writes the normalized form of the source string to the destination string (replacing its contents) and returns the destination string.
normalize(CharSequence, Appendable) - Method in class com.ibm.icu.text.FilteredNormalizer2
Writes the normalized form of the source string to the destination Appendable and returns the destination Appendable.
normalize(String, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
normalize(String, Normalizer.Mode) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
normalize(char[], char[], Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
normalize(char[], int, int, char[], int, int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
normalize(int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
normalize(int, Normalizer.Mode) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
normalize(CharSequence) - Method in class com.ibm.icu.text.Normalizer2
Returns the normalized form of the source string.
normalize(CharSequence, StringBuilder) - Method in class com.ibm.icu.text.Normalizer2
Writes the normalized form of the source string to the destination string (replacing its contents) and returns the destination string.
normalize(CharSequence, Appendable) - Method in class com.ibm.icu.text.Normalizer2
Writes the normalized form of the source string to the destination Appendable and returns the destination Appendable.
Normalizer - Class in com.ibm.icu.text
Old Unicode normalization API.
Normalizer(String, Normalizer.Mode, int) - Constructor for class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
Normalizer(CharacterIterator, Normalizer.Mode, int) - Constructor for class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
Normalizer(UCharacterIterator, Normalizer.Mode, int) - Constructor for class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
Normalizer.Mode - Class in com.ibm.icu.text
Deprecated.
ICU 56 Use Normalizer2 instead.
Normalizer.QuickCheckResult - Class in com.ibm.icu.text
Result values for quickCheck().
Normalizer2 - Class in com.ibm.icu.text
Unicode normalization functionality for standard Unicode normalization or for using custom mapping tables.
Normalizer2() - Constructor for class com.ibm.icu.text.Normalizer2
Deprecated.
This API is ICU internal only.
Normalizer2.Mode - Enum in com.ibm.icu.text
Constants for normalization modes.
normalizeSecondAndAppend(StringBuilder, CharSequence) - Method in class com.ibm.icu.text.FilteredNormalizer2
Appends the normalized form of the second string to the first string (merging them at the boundary) and returns the first string.
normalizeSecondAndAppend(StringBuilder, CharSequence) - Method in class com.ibm.icu.text.Normalizer2
Appends the normalized form of the second string to the first string (merging them at the boundary) and returns the first string.
NOT_APPLICABLE - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
 
Notation - Class in com.ibm.icu.number
A class that defines the notation style to be used when formatting numbers in NumberFormatter.
notation(Notation) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies the notation style (simple, scientific, or compact) for rendering numbers.
NoUnit - Class in com.ibm.icu.util
Dimensionless unit for percent and permille.
NOVEMBER - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
now() - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a filter that accepts all currencies in use as of the current date.
NUKTA - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
NULLORDER - Static variable in class com.ibm.icu.text.CollationElementIterator
This constant is returned by the iterator in the methods next() and previous() when the end or the beginning of the source string has been reached, and there are no more valid collation elements to return.
NUM_MONTH - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with numeric month.
NUM_MONTH_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with numeric month and day.
NUM_MONTH_WEEKDAY_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with numeric month, weekday, and day.
NUMBER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
NUMBER_FORMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NUMBER_FORMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NUMBER_JOINER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
NUMBER_RANGE_SPAN - Static variable in class com.ibm.icu.number.NumberRangeFormatter.SpanField
The concrete field used for spans in FormattedNumberRange.
numberFormat - Variable in class com.ibm.icu.text.DateFormat
The number formatter that DateFormat uses to format numbers in dates and times.
NumberFormat - Class in com.ibm.icu.text
[icu enhancement] ICU's replacement for java.text.NumberFormat.
NumberFormat() - Constructor for class com.ibm.icu.text.NumberFormat
Empty constructor.
NumberFormat.Field - Class in com.ibm.icu.text
The instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that NumberFormat.formatToCharacterIterator() method returns.
NumberFormat.NumberFormatFactory - Class in com.ibm.icu.text
A NumberFormatFactory is used to register new number formats.
NumberFormat.SimpleNumberFormatFactory - Class in com.ibm.icu.text
A NumberFormatFactory that supports a single locale.
NumberFormatFactory() - Constructor for class com.ibm.icu.text.NumberFormat.NumberFormatFactory
 
NumberFormatter - Class in com.ibm.icu.number
All-in-one formatter for localized numbers, currencies, and units.
NumberFormatter.DecimalSeparatorDisplay - Enum in com.ibm.icu.number
An enum declaring how to render the decimal separator.
NumberFormatter.GroupingStrategy - Enum in com.ibm.icu.number
An enum declaring the strategy for when and how to display grouping separators (i.e., the separator, often a comma or period, after every 2-3 powers of ten).
NumberFormatter.RoundingPriority - Enum in com.ibm.icu.number
An enum declaring how to resolve conflicts between maximum fraction digits and maximum significant digits.
NumberFormatter.SignDisplay - Enum in com.ibm.icu.number
An enum declaring how to denote positive and negative numbers.
NumberFormatter.TrailingZeroDisplay - Enum in com.ibm.icu.number
An enum declaring how to render trailing zeros.
NumberFormatter.UnitWidth - Enum in com.ibm.icu.number
An enum declaring how to render units, including currencies.
numberFormatterBoth(UnlocalizedNumberFormatter) - Method in class com.ibm.icu.number.NumberRangeFormatterSettings
Sets the NumberFormatter instance to use for the numbers in the range.
numberFormatterFirst(UnlocalizedNumberFormatter) - Method in class com.ibm.icu.number.NumberRangeFormatterSettings
Sets the NumberFormatter instance to use for the first number in the range.
numberFormatterSecond(UnlocalizedNumberFormatter) - Method in class com.ibm.icu.number.NumberRangeFormatterSettings
Sets the NumberFormatter instances to use for the second number in the range.
NumberFormatterSettings<T extends NumberFormatterSettings<?>> - Class in com.ibm.icu.number
An abstract base class for specifying settings related to number formatting.
NUMBERING_SYSTEM - Static variable in class com.ibm.icu.text.RuleBasedNumberFormat
Selector code that tells the constructor to create a numbering system formatter
NumberingSystem - Class in com.ibm.icu.text
NumberingSystem is the base class for all number systems.
NumberingSystem() - Constructor for class com.ibm.icu.text.NumberingSystem
Default constructor.
numberOfChanges() - Method in class com.ibm.icu.text.Edits
 
NumberRangeFormatter - Class in com.ibm.icu.number
The main entrypoint to the formatting of ranges of numbers, including currencies and other units of measurement.
NumberRangeFormatter.RangeCollapse - Enum in com.ibm.icu.number
Defines how to merge fields that are identical across the range sign.
NumberRangeFormatter.RangeIdentityFallback - Enum in com.ibm.icu.number
Defines the behavior when the two numbers in the range are identical after rounding.
NumberRangeFormatter.RangeIdentityResult - Enum in com.ibm.icu.number
Used in the result class FormattedNumberRange to indicate to the user whether the numbers formatted in the range were equal or not, and whether or not the identity fallback was applied.
NumberRangeFormatter.SpanField - Class in com.ibm.icu.number
Class for span fields in FormattedNumberRange.
NumberRangeFormatterSettings<T extends NumberRangeFormatterSettings<?>> - Class in com.ibm.icu.number
An abstract base class for specifying settings related to number formatting.
NUMBERSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
[icu] Constant to specify normal number style of format.
NUMERIC - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
NUMERIC - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
 
NUMERIC - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
NUMERIC - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
NUMERIC - Static variable in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
This API is ICU internal only.
NUMERIC - Static variable in class com.ibm.icu.text.RelativeDateTimeFormatter.Field
Represents a number quantity, like "3" in "3 days ago".
NUMERIC_TYPE - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Numeric_Type.
NUMERIC_VALUE - Static variable in interface com.ibm.icu.lang.UProperty
Double property Numeric_Value.
numerics - Variable in class com.ibm.icu.text.SpoofChecker.CheckResult
The numerics found in the string, if MIXED_NUMBERS was set; otherwise null.
NUN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
NUSHU - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NUSHU - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
NUSHU_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NYA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
NYIAKENG_PUACHUE_HMONG - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
NYIAKENG_PUACHUE_HMONG - Static variable in class com.ibm.icu.lang.UScript
 
NYIAKENG_PUACHUE_HMONG_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 

O

observesDaylightTime() - Method in class com.ibm.icu.util.RuleBasedTimeZone
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
observesDaylightTime() - Method in class com.ibm.icu.util.SimpleTimeZone
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
observesDaylightTime() - Method in class com.ibm.icu.util.TimeZone
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
observesDaylightTime() - Method in class com.ibm.icu.util.VTimeZone
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
OCTOBER - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
of(int) - Static method in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Returns the Unicode allocation block that contains the code point, or null if the code point is not a member of a defined block.
ofCalendarField(int) - Static method in class com.ibm.icu.text.ChineseDateFormat.Field
Deprecated.
ICU 50
ofCalendarField(int) - Static method in class com.ibm.icu.text.DateFormat.Field
Returns the Field constant that corresponds to the Calendar field calendarField.
offsetByCodePoints(CharSequence, int, int) - Static method in class com.ibm.icu.lang.UCharacter
Equivalent to the Character.offsetByCodePoints(CharSequence, int, int) method, for convenience.
offsetByCodePoints(char[], int, int, int, int) - Static method in class com.ibm.icu.lang.UCharacter
Equivalent to the Character.offsetByCodePoints(char[], int, int, int, int) method, for convenience.
OGHAM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OGHAM - Static variable in class com.ibm.icu.lang.UScript
Ogham
OGHAM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OHM - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of electric: ohm
OK - Static variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
 
OL_CHIKI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OL_CHIKI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
OL_CHIKI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_CHURCH_SLAVONIC_CYRILLIC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
OLD_HUNGARIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_HUNGARIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
OLD_HUNGARIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_ITALIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_ITALIC - Static variable in class com.ibm.icu.lang.UScript
Old Itallic
OLD_ITALIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_NORTH_ARABIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_NORTH_ARABIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
OLD_NORTH_ARABIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_PERMIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_PERMIC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
OLD_PERMIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_PERSIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_PERSIAN - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.1
OLD_PERSIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_SOGDIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_SOGDIAN - Static variable in class com.ibm.icu.lang.UScript
 
OLD_SOGDIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_SOUTH_ARABIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_SOUTH_ARABIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
OLD_SOUTH_ARABIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_TURKIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_TURKIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_UYGHUR - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OLD_UYGHUR - Static variable in class com.ibm.icu.lang.UScript
 
OLD_UYGHUR_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
oldLength() - Method in class com.ibm.icu.text.Edits.Iterator
The length of the current span in the source string, which starts at Edits.Iterator.sourceIndex().
OLETTER - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
omitUnchangedText() - Method in class com.ibm.icu.text.CaseMap.Fold
Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.
omitUnchangedText() - Method in class com.ibm.icu.text.CaseMap.Lower
Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.
omitUnchangedText() - Method in class com.ibm.icu.text.CaseMap
Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.
omitUnchangedText() - Method in class com.ibm.icu.text.CaseMap.Title
Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.
omitUnchangedText() - Method in class com.ibm.icu.text.CaseMap.Upper
Returns an instance that behaves like this one but omits unchanged text when case-mapping with Edits.
onCharacterBoundary(CharSequence, int) - Static method in class com.ibm.icu.lang.CharSequences
Deprecated.
This API is ICU internal only.
onCurrency(String) - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a filter that accepts the given currency.
onDate(Date) - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a filter that accepts all currencies in use on the given date.
onDate(long) - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a filter that accepts all currencies in use on the given date.
onDateRange(Date, Date) - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a filter that accepts all currencies that were in use at some point between the given dates, or if dates are equal, currencies in use on that date.
onDateRange(long, long) - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a filter that accepts all currencies that were in use at some point between the given dates, or if dates are equal, currencies in use on that date.
ONE - Static variable in class com.ibm.icu.math.BigDecimal
The BigDecimal constant "1".
ONE_DAY - Static variable in class com.ibm.icu.util.Calendar
The number of milliseconds in one day.
ONE_HOUR - Static variable in class com.ibm.icu.util.Calendar
The number of milliseconds in one hour.
ONE_MINUTE - Static variable in class com.ibm.icu.util.Calendar
The number of milliseconds in one minute.
ONE_SECOND - Static variable in class com.ibm.icu.util.Calendar
The number of milliseconds in one second.
ONE_WEEK - Static variable in class com.ibm.icu.util.Calendar
The number of milliseconds in one week.
onRegion(String) - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a filter that accepts all currencies ever used in the given region.
onTender() - Static method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a CurrencyFilter for finding currencies that were either once used, are used, or will be used as tender.
OPEN - Static variable in interface com.ibm.icu.lang.UCharacter.BidiPairedBracketType
Open paired bracket.
OPEN_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
OPTICAL_CHARACTER_RECOGNITION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OPTICAL_CHARACTER_RECOGNITION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OPTION_DEFAULT - Static variable in class com.ibm.icu.text.Bidi
Option value for setReorderingOptions: disable all the options which can be set with this method
OPTION_INSERT_MARKS - Static variable in class com.ibm.icu.text.Bidi
Option bit for setReorderingOptions: insert Bidi marks (LRM or RLM) when needed to ensure correct result of a reordering to a Logical order This option must be set or reset before calling setPara.
OPTION_REMOVE_CONTROLS - Static variable in class com.ibm.icu.text.Bidi
Option bit for setReorderingOptions: remove Bidi control characters This option must be set or reset before calling setPara.
OPTION_STREAMING - Static variable in class com.ibm.icu.text.Bidi
Option bit for setReorderingOptions: process the output as part of a stream to be continued This option must be set or reset before calling setPara.
OrderedMap() - Constructor for class com.ibm.icu.message2.Mf2DataModel.OrderedMap
Deprecated.
This API is for technology preview only.
orderParagraphsLTR(boolean) - Method in class com.ibm.icu.text.Bidi
Specify whether block separators must be allocated level zero, so that successive paragraphs will progress from left to right.
ORDINAL - Static variable in class com.ibm.icu.text.RuleBasedNumberFormat
Selector code that tells the constructor to create an ordinal formatter
ORDINAL_MONTH - Static variable in class com.ibm.icu.util.Calendar
[icu] Field indicating the month.
ORIYA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ORIYA - Static variable in class com.ibm.icu.lang.UScript
Oriya
ORIYA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ORKHON - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
ORNAMENTAL_DINGBATS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ORNAMENTAL_DINGBATS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OSAGE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OSAGE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
OSAGE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OSMANYA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OSMANYA - Static variable in class com.ibm.icu.lang.UScript
Osmanya Script in Unicode 4
OSMANYA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OTHER - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
OTHER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
OTHER - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
OTHER - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
OTHER_LETTER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Lo
OTHER_NEUTRAL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type ON
OTHER_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type No
OTHER_PROPERTY_LIMIT - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
OTHER_PROPERTY_START - Static variable in interface com.ibm.icu.lang.UProperty
First constant for Unicode properties with unusual value types.
OTHER_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Po
OTHER_SYMBOL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type So
OTHERS - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
A special reordering code that is used to specify all other codes used for reordering except for the codes listed as ReorderingCodes and those listed explicitly in a reordering.
OTTOMAN_SIYAQ_NUMBERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OTTOMAN_SIYAQ_NUMBERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
OUNCE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: ounce
OUNCE_TROY - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: ounce-troy
Output<T> - Class in com.ibm.icu.util
Simple struct-like class for output parameters.
Output() - Constructor for class com.ibm.icu.util.Output
Constructs an empty Output
Output(T) - Constructor for class com.ibm.icu.util.Output
Constructs an Output with the given value.
OUTPUT_REVERSE - Static variable in class com.ibm.icu.text.Bidi
option bit for writeReordered(): write the output in reverse order This has the same effect as calling writeReordered() first without this option, and then calling writeReverse() without mirroring.
OutputInt - Class in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
OutputInt() - Constructor for class com.ibm.icu.util.OutputInt
Deprecated.
This API is ICU internal only.
OutputInt(int) - Constructor for class com.ibm.icu.util.OutputInt
Deprecated.
This API is ICU internal only.
OVERSTRUCK - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 

P

PAD_AFTER_PREFIX - Static variable in class com.ibm.icu.text.DecimalFormat
[icu] Constant for DecimalFormat.getPadPosition() and DecimalFormat.setPadPosition(int) to specify pad characters inserted after the prefix.
PAD_AFTER_SUFFIX - Static variable in class com.ibm.icu.text.DecimalFormat
[icu] Constant for DecimalFormat.getPadPosition() and DecimalFormat.setPadPosition(int) to specify pad characters inserted after the suffix.
PAD_BEFORE_PREFIX - Static variable in class com.ibm.icu.text.DecimalFormat
[icu] Constant for DecimalFormat.getPadPosition() and DecimalFormat.setPadPosition(int) to specify pad characters inserted before the prefix.
PAD_BEFORE_SUFFIX - Static variable in class com.ibm.icu.text.DecimalFormat
[icu] Constant for DecimalFormat.getPadPosition() and DecimalFormat.setPadPosition(int) to specify pad characters inserted before the suffix.
padding(Padder) - Method in class com.ibm.icu.number.NumberFormatterSettings
Deprecated.
ICU 60 This API is ICU internal only.
PAGUMEN - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ጳጉሜን, the 13th month of the Ethiopic year.
PAHAWH_HMONG - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PAHAWH_HMONG - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
PAHAWH_HMONG_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PALM_SUNDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Palm Sunday, 7 days before Easter
PALMYRENE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PALMYRENE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
PALMYRENE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PAONA - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Παωνι / ﻪﻧؤﻮﺑ, the 10th month of the Coptic year.
PARAGRAPH_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Zp
parse(String, ParsePosition) - Method in class com.ibm.icu.text.CompactDecimalFormat
Parsing is currently unsupported, and throws an UnsupportedOperationException.
parse(String) - Method in class com.ibm.icu.text.DateFormat
Parses a date/time string.
parse(String, Calendar, ParsePosition) - Method in class com.ibm.icu.text.DateFormat
Parses a date/time string according to the given parse position.
parse(String, ParsePosition) - Method in class com.ibm.icu.text.DateFormat
Parses a date/time string according to the given parse position.
parse(String, ParsePosition) - Method in class com.ibm.icu.text.DecimalFormat
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals); otherwise, returns another type, such as a BigDecimal, BigInteger, or Double.
parse(String, ParsePosition) - Method in class com.ibm.icu.text.MessageFormat
Parses the string.
parse(String) - Method in class com.ibm.icu.text.MessageFormat
Parses text from the beginning of the given string to produce an object array.
parse(String) - Method in class com.ibm.icu.text.MessagePattern
Parses a MessageFormat pattern string.
parse(String, ParsePosition) - Method in class com.ibm.icu.text.NumberFormat
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals); otherwise, returns another type, such as a BigDecimal, BigInteger, or Double.
parse(String) - Method in class com.ibm.icu.text.NumberFormat
Parses text from the beginning of the given string to produce a number.
parse(String, ParsePosition) - Method in class com.ibm.icu.text.PluralFormat
This method is not yet supported by PluralFormat.
parse(String, ParsePosition) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Parses the specified string, beginning at the specified position, according to this formatter's rules.
parse(String, Calendar, ParsePosition) - Method in class com.ibm.icu.text.SimpleDateFormat
Overrides DateFormat
parse(TimeZoneFormat.Style, String, ParsePosition, EnumSet<TimeZoneFormat.ParseOption>, Output<TimeZoneFormat.TimeType>) - Method in class com.ibm.icu.text.TimeZoneFormat
Returns a TimeZone by parsing the time zone string according to the parse position, the style and the parse options.
parse(TimeZoneFormat.Style, String, ParsePosition, Output<TimeZoneFormat.TimeType>) - Method in class com.ibm.icu.text.TimeZoneFormat
Returns a TimeZone by parsing the time zone string according to the parse position, the style and the default parse options.
parse(String, ParsePosition) - Method in class com.ibm.icu.text.TimeZoneFormat
Returns a TimeZone by parsing the time zone string according to the given parse position.
parse(String) - Method in class com.ibm.icu.text.TimeZoneFormat
Returns a TimeZone for the given text.
parse(ULocale, String, int, ParsePosition) - Static method in class com.ibm.icu.util.Currency
Deprecated.
This API is ICU internal only.
PARSEC - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: parsec
parseChoiceStyle(String) - Method in class com.ibm.icu.text.MessagePattern
Parses a ChoiceFormat pattern string.
parseCurrency(CharSequence, ParsePosition) - Method in class com.ibm.icu.text.CompactDecimalFormat
Parsing is currently unsupported, and throws an UnsupportedOperationException.
parseCurrency(CharSequence, ParsePosition) - Method in class com.ibm.icu.text.DecimalFormat
Parses text from the given string as a CurrencyAmount.
parseCurrency(CharSequence, ParsePosition) - Method in class com.ibm.icu.text.NumberFormat
Parses text from the given string as a CurrencyAmount.
parseDescription(String) - Static method in class com.ibm.icu.text.PluralRules
Parses a plural rules description and returns a PluralRules.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.DateFormat
Parses a date/time string into an Object.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.DateIntervalFormat
Deprecated.
This API is ICU internal only.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.DurationFormat
Deprecated.
ICU 56
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.MeasureFormat
Parses text from a string to produce a Measure.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.MessageFormat
Parses text from a string to produce an object array or Map.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.NumberFormat
Parses text from a string to produce a number.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.PluralFormat
This method is not yet supported by PluralFormat.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.SelectFormat
This method is not supported by SelectFormat.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 see MeasureFormat.
parseObject(String, ParsePosition) - Method in class com.ibm.icu.text.TimeZoneFormat
parseOffsetISO8601(String, ParsePosition) - Method in class com.ibm.icu.text.TimeZoneFormat
Returns offset from GMT(UTC) in milliseconds for the given ISO 8601 basic or extended time zone string.
parseOffsetLocalizedGMT(String, ParsePosition) - Method in class com.ibm.icu.text.TimeZoneFormat
Returns offset from GMT(UTC) in milliseconds for the given localized GMT offset format string.
parseOffsetShortLocalizedGMT(String, ParsePosition) - Method in class com.ibm.icu.text.TimeZoneFormat
Returns offset from GMT(UTC) in milliseconds for the given short localized GMT offset format string.
parsePluralStyle(String) - Method in class com.ibm.icu.text.MessagePattern
Parses a PluralFormat pattern string.
parseReference(String, ParsePosition, int) - Method in interface com.ibm.icu.text.SymbolTable
Parse a symbol reference name from the given string, starting at the given position.
parseReference(String, ParsePosition, int) - Method in class com.ibm.icu.text.UnicodeSet.XSymbolTable
Supplies default implementation for SymbolTable (no action).
parseSelectStyle(String) - Method in class com.ibm.icu.text.MessagePattern
Parses a SelectFormat pattern string.
parseToMap(String, ParsePosition) - Method in class com.ibm.icu.text.MessageFormat
[icu] Parses the string, returning the results in a Map.
parseToMap(String) - Method in class com.ibm.icu.text.MessageFormat
[icu] Parses text from the beginning of the given string to produce a map from argument to values.
PART_PER_MILLION - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: permillion
partSubstringMatches(MessagePattern.Part, String) - Method in class com.ibm.icu.text.MessagePattern
Compares the part's substring with the input string s.
PASCAL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: pascal
PASSOVER - Static variable in class com.ibm.icu.util.HebrewHoliday
 
PATTERN_SYNTAX - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Pattern_Syntax (new in Unicode 4.1).
PATTERN_WHITE_SPACE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Pattern_White_Space (new in Unicode 4.1).
patternCharToDateFormatField(char) - Method in class com.ibm.icu.text.ChineseDateFormat
Deprecated.
ICU 50
patternCharToDateFormatField(char) - Method in class com.ibm.icu.text.SimpleDateFormat
Returns a DateFormat.Field constant associated with the specified format pattern character.
PatternInfo(String, String, boolean) - Constructor for class com.ibm.icu.text.DateIntervalInfo.PatternInfo
Constructs a PatternInfo object.
PatternInfo() - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
Simple constructor, since this is treated like a struct.
PAU_CIN_HAU - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PAU_CIN_HAU - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
PAU_CIN_HAU_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PAUSA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Pausa, the 10th month of the Indian year.
PE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
PENTECOST - Static variable in class com.ibm.icu.util.EasterHoliday
Pentecost (aka Whit Sunday), 49 days after Easter
PERCENT - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
PERCENT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: percent
PERCENT - Static variable in class com.ibm.icu.util.NoUnit
Constant for the percent unit, or 1/100 of a base unit.
PERCENTSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
[icu] Constant to specify a style of format to display percent.
PERMILLE - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
PERMILLE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: permille
PERMILLE - Static variable in class com.ibm.icu.util.NoUnit
Constant for the permille unit, or 1/100 of a base unit.
permute(String, boolean, Set<String>) - Static method in class com.ibm.icu.text.CanonicalIterator
Deprecated.
This API is ICU internal only.
PERMYRIAD - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of concentr: permyriad
PersianCalendar - Class in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
PersianCalendar() - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(TimeZone) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(Locale) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(ULocale) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(Date) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(int, int, int) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersianCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.PersianCalendar
Deprecated.
This API is ICU internal only.
PersonName - Interface in com.ibm.icu.text
An object used to provide name data to the PersonNameFormatter for formatting.
PersonName.FieldModifier - Enum in com.ibm.icu.text
Identifiers for the name field modifiers supported by the PersonName and PersonNameFormatter objects.
PersonName.NameField - Enum in com.ibm.icu.text
Identifiers for the name fields supported by the PersonName object.
PersonName.PreferredOrder - Enum in com.ibm.icu.text
An enum to specify the preferred field order for the name.
PersonNameFormatter - Class in com.ibm.icu.text
A class for formatting names of people.
PersonNameFormatter(Locale, String[], String[], String[], String[]) - Constructor for class com.ibm.icu.text.PersonNameFormatter
Deprecated.
This API is for unit testing only.
PersonNameFormatter.Builder - Class in com.ibm.icu.text
A utility class that can be used to construct a PersonNameFormatter.
PersonNameFormatter.DisplayOrder - Enum in com.ibm.icu.text
An enum indicating the desired display order for a formatted name.
PersonNameFormatter.Formality - Enum in com.ibm.icu.text
Specifies the intended formality of the formatted name.
PersonNameFormatter.Length - Enum in com.ibm.icu.text
Specifies the desired length of the formatted name.
PersonNameFormatter.Usage - Enum in com.ibm.icu.text
Specifies the intended usage of the formatted name.
perUnit(MeasureUnit) - Method in class com.ibm.icu.number.NumberFormatterSettings
Sets a unit to be used in the denominator.
PESACH_SHEINI - Static variable in class com.ibm.icu.util.HebrewHoliday
 
PETABYTE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: petabyte
PHAGS_PA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHAGS_PA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
PHAGS_PA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHAISTOS_DISC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHAISTOS_DISC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHALGUNA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Phalguna, the 12th month of the Indian year.
PHOENICIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHOENICIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
PHOENICIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHONETIC_EXTENSIONS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHONETIC_EXTENSIONS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHONETIC_EXTENSIONS_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PHONETIC_POLLARD - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
PICOMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: picometer
PINCH - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: pinch
pinField(int) - Method in class com.ibm.icu.util.Calendar
Adjust the specified field so that it is within the allowable range for the date to which this calendar is set.
PINT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: pint
PINT_METRIC - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: pint-metric
PIXEL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of graphics: pixel
PIXEL_PER_CENTIMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of graphics: pixel-per-centimeter
PIXEL_PER_INCH - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of graphics: pixel-per-inch
PLAIN - Static variable in class com.ibm.icu.math.MathContext
Plain (fixed point) notation, without any exponent.
PlainStringFormattedValue - Class in com.ibm.icu.message2
Deprecated.
This API is for unit testing only.
PlainStringFormattedValue(String) - Constructor for class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
PLAYING_CARDS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PLAYING_CARDS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PLURAL_LONG_NAME - Static variable in class com.ibm.icu.util.Currency
Selector for getName() indicating the plural long name for a currency, such as "US dollar" for USD in "1 US dollar", and "US dollars" for USD in "2 US dollars".
PLURALCURRENCYSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
[icu] Constant to specify currency style of format which uses currency long name with plural format to represent currency, for example, "3.00 US Dollars".
PluralFormat - Class in com.ibm.icu.text
PluralFormat supports the creation of internationalized messages with plural inflection.
PluralFormat() - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for the default FORMAT locale.
PluralFormat(ULocale) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given locale.
PluralFormat(Locale) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given Locale.
PluralFormat(PluralRules) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given set of rules.
PluralFormat(ULocale, PluralRules) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given set of rules.
PluralFormat(Locale, PluralRules) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given set of rules.
PluralFormat(ULocale, PluralRules.PluralType) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new PluralFormat for the plural type.
PluralFormat(Locale, PluralRules.PluralType) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new PluralFormat for the plural type.
PluralFormat(String) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given pattern string.
PluralFormat(ULocale, String) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given pattern string and locale.
PluralFormat(PluralRules, String) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given set of rules and a pattern.
PluralFormat(ULocale, PluralRules, String) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new cardinal-number PluralFormat for a given set of rules, a pattern and a locale.
PluralFormat(ULocale, PluralRules.PluralType, String) - Constructor for class com.ibm.icu.text.PluralFormat
Creates a new PluralFormat for a plural type, a pattern and a locale.
pluralPatternIterator() - Method in class com.ibm.icu.text.CurrencyPluralInfo
Deprecated.
This API is ICU internal only.
PluralRules - Class in com.ibm.icu.text
Defines rules for mapping non-negative numeric values onto a small set of keywords.
PluralRules.DecimalQuantitySamples - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
PluralRules.DecimalQuantitySamplesRange - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
PluralRules.Factory - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
PluralRules.FixedDecimal - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
PluralRules.IFixedDecimal - Interface in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
PluralRules.KeywordStatus - Enum in com.ibm.icu.text
Status of the keyword for the rules, given a set of explicit values.
PluralRules.Operand - Enum in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
PluralRules.PluralType - Enum in com.ibm.icu.text
Type of plurals and PluralRules.
PluralRules.SampleType - Enum in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
plus() - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is +this.
plus(MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is +this.
PM - Static variable in class com.ibm.icu.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
POINT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: point
POP_DIRECTIONAL_FORMAT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type PDF
POP_DIRECTIONAL_ISOLATE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type PDI
position - Variable in class com.ibm.icu.text.SpoofChecker.CheckResult
Deprecated.
ICU 51. No longer supported. Always set to zero.
Position() - Constructor for class com.ibm.icu.text.Transliterator.Position
Constructs a Position object with start, limit, contextStart, and contextLimit all equal to zero.
Position(int, int, int) - Constructor for class com.ibm.icu.text.Transliterator.Position
Constructs a Position object with the given start, contextStart, and contextLimit.
Position(int, int, int, int) - Constructor for class com.ibm.icu.text.Transliterator.Position
Constructs a Position object with the given start, limit, contextStart, and contextLimit.
Position(Transliterator.Position) - Constructor for class com.ibm.icu.text.Transliterator.Position
Constructs a Position object that is a copy of another.
POSIX_ALNUM - Static variable in interface com.ibm.icu.lang.UProperty
Binary property alnum (a C/POSIX character class).
POSIX_BLANK - Static variable in interface com.ibm.icu.lang.UProperty
Binary property blank (a C/POSIX character class).
POSIX_GRAPH - Static variable in interface com.ibm.icu.lang.UProperty
Binary property graph (a C/POSIX character class).
POSIX_PRINT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property print (a C/POSIX character class).
POSIX_XDIGIT - Static variable in interface com.ibm.icu.lang.UProperty
Binary property xdigit (a C/POSIX character class).
POSTFIX_NUMERIC - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
POUND - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: pound
POUND_FOOT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of torque: pound-force-foot
POUND_FORCE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of force: pound-force
POUND_PER_SQUARE_INCH - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of pressure: pound-force-per-square-inch
pow(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is this**rhs, using fixed point arithmetic.
pow(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is this**rhs.
powerOfTen(int) - Static method in class com.ibm.icu.number.Scale
Multiply numbers by 100 before formatting.
PRC - Static variable in class com.ibm.icu.util.ULocale
Useful constant for country/region.
preceding(int) - Method in class com.ibm.icu.text.BreakIterator
Sets the iterator's current iteration position to be the last boundary position preceding the specified position.
preceding(int) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Sets the iterator to refer to the last boundary position before the specified position.
preceding(int) - Method in class com.ibm.icu.text.SearchIterator
Returns the first index less than position at which the string text matches the search pattern.
precision(Precision) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies the rounding precision to use when formatting numbers.
Precision - Class in com.ibm.icu.number
A class that defines the rounding precision to be used when formatting numbers in NumberFormatter.
Precision.BogusRounder - Class in com.ibm.icu.number
Deprecated.
This API is ICU internal only.
PREFIX_NUMERIC - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
prefixLength(String, String) - Method in interface com.ibm.icu.text.RbnfLenientScanner
Deprecated.
ICU 54
prepare(UCharacterIterator, int) - Method in class com.ibm.icu.text.StringPrep
Prepare the input buffer for use in applications with the given profile.
prepare(String, int) - Method in class com.ibm.icu.text.StringPrep
Prepare the input String for use in applications with the given profile.
prepareGetActual(int, boolean) - Method in class com.ibm.icu.util.Calendar
Prepare this calendar for computing the actual minimum or maximum.
PREPEND - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
PREPENDED_CONCATENATION_MARK - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Prepended_Concatenation_Mark.
previous() - Method in class com.ibm.icu.text.BreakIterator
Move the iterator backward one boundary.
previous() - Method in class com.ibm.icu.text.CollationElementIterator
Get the previous collation element in the source string.
previous() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
previous() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Moves the iterator backwards, to the boundary preceding the current one.
previous() - Method in class com.ibm.icu.text.SearchIterator
Returns the index of the previous point at which the string text matches the search pattern, starting at the current position.
previous() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
previous() - Method in class com.ibm.icu.text.UCharacterIterator
Decrement to the position of the previous code unit in the text, and return it (pre-decrement semantics).
previous() - Method in class com.ibm.icu.util.CodePointMap.StringIterator
Reads the previous code point, pre-decrements the string index, and gets a value from the map.
previousCodePoint() - Method in class com.ibm.icu.text.UCharacterIterator
Retreat to the start of the previous code point in the text, and return it (pre-decrement semantics).
PRIMARY - Static variable in class com.ibm.icu.text.Collator
Strongest collator strength value.
primaryOrder(int) - Static method in class com.ibm.icu.text.CollationElementIterator
Return the primary order of the specified collation element, i.e. the first 16 bits.
priority - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Preference order of currencies being used at the same time in the region.
PRIVATE_USE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Same as public static final int PRIVATE_USE_AREA.
PRIVATE_USE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Co
PRIVATE_USE_AREA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Same as public static final int PRIVATE_USE.
PRIVATE_USE_AREA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Same as public static final int PRIVATE_USE.
PRIVATE_USE_EXTENSION - Static variable in class com.ibm.icu.util.ULocale
The key for the private use locale extension ('x').
PRIVATE_USE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
Same as public static final int PRIVATE_USE_AREA.
processLocales(List<ULocale>) - Method in class com.ibm.icu.util.GlobalizationPreferences
Process a language/locale priority list specified via setLocales.
product(MeasureUnit) - Method in class com.ibm.icu.util.MeasureUnit
Computes the product of this unit with another unit.
PROHIBITED_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
promoteAndResetLabelErrors(IDNA.Info) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
PSALTER_PAHLAVI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PSALTER_PAHLAVI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
PSALTER_PAHLAVI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
PUNCTUATION - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
Characters with the punctuation property.
PURE_KILLER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
PURIM - Static variable in class com.ibm.icu.util.HebrewHoliday
 

Q

QAF - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
QAPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
QUART - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: quart
QUART_IMPERIAL - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: quart-imperial
QUARTER - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the quarter field.
QUARTER - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with quarter.
QUARTER - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
QUARTER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: quarter
QUARTER_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'Q' field alignment, corresponding to the Calendar.MONTH field.
QUATERNARY - Static variable in class com.ibm.icu.text.Collator
[icu] Fourth level collator strength value.
quickCheck(CharSequence) - Method in class com.ibm.icu.text.FilteredNormalizer2
Tests if the string is normalized.
quickCheck(String, Normalizer.Mode) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
quickCheck(String, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
quickCheck(char[], Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
quickCheck(char[], int, int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use Normalizer2 instead.
quickCheck(CharSequence) - Method in class com.ibm.icu.text.Normalizer2
Tests if the string is normalized.
QUOTATION - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
QUOTATION_END - Static variable in class com.ibm.icu.util.LocaleData
Delimiter type for LocaleData.getDelimiter(int).
QUOTATION_MARK - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Quotation_Mark.
QUOTATION_START - Static variable in class com.ibm.icu.util.LocaleData
Delimiter type for LocaleData.getDelimiter(int).
quoteLiteral(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated.
This API is ICU internal only.

R

RABI_1 - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
RABI_2 - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
RADIAN - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of angle: radian
RADICAL - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Radical (new).
RAJAB - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Rajab, the 7th month of the Islamic year.
RAMADAN - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Ramadan, the 9th month of the Islamic year.
Range() - Constructor for class com.ibm.icu.util.CodePointMap.Range
Constructor.
RangeDateRule - Class in com.ibm.icu.util
Note: The Holiday framework is a technology preview.
RangeDateRule() - Constructor for class com.ibm.icu.util.RangeDateRule
 
ranges() - Method in class com.ibm.icu.text.UnicodeSet
Provide for faster iteration than by String.
RangeValueIterator - Interface in com.ibm.icu.util
Interface for enabling iteration over sets of <int index, int value>, where index is the sorted integer index in ascending order and value, its associated integer value.
RangeValueIterator.Element - Class in com.ibm.icu.util
Return result wrapper for com.ibm.icu.util.RangeValueIterator.
RawCollationKey - Class in com.ibm.icu.text
Simple class wrapper to store the internal byte representation of a CollationKey.
RawCollationKey() - Constructor for class com.ibm.icu.text.RawCollationKey
Default constructor, internal byte array is null and its size set to 0.
RawCollationKey(int) - Constructor for class com.ibm.icu.text.RawCollationKey
RawCollationKey created with an empty internal byte array of length capacity.
RawCollationKey(byte[]) - Constructor for class com.ibm.icu.text.RawCollationKey
RawCollationKey created, adopting bytes as the internal byte array.
RawCollationKey(byte[], int) - Constructor for class com.ibm.icu.text.RawCollationKey
Construct a RawCollationKey from a byte array and size.
RbnfLenientScanner - Interface in com.ibm.icu.text
Deprecated.
ICU 54
RbnfLenientScannerProvider - Interface in com.ibm.icu.text
Deprecated.
ICU 54
readResolve() - Method in class com.ibm.icu.number.NumberRangeFormatter.SpanField
Deprecated.
This API is ICU internal only.
readResolve() - Method in class com.ibm.icu.text.ChineseDateFormat.Field
Deprecated.
ICU 50
readResolve() - Method in class com.ibm.icu.text.DateFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class com.ibm.icu.text.DateIntervalFormat.SpanField
Deprecated.
This API is ICU internal only.
readResolve() - Method in class com.ibm.icu.text.ListFormatter.Field
Deprecated.
This API is ICU internal only.
readResolve() - Method in class com.ibm.icu.text.ListFormatter.SpanField
Deprecated.
This API is ICU internal only.
readResolve() - Method in class com.ibm.icu.text.MessageFormat.Field
Resolves instances being deserialized to the predefined constants.
readResolve() - Method in class com.ibm.icu.text.NumberFormat.Field
serizalization method resolve instances to the constant NumberFormat.Field values
readResolve() - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.Field
Deprecated.
This API is ICU internal only.
reciprocal() - Method in class com.ibm.icu.util.MeasureUnit
Computes the reciprocal of this MeasureUnit, with the numerator and denominator flipped.
RECOMMENDED - Static variable in class com.ibm.icu.text.SpoofChecker
Security Profile constant from UTS 39 for use in SpoofChecker.Builder.setAllowedChars(com.ibm.icu.text.UnicodeSet).
region - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
The region to filter on.
region - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Region code where currency is used.
Region - Class in com.ibm.icu.util
Region is the class representing a Unicode Region Code, also known as a Unicode Region Subtag, which is defined based upon the BCP 47 standard.
Region.RegionType - Enum in com.ibm.icu.util
RegionType is an enumeration defining the different types of regions.
REGIONAL_INDICATOR - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
REGIONAL_INDICATOR - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
REGIONAL_INDICATOR - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
REGIONAL_INDICATOR - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Regional_Indicator.
regionDisplayName(String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided region code.
regions(CurrencyMetaInfo.CurrencyFilter) - Method in class com.ibm.icu.text.CurrencyMetaInfo
Returns the list of region codes matching the provided filter.
REGISTER_SHIFTER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
registerAlias(String, String) - Static method in class com.ibm.icu.text.Transliterator
Register an ID as an alias of another ID.
registerAny() - Static method in class com.ibm.icu.text.Transliterator
Deprecated.
This API is ICU internal only.
registerClass(String, Class<? extends Transliterator>, String) - Static method in class com.ibm.icu.text.Transliterator
Registers a subclass of Transliterator with the system.
registerFactory(Collator.CollatorFactory) - Static method in class com.ibm.icu.text.Collator
[icu] Registers a collator factory.
registerFactory(NumberFormat.NumberFormatFactory) - Static method in class com.ibm.icu.text.NumberFormat
[icu] Registers a new NumberFormatFactory.
registerFactory(String, Transliterator.Factory) - Static method in class com.ibm.icu.text.Transliterator
Register a factory object with the given ID.
registerInstance(BreakIterator, Locale, int) - Static method in class com.ibm.icu.text.BreakIterator
[icu] Registers a new break iterator of the indicated kind, to use in the given locale.
registerInstance(BreakIterator, ULocale, int) - Static method in class com.ibm.icu.text.BreakIterator
[icu] Registers a new break iterator of the indicated kind, to use in the given locale.
registerInstance(Collator, ULocale) - Static method in class com.ibm.icu.text.Collator
[icu] Registers a collator as the default collator for the provided locale.
registerInstance(Transliterator) - Static method in class com.ibm.icu.text.Transliterator
Register a Transliterator object with the given ID.
registerInstance(Currency, ULocale) - Static method in class com.ibm.icu.util.Currency
Registers a new currency for the provided locale.
REH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
REIWA - Static variable in class com.ibm.icu.util.JapaneseCalendar
Constant for the era starting on May 1, 2019 AD.
REJANG - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
REJANG - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
REJANG_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
RELATED_YEAR - Static variable in class com.ibm.icu.text.DateFormat.Field
Deprecated.
This API is ICU internal only.
RELATIVE - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for relative style mask.
RELATIVE_DEFAULT - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for relative default style pattern.
RELATIVE_FULL - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for relative full style pattern.
RELATIVE_LONG - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for relative style pattern.
RELATIVE_MEDIUM - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for relative style pattern.
RELATIVE_SHORT - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for relative style pattern.
RelativeDateTimeFormatter - Class in com.ibm.icu.text
Formats simple relative dates.
RelativeDateTimeFormatter.AbsoluteUnit - Enum in com.ibm.icu.text
Represents an absolute unit.
RelativeDateTimeFormatter.Direction - Enum in com.ibm.icu.text
Represents a direction for an absolute unit e.g "Next Tuesday" or "Last Tuesday"
RelativeDateTimeFormatter.Field - Class in com.ibm.icu.text
Field constants used when accessing field information for relative datetime strings in FormattedValue.
RelativeDateTimeFormatter.FormattedRelativeDateTime - Class in com.ibm.icu.text
Represents the result of a formatting operation of a relative datetime.
RelativeDateTimeFormatter.RelativeDateTimeUnit - Enum in com.ibm.icu.text
Represents the unit for formatting a relative date. e.g "in 5 days" or "next year"
RelativeDateTimeFormatter.RelativeUnit - Enum in com.ibm.icu.text
Represents the unit for formatting a relative date. e.g "in 5 days" or "in 3 months"
RelativeDateTimeFormatter.Style - Enum in com.ibm.icu.text
The formatting style
releaseBytes() - Method in class com.ibm.icu.util.ByteArrayWrapper
Releases the internal byte array to the caller, resets the internal byte array to null and its size to 0.
remainder(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is the remainder of this/rhs, using fixed point arithmetic.
remainder(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is the remainder of this/rhs.
remove(int, int) - Method in class com.ibm.icu.text.UnicodeSet
Removes the specified range from this set if it is present.
remove(int) - Method in class com.ibm.icu.text.UnicodeSet
Removes the specified character from this set if it is present.
remove(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
Removes the specified string from this set if it is present.
remove() - Method in class com.ibm.icu.util.BytesTrie.Iterator
Iterator.remove() is not supported.
remove() - Method in class com.ibm.icu.util.CharsTrie.Iterator
Iterator.remove() is not supported.
REMOVE_BIDI_CONTROLS - Static variable in class com.ibm.icu.text.Bidi
option bit for writeReordered(): remove Bidi control characters (this does not affect INSERT_LRM_FOR_NUMERIC) This option does not imply corresponding adjustment of the index mappings.
removeAll(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
Remove EACH of the characters in this string.
removeAll(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
Removes from this set all of its elements that are contained in the specified set.
removeAll(Iterable<T>) - Method in class com.ibm.icu.text.UnicodeSet
 
removeAllStrings() - Method in class com.ibm.icu.text.UnicodeSet
Remove all strings from this UnicodeSet
removeDefaultFormatterNameForType(Class<?>) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
removeFormatter(String) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
removeSelector(String) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
removeUnicodeLocaleAttribute(String) - Method in class com.ibm.icu.util.ULocale.Builder
Removes a unicode locale attribute, if present, otherwise has no effect.
REORDER_DEFAULT - Static variable in class com.ibm.icu.text.Bidi
Reordering mode: Regular Logical to Visual Bidi algorithm according to Unicode.
REORDER_GROUP_NUMBERS_WITH_R - Static variable in class com.ibm.icu.text.Bidi
Reordering mode: Logical to Visual algorithm grouping numbers with adjacent R characters (reversible algorithm).
REORDER_INVERSE_FOR_NUMBERS_SPECIAL - Static variable in class com.ibm.icu.text.Bidi
Reordering mode: Inverse Bidi (Visual to Logical) algorithm for the REORDER_NUMBERS_SPECIAL Bidi algorithm.
REORDER_INVERSE_LIKE_DIRECT - Static variable in class com.ibm.icu.text.Bidi
Reordering mode: Visual to Logical algorithm equivalent to the regular Logical to Visual algorithm.
REORDER_INVERSE_NUMBERS_AS_L - Static variable in class com.ibm.icu.text.Bidi
Reordering mode: Visual to Logical algorithm which handles numbers like L (same algorithm as selected by setInverse(true).
REORDER_NUMBERS_SPECIAL - Static variable in class com.ibm.icu.text.Bidi
Reordering mode: Logical to Visual algorithm which handles numbers in a way which mimicks the behavior of Windows XP.
REORDER_RUNS_ONLY - Static variable in class com.ibm.icu.text.Bidi
Reordering mode: Reorder runs only to transform a Logical LTR string to the logical RTL string with the same display, or vice-versa.
reorderLogical(byte[]) - Static method in class com.ibm.icu.text.Bidi
This is a convenience method that does not use a Bidi object.
reorderVisual(byte[]) - Static method in class com.ibm.icu.text.Bidi
This is a convenience method that does not use a Bidi object.
reorderVisually(byte[], int, Object[], int, int) - Static method in class com.ibm.icu.text.Bidi
Reorder the objects in the array into visual order based on their levels.
replace(int, int, String) - Method in interface com.ibm.icu.text.Replaceable
Replaces a substring of this object with the given text.
replace(int, int, char[], int, int) - Method in interface com.ibm.icu.text.Replaceable
Replaces a substring of this object with the given text.
replace(int, int, String) - Method in class com.ibm.icu.text.ReplaceableString
Replace zero or more characters with new characters.
replace(int, int, char[], int, int) - Method in class com.ibm.icu.text.ReplaceableString
Replace a substring of this object with the given text.
replace(String, int, int) - Static method in class com.ibm.icu.text.UTF16
Returns a new UTF16 format Unicode string resulting from replacing all occurrences of oldChar32 in source with newChar32.
replace(String, String, String) - Static method in class com.ibm.icu.text.UTF16
Returns a new UTF16 format Unicode string resulting from replacing all occurrences of oldStr in source with newStr.
Replaceable - Interface in com.ibm.icu.text
Replaceable is an interface representing a string of characters that supports the replacement of a range of itself with a new string of characters.
ReplaceableString - Class in com.ibm.icu.text
ReplaceableString is an adapter class that implements the Replaceable API around an ordinary StringBuffer.
ReplaceableString(String) - Constructor for class com.ibm.icu.text.ReplaceableString
Construct a new object with the given initial contents.
ReplaceableString(StringBuffer) - Constructor for class com.ibm.icu.text.ReplaceableString
Construct a new object using buf for internal storage.
ReplaceableString() - Constructor for class com.ibm.icu.text.ReplaceableString
Construct a new empty object.
replaceFieldTypes(String, String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Adjusts the field types (width and subtype) of a pattern to match what is in a skeleton.
replaceFieldTypes(String, String, int) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Adjusts the field types (width and subtype) of a pattern to match what is in a skeleton.
replaceFrom(CharSequence, CharSequence) - Method in class com.ibm.icu.text.UnicodeSetSpanner
Replace all matching spans in sequence by the replacement, counting by CountMethod.MIN_ELEMENTS using SpanCondition.SIMPLE.
replaceFrom(CharSequence, CharSequence, UnicodeSetSpanner.CountMethod) - Method in class com.ibm.icu.text.UnicodeSetSpanner
Replace all matching spans in sequence by replacement, according to the CountMethod, using SpanCondition.SIMPLE.
replaceFrom(CharSequence, CharSequence, UnicodeSetSpanner.CountMethod, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSetSpanner
Replace all matching spans in sequence by replacement, according to the countMethod and spanCondition.
REPLACEMENT_CHAR - Static variable in class com.ibm.icu.lang.UCharacter
Unicode value used when translating into Unicode encoding form and there is no existing character.
replacementIndex() - Method in class com.ibm.icu.text.Edits.Iterator
The start index of the current span in the replacement string; the span has length Edits.Iterator.newLength().
requiresBidi(char[], int, int) - Static method in class com.ibm.icu.text.Bidi
Return true if the specified text requires bidi analysis.
resemblesPattern(String, int) - Static method in class com.ibm.icu.text.UnicodeSet
Return true if the given position, in the given pattern, appears to be the start of a UnicodeSet pattern.
reset() - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
reset(int, int) - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
reset(char[], int, int) - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
reset(char[]) - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
reset(String, int, int) - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
reset(String) - Method in class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
reset() - Method in class com.ibm.icu.text.CanonicalIterator
Resets the iterator so that one can start again from the beginning.
reset() - Method in class com.ibm.icu.text.CollationElementIterator
Resets the cursor to the beginning of the string.
reset() - Method in class com.ibm.icu.text.ConstrainedFieldPosition
Resets this ConstrainedFieldPosition to its initial state, as if it were newly created: - Removes any constraints that may have been set on the instance
reset() - Method in class com.ibm.icu.text.Edits
Resets the data but may not release memory.
reset() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
reset() - Method in class com.ibm.icu.text.SearchIterator
Resets the iteration.
reset() - Method in class com.ibm.icu.text.StringSearch
Resets the iteration.
reset() - Method in class com.ibm.icu.text.UnicodeCompressor
Reset the compressor to its initial state.
reset() - Method in class com.ibm.icu.text.UnicodeDecompressor
Reset the decompressor to its initial state.
reset(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSetIterator
Sets this iterator to visit the elements of the given set and resets it to the start of that set.
reset() - Method in class com.ibm.icu.text.UnicodeSetIterator
Resets this iterator to the start of the set.
reset() - Method in class com.ibm.icu.util.BytesTrie.Iterator
Resets this iterator to its initial state.
reset() - Method in class com.ibm.icu.util.BytesTrie
Resets this trie to its initial state.
reset() - Method in class com.ibm.icu.util.CharsTrie.Iterator
Resets this iterator to its initial state.
reset() - Method in class com.ibm.icu.util.CharsTrie
Resets this trie to its initial state.
reset(CharSequence, int) - Method in class com.ibm.icu.util.CodePointMap.StringIterator
Resets the iterator to a new string and/or a new string index.
reset() - Method in class com.ibm.icu.util.GlobalizationPreferences
Restore the object to the initial state.
reset() - Method in interface com.ibm.icu.util.RangeValueIterator
Resets the iterator to the beginning of the iteration.
reset() - Method in class com.ibm.icu.util.UResourceBundleIterator
Resets the internal context of a resource so that iteration starts from the first element.
reset() - Method in interface com.ibm.icu.util.ValueIterator
Resets the iterator to start iterating from the integer index Integer.MIN_VALUE or X if a setRange(X, Y) has been called previously.
resetInfo(IDNA.Info) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
resetToState(BytesTrie.State) - Method in class com.ibm.icu.util.BytesTrie
Resets this trie to the saved state.
resetToState(CharsTrie.State) - Method in class com.ibm.icu.util.CharsTrie
Resets this trie to the saved state.
resetToState64(long) - Method in class com.ibm.icu.util.BytesTrie
Resets this trie to the saved state.
resetToState64(long) - Method in class com.ibm.icu.util.CharsTrie
Resets this trie to the saved state.
RESOLVE_REMAP - Static variable in class com.ibm.icu.util.Calendar
Value to OR against resolve table field values for remapping.
resolveFields(int[][][]) - Method in class com.ibm.icu.util.Calendar
Given a precedence table, return the newest field combination in the table, or -1 if none is found.
RESTRICTION_LEVEL - Static variable in class com.ibm.icu.text.SpoofChecker
Check that an identifier satisfies the requirements for the restriction level specified in SpoofChecker.Builder.setRestrictionLevel(com.ibm.icu.text.SpoofChecker.RestrictionLevel).
restrictionLevel - Variable in class com.ibm.icu.text.SpoofChecker.CheckResult
The restriction level that the text meets, if RESTRICTION_LEVEL is set; otherwise null.
retain(int, int) - Method in class com.ibm.icu.text.UnicodeSet
Retain only the elements in this set that are contained in the specified range.
retain(int) - Method in class com.ibm.icu.text.UnicodeSet
Retain the specified character from this set if it is present.
retain(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
Retain the specified string in this set if it is present.
retainAll(CharSequence) - Method in class com.ibm.icu.text.UnicodeSet
Retains EACH of the characters in this string.
retainAll(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
Retains only the elements in this set that are contained in the specified set.
retainAll(Iterable<T>) - Method in class com.ibm.icu.text.UnicodeSet
 
REVERSE - Static variable in class com.ibm.icu.text.Transliterator
Direction constant indicating the reverse direction in a transliterator, e.g., the reverse rules of a rule-based Transliterator.
reverse(StringBuffer) - Static method in class com.ibm.icu.text.UTF16
Reverses a UTF16 format Unicode string and replaces source's content with it.
REVERSED_PE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
REVOLUTION_ANGLE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of angle: revolution
RFC3491_NAMEPREP - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3491 Nameprep
RFC3530_NFS4_CIS_PREP - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3530 nfs4_cis_prep
RFC3530_NFS4_CS_PREP - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3530 nfs4_cs_prep
RFC3530_NFS4_CS_PREP_CI - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3530 nfs4_cs_prep with case insensitive option
RFC3530_NFS4_MIXED_PREP_PREFIX - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3530 nfs4_mixed_prep for prefix
RFC3530_NFS4_MIXED_PREP_SUFFIX - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3530 nfs4_mixed_prep for suffix
RFC3722_ISCSI - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3722 iSCSI
RFC3920_NODEPREP - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3920 XMPP Nodeprep
RFC3920_RESOURCEPREP - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC3920 XMPP Resourceprep
RFC4011_MIB - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC4011 Policy MIB Stringprep
RFC4013_SASLPREP - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC4013 SASLprep
RFC4505_TRACE - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC4505 trace
RFC4518_LDAP - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC4518 LDAP
RFC4518_LDAP_CI - Static variable in class com.ibm.icu.text.StringPrep
Profile type: RFC4518 LDAP for case ignore, numeric and stored prefix matching rules
RGI_EMOJI - Static variable in interface com.ibm.icu.lang.UProperty
Binary property of strings RGI_Emoji.
RGI_EMOJI_FLAG_SEQUENCE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property of strings RGI_Emoji_Flag_Sequence.
RGI_EMOJI_MODIFIER_SEQUENCE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property of strings RGI_Emoji_Modifier_Sequence.
RGI_EMOJI_TAG_SEQUENCE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property of strings RGI_Emoji_Tag_Sequence.
RGI_EMOJI_ZWJ_SEQUENCE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property of strings RGI_Emoji_ZWJ_Sequence.
RIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
RIGHT_JOINING - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
 
RIGHT_TO_LEFT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type R
RIGHT_TO_LEFT_ARABIC - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type AL
RIGHT_TO_LEFT_EMBEDDING - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type RLE
RIGHT_TO_LEFT_ISOLATE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type RLI
RIGHT_TO_LEFT_OVERRIDE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type RLO
ROHINGYA_YEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
roll(int, boolean) - Method in class com.ibm.icu.util.Calendar
Rolls (up/down) a single unit of time on the given field.
roll(int, int) - Method in class com.ibm.icu.util.Calendar
Rolls (up/down) a specified amount time on the given field.
roll(int, int) - Method in class com.ibm.icu.util.ChineseCalendar
Override Calendar to handle leap months properly.
roll(int, int) - Method in class com.ibm.icu.util.GregorianCalendar
Roll a field by a signed amount.
roll(int, int) - Method in class com.ibm.icu.util.HebrewCalendar
Rolls (up/down) a specified amount time on the given field.
RONGORONGO - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
ROOT - Static variable in class com.ibm.icu.util.ULocale
The root ULocale.
ROSH_HASHANAH - Static variable in class com.ibm.icu.util.HebrewHoliday
 
ROTATED - Static variable in interface com.ibm.icu.lang.UCharacter.VerticalOrientation
 
ROUND_CEILING - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to round to a more positive number.
ROUND_CEILING - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to round to a more positive number.
ROUND_DOWN - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to round towards zero.
ROUND_DOWN - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to round to a more negative number.
ROUND_FLOOR - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to round to a more negative number.
ROUND_HALF_DOWN - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to round to nearest neighbor, where an equidistant value is rounded down.
ROUND_HALF_DOWN - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to round to nearest neighbor, where an equidistant value is rounded down.
ROUND_HALF_EVEN - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to round to nearest neighbor, where an equidistant value is rounded to the nearest even neighbor.
ROUND_HALF_EVEN - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to round to nearest neighbor, where an equidistant value is rounded to the nearest even neighbor.
ROUND_HALF_UP - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to round to nearest neighbor, where an equidistant value is rounded up.
ROUND_HALF_UP - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to round to nearest neighbor, where an equidistant value is rounded up.
ROUND_UNNECESSARY - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to assert that no rounding is necessary.
ROUND_UNNECESSARY - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to assert that no rounding is necessary.
ROUND_UP - Static variable in class com.ibm.icu.math.BigDecimal
Rounding mode to round away from zero.
ROUND_UP - Static variable in class com.ibm.icu.math.MathContext
Rounding mode to round away from zero.
roundingIncrement - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
Rounding increment used when displaying this currency.
roundingMode(RoundingMode) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies how to determine the direction to round a number when it has more digits than fit in the desired precision.
ROUNDTRIP_AND_FALLBACK_SET - Static variable in class com.ibm.icu.charset.CharsetICU
Deprecated.
This API is ICU internal only.
ROUNDTRIP_SET - Static variable in class com.ibm.icu.charset.CharsetICU
Parameter that select the set of roundtrippable Unicode code points.
RTL - Static variable in class com.ibm.icu.text.Bidi
Right-to-left text.
RuleBasedBreakIterator - Class in com.ibm.icu.text
Rule Based Break Iterator This is a port of the C++ class RuleBasedBreakIterator from ICU4C.
RuleBasedBreakIterator(String) - Constructor for class com.ibm.icu.text.RuleBasedBreakIterator
Construct a RuleBasedBreakIterator from a set of rules supplied as a string.
RuleBasedCollator - Class in com.ibm.icu.text
RuleBasedCollator is a concrete subclass of Collator.
RuleBasedCollator(String) - Constructor for class com.ibm.icu.text.RuleBasedCollator
Constructor that takes the argument rules for customization.
RuleBasedNumberFormat - Class in com.ibm.icu.text
A class that formats numbers according to a set of rules.
RuleBasedNumberFormat(String) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
RuleBasedNumberFormat(String, String[][]) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
RuleBasedNumberFormat(String, Locale) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
RuleBasedNumberFormat(String, ULocale) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
RuleBasedNumberFormat(String, String[][], ULocale) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
RuleBasedNumberFormat(Locale, int) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat from a predefined description.
RuleBasedNumberFormat(ULocale, int) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat from a predefined description.
RuleBasedNumberFormat(int) - Constructor for class com.ibm.icu.text.RuleBasedNumberFormat
Creates a RuleBasedNumberFormat from a predefined description.
RuleBasedTimeZone - Class in com.ibm.icu.util
RuleBasedTimeZone is a concrete subclass of TimeZone that allows users to define custom historic time transition rules.
RuleBasedTimeZone(String, InitialTimeZoneRule) - Constructor for class com.ibm.icu.util.RuleBasedTimeZone
Constructs a RuleBasedTimeZone object with the ID and the InitialTimeZoneRule
RuleBasedTransliterator - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
RUMI_NUMERAL_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
RUMI_NUMERAL_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
RUNIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
RUNIC - Static variable in class com.ibm.icu.lang.UScript
Runic
RUNIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 

S

s - Variable in class com.ibm.icu.util.CodePointMap.StringIterator
Deprecated.
This API is ICU internal only.
S_TERM - Static variable in interface com.ibm.icu.lang.UProperty
Binary property STerm (new in Unicode 4.0.1).
SAD - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
SADHE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
SAFAR - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Safar, the 2nd month of the Islamic year.
safeClone() - Method in class com.ibm.icu.text.RuleBasedTransliterator
Deprecated.
This API is ICU internal only.
SAMARITAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SAMARITAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SAMARITAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
samples - Variable in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
sampleType - Variable in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
SARATI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SATURDAY - Static variable in class com.ibm.icu.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
SAURASHTRA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SAURASHTRA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SAURASHTRA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
saveState(BytesTrie.State) - Method in class com.ibm.icu.util.BytesTrie
Saves the state of this trie.
saveState(CharsTrie.State) - Method in class com.ibm.icu.util.CharsTrie
Saves the state of this trie.
scale() - Method in class com.ibm.icu.math.BigDecimal
Returns the scale of this BigDecimal.
scale(Scale) - Method in class com.ibm.icu.number.NumberFormatterSettings
Sets a scale (multiplier) to be used to scale the number by an arbitrary amount before formatting.
Scale - Class in com.ibm.icu.number
A class that defines a quantity by which a number should be multiplied when formatting.
SCIENTIFIC - Static variable in class com.ibm.icu.math.MathContext
Standard floating point notation (with scientific exponential format, where there is one digit before any decimal point).
scientific() - Static method in class com.ibm.icu.number.Notation
Print the number using scientific notation (also known as scientific form, standard index form, or standard form in the UK).
ScientificNotation - Class in com.ibm.icu.number
A class that defines the scientific notation style to be used when formatting numbers in NumberFormatter.
ScientificNumberFormatter - Class in com.ibm.icu.text
A formatter that formats numbers in user-friendly scientific notation.
SCIENTIFICSTYLE - Static variable in class com.ibm.icu.text.NumberFormat
[icu] Constant to specify a style of format to display scientific number.
SCONTINUE - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
SCRIPT - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Script.
SCRIPT_EXTENSIONS - Static variable in interface com.ibm.icu.lang.UProperty
Miscellaneous property Script_Extensions (new in Unicode 6.0).
scriptDisplayName(String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided script code.
scriptDisplayName(int) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided script code.
scriptDisplayNameInContext(String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Deprecated.
This API is ICU internal only.
SearchIterator - Class in com.ibm.icu.text
SearchIterator is an abstract base class that provides methods to search for a pattern within a text string.
SearchIterator(CharacterIterator, BreakIterator) - Constructor for class com.ibm.icu.text.SearchIterator
Protected constructor for use by subclasses.
SearchIterator.ElementComparisonType - Enum in com.ibm.icu.text
Option to control how collation elements are compared.
SECOND - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the second field.
SECOND - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with second.
SECOND - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
SECOND - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the second within the minute.
SECOND - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: second
SECOND_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 's' field alignment, corresponding to the Calendar.SECOND field.
SECONDARY - Static variable in class com.ibm.icu.text.Collator
Second level collator strength value.
secondaryOrder(int) - Static method in class com.ibm.icu.text.CollationElementIterator
Return the secondary order of the specified collation element, i.e. the 16th to 23th bits, inclusive.
SEEN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
SEEN_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for Seen memory options.
SEEN_TWOCELL_NEAR - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
SEGMENT_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type S
SEGMENT_STARTER - Static variable in interface com.ibm.icu.lang.UProperty
Binary Property Segment_Starter.
select(PluralRules.FixedDecimal) - Method in class com.ibm.icu.text.CurrencyPluralInfo
Deprecated.
This API is ICU internal only.
select(double) - Method in class com.ibm.icu.text.PluralRules
Given a floating-point number, returns the keyword of the first rule that applies to the number.
select(FormattedNumber) - Method in class com.ibm.icu.text.PluralRules
Given a formatted number, returns the keyword of the first rule that applies to the number.
select(FormattedNumberRange) - Method in class com.ibm.icu.text.PluralRules
Given a formatted number range, returns the overall plural form of the range.
select(double, int, long) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
select(PluralRules.IFixedDecimal) - Method in class com.ibm.icu.text.PluralRules
Deprecated.
This API is ICU internal only.
SelectFormat - Class in com.ibm.icu.text
SelectFormat supports the creation of internationalized messages by selecting phrases based on keywords.
SelectFormat(String) - Constructor for class com.ibm.icu.text.SelectFormat
Creates a new SelectFormat for a given pattern string.
selectForString(CharSequence) - Method in class com.ibm.icu.charset.CharsetSelector
Select charsets that can map all characters in a CharSequence, ignoring the excluded code points.
Selector - Interface in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
SelectorFactory - Interface in com.ibm.icu.message2
Deprecated.
This API is for technology preview only.
SELIHOT - Static variable in class com.ibm.icu.util.HebrewHoliday
 
SEMKATH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
SENE - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ሰኔ, the 10th month of the Ethiopic year.
SENTENCE_BREAK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Sentence_Break (new in Unicode 4.1).
sentences() - Method in class com.ibm.icu.text.CaseMap.Title
Returns an instance that behaves like this one but titlecases sentences rather than words.
SEP - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
SEPTEMBER - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
set(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated.
This API is ICU internal only.
set(String, boolean) - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated.
This API is ICU internal only.
set(DecimalFormatProperties) - Method in interface com.ibm.icu.text.DecimalFormat.PropertySetter
Deprecated.
This API is ICU internal only.
set(Transliterator.Position) - Method in class com.ibm.icu.text.Transliterator.Position
Copies the indices of this position from another.
set(int, int) - Method in class com.ibm.icu.text.UnicodeSet
Make this object represent the range start - end.
set(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
Make this object represent the same set as other.
set(byte[], int, int) - Method in class com.ibm.icu.util.ByteArrayWrapper
Set the internal byte array from offset 0 to (limit - start) with the contents of src from offset start to limit.
set(int, int) - Method in class com.ibm.icu.util.Calendar
Sets the time field with the given value.
set(int, int, int) - Method in class com.ibm.icu.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int) - Method in class com.ibm.icu.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int) - Method in class com.ibm.icu.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
set(int, int, int) - Method in class com.ibm.icu.util.CodePointMap.Range
Sets the range.
set(int, int) - Method in class com.ibm.icu.util.MutableCodePointTrie
Sets a value for a code point.
set2DigitYearStart(Date) - Method in class com.ibm.icu.text.SimpleDateFormat
Sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies.
setAllowedChars(UnicodeSet) - Method in class com.ibm.icu.text.SpoofChecker.Builder
Limit the acceptable characters to those specified by a Unicode Set.
setAllowedJavaLocales(Set<Locale>) - Method in class com.ibm.icu.text.SpoofChecker.Builder
Limit characters that are acceptable in identifiers being checked to those normally used with the languages associated with the specified locales.
setAllowedLocales(Set<ULocale>) - Method in class com.ibm.icu.text.SpoofChecker.Builder
Limit characters that are acceptable in identifiers being checked to those normally used with the languages associated with the specified locales.
setAlternateHandlingDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the alternate handling mode to the initial mode set during construction of the RuleBasedCollator.
setAlternateHandlingShifted(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable.
setAmeteAlemEra(boolean) - Method in class com.ibm.icu.util.EthiopicCalendar
Set Alem or Mihret era.
setAmPmStrings(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets am/pm strings.
setAppendItemFormat(int, String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
An AppendItem format is a pattern used to append a field if there is no good match.
setAppendItemName(int, String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Sets the names of fields, eg "era" in English for ERA.
setApproximatelySignString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Deprecated.
This API is for technology preview only.
setBiDi(IDNA.Info) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
setBooleanAttribute(DateFormat.BooleanAttribute, boolean) - Method in class com.ibm.icu.text.DateFormat
Sets a boolean attribute for this instance.
setBreakIterator(BreakIterator) - Method in class com.ibm.icu.text.SearchIterator
Set the BreakIterator that will be used to restrict the points at which matches are detected.
setBreakIterator(int, BreakIterator) - Method in class com.ibm.icu.util.GlobalizationPreferences
Explicitly set the break iterator for this object.
setCalculationType(IslamicCalendar.CalculationType) - Method in class com.ibm.icu.util.IslamicCalendar
sets the calculation type for this calendar.
setCalendar(Calendar) - Method in class com.ibm.icu.text.DateFormat
Sets the calendar to be used by this date format.
setCalendar(Calendar) - Method in class com.ibm.icu.util.GlobalizationPreferences
Sets the calendar.
setCalendarLenient(boolean) - Method in class com.ibm.icu.text.DateFormat
Specifies whether date/time parsing in the encapsulated Calendar object should be lenient.
setCanonical(boolean) - Method in class com.ibm.icu.text.StringSearch
Set the canonical match mode.
setCapitalization(DisplayOptions.Capitalization) - Method in class com.ibm.icu.text.DisplayOptions.Builder
Sets the capitalization.
setCaseFirstDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the case first mode to the initial mode set during construction of the RuleBasedCollator.
setCaseLevel(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
When case level is set to true, an additional weight is formed between the SECONDARY and TERTIARY weight, known as the case level.
setCaseLevelDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the case level mode to the initial mode set during construction of the RuleBasedCollator.
setCharAt(StringBuffer, int, int) - Static method in class com.ibm.icu.text.UTF16
Set a code point into a UTF16 position.
setCharAt(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
Set a code point into a UTF16 position in a char array.
setChecks(int) - Method in class com.ibm.icu.text.SpoofChecker.Builder
Specify the bitmask of checks that will be performed by SpoofChecker.failsChecks(java.lang.String, com.ibm.icu.text.SpoofChecker.CheckResult).
setCivil(boolean) - Method in class com.ibm.icu.util.IslamicCalendar
Determines whether this object uses the fixed-cycle Islamic civil calendar or an approximation of the religious, astronomical calendar.
setCodePointCompare(boolean) - Method in class com.ibm.icu.text.UTF16.StringComparator
Sets the comparison mode to code point compare if flag is true.
setCollator(RuleBasedCollator) - Method in class com.ibm.icu.text.StringSearch
Sets the RuleBasedCollator to be used for language-specific searching.
setCollator(Collator) - Method in class com.ibm.icu.util.GlobalizationPreferences
Explicitly set the collator for this object.
setContext(String, String) - Method in class com.ibm.icu.text.Bidi
Set the context before a call to setPara().
setContext(Object) - Method in class com.ibm.icu.text.BidiClassifier
Sets classifier context, which can be used either by a caller or callee for various purposes.
setContext(DisplayContext) - Method in class com.ibm.icu.text.DateFormat
[icu] Set a particular DisplayContext value in the formatter, such as CAPITALIZATION_FOR_STANDALONE.
setContext(DisplayContext) - Method in class com.ibm.icu.text.DateIntervalFormat
[icu] Set a particular DisplayContext value in the formatter, such as CAPITALIZATION_FOR_STANDALONE.
setContext(DisplayContext) - Method in class com.ibm.icu.text.NumberFormat
[icu] Set a particular DisplayContext value in the formatter, such as CAPITALIZATION_FOR_STANDALONE.
setContext(DisplayContext) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
[icu] Set a particular DisplayContext value in the formatter, such as CAPITALIZATION_FOR_STANDALONE.
setContext(DisplayContext) - Method in class com.ibm.icu.text.SimpleDateFormat
[icu] Set a particular DisplayContext value in the formatter, such as CAPITALIZATION_FOR_STANDALONE.
setCurrency(Currency) - Method in class com.ibm.icu.text.DecimalFormat
Sets the currency to be used when formatting numbers.
setCurrency(Currency) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the currency.
setCurrency(Currency) - Method in class com.ibm.icu.text.NumberFormat
Sets the Currency object used to display currency amounts.
setCurrency(Currency) - Method in class com.ibm.icu.util.GlobalizationPreferences
Sets the currency code.
setCurrencyPluralInfo(CurrencyPluralInfo) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Sets a custom instance of CurrencyPluralInfo.
setCurrencyPluralPattern(String, String) - Method in class com.ibm.icu.text.CurrencyPluralInfo
Set currency plural patterns.
setCurrencySymbol(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the string denoting the local currency.
setCurrencyUsage(Currency.CurrencyUsage) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Sets the currency-dependent strategy to use when rounding numbers.
setCustomClassifier(BidiClassifier) - Method in class com.ibm.icu.text.Bidi
Set a custom Bidi classifier used by the UBA implementation for Bidi class determination.
setData(Reader) - Method in class com.ibm.icu.text.SpoofChecker.Builder
Specify the source form of the spoof data Spoof Checker.
setData(Reader, Reader) - Method in class com.ibm.icu.text.SpoofChecker.Builder
Deprecated.
ICU 58
setDataModel(Mf2DataModel) - Method in class com.ibm.icu.message2.MessageFormatter.Builder
Deprecated.
This API is for technology preview only.
setDateFormat(int, int, DateFormat) - Method in class com.ibm.icu.util.GlobalizationPreferences
Set an explicit date format.
setDateFormatSymbols(DateFormatSymbols) - Method in class com.ibm.icu.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setDateIntervalInfo(DateIntervalInfo) - Method in class com.ibm.icu.text.DateIntervalFormat
Set the date time interval patterns.
setDateTimeFormat(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
The date time format is a message format pattern used to compose date and time patterns.
setDateTimeFormat(int, String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
dateTimeFormats are message patterns used to compose combinations of date and time patterns.
setDecimal(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
The decimal value is used in formatting fractions of seconds.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class com.ibm.icu.text.DecimalFormat
Sets the decimal format symbols used by this formatter.
setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Sets the decimal format symbols used by this formatter.
setDecimalPatternMatchRequired(boolean) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Parsing: This method is used to either require or forbid the presence of a decimal point in the string being parsed (disabled by default).
setDecimalSeparator(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used for decimal sign.
setDecimalSeparatorAlwaysShown(boolean) - Method in class com.ibm.icu.text.DecimalFormat
Separators: Sets whether the decimal separator (a period in en-US) is shown on integers.
setDecimalSeparatorString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the string used for decimal sign.
setDeclaredEncoding(String) - Method in class com.ibm.icu.text.CharsetDetector
Set the declared encoding for charset detection.
setDecomposition(int) - Method in class com.ibm.icu.text.Collator
Sets the decomposition mode of this Collator.
setDecomposition(int) - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the decomposition mode of this Collator.
setDecompositionDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the decomposition mode to the initial mode set during construction of the RuleBasedCollator.
setDefault(TimeZone) - Static method in class com.ibm.icu.util.TimeZone
Sets the TimeZone that is returned by the getDefault method.
setDefault(ULocale) - Static method in class com.ibm.icu.util.ULocale
Sets the default ULocale.
setDefault(ULocale.Category, ULocale) - Static method in class com.ibm.icu.util.ULocale
Sets the default ULocale for the specified Category.
setDefaultFormatterNameForType(Class<?>, String) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
setDefaultHourFormatChar(char) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
setDefaultLocale(Locale) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Sets the default locale; if null, or if it is not set explicitly, then the first supported locale is used as the default locale.
setDefaultParseOptions(EnumSet<TimeZoneFormat.ParseOption>) - Method in class com.ibm.icu.text.TimeZoneFormat
Sets the default parse options.
setDefaultRuleSet(String) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Override the default rule set to use.
setDefaultTimeZoneType(int) - Static method in class com.ibm.icu.util.TimeZone
Sets the default time zone type used by getTimeZone.
setDefaultULocale(ULocale) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Sets the default locale; if null, or if it is not set explicitly, then the first supported locale is used as the default locale.
setDefaultXSymbolTable(UnicodeSet.XSymbolTable) - Static method in class com.ibm.icu.text.UnicodeSet
Deprecated.
This API is ICU internal only.
setDemotionPerDesiredLocale(LocaleMatcher.Demotion) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Option for whether all desired locales are treated equally or earlier ones are preferred (this is the default).
setDetectableCharset(String, boolean) - Method in class com.ibm.icu.text.CharsetDetector
Deprecated.
This API is ICU internal only.
setDigit(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used for a digit in a pattern.
setDigitStrings(String[]) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the array of strings used as digits, in order from 0 through 9 Note: When the input array of digit strings contains any strings represented by multiple Java chars, then DecimalFormatSymbols.getDigits() will return the default digits ('0' - '9') and DecimalFormatSymbols.getZeroDigit() will return the default zero digit ('0').
setDirection(LocaleMatcher.Direction) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Option for whether to include or ignore one-way (fallback) match data.
setDisplayLength(DisplayOptions.DisplayLength) - Method in class com.ibm.icu.text.DisplayOptions.Builder
Sets the display length.
setDisplayOrder(PersonNameFormatter.DisplayOrder) - Method in class com.ibm.icu.text.PersonNameFormatter.Builder
Specifies the desired display order for the formatted names.
setDSTSavings(int) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the amount of time in ms that the clock is advanced during DST.
setElementAt(char, byte) - Method in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
setElementAt(char, char, byte) - Method in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
setElementAt(char, char) - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
setElementAt(char, char, char) - Method in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
setElementComparisonType(SearchIterator.ElementComparisonType) - Method in class com.ibm.icu.text.SearchIterator
Sets the collation element comparison type.
setEndRule(int, int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the daylight savings ending rule.
setEndRule(int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the DST end rule to a fixed date within a month.
setEndRule(int, int, int, int, boolean) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the DST end rule to a weekday before or after a give date within a month, e.g., the first Monday on or after the 8th.
setEraNames(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
[icu] Sets full era name strings.
setEras(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets abbreviated era strings.
setExponentMultiplicationSign(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the multiplication sign
setExponentSeparator(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the string used to separate the mantissa from the exponent.
setExponentSignAlwaysShown(boolean) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Scientific Notation: Sets whether the sign (plus or minus) is always to be shown in the exponent in scientific notation.
setExtension(char, String) - Method in class com.ibm.icu.util.ULocale.Builder
Sets the extension for the given key.
setFallbackIntervalPattern(String) - Method in class com.ibm.icu.text.DateIntervalInfo
Re-set the fallback interval pattern.
setFallbackUsed(boolean) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Sets whether this Encoder can use fallbacks?
setFavorSubtag(LocaleMatcher.FavorSubtag) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
If SCRIPT, then the language differences are smaller than script differences.
setFilter(UnicodeFilter) - Method in class com.ibm.icu.text.Transliterator
Changes the filter used by this transliterator.
setFirstDayOfWeek(int) - Method in class com.ibm.icu.util.Calendar
Sets what the first day of the week is, where 1 = Calendar.SUNDAY and 7 = Calendar.SATURDAY.
setFormality(PersonNameFormatter.Formality) - Method in class com.ibm.icu.text.PersonNameFormatter.Builder
Sets the name formality for the formatter to be constructed.
setFormat(int, Format) - Method in class com.ibm.icu.text.MessageFormat
Sets the Format object to use for the format element with the given format element index within the previously set pattern string.
setFormatByArgumentIndex(int, Format) - Method in class com.ibm.icu.text.MessageFormat
Sets the Format object to use for the format elements within the previously set pattern string that use the given argument index.
setFormatByArgumentName(String, Format) - Method in class com.ibm.icu.text.MessageFormat
[icu] Sets the Format object to use for the format elements within the previously set pattern string that use the given argument name.
setFormats(Format[]) - Method in class com.ibm.icu.text.MessageFormat
Sets the Format objects to use for the format elements in the previously set pattern string.
setFormatsByArgumentIndex(Format[]) - Method in class com.ibm.icu.text.MessageFormat
Sets the Format objects to use for the values passed into format methods or returned from parse methods.
setFormatsByArgumentName(Map<String, Format>) - Method in class com.ibm.icu.text.MessageFormat
[icu] Sets the Format objects to use for the values passed into format methods or returned from parse methods.
setFormatter(String, FormatterFactory) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
setFormatWidth(int) - Method in class com.ibm.icu.text.DecimalFormat
Padding: Sets the minimum width of the string output by the formatting pipeline.
setFractionDigits(int, long) - Method in class com.ibm.icu.text.UFieldPosition
Deprecated.
This API is ICU internal only.
setFrenchCollation(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the mode for the direction of SECONDARY weights to be used in French collation.
setFrenchCollationDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the French collation mode to the initial mode set during construction of the RuleBasedCollator.
setFromUCallback(CoderResult, CharsetCallback.Encoder, Object) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Sets the callback encoder method and context to be used if an illegal sequence is encountered.
setFromUContext(Object) - Method in class com.ibm.icu.charset.CharsetEncoderICU
Sets fromUContext used in callbacks.
setFunctionName(String) - Method in class com.ibm.icu.message2.Mf2DataModel.Expression.Builder
Deprecated.
This API is for technology preview only.
setFunctionRegistry(Mf2FunctionRegistry) - Method in class com.ibm.icu.message2.MessageFormatter.Builder
Deprecated.
This API is for technology preview only.
setGMTOffsetDigits(String) - Method in class com.ibm.icu.text.TimeZoneFormat
Sets the decimal digit characters used for localized GMT format.
setGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType, String) - Method in class com.ibm.icu.text.TimeZoneFormat
Sets the offset pattern for the given offset type.
setGMTPattern(String) - Method in class com.ibm.icu.text.TimeZoneFormat
Sets the localized GMT format pattern.
setGMTZeroFormat(String) - Method in class com.ibm.icu.text.TimeZoneFormat
Sets the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
setGrammaticalCase(DisplayOptions.GrammaticalCase) - Method in class com.ibm.icu.text.DisplayOptions.Builder
Sets the grammatical case.
setGregorianChange(Date) - Method in class com.ibm.icu.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroupingSeparator(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used for grouping separator.
setGroupingSeparatorString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the string used for grouping separator.
setGroupingSize(int) - Method in class com.ibm.icu.text.DecimalFormat
Grouping: Sets the primary grouping size (distance between grouping separators) used when formatting large numbers.
setGroupingUsed(boolean) - Method in class com.ibm.icu.text.DecimalFormat
Grouping: Sets whether grouping is to be used when formatting numbers.
setGroupingUsed(boolean) - Method in class com.ibm.icu.text.NumberFormat
Sets whether or not grouping will be used in this format.
setHiraganaQuaternary(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
Deprecated.
ICU 50 Implementation detail, cannot be set via API, was removed from implementation.
setHiraganaQuaternaryDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Deprecated.
ICU 50 Implementation detail, cannot be set via API, was removed from implementation.
setICUDefault(TimeZone) - Static method in class com.ibm.icu.util.TimeZone
Deprecated.
This API is ICU internal only.
setID(String) - Method in class com.ibm.icu.text.Transliterator
Set the programmatic identifier for this transliterator.
setID(String) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the time zone ID.
setID(String) - Method in class com.ibm.icu.util.TimeZone
Sets the time zone ID.
setIgnoreCase(boolean, int) - Method in class com.ibm.icu.text.UTF16.StringComparator
Sets the Comparator to case-insensitive comparison mode if argument is true, otherwise case sensitive comparison mode if set to false.
setIndex(int) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 3.2
setIndex(int) - Method in class com.ibm.icu.text.SearchIterator
Sets the position in the target text at which the next search will start.
setIndex(int) - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
setIndex(int) - Method in class com.ibm.icu.text.StringSearch
Sets the position in the target text at which the next search will start.
setIndex(int) - Method in class com.ibm.icu.text.UCharacterIterator
Sets the index to the specified index in the text.
setIndexOnly(int) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setInfinity(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the String used to represent infinity.
setInflowLabel(String) - Method in class com.ibm.icu.text.AlphabeticIndex
Set the inflowLabel label
setInt64IterationContext(long) - Method in class com.ibm.icu.text.ConstrainedFieldPosition
Sets an int64 that FormattedValue implementations may use for storage.
setInternationalCurrencySymbol(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the international string denoting the local currency.
setIntervalPattern(String, int, String) - Method in class com.ibm.icu.text.DateIntervalInfo
Provides a way for client to build interval patterns.
setInverse(boolean) - Method in class com.ibm.icu.text.Bidi
Modify the operation of the Bidi algorithm such that it approximates an "inverse Bidi" algorithm.
setKeywordValue(String, String) - Method in class com.ibm.icu.util.ULocale
[icu] Given a keyword and a value, return a new locale with an updated keyword and value.
setKeywordValue(String, String, String) - Static method in class com.ibm.icu.util.ULocale
Given a locale id, a keyword, and a value, return a new locale id with an updated keyword and value.
setLanguage(String) - Method in class com.ibm.icu.util.ULocale.Builder
Sets the language.
setLanguageTag(String) - Method in class com.ibm.icu.util.ULocale.Builder
Resets the Builder to match the provided IETF BCP 47 language tag.
setLastModified(Date) - Method in class com.ibm.icu.util.VTimeZone
Sets the date used for RFC2445 LAST-MODIFIED property value.
setLeapMonthPattern(String, int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
This API is ICU internal only.
setLength(PersonNameFormatter.Length) - Method in class com.ibm.icu.text.PersonNameFormatter.Builder
Sets the name length for the formatter to be constructed.
setLenient(boolean) - Method in class com.ibm.icu.text.DateFormat
Specifies whether date/time parsing is to be lenient.
setLenient(boolean) - Method in class com.ibm.icu.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
setLenientParseMode(boolean) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Turns lenient parse mode on and off.
setLenientScannerProvider(RbnfLenientScannerProvider) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Sets the provider for the lenient scanner.
setLine(int, int) - Method in class com.ibm.icu.text.Bidi
setLine() returns a Bidi object to contain the reordering information, especially the resolved levels, for all the characters in a line of text.
setLiteral(String) - Method in class com.ibm.icu.message2.Mf2DataModel.Value.Builder
Deprecated.
This API is for technology preview only.
setLocale(Locale) - Method in class com.ibm.icu.message2.MessageFormatter.Builder
Deprecated.
This API is for technology preview only.
setLocale(ULocale) - Method in class com.ibm.icu.text.CurrencyPluralInfo
Set locale.
setLocale(Locale) - Method in class com.ibm.icu.text.MessageFormat
Sets the locale to be used for creating argument Format objects.
setLocale(ULocale) - Method in class com.ibm.icu.text.MessageFormat
Sets the locale to be used for creating argument Format objects.
setLocale(Locale) - Method in class com.ibm.icu.text.PersonNameFormatter.Builder
Sets the locale for the formatter to be constructed.
setLocale(ULocale) - Method in class com.ibm.icu.text.PluralFormat
Deprecated.
ICU 50 This method clears the pattern and might create a different kind of PluralRules instance; use one of the constructors to create a new instance instead.
setLocale(Locale) - Method in class com.ibm.icu.text.SimplePersonName.Builder
Set the locale for the new name object.
setLocale(ULocale) - Method in class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 see MeasureFormat.
setLocale(Locale) - Method in class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 see MeasureFormat.
setLocale(ULocale) - Method in class com.ibm.icu.util.GlobalizationPreferences
Convenience routine for setting the language/locale priority list from a single locale/language.
setLocale(ULocale) - Method in class com.ibm.icu.util.ULocale.Builder
Resets the Builder to match the provided locale.
setLocales(List<ULocale>) - Method in class com.ibm.icu.util.GlobalizationPreferences
Sets the language/locale priority list.
setLocales(ULocale[]) - Method in class com.ibm.icu.util.GlobalizationPreferences
Convenience routine for setting the language/locale priority list from an array.
setLocales(String) - Method in class com.ibm.icu.util.GlobalizationPreferences
Convenience routine for setting the locale priority list from an Accept-Language string.
setLocalPatternChars(String) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLowerCaseFirst(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the orders of lower cased characters to sort before upper cased characters, in strength TERTIARY.
setMatchLength(int) - Method in class com.ibm.icu.text.SearchIterator
Sets the length of the most recent match in the target text.
setMatchNotFound() - Method in class com.ibm.icu.text.SearchIterator
Deprecated.
This API is ICU internal only.
setMatchNotFound() - Method in class com.ibm.icu.text.StringSearch
Deprecated.
This API is ICU internal only.
setMathContext(MathContext) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Sets the MathContext used to round numbers.
setMathContextICU(MathContext) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Overload of DecimalFormat.setMathContext(java.math.MathContext) for MathContext.
setMaxDistance(Locale, Locale) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Sets the maximum distance for an acceptable match.
setMaxDistance(ULocale, ULocale) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Sets the maximum distance for an acceptable match.
setMaximumContextLength(int) - Method in class com.ibm.icu.text.Transliterator
Method for subclasses to use to set the maximum context length.
setMaximumFractionDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
Rounding and Digit Limits: Sets the maximum number of digits to display after the decimal separator.
setMaximumFractionDigits(int) - Method in class com.ibm.icu.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
Rounding and Digit Limits: Sets the maximum number of digits to display before the decimal separator.
setMaximumIntegerDigits(int) - Method in class com.ibm.icu.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaximumSignificantDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Sets the maximum number of significant digits to be displayed.
setMaxLabelCount(int) - Method in class com.ibm.icu.text.AlphabeticIndex
Set a limit on the number of labels in the index.
setMaxVariable(int) - Method in class com.ibm.icu.text.Collator
[icu] Sets the variable top to the top of the specified reordering group.
setMaxVariable(int) - Method in class com.ibm.icu.text.RuleBasedCollator
[icu] Sets the variable top to the top of the specified reordering group.
setMinimalDaysInFirstWeek(int) - Method in class com.ibm.icu.util.Calendar
Sets what the minimal days required in the first week of the year are.
setMinimumExponentDigits(byte) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Scientific Notation: Sets the minimum number of digits to be printed in the exponent.
setMinimumFractionDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
Rounding and Digit Limits: Sets the minimum number of digits to display after the decimal separator.
setMinimumFractionDigits(int) - Method in class com.ibm.icu.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumGroupingDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Sets the minimum number of digits that must be before the first grouping separator in order for the grouping separator to be printed.
setMinimumIntegerDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
Rounding and Digit Limits: Sets the minimum number of digits to display before the decimal separator.
setMinimumIntegerDigits(int) - Method in class com.ibm.icu.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinimumSignificantDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Sets the minimum number of significant digits to be displayed.
setMinusSign(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used to represent minus sign.
setMinusSignString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the string used to represent minus sign.
setMode(Normalizer.Mode) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setMonetaryDecimalSeparator(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the monetary decimal separator.
setMonetaryDecimalSeparatorString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the monetary decimal separator string.
setMonetaryGroupingSeparator(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the monetary grouping separator.
setMonetaryGroupingSeparatorString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the monetary grouping separator string.
setMonths(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets month strings.
setMonths(String[], int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets month strings.
setMultiplier(int) - Method in class com.ibm.icu.text.DecimalFormat
Sets a number that will be used to multiply all numbers prior to formatting.
setName(String) - Method in class com.ibm.icu.message2.Mf2DataModel.Variable.Builder
Deprecated.
This API is for technology preview only.
setNameStyle(DisplayOptions.NameStyle) - Method in class com.ibm.icu.text.DisplayOptions.Builder
Sets the name style.
setNaN(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the String used to represent NaN.
setNarrowEras(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
[icu] Sets narrow era name strings.
setNegativePrefix(String) - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Sets the string to prepend to negative numbers.
setNegativeSuffix(String) - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Sets the string to append to negative numbers.
setNoDefaultLocale() - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Sets no default locale.
setNoSubstitute(boolean) - Method in class com.ibm.icu.util.LocaleData
Sets the "no substitute" behavior of this locale data object.
setNotOkBiDi(IDNA.Info) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
setNounClass(DisplayOptions.NounClass) - Method in class com.ibm.icu.text.DisplayOptions.Builder
Sets the noun class.
setNumberFormat(NumberFormat) - Method in class com.ibm.icu.text.DateFormat
Sets the number formatter.
setNumberFormat(NumberFormat) - Method in class com.ibm.icu.text.PluralFormat
Sets the number format used by this formatter.
setNumberFormat(NumberFormat) - Method in class com.ibm.icu.text.SimpleDateFormat
Overrides superclass method and This method also clears per field NumberFormat instances previously set by SimpleDateFormat.setNumberFormat(String, NumberFormat)
setNumberFormat(String, NumberFormat) - Method in class com.ibm.icu.text.SimpleDateFormat
allow the user to set the NumberFormat for several fields It can be a single field like: "y"(year) or "M"(month) It can be several field combined together: "yMd"(year, month and date) Note: 1 symbol field is enough for multiple symbol fields (so "y" will override "yy", "yyy") If the field is not numeric, then override has no effect (like "MMM" will use abbreviation, not numerical field)
setNumberFormat(NumberFormat) - Method in class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 see MeasureFormat.
setNumberFormat(int, NumberFormat) - Method in class com.ibm.icu.util.GlobalizationPreferences
Sets a number format explicitly.
setNumericCollation(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
[icu] When numeric collation is turned on, this Collator makes substrings of digits sort according to their numeric values.
setNumericCollationDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Method to set numeric collation to its default value.
setOffset(int) - Method in class com.ibm.icu.text.CollationElementIterator
Sets the iterator to point to the collation element corresponding to the character at the specified offset.
setOperand(Mf2DataModel.Value) - Method in class com.ibm.icu.message2.Mf2DataModel.Expression.Builder
Deprecated.
This API is for technology preview only.
setOption(int, boolean) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setOverflowLabel(String) - Method in class com.ibm.icu.text.AlphabeticIndex
Set the overflow label
setOverlapping(boolean) - Method in class com.ibm.icu.text.SearchIterator
Determines whether overlapping matches are returned.
setPadCharacter(char) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Padding: Sets the character used to pad numbers that are narrower than the width specified in DecimalFormat.setFormatWidth(int).
setPadEscape(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the character used to pad numbers out to a specified width.
setPadPosition(int) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Padding: Sets the position where to insert the pad character when narrower than the width specified in DecimalFormat.setFormatWidth(int).
setPara(String, byte, byte[]) - Method in class com.ibm.icu.text.Bidi
Perform the Unicode Bidi algorithm.
setPara(char[], byte, byte[]) - Method in class com.ibm.icu.text.Bidi
Perform the Unicode Bidi algorithm.
setPara(AttributedCharacterIterator) - Method in class com.ibm.icu.text.Bidi
Perform the Unicode Bidi algorithm on a given paragraph, as defined in the Unicode Standard Annex #9, version 13, also described in The Unicode Standard, Version 4.0 .
setParseBigDecimal(boolean) - Method in class com.ibm.icu.text.DecimalFormat
Whether to make DecimalFormat.parse(java.lang.String, java.text.ParsePosition) prefer returning a BigDecimal when possible.
setParseCaseSensitive(boolean) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Specifies whether parsing should require cases to match in affixes, exponent separators, and currency codes.
setParseIntegerOnly(boolean) - Method in class com.ibm.icu.text.DecimalFormat
Parsing: Sets whether to ignore the fraction part of a number when parsing (defaults to false). This is functionally equivalent to calling DecimalFormat.setDecimalPatternMatchRequired(boolean) and a pattern without a decimal point.
setParseIntegerOnly(boolean) - Method in class com.ibm.icu.text.NumberFormat
Sets whether to ignore the fraction part of a number when parsing (defaults to false).
setParseMaxDigits(int) - Method in class com.ibm.icu.text.DecimalFormat
Deprecated.
Setting max parse digits has no effect since ICU4J 59.
setParseNoExponent(boolean) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Specifies whether to stop parsing when an exponent separator is encountered.
setParseStrict(boolean) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Sets whether strict parsing is in effect.
setParseStrict(boolean) - Method in class com.ibm.icu.text.NumberFormat
[icu] Sets whether strict parsing is in effect.
setParseStrictMode(DecimalFormatProperties.ParseMode) - Method in class com.ibm.icu.text.DecimalFormat
Deprecated.
This API is ICU internal only.
setPattern(String) - Method in class com.ibm.icu.message2.MessageFormatter.Builder
Deprecated.
This API is for technology preview only.
setPattern(Mf2DataModel.Pattern) - Method in class com.ibm.icu.message2.Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
setPattern(String) - Method in class com.ibm.icu.text.StringSearch
Set the pattern to search for.
setPatternForCurrencySpacing(int, boolean, String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the indicated currency spacing pattern or value.
setPatternSeparator(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used to separate positive and negative subpatterns in a pattern.
setPercent(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used for percent sign.
setPercentString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the string used for percent sign.
setPerMill(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used for mille percent sign.
setPerMillString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the string used for permille sign.
setPluralCategory(DisplayOptions.PluralCategory) - Method in class com.ibm.icu.text.DisplayOptions.Builder
Sets the plural category.
setPluralRules(String) - Method in class com.ibm.icu.text.CurrencyPluralInfo
Set plural rules.
setPlusSign(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the localized plus sign.
setPlusSignString(String) - Method in class com.ibm.icu.text.DecimalFormatSymbols
[icu] Sets the localized plus sign string.
setPositivePrefix(String) - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Sets the string to prepend to positive numbers.
setPositiveSuffix(String) - Method in class com.ibm.icu.text.DecimalFormat
Affixes: Sets the string to append to positive numbers.
setPreferredOrder(PersonName.PreferredOrder) - Method in class com.ibm.icu.text.SimplePersonName.Builder
Set the preferred order for the new name object.
setProperties(DecimalFormat.PropertySetter) - Method in class com.ibm.icu.text.DecimalFormat
Deprecated.
This API is ICU internal only.
setQuarters(String[], int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
[icu] Sets quarter strings.
setRange(int, int, int) - Method in class com.ibm.icu.util.MutableCodePointTrie
Sets a value for each code point [start..end].
setRange(int, int) - Method in interface com.ibm.icu.util.ValueIterator
Restricts the range of integers to iterate and resets the iteration to begin at the index argument start.
setRawOffset(int) - Method in class com.ibm.icu.util.RuleBasedTimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class com.ibm.icu.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class com.ibm.icu.util.TimeZone
Sets the base time zone offset to GMT.
setRawOffset(int) - Method in class com.ibm.icu.util.VTimeZone
Sets the base time zone offset to GMT.
setRegion(String) - Method in class com.ibm.icu.util.ULocale.Builder
Sets the region.
setRelatedYear(int) - Method in class com.ibm.icu.util.Calendar
Deprecated.
This API is ICU internal only.
setReorderCodes(int...) - Method in class com.ibm.icu.text.Collator
Sets the reordering codes for this collator.
setReorderCodes(int...) - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the reordering codes for this collator.
setReorderingMode(int) - Method in class com.ibm.icu.text.Bidi
Modify the operation of the Bidi algorithm such that it implements some variant to the basic Bidi algorithm or approximates an "inverse Bidi" algorithm, depending on different values of the "reordering mode".
setReorderingOptions(int) - Method in class com.ibm.icu.text.Bidi
Specify which of the reordering options should be applied during Bidi transformations.
setRepeatedWallTimeOption(int) - Method in class com.ibm.icu.util.Calendar
[icu]Sets the behavior for handling wall time repeating multiple times at negative time zone offset transitions.
setRestrictionLevel(SpoofChecker.RestrictionLevel) - Method in class com.ibm.icu.text.SpoofChecker.Builder
Set the loosest restriction level allowed for strings.
setRoundingIncrement(BigDecimal) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Sets an increment, or interval, to which numbers are rounded.
setRoundingIncrement(BigDecimal) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Overload of DecimalFormat.setRoundingIncrement(java.math.BigDecimal).
setRoundingIncrement(double) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Overload of DecimalFormat.setRoundingIncrement(java.math.BigDecimal).
setRoundingMode(int) - Method in class com.ibm.icu.text.DecimalFormat
Rounding and Digit Limits: Sets the RoundingMode used to round numbers.
setRoundingMode(int) - Method in class com.ibm.icu.text.NumberFormat
Set the rounding mode used in this NumberFormat.
setRoundingMode(int) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Sets the rounding mode.
setRule(DateRule) - Method in class com.ibm.icu.util.Holiday
 
setScale(int) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal with a given scale.
setScale(int, int) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal with a given scale.
setScientificNotation(boolean) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Scientific Notation: Sets whether this formatter should print in scientific (exponential) notation.
setScript(String) - Method in class com.ibm.icu.util.ULocale.Builder
Sets the script.
setSecondaryGroupingSize(int) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Grouping: Sets the secondary grouping size (distance between grouping separators after the first separator) used when formatting large numbers.
setSelector(String, SelectorFactory) - Method in class com.ibm.icu.message2.Mf2FunctionRegistry.Builder
Deprecated.
This API is for technology preview only.
setShortMonths(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets abbreviated weekday strings; for example: "Sun", "Mon", etc.
setSignAlwaysShown(boolean) - Method in class com.ibm.icu.text.DecimalFormat
Sets whether to always shown the plus sign ('+' in en) on positive numbers.
setSignificantDigit(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used to represent a significant digit in a pattern.
setSignificantDigitsUsed(boolean) - Method in class com.ibm.icu.text.DecimalFormat
[icu] Rounding and Digit Limits: Sets whether significant digits are to be used in rounding.
setSkippedWallTimeOption(int) - Method in class com.ibm.icu.util.Calendar
[icu]Sets the behavior for handling skipped wall time at positive time zone offset transitions.
setSource(String) - Method in class com.ibm.icu.text.CanonicalIterator
Set a new source for this iterator.
setStartRule(int, int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartRule(int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the DST start rule to a fixed date within a month.
setStartRule(int, int, int, int, boolean) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the DST start rule to a weekday before or after a give date within a month, e.g., the first Monday on or after the 8th.
setStartYear(int) - Method in class com.ibm.icu.util.SimpleTimeZone
Sets the daylight savings starting year.
setState(Format.Field, Object, int, int) - Method in class com.ibm.icu.text.ConstrainedFieldPosition
Sets new values for the primary public getters.
setStrength(int) - Method in class com.ibm.icu.text.Collator
Sets this Collator's strength attribute.
setStrength(int) - Method in class com.ibm.icu.text.RuleBasedCollator
Sets this Collator's strength attribute.
setStrength2(int) - Method in class com.ibm.icu.text.Collator
Deprecated.
This API is ICU internal only.
setStrengthDefault() - Method in class com.ibm.icu.text.RuleBasedCollator
Sets the collation strength to the initial mode set during the construction of the RuleBasedCollator.
setSubstituteHandling(DisplayOptions.SubstituteHandling) - Method in class com.ibm.icu.text.DisplayOptions.Builder
Sets the substitute handling.
setSupportedLocales(String) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Parses the string like LocalePriorityList does and sets the supported locales accordingly.
setSupportedLocales(Collection<Locale>) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Copies the supported locales, preserving iteration order.
setSupportedULocales(Collection<ULocale>) - Method in class com.ibm.icu.util.LocaleMatcher.Builder
Copies the supported locales, preserving iteration order.
setSurnameAllCaps(boolean) - Method in class com.ibm.icu.text.PersonNameFormatter.Builder
Requests that the surname in the formatted result be rendered in ALL CAPS.
setTarget(CharacterIterator) - Method in class com.ibm.icu.text.SearchIterator
Set the target text to be searched.
setTarget(CharacterIterator) - Method in class com.ibm.icu.text.StringSearch
Set the target text to be searched.
setTemporalMonthCode(String) - Method in class com.ibm.icu.util.Calendar
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year and suffixed by an optional literal grapheme "L" if this is a leap month in a lunisolar calendar.
setTemporalMonthCode(String) - Method in class com.ibm.icu.util.ChineseCalendar
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year and suffixed by an optional literal grapheme "L" if this is a leap month in a lunisolar calendar.
setTemporalMonthCode(String) - Method in class com.ibm.icu.util.HebrewCalendar
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year and suffixed by an optional literal grapheme "L" if this is a leap month in a lunisolar calendar.
setTerritory(String) - Method in class com.ibm.icu.util.GlobalizationPreferences
Sets the territory, which is a valid territory according to for RFC 3066 (or successor).
setText(String) - Method in class com.ibm.icu.text.BreakIterator
Sets the iterator to analyze a new piece of text.
setText(CharSequence) - Method in class com.ibm.icu.text.BreakIterator
Sets the iterator to analyze a new piece of text.
setText(CharacterIterator) - Method in class com.ibm.icu.text.BreakIterator
Sets the iterator to analyze a new piece of text.
setText(byte[]) - Method in class com.ibm.icu.text.CharsetDetector
Set the input text (byte) data whose charset is to be detected.
setText(InputStream) - Method in class com.ibm.icu.text.CharsetDetector
Set the input text (byte) data whose charset is to be detected.
setText(String) - Method in class com.ibm.icu.text.CollationElementIterator
Set a new source string for iteration, and reset the offset to the beginning of the text.
setText(UCharacterIterator) - Method in class com.ibm.icu.text.CollationElementIterator
Set a new source string iterator for iteration, and reset the offset to the beginning of the text.
setText(CharacterIterator) - Method in class com.ibm.icu.text.CollationElementIterator
Set a new source string iterator for iteration, and reset the offset to the beginning of the text.
setText(StringBuffer) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setText(char[]) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setText(String) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setText(CharacterIterator) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setText(UCharacterIterator) - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
setText(CharacterIterator) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Set the iterator to analyze a new piece of text.
setText(String) - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
setTime(Date) - Method in class com.ibm.icu.util.Calendar
Sets this Calendar's current time with the given Date.
setTimeInMillis(long) - Method in class com.ibm.icu.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeSeparatorString(String) - Method in class com.ibm.icu.text.DateFormatSymbols
Deprecated.
This API is ICU internal only.
setTimeZone(TimeZone) - Method in class com.ibm.icu.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTimeZone(TimeZone) - Method in class com.ibm.icu.text.DateIntervalFormat
Set the TimeZone for the calendar used by this DateIntervalFormat object.
setTimeZone(TimeZone) - Method in class com.ibm.icu.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone) - Method in class com.ibm.icu.util.GlobalizationPreferences
Sets the timezone ID.
setTimeZoneFormat(TimeZoneFormat) - Method in class com.ibm.icu.text.SimpleDateFormat
[icu] Allows you to set the time zone formatter.
setTimeZoneNames(TimeZoneNames) - Method in class com.ibm.icu.text.TimeZoneFormat
Sets the time zone display name data to this instance.
setToLimit() - Method in class com.ibm.icu.text.UCharacterIterator
Sets the current index to the limit.
setToStart() - Method in class com.ibm.icu.text.UCharacterIterator
Sets the current index to the start.
setToUCallback(CoderResult, CharsetCallback.Decoder, Object) - Method in class com.ibm.icu.charset.CharsetDecoderICU
Sets the callback encoder method and context to be used if an illegal sequence is encountered.
setTransitionalDifferent(IDNA.Info) - Static method in class com.ibm.icu.text.IDNA
Deprecated.
This API is ICU internal only.
setTZURL(String) - Method in class com.ibm.icu.util.VTimeZone
Sets the RFC2445 TZURL property value.
setUnderflowLabel(String) - Method in class com.ibm.icu.text.AlphabeticIndex
Set the underflowLabel label
setUnicodeLocaleKeyword(String, String) - Method in class com.ibm.icu.util.ULocale.Builder
Sets the Unicode locale keyword type for the given key.
setUpperCaseFirst(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
Sets whether uppercase characters sort before lowercase characters or vice versa, in strength TERTIARY.
setUsage(PersonNameFormatter.Usage) - Method in class com.ibm.icu.text.PersonNameFormatter.Builder
Sets the name usage for the formatter to be constructed.
setValue(String) - Method in class com.ibm.icu.message2.Mf2DataModel.Text.Builder
Deprecated.
This API is for technology preview only.
setVariableName(String) - Method in class com.ibm.icu.message2.Mf2DataModel.Value.Builder
Deprecated.
This API is for technology preview only.
setVariableTop(String) - Method in class com.ibm.icu.text.Collator
Deprecated.
ICU 53 Call Collator.setMaxVariable(int) instead.
setVariableTop(int) - Method in class com.ibm.icu.text.Collator
Deprecated.
ICU 53 Call setMaxVariable() instead.
setVariableTop(String) - Method in class com.ibm.icu.text.RuleBasedCollator
Deprecated.
setVariableTop(int) - Method in class com.ibm.icu.text.RuleBasedCollator
Deprecated.
ICU 53 Call setMaxVariable() instead.
setVariant(String) - Method in class com.ibm.icu.util.ULocale.Builder
Sets the variant.
setWeekData(Calendar.WeekData) - Method in class com.ibm.icu.util.Calendar
[icu] Set data in this calendar based on the WeekData input.
setWeekdays(String[], int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets weekday strings.
setWeekdays(String[]) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets wide weekday strings.
setYearNames(String[], int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets cyclic year name strings, for example: "jia-zi", "yi-chou", etc.
setZeroDigit(char) - Method in class com.ibm.icu.text.DecimalFormatSymbols
Sets the character used for zero.
setZodiacNames(String[], int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets calendar zodiac name strings, for example: "Rat", "Ox", "Tiger", etc.
setZoneStrings(String[][]) - Method in class com.ibm.icu.text.DateFormatSymbols
Sets time zone strings.
SHABAN - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Sha'ban, the 8th month of the Islamic year.
shape(char[], int, int, char[], int, int) - Method in class com.ibm.icu.text.ArabicShaping
Convert a range of text in the source array, putting the result into a range of text in the destination array, and return the number of characters written.
shape(char[], int, int) - Method in class com.ibm.icu.text.ArabicShaping
Convert a range of text in place.
shape(String) - Method in class com.ibm.icu.text.ArabicShaping
Convert a string, returning the new string.
SHAPE_TAIL_NEW_UNICODE - Static variable in class com.ibm.icu.text.ArabicShaping
If this option is used, shaping will use the new Unicode code point for TAIL (i.e. 0xFE73).
SHAPE_TAIL_TYPE_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for new Unicode Tail option
SHARADA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SHARADA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SHARADA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SHAVIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SHAVIAN - Static variable in class com.ibm.icu.lang.UScript
Shavian Script in Unicode 4
SHAVIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SHAVUOT - Static variable in class com.ibm.icu.util.HebrewHoliday
 
SHAWWAL - Static variable in class com.ibm.icu.util.IslamicCalendar
Constant for Shawwal, the 10th month of the Islamic year.
SHEMINI_ATZERET - Static variable in class com.ibm.icu.util.HebrewHoliday
 
SHEVAT - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Shevat, the 5th month of the Hebrew year.
SHIN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
SHORT - Static variable in interface com.ibm.icu.lang.UProperty.NameChoice
Selector for the abbreviated name of a property or value.
SHORT - Static variable in class com.ibm.icu.text.DateFormat
Constant for short style pattern.
SHORT - Static variable in class com.ibm.icu.text.DateFormatSymbols
[icu] Constant for width; only supported for weekdays.
SHORT - Static variable in class com.ibm.icu.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_COMMONLY_USED - Static variable in class com.ibm.icu.util.TimeZone
[icu] A style specifier for getDisplayName() indicating a short name derived from the timezone's short standard or daylight timezone name ignoring commonlyUsed, such as "PDT."
SHORT_GENERIC - Static variable in class com.ibm.icu.util.TimeZone
[icu] A style specifier for getDisplayName() indicating a short generic name, such as "PT."
SHORT_GMT - Static variable in class com.ibm.icu.util.TimeZone
[icu] A style specifier for getDisplayName() indicating a short name derived from the timezone's offset, such as "-0800."
SHORTHAND_FORMAT_CONTROLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SHORTHAND_FORMAT_CONTROLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
shortValueExact() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a short.
SHOWA - Static variable in class com.ibm.icu.util.JapaneseCalendar
Constant for the era starting on Dec. 25, 1926 AD.
SHROVE_TUESDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Shrove Tuesday, aka Mardi Gras, 48 days before Easter
SHUSHAN_PURIM - Static variable in class com.ibm.icu.util.HebrewHoliday
 
SI - Static variable in class com.ibm.icu.util.LocaleData.MeasurementSystem
Measurement system specified by Le Système International d'Unités (SI) otherwise known as Metric system.
SIDDHAM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SIDDHAM - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SIDDHAM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
sign(NumberFormatter.SignDisplay) - Method in class com.ibm.icu.number.NumberFormatterSettings
Sets the plus/minus sign display strategy.
SIGN - Static variable in class com.ibm.icu.text.NumberFormat.Field
 
SIGN_WRITING - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code for Sutton SignWriting
signum() - Method in class com.ibm.icu.math.BigDecimal
Returns the sign of this BigDecimal, as an int.
SIMCHAT_TORAH - Static variable in class com.ibm.icu.util.HebrewHoliday
 
simple() - Static method in class com.ibm.icu.number.Notation
Print the number using simple notation without any scaling by powers of ten.
SIMPLE_CASE_FOLDING - Static variable in interface com.ibm.icu.lang.UProperty
String property Simple_Case_Folding.
SIMPLE_CASE_INSENSITIVE - Static variable in class com.ibm.icu.text.UnicodeSet
Enable case insensitive matching.
SIMPLE_LOWERCASE_MAPPING - Static variable in interface com.ibm.icu.lang.UProperty
String property Simple_Lowercase_Mapping.
SIMPLE_TITLECASE_MAPPING - Static variable in interface com.ibm.icu.lang.UProperty
String property Simple_Titlecase_Mapping.
SIMPLE_UPPERCASE_MAPPING - Static variable in interface com.ibm.icu.lang.UProperty
String property Simple_Uppercase_Mapping.
SimpleDateFormat - Class in com.ibm.icu.text
[icu enhancement] ICU's replacement for java.text.SimpleDateFormat.
SimpleDateFormat() - Constructor for class com.ibm.icu.text.SimpleDateFormat
Constructs a SimpleDateFormat using the default pattern for the default FORMAT locale.
SimpleDateFormat(String) - Constructor for class com.ibm.icu.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern in the default FORMAT locale.
SimpleDateFormat(String, Locale) - Constructor for class com.ibm.icu.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and locale.
SimpleDateFormat(String, ULocale) - Constructor for class com.ibm.icu.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and locale.
SimpleDateFormat(String, String, ULocale) - Constructor for class com.ibm.icu.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern , override and locale.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class com.ibm.icu.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and locale-specific symbol data.
SimpleDateFormat(String, DateFormatSymbols, ULocale) - Constructor for class com.ibm.icu.text.SimpleDateFormat
Deprecated.
This API is ICU internal only.
SimpleDateRule - Class in com.ibm.icu.util
Note: The Holiday framework is a technology preview.
SimpleDateRule(int, int) - Constructor for class com.ibm.icu.util.SimpleDateRule
Construct a rule for a fixed date within a month
SimpleDateRule(int, int, int, boolean) - Constructor for class com.ibm.icu.util.SimpleDateRule
Construct a rule for a weekday within a month, e.g. the first Monday.
SimpleFormatter - Class in com.ibm.icu.text
Formats simple patterns like "{1} was born in {0}".
SimpleHoliday - Class in com.ibm.icu.util
Note: The Holiday framework is a technology preview.
SimpleHoliday(int, int, String) - Constructor for class com.ibm.icu.util.SimpleHoliday
Construct an object representing a holiday
SimpleHoliday(int, int, String, int) - Constructor for class com.ibm.icu.util.SimpleHoliday
Construct an object representing a holiday
SimpleHoliday(int, int, String, int, int) - Constructor for class com.ibm.icu.util.SimpleHoliday
Construct an object representing a holiday
SimpleHoliday(int, int, int, String) - Constructor for class com.ibm.icu.util.SimpleHoliday
// TODO: remove Construct an object representing a holiday
SimpleHoliday(int, int, int, String, int) - Constructor for class com.ibm.icu.util.SimpleHoliday
 
SimpleHoliday(int, int, int, String, int, int) - Constructor for class com.ibm.icu.util.SimpleHoliday
 
SimpleNotation - Class in com.ibm.icu.number
A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.
SimpleNumberFormatFactory(Locale) - Constructor for class com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
Constructs a SimpleNumberFormatFactory with the given locale.
SimpleNumberFormatFactory(Locale, boolean) - Constructor for class com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
Constructs a SimpleNumberFormatFactory with the given locale and the visibility.
SimpleNumberFormatFactory(ULocale) - Constructor for class com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
Constructs a SimpleNumberFormatFactory with the given locale.
SimpleNumberFormatFactory(ULocale, boolean) - Constructor for class com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
Constructs a SimpleNumberFormatFactory with the given locale and the visibility.
SimplePersonName - Class in com.ibm.icu.text
A concrete implementation of PersonNameFormatter.PersonName that simply stores the field values in a Map.
SimplePersonName.Builder - Class in com.ibm.icu.text
A utility class for constructing a SimplePersonName.
SimpleTimeZone - Class in com.ibm.icu.util
[icu enhancement] ICU's replacement for java.util.SimpleTimeZone.
SimpleTimeZone(int, String) - Constructor for class com.ibm.icu.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time to start and end the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time and its mode to start and end the daylight time.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.SimpleTimeZone
Constructor.
SIMPLIFIED_CHINESE - Static variable in class com.ibm.icu.util.ULocale
Useful constant for language.
SIMPLIFIED_HAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
sIndex - Variable in class com.ibm.icu.util.CodePointMap.StringIterator
Deprecated.
This API is ICU internal only.
SINDHI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SINGLE_CHAR_BOUNDARY - Static variable in class com.ibm.icu.text.UTF16
Value returned in bounds().
SINGLE_QUOTE - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
SINGLE_SCRIPT - Static variable in class com.ibm.icu.text.SpoofChecker
Deprecated.
ICU 51 Use RESTRICTION_LEVEL
SINGLE_SCRIPT_CONFUSABLE - Static variable in class com.ibm.icu.text.SpoofChecker
When performing the two-string SpoofChecker.areConfusable(java.lang.String, java.lang.String) test, this flag in the return value indicates that the two strings are visually confusable and that they are from the same script, according to UTS 39 section 4.
SINHALA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SINHALA - Static variable in class com.ibm.icu.lang.UScript
Sinhala
SINHALA_ARCHAIC_NUMBERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SINHALA_ARCHAIC_NUMBERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SINHALA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SIVAN - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Sivan, the 10th month of the Hebrew year.
size() - Method in class com.ibm.icu.text.AlphabeticIndex.Bucket
Get the number of records in the bucket.
size() - Method in class com.ibm.icu.text.UnicodeSet
Returns the number of elements in this set (its cardinality) Note than the elements of a set may include both individual codepoints and strings.
size - Variable in class com.ibm.icu.util.ByteArrayWrapper
Size of the internal byte array used.
skeletonsAreSimilar(String, String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
This API is ICU internal only.
SkeletonSyntaxException - Exception in com.ibm.icu.number
Exception used for illegal number skeleton strings.
SkeletonSyntaxException(String, CharSequence) - Constructor for exception com.ibm.icu.number.SkeletonSyntaxException
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
SkeletonSyntaxException(String, CharSequence, Throwable) - Constructor for exception com.ibm.icu.number.SkeletonSyntaxException
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
skipToStrings() - Method in class com.ibm.icu.text.UnicodeSetIterator
Skips over the remaining code points/ranges, if any.
SMALL - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
SMALL_FORM_VARIANTS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SMALL_FORM_VARIANTS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SMALL_KANA_EXTENSION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SMALL_KANA_EXTENSION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
smallIndex(CodePointTrie.Type, int) - Method in class com.ibm.icu.util.CodePointTrie
Deprecated.
This API is ICU internal only.
SOFT_DOTTED - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Soft_Dotted (new).
SOGDIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SOGDIAN - Static variable in class com.ibm.icu.lang.UScript
 
SOGDIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SOLAR_LUMINOSITY - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of light: solar-luminosity
SOLAR_MASS - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: solar-mass
SOLAR_RADIUS - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: solar-radius
SORA_SOMPENG - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SORA_SOMPENG - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SORA_SOMPENG_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
sourceIndex() - Method in class com.ibm.icu.text.Edits.Iterator
The start index of the current span in the source string; the span has length Edits.Iterator.oldLength().
sourceIndexFromDestinationIndex(int) - Method in class com.ibm.icu.text.Edits.Iterator
Computes the source index corresponding to the given destination index.
SOYOMBO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SOYOMBO - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SOYOMBO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SP - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
SPACE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
SPACE - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
Characters with the space property.
SPACE_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Zs
SPACES_RELATIVE_TO_TEXT_BEGIN_END - Static variable in class com.ibm.icu.text.ArabicShaping
This option effects the meaning of BEGIN and END options. if this option is not used the default for BEGIN and END will be as following: The Default (for both Visual LTR, Visual RTL and Logical Text) 1.
SPACES_RELATIVE_TO_TEXT_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for swapping BEGIN and END for Visual LTR text
SPACING_MARK - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
SPACING_MODIFIER_LETTERS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SPACING_MODIFIER_LETTERS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
span(CharSequence, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSet
Span a string using this UnicodeSet.
span(CharSequence, int, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSet
Span a string using this UnicodeSet.
spanAndCount(CharSequence, int, UnicodeSet.SpanCondition, OutputInt) - Method in class com.ibm.icu.text.UnicodeSet
Deprecated.
This API is ICU internal only.
spanBack(CharSequence, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSet
Span a string backwards (from the end) using this UnicodeSet.
spanBack(CharSequence, int, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSet
Span a string backwards (from the fromIndex) using this UnicodeSet.
SpanField(String) - Constructor for class com.ibm.icu.text.UFormat.SpanField
Construct a new instance.
spanQuickCheckYes(CharSequence) - Method in class com.ibm.icu.text.FilteredNormalizer2
Returns the end of the normalized substring of the input string.
spanQuickCheckYes(CharSequence) - Method in class com.ibm.icu.text.Normalizer2
Returns the end of the normalized substring of the input string.
SPECIALS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SPECIALS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SPECIFIC_TZ - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for specific non-location format, such as Pacific Daylight Time; used in combinations date + time + zone, or time + zone.
SPELLOUT - Static variable in class com.ibm.icu.text.RuleBasedNumberFormat
Selector code that tells the constructor to create a spellout formatter
splitToSingleUnits() - Method in class com.ibm.icu.util.MeasureUnit
Returns the list of SINGLE units contained within a sequence of COMPOUND units.
SpoofChecker - Class in com.ibm.icu.text
This class, based on Unicode Technical Report #36 and Unicode Technical Standard #39, has two main functions: Checking whether two strings are visually confusable with each other, such as "desparejado" and "ԁеѕрагејаԁо".
SpoofChecker.Builder - Class in com.ibm.icu.text
SpoofChecker Builder.
SpoofChecker.CheckResult - Class in com.ibm.icu.text
A struct-like class to hold the results of a Spoof Check operation.
SpoofChecker.RestrictionLevel - Enum in com.ibm.icu.text
Constants from UTS 39 for use in setRestrictionLevel.
SQUARE - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
SQUARE_CENTIMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: square-centimeter
SQUARE_FOOT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: square-foot
SQUARE_INCH - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: square-inch
SQUARE_KILOMETER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: square-kilometer
SQUARE_METER - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: square-meter
SQUARE_MILE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: square-mile
SQUARE_YARD - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of area: square-yard
SRAVANA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Sravana, the 5th month of the Indian year.
ST_STEPHENS_DAY - Static variable in class com.ibm.icu.util.SimpleHoliday
Saint Stephen's Day, December 26th
STANDALONE - Static variable in class com.ibm.icu.text.DateFormatSymbols
[icu] Constant for context.
STANDALONE_DAY_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'c' field alignment, corresponding to the Calendar.DAY_OF_WEEK field.
STANDALONE_MONTH - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
ICU 50 Use DateFormat.MONTH instead.
STANDALONE_MONTH_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'L' field alignment, corresponding to the Calendar.MONTH field.
STANDALONE_QUARTER_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'q' field alignment, corresponding to the Calendar.MONTH field.
STANDARD_TIME - Static variable in class com.ibm.icu.util.DateTimeRule
Time rule type for local standard time.
STANDARD_TIME - Static variable in class com.ibm.icu.util.SimpleTimeZone
Constant for a mode of start or end time specified as local standard time.
STANDARDCURRENCYSTYLE - 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 example "$3.00", using non-accounting style for negative values (e.g. minus sign).
start - Variable in class com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
Deprecated.
This API is ICU internal only.
start - Variable in class com.ibm.icu.text.Transliterator.Position
Beginning index, inclusive, of the text to be transliteratd.
start - Variable in class com.ibm.icu.util.RangeValueIterator.Element
Starting integer of the continuous result range that has the same value
START_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Ps
startIndex() - Method in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56
State() - Constructor for class com.ibm.icu.util.BytesTrie.State
Constructs an empty State.
State() - Constructor for class com.ibm.icu.util.CharsTrie.State
Constructs an empty State.
status - Variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
 
STD3_ASCII_RULES_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
STD_DST_MASK - Static variable in class com.ibm.icu.util.BasicTimeZone
Deprecated.
This API is ICU internal only.
STERM - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
STONE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: stone
STRAIGHT_WAW - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
string - Variable in class com.ibm.icu.text.UnicodeSetIterator
If codepoint == IS_STRING, then string points to the current string.
STRING - Static variable in class com.ibm.icu.util.UResourceBundle
[icu] Resource type constant for strings.
STRING_LIMIT - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
STRING_START - Static variable in interface com.ibm.icu.lang.UProperty
First constant for string Unicode properties.
StringCharacterIterator - Class in com.ibm.icu.text
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
StringCharacterIterator(String) - Constructor for class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
StringCharacterIterator(String, int) - Constructor for class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
StringCharacterIterator(String, int, int, int) - Constructor for class com.ibm.icu.text.StringCharacterIterator
Deprecated.
ICU 2.4. Use java.text.StringCharacterIterator instead.
StringComparator() - Constructor for class com.ibm.icu.text.UTF16.StringComparator
Default constructor that does code unit comparison and case sensitive comparison.
StringComparator(boolean, boolean, int) - Constructor for class com.ibm.icu.text.UTF16.StringComparator
Constructor that does comparison based on the argument options.
stringIterator(CharSequence, int) - Method in class com.ibm.icu.util.CodePointMap
Returns an iterator (not a java.util.Iterator) over code points of a string for fetching map values.
StringIterator(CharSequence, int) - Constructor for class com.ibm.icu.util.CodePointMap.StringIterator
Deprecated.
This API is ICU internal only.
stringIterator(CharSequence, int) - Method in class com.ibm.icu.util.CodePointTrie.Fast
Returns an iterator (not a java.util.Iterator) over code points of a string for fetching map values.
stringIterator(CharSequence, int) - Method in class com.ibm.icu.util.CodePointTrie.Small
Returns an iterator (not a java.util.Iterator) over code points of a string for fetching map values.
StringPrep - Class in com.ibm.icu.text
StringPrep API implements the StingPrep framework as described by RFC 3454.
StringPrep(InputStream) - Constructor for class com.ibm.icu.text.StringPrep
Creates an StringPrep object after reading the input stream.
StringPrepParseException - Exception in com.ibm.icu.text
Exception that signals an error has occurred while parsing the input to StringPrep or IDNA.
StringPrepParseException(String, int) - Constructor for exception com.ibm.icu.text.StringPrepParseException
Construct a ParseException object with the given message and error code
StringPrepParseException(String, int, String, int) - Constructor for exception com.ibm.icu.text.StringPrepParseException
Construct a ParseException object with the given message and error code
StringPrepParseException(String, int, String, int, int) - Constructor for exception com.ibm.icu.text.StringPrepParseException
Construct a ParseException object with the given message and error code
strings() - Method in class com.ibm.icu.text.UnicodeSet
For iterating through the strings in the set.
strings - Variable in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
StringSearch - Class in com.ibm.icu.text
StringSearch is a SearchIterator that provides language-sensitive text searching based on the comparison rules defined in a RuleBasedCollator object.
StringSearch(String, CharacterIterator, RuleBasedCollator, BreakIterator) - Constructor for class com.ibm.icu.text.StringSearch
Initializes the iterator to use the language-specific rules defined in the argument collator to search for argument pattern in the argument target text.
StringSearch(String, CharacterIterator, RuleBasedCollator) - Constructor for class com.ibm.icu.text.StringSearch
Initializes the iterator to use the language-specific rules defined in the argument collator to search for argument pattern in the argument target text.
StringSearch(String, CharacterIterator, Locale) - Constructor for class com.ibm.icu.text.StringSearch
Initializes the iterator to use the language-specific rules and break iterator rules defined in the argument locale to search for argument pattern in the argument target text.
StringSearch(String, CharacterIterator, ULocale) - Constructor for class com.ibm.icu.text.StringSearch
Initializes the iterator to use the language-specific rules and break iterator rules defined in the argument locale to search for argument pattern in the argument target text.
StringSearch(String, String) - Constructor for class com.ibm.icu.text.StringSearch
Initializes the iterator to use the language-specific rules and break iterator rules defined in the default locale to search for argument pattern in the argument target text.
StringTokenizer - Class in com.ibm.icu.util
[icu enhancement] ICU's replacement for java.util.Calendar.
StringTokenizer(String, UnicodeSet, boolean) - Constructor for class com.ibm.icu.util.StringTokenizer
[icu] Constructs a string tokenizer for the specified string.
StringTokenizer(String, UnicodeSet, boolean, boolean) - Constructor for class com.ibm.icu.util.StringTokenizer
Deprecated.
This API is ICU internal only.
StringTokenizer(String, UnicodeSet) - Constructor for class com.ibm.icu.util.StringTokenizer
[icu] Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean) - Constructor for class com.ibm.icu.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean, boolean) - Constructor for class com.ibm.icu.util.StringTokenizer
Deprecated.
This API is ICU internal only.
StringTokenizer(String, String) - Constructor for class com.ibm.icu.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String) - Constructor for class com.ibm.icu.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTransform - Interface in com.ibm.icu.text
Provide a base class for Transforms that focuses just on the transformation of the text.
StringTrieBuilder - Class in com.ibm.icu.util
Base class for string trie builder classes.
StringTrieBuilder() - Constructor for class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
StringTrieBuilder.Option - Enum in com.ibm.icu.util
Build options for BytesTrieBuilder and CharsTrieBuilder.
stripFrom(CharSequence, boolean) - Method in class com.ibm.icu.text.UnicodeSet
Deprecated.
This API is ICU internal only. Use replaceFrom.
SUB - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
subFormat(StringBuffer, char, int, int, int, DisplayContext, FieldPosition, char, Calendar) - Method in class com.ibm.icu.text.ChineseDateFormat
Deprecated.
This API is ICU internal only.
subFormat(char, int, int, FieldPosition, DateFormatSymbols, Calendar) - Method in class com.ibm.icu.text.SimpleDateFormat
Formats a single field, given its pattern character.
subFormat(char, int, int, int, DisplayContext, FieldPosition, char, Calendar) - Method in class com.ibm.icu.text.SimpleDateFormat
Deprecated.
This API is ICU internal only.
subFormat(StringBuffer, char, int, int, int, DisplayContext, FieldPosition, char, Calendar) - Method in class com.ibm.icu.text.SimpleDateFormat
Deprecated.
This API is ICU internal only.
subParse(String, int, char, int, boolean, boolean, boolean[], Calendar) - Method in class com.ibm.icu.text.ChineseDateFormat
Deprecated.
ICU 50
subParse(String, int, char, int, boolean, boolean, boolean[], Calendar) - Method in class com.ibm.icu.text.SimpleDateFormat
Protected method that converts one field of the input string into a numeric field value in cal.
subSequence(int, int) - Method in class com.ibm.icu.message2.FormattedMessage
Deprecated.
This API is for ICU internal use only.
subSequence(int, int) - Method in class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
subSequence(int, int) - Method in class com.ibm.icu.number.FormattedNumber
subSequence(int, int) - Method in class com.ibm.icu.number.FormattedNumberRange
subSequence(int, int) - Method in class com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
subSequence(int, int) - Method in class com.ibm.icu.text.ListFormatter.FormattedList
subSequence(int, int) - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
substring(int, int) - Method in class com.ibm.icu.text.ReplaceableString
Return a substring of the given string.
subtract(BigDecimal) - Method in class com.ibm.icu.math.BigDecimal
Returns a plain BigDecimal whose value is this-rhs, using fixed point arithmetic.
subtract(BigDecimal, MathContext) - Method in class com.ibm.icu.math.BigDecimal
Returns a BigDecimal whose value is this-rhs.
subType - Variable in class com.ibm.icu.util.MeasureUnit
Deprecated.
This API is ICU internal only.
SUKKOT - Static variable in class com.ibm.icu.util.HebrewHoliday
 
SUNDANESE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUNDANESE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SUNDANESE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUNDANESE_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUNDANESE_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUNDAY - Static variable in class com.ibm.icu.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
SUPER - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPERSCRIPTS_AND_SUBSCRIPTS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
suppGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast
Returns a trie value for a supplementary code point (U+10000..U+10FFFF), without range checking.
suppGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast16
Returns a trie value for a supplementary code point (U+10000..U+10FFFF), without range checking.
suppGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast32
Returns a trie value for a supplementary code point (U+10000..U+10FFFF), without range checking.
suppGet(int) - Method in class com.ibm.icu.util.CodePointTrie.Fast8
Returns a trie value for a supplementary code point (U+10000..U+10FFFF), without range checking.
SUPPLEMENTAL_ARROWS_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_ARROWS_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_ARROWS_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_ARROWS_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_ARROWS_C - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_ARROWS_C_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_MATHEMATICAL_OPERATORS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_PUNCTUATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_PUNCTUATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTARY_MIN_VALUE - Static variable in class com.ibm.icu.lang.UCharacter
The minimum value for Supplementary code points, constant U+10000.
SUPPLEMENTARY_MIN_VALUE - Static variable in class com.ibm.icu.text.UTF16
The minimum value for Supplementary code points
SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTARY_PRIVATE_USE_AREA_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUPPLEMENTARY_PRIVATE_USE_AREA_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
suppressBreakAfter(CharSequence) - Method in class com.ibm.icu.text.FilteredBreakIteratorBuilder
Suppress a certain string from being the end of a segment.
SURROGATE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
SURROGATE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Cs
SURROGATE_MAX_VALUE - Static variable in class com.ibm.icu.text.UTF16
Maximum surrogate value
SURROGATE_MIN_VALUE - Static variable in class com.ibm.icu.text.UTF16
Surrogate minimum value
SUTTON_SIGNWRITING - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SUTTON_SIGNWRITING_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SWASH_KAF - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
SYLLABLE_MODIFIER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
SYLOTI_NAGRI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYLOTI_NAGRI - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.1
SYLOTI_NAGRI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYMBOL - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
Characters with the symbol property.
SYMBOL_NAME - Static variable in class com.ibm.icu.util.Currency
Selector for getName() indicating a symbolic name for a currency, such as "$" for USD.
SYMBOL_REF - Static variable in interface com.ibm.icu.text.SymbolTable
The character preceding a symbol reference name.
symbolMap() - Method in class com.ibm.icu.text.CurrencyDisplayNames
Returns a mapping from localized symbols and currency codes to currency codes.
SYMBOLS - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
symbols(DecimalFormatSymbols) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use when rendering numbers.
symbols(NumberingSystem) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies that the given numbering system should be used when fetching symbols.
SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYMBOLS_EMOJI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
SYMBOLS_FOR_LEGACY_COMPUTING - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYMBOLS_FOR_LEGACY_COMPUTING_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SymbolTable - Interface in com.ibm.icu.text
An interface that defines both lookup protocol and parsing of symbolic names.
SYRIAC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYRIAC - Static variable in class com.ibm.icu.lang.UScript
Syriac
SYRIAC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYRIAC_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYRIAC_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
SYRIAC_WAW - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 

T

T - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
TABLE - Static variable in class com.ibm.icu.util.UResourceBundle
[icu] Resource type constant for tables of key-value pairs.
TABLESPOON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: tablespoon
TAGALOG - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAGALOG - Static variable in class com.ibm.icu.lang.UScript
Tagalog
TAGALOG_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAGBANWA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAGBANWA - Static variable in class com.ibm.icu.lang.UScript
Tagbanwa
TAGBANWA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAGS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAGS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
TAHSAS - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ታኅሣሥ, the 4th month of the Ethiopic year.
TAI_LE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAI_LE - Static variable in class com.ibm.icu.lang.UScript
Tai Le Script in Unicode 4
TAI_LE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAI_THAM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAI_THAM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAI_VIET - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAI_VIET - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
TAI_VIET_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAI_XUAN_JING_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAI_XUAN_JING_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAISHO - Static variable in class com.ibm.icu.util.JapaneseCalendar
Constant for the era starting on July 30, 1912 AD.
TAIWAN - Static variable in class com.ibm.icu.util.ULocale
Useful constant for country/region.
TaiwanCalendar - Class in com.ibm.icu.util
TaiwanCalendar is a subclass of GregorianCalendar that numbers years since 1912.
TaiwanCalendar() - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar using the current time in the default time zone with the default locale.
TaiwanCalendar(TimeZone) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar based on the current time in the given time zone with the default locale.
TaiwanCalendar(Locale) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar based on the current time in the default time zone with the given locale.
TaiwanCalendar(ULocale) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar based on the current time in the default time zone with the given locale.
TaiwanCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar based on the current time in the given time zone with the given locale.
TaiwanCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar based on the current time in the given time zone with the given locale.
TaiwanCalendar(Date) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar with the given date set in the default time zone with the default locale.
TaiwanCalendar(int, int, int) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar with the given date set in the default time zone with the default locale.
TaiwanCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.TaiwanCalendar
Constructs a TaiwanCalendar with the given date and time set for the default time zone with the default locale.
TAKRI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAKRI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
TAKRI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAMIL - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAMIL - Static variable in class com.ibm.icu.lang.UScript
Tamil
TAMIL_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAMIL_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAMIL_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TAMMUZ_17 - Static variable in class com.ibm.icu.util.HebrewHoliday
 
TAMUZ - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Tammuz, the 11th month of the Hebrew year.
TANGSA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TANGSA - Static variable in class com.ibm.icu.lang.UScript
 
TANGSA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TANGUT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TANGUT - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
TANGUT_COMPONENTS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TANGUT_COMPONENTS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TANGUT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TANGUT_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TANGUT_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
targetText - Variable in class com.ibm.icu.text.SearchIterator
Target text for searching.
TASHKEEL_BEGIN - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
TASHKEEL_END - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
TASHKEEL_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for Tashkeel replacement with Space or Tatweel memory options.
TASHKEEL_REPLACE_BY_TATWEEL - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
TASHKEEL_RESIZE - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: allow the result to have a different length than the source.
TAW - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
TEASPOON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of volume: teaspoon
TEH_MARBUTA - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
TEH_MARBUTA_GOAL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
TEKEMT - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ጥቅምት, the 2nd month of the Ethiopic year.
TELUGU - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TELUGU - Static variable in class com.ibm.icu.lang.UScript
Telugu
TELUGU_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TEN - Static variable in class com.ibm.icu.math.BigDecimal
The BigDecimal constant "10".
tenderOnly - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Deprecated.
This API is ICU internal only.
TENGWAR - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
TER - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ጥር, the 5th month of the Ethiopic year.
TERABIT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: terabit
TERABYTE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of digital: terabyte
TERMINAL_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Terminal_Punctuation.
TERTIARY - Static variable in class com.ibm.icu.text.Collator
Third level collator strength value.
tertiaryOrder(int) - Static method in class com.ibm.icu.text.CollationElementIterator
Return the tertiary order of the specified collation element, i.e. the last 8 bits.
TETH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
TEVET - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Tevet, the 4th month of the Hebrew year.
TEVET_10 - Static variable in class com.ibm.icu.util.HebrewHoliday
 
Text(String) - Constructor for class com.ibm.icu.message2.Mf2DataModel.Text
Deprecated.
This API is for technology preview only.
TEXT_DIRECTION_LOGICAL - Static variable in class com.ibm.icu.text.ArabicShaping
Direction indicator: the source is in logical (keyboard) order.
TEXT_DIRECTION_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for direction indicators.
TEXT_DIRECTION_VISUAL_LTR - Static variable in class com.ibm.icu.text.ArabicShaping
Direction indicator: the source is in visual (display) order, that is, the leftmost displayed character is stored first.
TEXT_DIRECTION_VISUAL_RTL - Static variable in class com.ibm.icu.text.ArabicShaping
Direction indicator:the source is in visual RTL order, the rightmost displayed character stored first.
THAANA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
THAANA - Static variable in class com.ibm.icu.lang.UScript
Thana
THAANA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
THAI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
THAI - Static variable in class com.ibm.icu.lang.UScript
Thai
THAI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
THERM_US - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of energy: therm-us
THIN_YEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
threshold(Long) - Method in class com.ibm.icu.number.NumberFormatterSettings
Deprecated.
ICU 60 This API is ICU internal only.
THURSDAY - Static variable in class com.ibm.icu.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
TIBETAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TIBETAN - Static variable in class com.ibm.icu.lang.UScript
Tibetan
TIBETAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TIFINAGH - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TIFINAGH - Static variable in class com.ibm.icu.lang.UScript
Script in Unicode 4.1
TIFINAGH_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TIME_SEPARATOR - Static variable in class com.ibm.icu.text.DateFormat.Field
Deprecated.
This API is ICU internal only.
TIME_SEPARATOR - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
This API is ICU internal only.
TIME_SKELETONS - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
This API is ICU internal only.
TIME_ZONE - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the time zone field.
TimeArrayTimeZoneRule - Class in com.ibm.icu.util
TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by an array of milliseconds since the standard base time.
TimeArrayTimeZoneRule(String, int, int, long[], int) - Constructor for class com.ibm.icu.util.TimeArrayTimeZoneRule
Constructs a TimeArrayTimeZoneRule with the name, the GMT offset of its standard time, the amount of daylight saving offset adjustment and the array of times when this rule takes effect.
TimeUnit - Class in com.ibm.icu.util
Measurement unit for time units.
TimeUnitAmount - Class in com.ibm.icu.util
Express a duration as a time unit and number.
TimeUnitAmount(Number, TimeUnit) - Constructor for class com.ibm.icu.util.TimeUnitAmount
Create from a number and unit.
TimeUnitAmount(double, TimeUnit) - Constructor for class com.ibm.icu.util.TimeUnitAmount
Create from a number and unit.
TimeUnitFormat - Class in com.ibm.icu.text
Deprecated.
ICU 53 use MeasureFormat instead.
TimeUnitFormat() - Constructor for class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 use MeasureFormat instead.
TimeUnitFormat(ULocale) - Constructor for class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 use MeasureFormat instead.
TimeUnitFormat(Locale) - Constructor for class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 use MeasureFormat instead.
TimeUnitFormat(ULocale, int) - Constructor for class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 use MeasureFormat instead.
TimeUnitFormat(Locale, int) - Constructor for class com.ibm.icu.text.TimeUnitFormat
Deprecated.
ICU 53 use MeasureFormat instead.
TimeZone - Class in com.ibm.icu.util
[icu enhancement] ICU's replacement for java.util.TimeZone.
TimeZone() - Constructor for class com.ibm.icu.util.TimeZone
Default constructor.
TimeZone(String) - Constructor for class com.ibm.icu.util.TimeZone
Deprecated.
This API is ICU internal only.
TimeZone.SystemTimeZoneType - Enum in com.ibm.icu.util
[icu] System time zone type constants used by filtering zones in TimeZone.getAvailableIDs(SystemTimeZoneType, String, Integer)
TIMEZONE_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'z' field alignment, corresponding to the Calendar.ZONE_OFFSET and Calendar.DST_OFFSET fields.
TIMEZONE_GENERIC_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'v' field alignment, corresponding to the Calendar.ZONE_OFFSET and Calendar.DST_OFFSET fields.
TIMEZONE_ICU - Static variable in class com.ibm.icu.util.TimeZone
[icu] A time zone implementation type indicating ICU's own TimeZone used by getTimeZone, setDefaultTimeZoneType and getDefaultTimeZoneType.
TIMEZONE_ISO_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'X' field alignment, corresponding to the Calendar.ZONE_OFFSET and Calendar.DST_OFFSET fields.
TIMEZONE_ISO_LOCAL_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'x' field alignment, corresponding to the Calendar.ZONE_OFFSET and Calendar.DST_OFFSET fields.
TIMEZONE_JDK - Static variable in class com.ibm.icu.util.TimeZone
[icu] A time zone implementation type indicating the TimeZone used by getTimeZone, setDefaultTimeZoneType and getDefaultTimeZoneType.
TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'O' field alignment, corresponding to the Calendar.ZONE_OFFSET and Calendar.DST_OFFSET fields.
TIMEZONE_RFC_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'Z' field alignment, corresponding to the Calendar.ZONE_OFFSET and Calendar.DST_OFFSET fields.
TIMEZONE_SPECIAL_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'V' field alignment, corresponding to the Calendar.ZONE_OFFSET and Calendar.DST_OFFSET fields.
TimeZoneFormat - Class in com.ibm.icu.text
TimeZoneFormat supports time zone display name formatting and parsing.
TimeZoneFormat(ULocale) - Constructor for class com.ibm.icu.text.TimeZoneFormat
The protected constructor for subclassing.
TimeZoneFormat.GMTOffsetPatternType - Enum in com.ibm.icu.text
Offset pattern type enum.
TimeZoneFormat.ParseOption - Enum in com.ibm.icu.text
Parse option enum, used for specifying optional parse behavior.
TimeZoneFormat.Style - Enum in com.ibm.icu.text
Time zone display format style enum used by format/parse APIs in TimeZoneFormat.
TimeZoneFormat.TimeType - Enum in com.ibm.icu.text
Time type enum used for receiving time type (standard time, daylight time or unknown) in TimeZoneFormat APIs.
TimeZoneNames - Class in com.ibm.icu.text
TimeZoneNames is an abstract class representing the time zone display name data model defined by UTS#35 Unicode Locale Data Markup Language (LDML).
TimeZoneNames() - Constructor for class com.ibm.icu.text.TimeZoneNames
Sole constructor for invocation by subclass constructors.
TimeZoneNames.Factory - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
TimeZoneNames.MatchInfo - Class in com.ibm.icu.text
A MatchInfo represents a time zone name match used by TimeZoneNames.find(CharSequence, int, EnumSet).
TimeZoneNames.NameType - Enum in com.ibm.icu.text
Time zone display name types
TimeZoneRule - Class in com.ibm.icu.util
TimeZoneRule is an abstract class representing a rule for time zone.
TimeZoneRule(String, int, int) - Constructor for class com.ibm.icu.util.TimeZoneRule
Constructs a TimeZoneRule with the name, the GMT offset of its standard time and the amount of daylight saving offset adjustment.
TimeZoneTransition - Class in com.ibm.icu.util
TimeZoneTransition is a class representing a time zone transition.
TimeZoneTransition(long, TimeZoneRule, TimeZoneRule) - Constructor for class com.ibm.icu.util.TimeZoneTransition
Constructs a TimeZoneTransition with the time and the rules before/after the transition.
TIRHUTA - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TIRHUTA - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
TIRHUTA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TISHA_BAV - Static variable in class com.ibm.icu.util.HebrewHoliday
 
TISHRI - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Tishri, the 1st month of the Hebrew year.
TITLECASE_LETTER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Lt
TITLECASE_MAPPING - Static variable in interface com.ibm.icu.lang.UProperty
String property Titlecase_Mapping.
TITLECASE_NO_BREAK_ADJUSTMENT - Static variable in class com.ibm.icu.lang.UCharacter
Do not adjust the titlecasing indexes from BreakIterator::next() indexes; titlecase exactly the characters at breaks from the iterator.
TITLECASE_NO_LOWERCASE - Static variable in class com.ibm.icu.lang.UCharacter
Do not lowercase non-initial parts of words when titlecasing.
to - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
The to date to filter on (as milliseconds).
to - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Date at which the currency stopped being officially used in the region.
TO_MAX_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
The constant used to select the maximum to value for a time scale.
TO_MIN_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
The constant used to select the minimum to value for a time scale.
TO_U_CALLBACK_ESCAPE - Static variable in class com.ibm.icu.charset.CharsetCallback
Write escape callback
TO_U_CALLBACK_SKIP - Static variable in class com.ibm.icu.charset.CharsetCallback
Skip callback
TO_U_CALLBACK_STOP - Static variable in class com.ibm.icu.charset.CharsetCallback
Stop callback
TO_U_CALLBACK_SUBSTITUTE - Static variable in class com.ibm.icu.charset.CharsetCallback
Write substitute callback
toArray(UnicodeSet) - Static method in class com.ibm.icu.text.UnicodeSet
Add the contents of the UnicodeSet (as strings) into an array.
TOBA - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Τωβι / طﻮﺒﻫ, the 5th month of the Coptic year.
toBigDecimal() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a java.math.BigDecimal.
toBigDecimal() - Method in class com.ibm.icu.number.FormattedNumber
Export the formatted number as a BigDecimal.
toBigDecimal(long, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
Convert a datetime from the universal time scale to a BigDecimal in the given time scale.
toBigDecimal(BigDecimal, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
Convert a datetime from the universal time scale to a BigDecimal in the given time scale.
toBigDecimalTrunc(BigDecimal, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
Deprecated.
This API is ICU internal only.
toBigInteger() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a java.math.BigInteger.
toBigIntegerExact() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a java.math.BigInteger.
toBinary(OutputStream) - Method in class com.ibm.icu.util.CodePointTrie
Writes a representation of the trie to the output stream.
toBuilder() - Method in class com.ibm.icu.text.PersonNameFormatter
Returns a Builder object whose fields match those used to construct this formatter, allowing a new formatter to be created based on this one.
toByteArray() - Method in class com.ibm.icu.text.CollationKey
Duplicates and returns the value of this CollationKey as a sequence of big-endian bytes terminated by a null.
toCharacterIterator() - Method in class com.ibm.icu.message2.FormattedMessage
Deprecated.
This API is for ICU internal use only.
toCharacterIterator() - Method in class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
toCharacterIterator() - Method in class com.ibm.icu.number.FormattedNumber
Exports the formatted number as an AttributedCharacterIterator.
toCharacterIterator() - Method in class com.ibm.icu.number.FormattedNumberRange
Exports the formatted number as an AttributedCharacterIterator.
toCharacterIterator() - Method in class com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
Exports the formatted number as an AttributedCharacterIterator.
toCharacterIterator() - Method in interface com.ibm.icu.text.FormattedValue
Exports the formatted number as an AttributedCharacterIterator.
toCharacterIterator() - Method in class com.ibm.icu.text.ListFormatter.FormattedList
Exports the formatted number as an AttributedCharacterIterator.
toCharacterIterator() - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
Exports the formatted number as an AttributedCharacterIterator.
toCharArray() - Method in class com.ibm.icu.math.BigDecimal
Returns the BigDecimal as a character array.
toChars(int, char[], int) - Static method in class com.ibm.icu.lang.UCharacter
toChars(int) - Static method in class com.ibm.icu.lang.UCharacter
toCodePoint(int, int) - Static method in class com.ibm.icu.lang.UCharacter
Same as Character.toCodePoint(char, char), except that the ICU version accepts int for code points.
toFormat() - Method in class com.ibm.icu.number.LocalizedNumberFormatter
Creates a representation of this LocalizedNumberFormat as a Format, enabling the use of this number formatter with APIs that need an object of that type, such as MessageFormat.
toJavaCurrency() - Method in class com.ibm.icu.util.Currency
Returns a java.util.Currency object based on the currency represented by this Currency.
toLanguageTag() - Method in class com.ibm.icu.util.ULocale
Returns a well-formed IETF BCP 47 language tag representing this locale.
toLegacyKey(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Converts the specified keyword (BCP 47 Unicode locale extension key, or legacy key) to the legacy key.
toLegacyType(String, String) - Static method in class com.ibm.icu.util.ULocale
[icu] Converts the specified keyword value (BCP 47 Unicode locale extension type, or legacy type or type alias) to the canonical legacy type.
toLocale() - Method in class com.ibm.icu.util.ULocale
[icu] Converts this ULocale object to a Locale.
toLocalizedPattern() - Method in class com.ibm.icu.text.DecimalFormat
Calls DecimalFormat.toPattern() and converts the string to localized notation.
toLocalizedPattern() - Method in class com.ibm.icu.text.SimpleDateFormat
Return a localized pattern string describing this date format.
toLong(long, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
Convert a datetime from the universal time scale stored as a BigDecimal to a long in the given time scale.
toLower() - Static method in class com.ibm.icu.text.CaseMap
 
toLowerCase(int) - Static method in class com.ibm.icu.lang.UCharacter
The given code point is mapped to its lowercase equivalent; if the code point has no lowercase equivalent, the code point itself is returned.
toLowerCase(String) - Static method in class com.ibm.icu.lang.UCharacter
Returns the lowercase version of the argument string.
toLowerCase(Locale, String) - Static method in class com.ibm.icu.lang.UCharacter
Returns the lowercase version of the argument string.
toLowerCase(ULocale, String) - Static method in class com.ibm.icu.lang.UCharacter
Returns the lowercase version of the argument string.
TON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: ton
TONE_LETTER - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
TONE_MARK - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
TONNE - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of mass: tonne
toNumberFormatter() - Method in class com.ibm.icu.text.DecimalFormat
Converts this DecimalFormat to a NumberFormatter.
TOP - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
TOP_AND_BOTTOM - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
TOP_AND_BOTTOM_AND_LEFT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
TOP_AND_BOTTOM_AND_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
TOP_AND_LEFT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
TOP_AND_LEFT_AND_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
TOP_AND_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
toPattern() - Method in class com.ibm.icu.text.DecimalFormat
Serializes this formatter object to a decimal format pattern string.
toPattern() - Method in class com.ibm.icu.text.MessageFormat
Returns the applied pattern string.
toPattern() - Method in class com.ibm.icu.text.PluralFormat
Returns the pattern for this PluralFormat.
toPattern() - Method in class com.ibm.icu.text.SelectFormat
Returns the pattern for this SelectFormat
toPattern() - Method in class com.ibm.icu.text.SimpleDateFormat
Return a pattern string describing this date format.
toPattern(boolean) - Method in interface com.ibm.icu.text.UnicodeMatcher
Returns a string representation of this matcher.
toPattern(boolean) - Method in class com.ibm.icu.text.UnicodeSet
Returns a string representation of this set.
toRules(boolean) - Method in class com.ibm.icu.text.RuleBasedTransliterator
Deprecated.
This API is ICU internal only.
toRules(boolean) - Method in class com.ibm.icu.text.Transliterator
Returns a rule string for this transliterator.
toSkeleton() - Method in class com.ibm.icu.number.NumberFormatterSettings
Creates a skeleton string representation of this number formatter.
toString(int) - Static method in class com.ibm.icu.lang.UCharacter
Converts argument code point and returns a String object representing the code point's value in UTF-16 format.
toString(int) - Static method in class com.ibm.icu.lang.UCharacterCategory
Gets the name of the argument category
toString(int) - Static method in class com.ibm.icu.lang.UCharacterDirection
Gets the name of the argument direction
toString() - Method in class com.ibm.icu.math.BigDecimal
Returns the BigDecimal as a String.
toString() - Method in class com.ibm.icu.math.MathContext
Returns the MathContext as a readable string.
toString() - Method in class com.ibm.icu.message2.FormattedPlaceholder
Deprecated.
This API is for ICU internal use only.
toString() - Method in class com.ibm.icu.message2.Mf2DataModel.Expression
Deprecated.
This API is for technology preview only.
toString() - Method in class com.ibm.icu.message2.Mf2DataModel.Pattern
Deprecated.
This API is for technology preview only.
toString() - Method in class com.ibm.icu.message2.Mf2DataModel.SelectorKeys
Deprecated.
This API is for technology preview only.
toString() - Method in class com.ibm.icu.message2.Mf2DataModel.Text
Deprecated.
This API is for technology preview only.
toString() - Method in class com.ibm.icu.message2.Mf2DataModel
Deprecated.
This API is for technology preview only.
toString() - Method in class com.ibm.icu.message2.Mf2DataModel.Value
Deprecated.
This API is for technology preview only.
toString() - Method in class com.ibm.icu.message2.PlainStringFormattedValue
Deprecated.
This API is for unit testing only.
toString() - Method in class com.ibm.icu.number.FormattedNumber
Returns the formatted string as a Java String.
toString() - Method in class com.ibm.icu.number.FormattedNumberRange
Returns the formatted string as a Java String.
toString() - Method in class com.ibm.icu.text.AlphabeticIndex.Bucket
Standard toString()
toString() - Method in class com.ibm.icu.text.AlphabeticIndex.Record
Standard toString()
toString() - Method in class com.ibm.icu.text.ArabicShaping
 
toString() - Method in class com.ibm.icu.text.BidiRun
String to display run
toString() - Method in class com.ibm.icu.text.ConstrainedFieldPosition
toString() - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
Returns a string representing the currency digits, for debugging.
toString() - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a string representing the filter, for debugging.
toString() - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Returns a string representation of this object, useful for debugging.
toString() - Method in class com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
Returns the formatted string as a Java String.
toString() - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
toString() - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated.
This API is ICU internal only.
toString(int, int) - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated.
This API is ICU internal only.
toString() - Method in class com.ibm.icu.text.DateTimePatternGenerator.VariableField
Deprecated.
This API is ICU internal only.
toString() - Method in class com.ibm.icu.text.DecimalFormat
Returns the default value of toString() with extra DecimalFormat-specific information appended to the end of the string.
toString() - Method in class com.ibm.icu.text.Edits.Iterator
A string representation of the current edit represented by the iterator for debugging.
toString() - Method in interface com.ibm.icu.text.FormattedValue
Returns the formatted string as a Java String.
toString() - Method in class com.ibm.icu.text.ListFormatter.FormattedList
Returns the formatted string as a Java String.
toString() - Method in class com.ibm.icu.text.LocaleDisplayNames.UiListItem
toString() - Method in class com.ibm.icu.text.MessagePattern.Part
 
toString() - Method in class com.ibm.icu.text.MessagePattern
toString() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
toString() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
toString() - Method in class com.ibm.icu.text.MessagePatternUtil.MessageContentsNode
toString() - Method in class com.ibm.icu.text.MessagePatternUtil.MessageNode
toString() - Method in class com.ibm.icu.text.MessagePatternUtil.TextNode
toString() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
toString() - Method in enum com.ibm.icu.text.PersonName.FieldModifier
Returns the FieldModifier's display name.
toString() - Method in enum com.ibm.icu.text.PersonName.NameField
Returns the NameField's display name.
toString() - Method in class com.ibm.icu.text.PersonNameFormatter
Deprecated.
This API is for debugging only.
toString() - Method in class com.ibm.icu.text.PluralFormat
toString() - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamples
Deprecated.
This API is ICU internal only.
toString() - Method in class com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
Deprecated.
This API is ICU internal only.
toString() - Method in class com.ibm.icu.text.PluralRules.FixedDecimal
Deprecated.
This API is ICU internal only.
toString() - Method in class com.ibm.icu.text.PluralRules
toString() - Method in class com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
Returns the formatted string as a Java String.
toString() - Method in class com.ibm.icu.text.ReplaceableString
Return the contents of this object as a String.
toString() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Returns the description (rules) used to create this iterator.
toString() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
Generates a textual description of this formatter.
toString() - Method in class com.ibm.icu.text.SelectFormat
toString() - Method in class com.ibm.icu.text.SimpleFormatter
Returns a string similar to the original pattern, only for debugging.
toString() - Method in class com.ibm.icu.text.SimplePersonName
Deprecated.
This API is ICU internal only.
toString() - Method in class com.ibm.icu.text.SpoofChecker.CheckResult
toString() - Method in exception com.ibm.icu.text.StringPrepParseException
Returns the position of error in the rules string
toString() - Method in class com.ibm.icu.text.Transliterator.Position
Returns a string representation of this Position.
toString() - Method in class com.ibm.icu.text.UnicodeSet.EntryRange
toString() - Method in class com.ibm.icu.text.UnicodeSet
Return a programmer-readable string representation of this object.
toString() - Method in class com.ibm.icu.util.AnnualTimeZoneRule
Returns a String representation of this AnnualTimeZoneRule object.
toString() - Method in class com.ibm.icu.util.ByteArrayWrapper
Returns string value for debugging
toString() - Method in class com.ibm.icu.util.Calendar
Returns a string representation of this calendar.
toString() - Method in class com.ibm.icu.util.Calendar.WeekData
toString() - Method in class com.ibm.icu.util.CaseInsensitiveString
Overrides superclass method
toString() - Method in class com.ibm.icu.util.Currency
Returns the ISO 4217 code for this currency.
toString() - Method in class com.ibm.icu.util.DateInterval
Override toString
toString() - Method in class com.ibm.icu.util.DateTimeRule
Returns a String representation of this DateTimeRule object.
toString() - Method in class com.ibm.icu.util.LocaleMatcher.Builder
toString() - Method in class com.ibm.icu.util.LocaleMatcher
toString() - Method in class com.ibm.icu.util.LocalePriorityList
toString() - Method in class com.ibm.icu.util.Measure
Returns a string representation of this object.
toString() - Method in class com.ibm.icu.util.MeasureUnit
toString() - Method in class com.ibm.icu.util.Output
toString() - Method in class com.ibm.icu.util.OutputInt
Deprecated.
This API is ICU internal only.
toString() - Method in class com.ibm.icu.util.Region
Returns the string representation of this region
toString() - Method in class com.ibm.icu.util.SimpleTimeZone
Returns a string representation of this object.
toString() - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
Returns a String representation of this TimeArrayTimeZoneRule object.
toString() - Method in class com.ibm.icu.util.TimeZoneRule
Returns a String representation of this TimeZoneRule object.
toString() - Method in class com.ibm.icu.util.TimeZoneTransition
Returns a String representation of this TimeZoneTransition object.
toString() - Method in class com.ibm.icu.util.ULocale
Returns a string representation of this object.
toString() - Method in class com.ibm.icu.util.VersionInfo
Returns the String representative of VersionInfo in the format of "major.minor.milli.micro"
toTitle() - Static method in class com.ibm.icu.text.CaseMap
 
toTitleCase(int) - Static method in class com.ibm.icu.lang.UCharacter
Converts the code point argument to titlecase.
toTitleCase(String, BreakIterator) - Static method in class com.ibm.icu.lang.UCharacter
Returns the titlecase version of the argument string.
toTitleCase(Locale, String, BreakIterator) - Static method in class com.ibm.icu.lang.UCharacter
Returns the titlecase version of the argument string.
toTitleCase(ULocale, String, BreakIterator) - Static method in class com.ibm.icu.lang.UCharacter
Returns the titlecase version of the argument string.
toTitleCase(ULocale, String, BreakIterator, int) - Static method in class com.ibm.icu.lang.UCharacter
Returns the titlecase version of the argument string.
toTitleCase(Locale, String, BreakIterator, int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns the titlecase version of the argument string.
TOTO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TOTO - Static variable in class com.ibm.icu.lang.UScript
 
TOTO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
toUnicodeLocaleKey(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Converts the specified keyword (legacy key, or BCP 47 Unicode locale extension key) to the equivalent BCP 47 Unicode locale extension key.
toUnicodeLocaleType(String, String) - Static method in class com.ibm.icu.util.ULocale
[icu] Converts the specified keyword value (legacy type, or BCP 47 Unicode locale extension type) to the well-formed BCP 47 Unicode locale extension type for the specified keyword (category).
toUpper() - Static method in class com.ibm.icu.text.CaseMap
 
toUpperCase(int) - Static method in class com.ibm.icu.lang.UCharacter
Converts the character argument to uppercase.
toUpperCase(String) - Static method in class com.ibm.icu.lang.UCharacter
Returns the uppercase version of the argument string.
toUpperCase(Locale, String) - Static method in class com.ibm.icu.lang.UCharacter
Returns the uppercase version of the argument string.
toUpperCase(ULocale, String) - Static method in class com.ibm.icu.lang.UCharacter
Returns the uppercase version of the argument string.
TOUT - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for ωογτ / تﻮﺗ, the 1st month of the Coptic year.
TRADITIONAL_CHINESE - Static variable in class com.ibm.icu.util.ULocale
Useful constant for language.
TRADITIONAL_HAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
TRAIL_CANONICAL_COMBINING_CLASS - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Trail_Canonical_Combining_Class.
TRAIL_SURROGATE_BOUNDARY - Static variable in class com.ibm.icu.text.UTF16
Value returned in bounds().
TRAIL_SURROGATE_MAX_VALUE - Static variable in class com.ibm.icu.text.UTF16
Trail surrogate maximum value
TRAIL_SURROGATE_MIN_VALUE - Static variable in class com.ibm.icu.text.UTF16
Trail surrogate minimum value
TRAILING_JAMO - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
 
trailingZeroDisplay(NumberFormatter.TrailingZeroDisplay) - Method in class com.ibm.icu.number.Precision
Configure how trailing zeros are displayed on numbers.
transform(CharSequence, byte, BidiTransform.Order, byte, BidiTransform.Order, BidiTransform.Mirroring, int) - Method in class com.ibm.icu.text.BidiTransform
Performs transformation of text from the bidi layout defined by the input ordering scheme to the bidi layout defined by the output ordering scheme, and applies character mirroring and Arabic shaping operations.
transform(String) - Method in interface com.ibm.icu.text.StringTransform
Transform the text in some way, to be determined by the subclass.
Transform<S,D> - Interface in com.ibm.icu.text
Provide an interface for Transforms that focuses just on the transformation of the text.
transform(S) - Method in interface com.ibm.icu.text.Transform
Transform the input in some way, to be determined by the subclass.
transform(String) - Method in class com.ibm.icu.text.Transliterator
Implements StringTransform via this method.
TRANSFORMED_ROTATED - Static variable in interface com.ibm.icu.lang.UCharacter.VerticalOrientation
 
TRANSFORMED_UPRIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.VerticalOrientation
 
transliterate(Replaceable, int, int) - Method in class com.ibm.icu.text.Transliterator
Transliterates a segment of a string, with optional filtering.
transliterate(Replaceable) - Method in class com.ibm.icu.text.Transliterator
Transliterates an entire string in place.
transliterate(String) - Method in class com.ibm.icu.text.Transliterator
Transliterate an entire string and returns the result.
transliterate(Replaceable, Transliterator.Position, String) - Method in class com.ibm.icu.text.Transliterator
Transliterates the portion of the text buffer that can be transliterated unambiguosly after new text has been inserted, typically as a result of a keyboard event.
transliterate(Replaceable, Transliterator.Position, int) - Method in class com.ibm.icu.text.Transliterator
Transliterates the portion of the text buffer that can be transliterated unambiguosly after a new character has been inserted, typically as a result of a keyboard event.
transliterate(Replaceable, Transliterator.Position) - Method in class com.ibm.icu.text.Transliterator
Transliterates the portion of the text buffer that can be transliterated unambiguosly.
Transliterator - Class in com.ibm.icu.text
Transliterator is an abstract class that transliterates text from one format to another.
Transliterator(String, UnicodeFilter) - Constructor for class com.ibm.icu.text.Transliterator
Default constructor.
Transliterator.Factory - Interface in com.ibm.icu.text
The factory interface for transliterators.
Transliterator.Position - Class in com.ibm.icu.text
Position structure for incremental transliteration.
TRANSPARENT - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
 
TRANSPORT_AND_MAP_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
TRANSPORT_AND_MAP_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
trim(CharSequence) - Method in class com.ibm.icu.text.UnicodeSetSpanner
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start and end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE.
trim(CharSequence, UnicodeSetSpanner.TrimOption) - Method in class com.ibm.icu.text.UnicodeSetSpanner
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or end of the string, using the trimOption and SpanCondition.SIMPLE.
trim(CharSequence, UnicodeSetSpanner.TrimOption, UnicodeSet.SpanCondition) - Method in class com.ibm.icu.text.UnicodeSetSpanner
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or end of the string, depending on the trimOption and spanCondition.
truncateAt(int) - Method in class com.ibm.icu.number.IntegerWidth
Truncate numbers exceeding a certain number of numerals before the decimal separator.
TU_BSHEVAT - Static variable in class com.ibm.icu.util.HebrewHoliday
 
TUESDAY - Static variable in class com.ibm.icu.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
turkic() - Method in class com.ibm.icu.text.CaseMap.Fold
Returns an instance that behaves like this one but handles dotted I and dotless i appropriately for Turkic languages (tr, az).
type() - Method in enum com.ibm.icu.text.DisplayContext
Get the Type part of the enum item (e.g.
type - Variable in class com.ibm.icu.util.MeasureUnit
Deprecated.
This API is ICU internal only.
TYPE_LIMIT - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
Deprecated.
ICU 58 The numeric value may change over time, see ICU ticket #12420.
tzID() - Method in class com.ibm.icu.text.TimeZoneNames.MatchInfo
Returns the time zone ID, or null if not available.

U

U_MATCH - Static variable in interface com.ibm.icu.text.UnicodeMatcher
Constant returned by matches() indicating a complete match between the text and this matcher.
U_MISMATCH - Static variable in interface com.ibm.icu.text.UnicodeMatcher
Constant returned by matches() indicating a mismatch between the text and this matcher.
U_PARTIAL_MATCH - Static variable in interface com.ibm.icu.text.UnicodeMatcher
Constant returned by matches() indicating a partial match between the text and this matcher.
UCAS - Static variable in class com.ibm.icu.lang.UScript
Unified Canadian Aboriginal Symbols (alias)
UCharacter - Class in com.ibm.icu.lang
[icu enhancement] ICU's replacement for java.lang.Character.
UCharacter.BidiPairedBracketType - Interface in com.ibm.icu.lang
Bidi Paired Bracket Type constants.
UCharacter.DecompositionType - Interface in com.ibm.icu.lang
Decomposition Type constants.
UCharacter.EastAsianWidth - Interface in com.ibm.icu.lang
East Asian Width constants.
UCharacter.GraphemeClusterBreak - Interface in com.ibm.icu.lang
Grapheme Cluster Break constants.
UCharacter.HangulSyllableType - Interface in com.ibm.icu.lang
Hangul Syllable Type constants.
UCharacter.IndicPositionalCategory - Interface in com.ibm.icu.lang
Indic Positional Category constants.
UCharacter.IndicSyllabicCategory - Interface in com.ibm.icu.lang
Indic Syllabic Category constants.
UCharacter.JoiningGroup - Interface in com.ibm.icu.lang
Joining Group constants.
UCharacter.JoiningType - Interface in com.ibm.icu.lang
Joining Type constants.
UCharacter.LineBreak - Interface in com.ibm.icu.lang
Line Break constants.
UCharacter.NumericType - Interface in com.ibm.icu.lang
Numeric Type constants.
UCharacter.SentenceBreak - Interface in com.ibm.icu.lang
Sentence Break constants.
UCharacter.UnicodeBlock - Class in com.ibm.icu.lang
[icu enhancement] ICU's replacement for java.lang.Character.UnicodeBlock.
UCharacter.VerticalOrientation - Interface in com.ibm.icu.lang
Vertical Orientation constants.
UCharacter.WordBreak - Interface in com.ibm.icu.lang
Word Break constants.
UCharacterCategory - Class in com.ibm.icu.lang
Enumerated Unicode category types from the UnicodeData.txt file.
UCharacterDirection - Class in com.ibm.icu.lang
Enumerated Unicode character linguistic direction constants.
UCharacterEnums - Class in com.ibm.icu.lang
A container for the different 'enumerated types' used by UCharacter.
UCharacterEnums.ECharacterCategory - Interface in com.ibm.icu.lang
'Enum' for the CharacterCategory constants.
UCharacterEnums.ECharacterDirection - Interface in com.ibm.icu.lang
'Enum' for the CharacterDirection constants.
UCharacterIterator - Class in com.ibm.icu.text
Abstract class that defines an API for iteration on text objects.This is an interface for forward and backward iteration and random access into a text object.
UCharacterIterator() - Constructor for class com.ibm.icu.text.UCharacterIterator
Protected default constructor for the subclasses
UCOL_BUILDER_VERSION - Static variable in class com.ibm.icu.util.VersionInfo
Collation builder code version.
UCOL_RUNTIME_VERSION - Static variable in class com.ibm.icu.util.VersionInfo
Collation runtime version (sort key generator, string comparisons).
UCOL_TAILORINGS_VERSION - Static variable in class com.ibm.icu.util.VersionInfo
Deprecated.
ICU 54
UFieldPosition - Class in com.ibm.icu.text
Deprecated.
This API is ICU internal only.
UFieldPosition() - Constructor for class com.ibm.icu.text.UFieldPosition
Deprecated.
This API is ICU internal only.
UFieldPosition(int) - Constructor for class com.ibm.icu.text.UFieldPosition
Deprecated.
This API is ICU internal only.
UFieldPosition(Format.Field, int) - Constructor for class com.ibm.icu.text.UFieldPosition
Deprecated.
This API is ICU internal only.
UFieldPosition(Format.Field) - Constructor for class com.ibm.icu.text.UFieldPosition
Deprecated.
This API is ICU internal only.
UFormat - Class in com.ibm.icu.text
An abstract class that extends Format to provide additional ICU protocol, specifically, the getLocale() API.
UFormat() - Constructor for class com.ibm.icu.text.UFormat
Default constructor.
UFormat.SpanField - Class in com.ibm.icu.text
A field that represents a span of text that may be composed with other fields.
UForwardCharacterIterator - Interface in com.ibm.icu.text
Interface that defines an API for forward-only iteration on text objects.
UGARITIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UGARITIC - Static variable in class com.ibm.icu.lang.UScript
Ugaritic Script in Unicode 4
UGARITIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UiListItem(ULocale, ULocale, String, String) - Constructor for class com.ibm.icu.text.LocaleDisplayNames.UiListItem
Constructor, normally only called internally.
UK - Static variable in class com.ibm.icu.util.LocaleData.MeasurementSystem
Mix of metric and imperial units used in Great Britain.
UK - Static variable in class com.ibm.icu.util.ULocale
Useful constant for country/region.
ULocale - Class in com.ibm.icu.util
[icu enhancement] ICU's replacement for java.util.Locale.
ULocale(String) - Constructor for class com.ibm.icu.util.ULocale
[icu] Constructs a ULocale from a RFC 3066 locale ID.
ULocale(String, String) - Constructor for class com.ibm.icu.util.ULocale
Convenience overload of ULocale(String, String, String) for compatibility with java.util.Locale.
ULocale(String, String, String) - Constructor for class com.ibm.icu.util.ULocale
Constructs a ULocale from a localeID constructed from the three 'fields' a, b, and c.
ULocale.AvailableType - Enum in com.ibm.icu.util
ULocale.Builder - Class in com.ibm.icu.util
Builder is used to build instances of ULocale from values configured by the setters.
ULocale.Category - Enum in com.ibm.icu.util
Enum for locale categories.
ULocale.Minimize - Enum in com.ibm.icu.util
Deprecated.
This API is ICU internal only.
ULocale.Type - Class in com.ibm.icu.util
Opaque selector enum for getLocale().
UNASSIGNED - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Unassigned character type
UNASSIGNED_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
UNDECIMBER - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the thirteenth month of the year.
UNDEFINED - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
This API is ICU internal only.
UNICODE_10_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 10.0 version
UNICODE_11_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 11.0 version
UNICODE_12_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 12.0 version
UNICODE_12_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 12.1 version
UNICODE_13_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 13.0 version
UNICODE_14_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 14.0 version
UNICODE_15_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 15.0 version
UNICODE_15_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 15.1 version
UNICODE_1_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 1.0 version
UNICODE_1_0_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 1.0.1 version
UNICODE_1_1_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 1.1.0 version
UNICODE_1_1_5 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 1.1.5 version
UNICODE_1_NAME - Static variable in interface com.ibm.icu.lang.UProperty
Deprecated.
ICU 49
UNICODE_2_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 2.0 version
UNICODE_2_1_2 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 2.1.2 version
UNICODE_2_1_5 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 2.1.5 version
UNICODE_2_1_8 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 2.1.8 version
UNICODE_2_1_9 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 2.1.9 version
UNICODE_3_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 3.0 version
UNICODE_3_0_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 3.0.1 version
UNICODE_3_1_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 3.1.0 version
UNICODE_3_1_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 3.1.1 version
UNICODE_3_2 - Static variable in class com.ibm.icu.text.Normalizer
Deprecated.
ICU 56 Use FilteredNormalizer2 instead.
UNICODE_3_2 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 3.2 version
UNICODE_4_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 4.0 version
UNICODE_4_0_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 4.0.1 version
UNICODE_4_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 4.1 version
UNICODE_5_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 5.0 version
UNICODE_5_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 5.1 version
UNICODE_5_2 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 5.2 version
UNICODE_6_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 6.0 version
UNICODE_6_1 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 6.1 version
UNICODE_6_2 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 6.2 version
UNICODE_6_3 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 6.3 version
UNICODE_7_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 7.0 version
UNICODE_8_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 8.0 version
UNICODE_9_0 - Static variable in class com.ibm.icu.util.VersionInfo
Unicode 9.0 version
UNICODE_LOCALE_EXTENSION - Static variable in class com.ibm.icu.util.ULocale
The key for Unicode locale extension ('u').
UnicodeCompressor - Class in com.ibm.icu.text
A compression engine implementing the Standard Compression Scheme for Unicode (SCSU) as outlined in Unicode Technical Report #6.
UnicodeCompressor() - Constructor for class com.ibm.icu.text.UnicodeCompressor
Create a UnicodeCompressor.
UNICODECOUNT - Static variable in class com.ibm.icu.util.CompactByteArray
Deprecated.
This API is ICU internal only.
UNICODECOUNT - Static variable in class com.ibm.icu.util.CompactCharArray
Deprecated.
This API is ICU internal only.
UnicodeDecompressor - Class in com.ibm.icu.text
A decompression engine implementing the Standard Compression Scheme for Unicode (SCSU) as outlined in Unicode Technical Report #6.
UnicodeDecompressor() - Constructor for class com.ibm.icu.text.UnicodeDecompressor
Create a UnicodeDecompressor.
UnicodeFilter - Class in com.ibm.icu.text
UnicodeFilter defines a protocol for selecting a subset of the full range (U+0000 to U+FFFF) of Unicode characters.
UnicodeFilter() - Constructor for class com.ibm.icu.text.UnicodeFilter
Deprecated.
This API is ICU internal only.
UnicodeMatcher - Interface in com.ibm.icu.text
UnicodeMatcher defines a protocol for objects that can match a range of characters in a Replaceable string.
UnicodeSet - Class in com.ibm.icu.text
A mutable set of Unicode characters and multicharacter strings.
UnicodeSet() - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs an empty set.
UnicodeSet(UnicodeSet) - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs a copy of an existing set.
UnicodeSet(int, int) - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs a set containing the given range.
UnicodeSet(int...) - Constructor for class com.ibm.icu.text.UnicodeSet
Quickly constructs a set from a set of ranges <s0, e0, s1, e1, s2, e2, ..., sn, en>.
UnicodeSet(String) - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs a set from the given pattern.
UnicodeSet(String, boolean) - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs a set from the given pattern.
UnicodeSet(String, int) - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs a set from the given pattern.
UnicodeSet(String, ParsePosition, SymbolTable) - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs a set from the given pattern.
UnicodeSet(String, ParsePosition, SymbolTable, int) - Constructor for class com.ibm.icu.text.UnicodeSet
Constructs a set from the given pattern.
UnicodeSet.ComparisonStyle - Enum in com.ibm.icu.text
UnicodeSet.EntryRange - Class in com.ibm.icu.text
A struct-like class used for iteration through ranges, for faster iteration than by String.
UnicodeSet.SpanCondition - Enum in com.ibm.icu.text
Argument values for whether span() and similar functions continue while the current character is contained vs.
UnicodeSet.XSymbolTable - Class in com.ibm.icu.text
Internal class for customizing UnicodeSet parsing of properties.
UnicodeSetIterator - Class in com.ibm.icu.text
UnicodeSetIterator iterates over the contents of a UnicodeSet.
UnicodeSetIterator(UnicodeSet) - Constructor for class com.ibm.icu.text.UnicodeSetIterator
Create an iterator over the given set.
UnicodeSetIterator() - Constructor for class com.ibm.icu.text.UnicodeSetIterator
Create an iterator over nothing.
UnicodeSetSpanner - Class in com.ibm.icu.text
A helper class used to count, replace, and trim CharSequences based on UnicodeSet matches.
UnicodeSetSpanner(UnicodeSet) - Constructor for class com.ibm.icu.text.UnicodeSetSpanner
Create a spanner from a UnicodeSet.
UnicodeSetSpanner.CountMethod - Enum in com.ibm.icu.text
Options for replaceFrom and countIn to control how to treat each matched span.
UnicodeSetSpanner.TrimOption - Enum in com.ibm.icu.text
Options for the trim() method
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
UNIFIED_IDEOGRAPH - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Unified_Ideograph (new).
unit(MeasureUnit) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies the unit (unit of measure, currency, or percent) to associate with rendered numbers.
unitDisplayCase(String) - Method in class com.ibm.icu.number.NumberFormatterSettings
Deprecated.
This API is for technology preview only.
UNITS_ROUND_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
Deprecated.
This API is ICU internal only.
UNITS_VALUE - Static variable in class com.ibm.icu.util.UniversalTimeScale
The constant used to select the units value for a time scale.
unitWidth(NumberFormatter.UnitWidth) - Method in class com.ibm.icu.number.NumberFormatterSettings
Sets the width of the unit (measure unit or currency).
UniversalTimeScale - Class in com.ibm.icu.util
There are quite a few different conventions for binary datetime, depending on different platforms and protocols.
UNIX_MICROSECONDS_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Data is a long.
UNIX_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in Unix systems.
UNKNOWN - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
UNKNOWN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
UNKNOWN_ZONE - Static variable in class com.ibm.icu.util.TimeZone
[icu] The immutable (frozen) "unknown" time zone.
UNKNOWN_ZONE_ID - Static variable in class com.ibm.icu.util.TimeZone
[icu] The time zone ID reserved for unknown time zone.
unlimited() - Static method in class com.ibm.icu.number.Precision
Show all available digits to full precision.
UnlocalizedNumberFormatter - Class in com.ibm.icu.number
A NumberFormatter that does not yet have a locale.
UnlocalizedNumberRangeFormatter - Class in com.ibm.icu.number
A NumberRangeFormatter that does not yet have a locale.
unregister(Object) - Static method in class com.ibm.icu.text.BreakIterator
[icu] Unregisters a previously-registered BreakIterator using the key returned from the register call.
unregister(Object) - Static method in class com.ibm.icu.text.Collator
[icu] Unregisters a collator previously registered using registerInstance.
unregister(Object) - Static method in class com.ibm.icu.text.NumberFormat
[icu] Unregisters the factory or instance associated with this key (obtained from registerInstance or registerFactory).
unregister(String) - Static method in class com.ibm.icu.text.Transliterator
Unregisters a transliterator or class.
unregister(Object) - Static method in class com.ibm.icu.util.Currency
Unregister the currency associated with this key (obtained from registerInstance).
unscaledValue() - Method in class com.ibm.icu.math.BigDecimal
Returns the number as a BigInteger after removing the scale.
UNSET - Static variable in class com.ibm.icu.util.Calendar
Value of the time stamp stamp[] indicating that a field has not been set since the last call to clear().
unsuppressBreakAfter(CharSequence) - Method in class com.ibm.icu.text.FilteredBreakIteratorBuilder
Stop suppressing a certain string from being the end of the segment.
UNWRITTEN_LANGUAGES - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
UPPER - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
UPPER - Static variable in class com.ibm.icu.text.CollationKey.BoundMode
Upper bound that will match strings of exact size
UPPER_LONG - Static variable in class com.ibm.icu.text.CollationKey.BoundMode
Upper bound that will match all the strings that have the same initial substring as the given string
UPPERCASE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Uppercase.
UPPERCASE_LETTER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Lu
UPPERCASE_MAPPING - Static variable in interface com.ibm.icu.lang.UProperty
String property Uppercase_Mapping.
UPRIGHT - Static variable in interface com.ibm.icu.lang.UCharacter.VerticalOrientation
 
UProperty - Interface in com.ibm.icu.lang
Selection constants for Unicode properties.
UProperty.NameChoice - Interface in com.ibm.icu.lang
Selector constants for UCharacter.getPropertyName() and UCharacter.getPropertyValueName().
UResourceBundle - Class in com.ibm.icu.util
[icu enhancement] ICU's replacement for java.util.ResourceBundle.
UResourceBundle() - Constructor for class com.ibm.icu.util.UResourceBundle
[icu] Sole constructor.
UResourceBundleIterator - Class in com.ibm.icu.util
Class for enabling iteration over UResourceBundle objects.
UResourceBundleIterator(UResourceBundle) - Constructor for class com.ibm.icu.util.UResourceBundleIterator
Construct a resource bundle iterator for the given resource bundle
UResourceTypeMismatchException - Exception in com.ibm.icu.util
Exception thrown when the requested resource type is not the same type as the available resource
UResourceTypeMismatchException(String) - Constructor for exception com.ibm.icu.util.UResourceTypeMismatchException
Construct the exception with the given message
US - Static variable in class com.ibm.icu.util.LocaleData.MeasurementSystem
Measurement system followed in the United States of America.
US - Static variable in class com.ibm.icu.util.ULocale
Useful constant for country/region.
usage(String) - Method in class com.ibm.icu.number.NumberFormatterSettings
Specifies the usage for which numbers will be formatted ("person-height", "road", "rainfall", etc.)
UScript - Class in com.ibm.icu.lang
Constants for ISO 15924 script codes, and related functions.
UScript.ScriptUsage - Enum in com.ibm.icu.lang
Script usage constants.
UScriptRun - Class in com.ibm.icu.lang
Deprecated.
This API is ICU internal only.
UScriptRun() - Constructor for class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
UScriptRun(String) - Constructor for class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
UScriptRun(String, int, int) - Constructor for class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
UScriptRun(char[]) - Constructor for class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
UScriptRun(char[], int, int) - Constructor for class com.ibm.icu.lang.UScriptRun
Deprecated.
This API is ICU internal only.
USE_STD3_RULES - Static variable in class com.ibm.icu.text.IDNA
Option to check whether the input conforms to the STD3 ASCII rules, for example the restriction of labels to LDH characters (ASCII Letters, Digits and Hyphen-Minus).
useDaylightTime() - Method in class com.ibm.icu.util.RuleBasedTimeZone
Queries if this time zone uses daylight savings time.
useDaylightTime() - Method in class com.ibm.icu.util.SimpleTimeZone
Overrides TimeZone Queries if this time zone uses Daylight Saving Time.
useDaylightTime() - Method in class com.ibm.icu.util.TimeZone
Queries if this time zone uses daylight savings time.
useDaylightTime() - Method in class com.ibm.icu.util.VTimeZone
Queries if this time zone uses daylight savings time.
usesNamedArguments() - Method in class com.ibm.icu.text.MessageFormat
[icu] Returns true if this MessageFormat uses named arguments, and false otherwise.
UTC_TIME - Static variable in class com.ibm.icu.util.DateTimeRule
Time rule type for coordinated universal time.
UTC_TIME - Static variable in class com.ibm.icu.util.SimpleTimeZone
Constant for a mode of start or end time specified as UTC.
UTF16 - Class in com.ibm.icu.text
Standalone utility class providing UTF16 character conversions and indexing conversions.
UTF16.StringComparator - Class in com.ibm.icu.text
UTF16 string comparator class.

V

V - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
VAI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VAI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
VAI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VAISAKHA - Static variable in class com.ibm.icu.util.IndianCalendar
Constant for Vaisakha, the 2nd month of the Indian year.
VALID_LOCALE - Static variable in class com.ibm.icu.util.ULocale
[icu] Selector for getLocale() indicating the most specific locale for which any data exists.
validate(int) - Method in class com.ibm.icu.text.Transliterator.Position
Check all bounds.
validateArgumentName(String) - Static method in class com.ibm.icu.text.MessagePattern
Validates and parses an argument name or argument number string.
validateField(int) - Method in class com.ibm.icu.util.Calendar
Validate a single field of this calendar.
validateField(int, int, int) - Method in class com.ibm.icu.util.Calendar
Validate a single field of this calendar given its minimum and maximum allowed value.
validateField(int) - Method in class com.ibm.icu.util.HebrewCalendar
Deprecated.
This API is ICU internal only.
validateFields() - Method in class com.ibm.icu.util.Calendar
Ensure that each field is within its valid range by calling Calendar.validateField(int) on each field that has been set.
value() - Method in enum com.ibm.icu.text.DisplayContext
Get the value part of the enum item (e.g.
value - Variable in class com.ibm.icu.util.BytesTrie.Entry
The value associated with the byte sequence.
value - Variable in class com.ibm.icu.util.CharsTrie.Entry
The value associated with the string.
value - Variable in class com.ibm.icu.util.CodePointMap.StringIterator
Deprecated.
This API is ICU internal only.
value - Variable in class com.ibm.icu.util.Output
The value field
value - Variable in class com.ibm.icu.util.OutputInt
Deprecated.
This API is ICU internal only.
value - Variable in class com.ibm.icu.util.RangeValueIterator.Element
Gets the common value of the continuous result range
value - Variable in class com.ibm.icu.util.ValueIterator.Element
Gets the Object value associated with the integer index.
ValueIterator - Interface in com.ibm.icu.util
Interface for enabling iteration over sets of <int, Object>, where int is the sorted integer index in ascending order, and Object its associated value.
ValueIterator.Element - Class in com.ibm.icu.util
The return result container of each iteration.
valueOf(String) - Static method in enum com.ibm.icu.lang.UScript.ScriptUsage
Returns the enum constant of this type with the specified name.
valueOf(double) - Static method in class com.ibm.icu.math.BigDecimal
Translates a double to a BigDecimal.
valueOf(long) - Static method in class com.ibm.icu.math.BigDecimal
Translates a long to a BigDecimal.
valueOf(long, int) - Static method in class com.ibm.icu.math.BigDecimal
Translates a long to a BigDecimal with a given scale.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberFormatter.GroupingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberFormatter.RoundingPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberFormatter.SignDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberFormatter.UnitWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.BidiTransform.Mirroring
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.BidiTransform.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.CompactDecimalFormat.CompactStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DateFormat.BooleanAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DateFormat.HourCycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayOptions.Capitalization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayOptions.DisplayLength
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayOptions.GrammaticalCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayOptions.NameStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayOptions.NounClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayOptions.PluralCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.DisplayOptions.SubstituteHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.IDNA.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.ListFormatter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.ListFormatter.Width
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.LocaleDisplayNames.DialectHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.MeasureFormat.FormatWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.MessagePattern.ApostropheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.MessagePattern.ArgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.MessagePattern.Part.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.Normalizer2.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PersonName.FieldModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PersonName.NameField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PersonName.PreferredOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PersonNameFormatter.DisplayOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PersonNameFormatter.Formality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PersonNameFormatter.Length
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PersonNameFormatter.Usage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PluralRules.KeywordStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PluralRules.Operand
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PluralRules.PluralType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.PluralRules.SampleType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.SearchIterator.ElementComparisonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.SpoofChecker.RestrictionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.TimeZoneFormat.ParseOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.TimeZoneFormat.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.TimeZoneFormat.TimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.TimeZoneNames.NameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.UnicodeSet.ComparisonStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.UnicodeSet.SpanCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.UnicodeSetSpanner.CountMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.text.UnicodeSetSpanner.TrimOption
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class com.ibm.icu.text.UTF16
Convenience method corresponding to String.valueOf(char).
valueOf(String, int) - Static method in class com.ibm.icu.text.UTF16
Convenience method corresponding to String.valueOf(codepoint at offset16).
valueOf(StringBuffer, int) - Static method in class com.ibm.icu.text.UTF16
Convenience method corresponding to StringBuffer.valueOf(codepoint at offset16).
valueOf(char[], int, int, int) - Static method in class com.ibm.icu.text.UTF16
Convenience method.
valueOf(String) - Static method in enum com.ibm.icu.util.BasicTimeZone.LocalOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.BytesTrie.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.CodePointMap.RangeOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.CodePointTrie.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.CodePointTrie.ValueWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.Currency.CurrencyUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.GenderInfo.Gender
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.GenderInfo.ListGenderStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.IslamicCalendar.CalculationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.LocaleMatcher.Demotion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.LocaleMatcher.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.LocaleMatcher.FavorSubtag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.MeasureUnit.Complexity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.MeasureUnit.MeasurePrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.Region.RegionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.StringTrieBuilder.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.TimeZone.SystemTimeZoneType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.ULocale.AvailableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.ULocale.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ibm.icu.util.ULocale.Minimize
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.icu.lang.UScript.ScriptUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberFormatter.GroupingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberFormatter.RoundingPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberFormatter.SignDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberFormatter.UnitWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.BidiTransform.Mirroring
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.BidiTransform.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.CompactDecimalFormat.CompactStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.DateFormat.BooleanAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.DateFormat.HourCycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.DisplayContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.DisplayContext
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.ibm.icu.text.DisplayOptions.Capitalization
Unmodifiable List of all the capitalizations constants.
values() - Static method in enum com.ibm.icu.text.DisplayOptions.Capitalization
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.ibm.icu.text.DisplayOptions.DisplayLength
Unmodifiable List of all display lengths constants.
values() - Static method in enum com.ibm.icu.text.DisplayOptions.DisplayLength
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.ibm.icu.text.DisplayOptions.GrammaticalCase
Unmodifiable List of all grammatical cases constants.
values() - Static method in enum com.ibm.icu.text.DisplayOptions.GrammaticalCase
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.ibm.icu.text.DisplayOptions.NameStyle
Unmodifiable List of all name styles constants.
values() - Static method in enum com.ibm.icu.text.DisplayOptions.NameStyle
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.ibm.icu.text.DisplayOptions.NounClass
Unmodifiable List of all noun classes constants.
values() - Static method in enum com.ibm.icu.text.DisplayOptions.NounClass
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.ibm.icu.text.DisplayOptions.PluralCategory
Unmodifiable List of all plural categories constants.
values() - Static method in enum com.ibm.icu.text.DisplayOptions.PluralCategory
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.ibm.icu.text.DisplayOptions.SubstituteHandling
Unmodifiable List of all substitute handlings constants.
values() - Static method in enum com.ibm.icu.text.DisplayOptions.SubstituteHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.IDNA.Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.ListFormatter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.ListFormatter.Width
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.LocaleDisplayNames.DialectHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.MeasureFormat.FormatWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.MessagePattern.ApostropheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.MessagePattern.ArgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.MessagePattern.Part.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.Normalizer2.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PersonName.FieldModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PersonName.NameField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PersonName.PreferredOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PersonNameFormatter.DisplayOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PersonNameFormatter.Formality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PersonNameFormatter.Length
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PersonNameFormatter.Usage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PluralRules.KeywordStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PluralRules.Operand
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PluralRules.PluralType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.PluralRules.SampleType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.RelativeDateTimeFormatter.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.SearchIterator.ElementComparisonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.SpoofChecker.RestrictionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.TimeZoneFormat.ParseOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.TimeZoneFormat.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.TimeZoneFormat.TimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.TimeZoneNames.NameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.UnicodeSet.ComparisonStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.UnicodeSet.SpanCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.UnicodeSetSpanner.CountMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.text.UnicodeSetSpanner.TrimOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.BasicTimeZone.LocalOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.BytesTrie.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.CodePointMap.RangeOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.CodePointTrie.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.CodePointTrie.ValueWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.Currency.CurrencyUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.GenderInfo.Gender
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.GenderInfo.ListGenderStyle
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.IslamicCalendar.CalculationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.LocaleMatcher.Demotion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.LocaleMatcher.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.LocaleMatcher.FavorSubtag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.MeasureUnit.Complexity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.MeasureUnit.MeasurePrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.Region.RegionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.StringTrieBuilder.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.ibm.icu.util.TimeUnit
 
values() - Static method in enum com.ibm.icu.util.TimeZone.SystemTimeZoneType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.ULocale.AvailableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.ULocale.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ibm.icu.util.ULocale.Minimize
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
VariableField(String) - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.VariableField
Deprecated.
This API is ICU internal only.
VariableField(String, boolean) - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.VariableField
Deprecated.
This API is ICU internal only.
VARIANT_SYMBOL_NAME - Static variable in class com.ibm.icu.util.Currency
Selector for getName() indicating the variant currency symbol.
variantDisplayName(String) - Method in class com.ibm.icu.text.LocaleDisplayNames
Returns the display name of the provided variant.
VARIATION_SELECTOR - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Variation_Selector (new in Unicode 4.0.1).
VARIATION_SELECTORS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VARIATION_SELECTORS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VARIATION_SELECTORS_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VARIATION_SELECTORS_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VEDIC_EXTENSIONS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VEDIC_EXTENSIONS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VERIFICATION_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
VersionInfo - Class in com.ibm.icu.util
Class to store version numbers of the form major.minor.milli.micro.
VERTICAL - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
VERTICAL_FORMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VERTICAL_FORMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VERTICAL_ORIENTATION - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Vertical_Orientation.
VERTICAL_TAIL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
VIRAMA - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
VIRAMA - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
VIRAMA_FINAL - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
VISARGA - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
visible() - Method in class com.ibm.icu.text.Collator.CollatorFactory
Return true if this factory will be visible.
visible() - Method in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
Returns true if this factory is visible.
visible() - Method in class com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
Returns true if this factory is visible.
VISIBLE_SPEECH - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
VISUAL_ORDER_LEFT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicPositionalCategory
 
VITHKUQI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VITHKUQI - Static variable in class com.ibm.icu.lang.UScript
 
VITHKUQI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
VOLT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of electric: volt
VOWEL - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
VOWEL_DEPENDENT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
VOWEL_INDEPENDENT - Static variable in interface com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
 
VOWEL_JAMO - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
 
VTimeZone - Class in com.ibm.icu.util
VTimeZone is a class implementing RFC2445 VTIMEZONE.

W

WALL_TIME - Static variable in class com.ibm.icu.util.DateTimeRule
Time rule type for local wall time.
WALL_TIME - Static variable in class com.ibm.icu.util.SimpleTimeZone
Constant for a mode of start or end time specified as local wall time.
WALLTIME_FIRST - Static variable in class com.ibm.icu.util.Calendar
[icu]Option used by Calendar.setRepeatedWallTimeOption(int) and Calendar.setSkippedWallTimeOption(int) specifying an ambiguous wall time to be interpreted as the earliest.
WALLTIME_LAST - Static variable in class com.ibm.icu.util.Calendar
[icu]Option used by Calendar.setRepeatedWallTimeOption(int) and Calendar.setSkippedWallTimeOption(int) specifying an ambiguous wall time to be interpreted as the latest.
WALLTIME_NEXT_VALID - Static variable in class com.ibm.icu.util.Calendar
[icu]Option used by Calendar.setSkippedWallTimeOption(int) specifying an ambiguous wall time to be interpreted as the next valid wall time.
WANCHO - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
WANCHO - Static variable in class com.ibm.icu.lang.UScript
 
WANCHO_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
WARANG_CITI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
WARANG_CITI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
WARANG_CITI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
WATT - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of power: watt
WAW - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
WEDNESDAY - Static variable in class com.ibm.icu.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
WEEK - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: week
WEEK_OF_MONTH - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the week of month field.
WEEK_OF_MONTH - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
WEEK_OF_MONTH - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_MONTH_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'W' field alignment, corresponding to the Calendar.WEEK_OF_MONTH field.
WEEK_OF_YEAR - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the week of year field.
WEEK_OF_YEAR - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
WEEK_OF_YEAR - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the week number within the current year.
WEEK_OF_YEAR_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'w' field alignment, corresponding to the Calendar.WEEK_OF_YEAR field.
WEEK_PERSON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: week-person
WeekData(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.Calendar.WeekData
Constructor
WEEKDAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with weekday.
WEEKDAY - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
WEEKDAY - Static variable in class com.ibm.icu.util.Calendar
WEEKEND - Static variable in class com.ibm.icu.util.Calendar
WEEKEND_CEASE - Static variable in class com.ibm.icu.util.Calendar
WEEKEND_ONSET - Static variable in class com.ibm.icu.util.Calendar
weekendCease - Variable in class com.ibm.icu.util.Calendar.WeekData
the cease day, where 1 = Calendar.SUNDAY and 7 = Calendar.SATURDAY
weekendCeaseMillis - Variable in class com.ibm.icu.util.Calendar.WeekData
the cease time in millis during the cease day.
weekendOnset - Variable in class com.ibm.icu.util.Calendar.WeekData
the onset day, where 1 = Calendar.SUNDAY and 7 = Calendar.SATURDAY
weekendOnsetMillis - Variable in class com.ibm.icu.util.Calendar.WeekData
the onset time in millis during the onset day
weekNumber(int, int, int) - Method in class com.ibm.icu.util.Calendar
Returns the week number of a day, within a period.
weekNumber(int, int) - Method in class com.ibm.icu.util.Calendar
Returns the week number of a day, within a period.
WESTERN_SYRIAC - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
WHIT_MONDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Whit Monday, 50 days after Easter
WHIT_SUNDAY - Static variable in class com.ibm.icu.util.EasterHoliday
Whit Sunday (aka Pentecost), 49 days after Easter
WHITE_SPACE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property White_Space.
WHITE_SPACE_NEUTRAL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type WS
WHOLE_SCRIPT_CONFUSABLE - Static variable in class com.ibm.icu.text.SpoofChecker
When performing the two-string SpoofChecker.areConfusable(java.lang.String, java.lang.String) test, this flag in the return value indicates that the two strings are visually confusable and that they are not from the same script but both of them are single-script strings, according to UTS 39 section 4.
wholeString() - Method in class com.ibm.icu.text.CaseMap.Title
Returns an instance that behaves like this one but titlecases the string as a whole rather than each word.
WIDE - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
WIDE - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
 
WIDE - Static variable in class com.ibm.icu.text.DateFormatSymbols
[icu] Constant for width.
WINDOWS_FILE_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in Windows for file times.
with() - Static method in class com.ibm.icu.number.NumberFormatter
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is not currently known at the call site.
with() - Static method in class com.ibm.icu.number.NumberRangeFormatter
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is not currently known at the call site.
withCurrency(Currency) - Method in class com.ibm.icu.number.CurrencyPrecision
Associates a currency with this rounding strategy.
withCurrency(String) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a copy of this filter, with the specified currency.
withDate(Date) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a copy of this filter, with from and to set to the given date.
withDate(long) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a copy of this filter that accepts all currencies in use on the given date.
withDateRange(Date, Date) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a copy of this filter, with from and to set to the given dates.
withDateRange(long, long) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a copy of this filter that accepts all currencies that were in use at some point between the given dates, or if dates are equal, currencies in use on that date.
withDimensionality(int) - Method in class com.ibm.icu.util.MeasureUnit
Creates a MeasureUnit which is this SINGLE unit augmented with the specified dimensionality (power).
withExponentSignDisplay(NumberFormatter.SignDisplay) - Method in class com.ibm.icu.number.ScientificNotation
Sets whether to show the sign on positive and negative exponents in scientific notation.
withLocale(Locale) - Static method in class com.ibm.icu.number.NumberFormatter
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site.
withLocale(ULocale) - Static method in class com.ibm.icu.number.NumberFormatter
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site.
withLocale(Locale) - Static method in class com.ibm.icu.number.NumberRangeFormatter
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site.
withLocale(ULocale) - Static method in class com.ibm.icu.number.NumberRangeFormatter
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site.
withMathContext(MathContext) - Method in class com.ibm.icu.number.Scale
Deprecated.
ICU 62 This API is ICU internal only.
withMaxDigits(int) - Method in class com.ibm.icu.number.FractionPrecision
Ensure that no more than this number of significant digits are retained when rounding according to fraction rules.
withMinDigits(int) - Method in class com.ibm.icu.number.FractionPrecision
Ensure that no less than this number of significant digits are retained when rounding according to fraction rules.
withMinExponentDigits(int) - Method in class com.ibm.icu.number.ScientificNotation
Sets the minimum number of digits to show in the exponent of scientific notation, padding with zeros if necessary.
withMode(MathContext) - Method in class com.ibm.icu.number.Precision
Deprecated.
This API is ICU internal only.
withPrefix(MeasureUnit.MeasurePrefix) - Method in class com.ibm.icu.util.MeasureUnit
Creates a MeasureUnit which is this SINGLE unit augmented with the specified prefix.
withRegion(String) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a copy of this filter, with the specified region.
withSignificantDigits(int, int, NumberFormatter.RoundingPriority) - Method in class com.ibm.icu.number.FractionPrecision
Override maximum fraction digits with maximum significant digits depending on the magnitude of the number.
withTender() - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Returns a copy of this filter that filters for currencies that were either once used, are used, or will be used as tender.
WOLEAI - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
WORD_BREAK - Static variable in interface com.ibm.icu.lang.UProperty
Enumerated property Word_Break (new in Unicode 4.1).
WORD_IDEO - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words containing ideographic characters, lower limit
WORD_IDEO_LIMIT - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words containing ideographic characters, upper limit
WORD_JOINER - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
WORD_KANA - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words containing kana characters, lower limit
WORD_KANA_LIMIT - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words containing kana characters, upper limit
WORD_LETTER - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words that contain letters, excluding hiragana, katakana or ideographic characters, lower limit.
WORD_LETTER_LIMIT - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words containing letters, upper limit
WORD_NONE - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for "words" that do not fit into any of other categories.
WORD_NONE_LIMIT - Static variable in class com.ibm.icu.text.BreakIterator
Upper bound for tags for uncategorized words.
WORD_NUMBER - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words that appear to be numbers, lower limit.
WORD_NUMBER_LIMIT - Static variable in class com.ibm.icu.text.BreakIterator
Tag value for words that appear to be numbers, upper limit.
wrapIteratorWithFilter(BreakIterator) - Method in class com.ibm.icu.text.FilteredBreakIteratorBuilder
Wrap (adopt) an existing break iterator in a new filtered instance.
write(int) - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
write(int, int) - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
write(int) - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
write(int, int) - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
write(int) - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
write(int, int) - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
write(Writer) - Method in class com.ibm.icu.util.VTimeZone
Writes RFC2445 VTIMEZONE data for this time zone
write(Writer, long) - Method in class com.ibm.icu.util.VTimeZone
Writes RFC2445 VTIMEZONE data applicable for dates after the specified start time.
writeDeltaTo(int) - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
writeDeltaTo(int) - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
writeDeltaTo(int) - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
writeReordered(int) - Method in class com.ibm.icu.text.Bidi
Take a Bidi object containing the reordering information for a piece of text (one or more paragraphs) set by setPara() or for a line of text set by setLine() and return a string containing the reordered text.
writeReverse(String, int) - Static method in class com.ibm.icu.text.Bidi
Reverse a Right-To-Left run of Unicode text.
writeSimple(Writer, long) - Method in class com.ibm.icu.util.VTimeZone
Writes RFC2445 VTIMEZONE data applicable near the specified date.
writeValueAndFinal(int, boolean) - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
writeValueAndFinal(int, boolean) - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
writeValueAndFinal(int, boolean) - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
writeValueAndType(boolean, int, int) - Method in class com.ibm.icu.util.BytesTrieBuilder
Deprecated.
This API is ICU internal only.
writeValueAndType(boolean, int, int) - Method in class com.ibm.icu.util.CharsTrieBuilder
Deprecated.
This API is ICU internal only.
writeValueAndType(boolean, int, int) - Method in class com.ibm.icu.util.StringTrieBuilder
Deprecated.
This API is ICU internal only.
WSEGSPACE - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 

X

XID_CONTINUE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property XID_Continue.
XID_START - Static variable in interface com.ibm.icu.lang.UProperty
Binary property XID_Start.
XSymbolTable() - Constructor for class com.ibm.icu.text.UnicodeSet.XSymbolTable
Default constructor

Y

YARD - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of length: yard
YEAR - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the year field.
YEAR - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year.
YEAR - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
YEAR - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the year.
YEAR - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: year
YEAR_ABBR_MONTH - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year and abbreviated month.
YEAR_ABBR_MONTH_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year, abbreviated month, and day.
YEAR_ABBR_MONTH_WEEKDAY_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year, abbreviated month, weekday, and day.
YEAR_ABBR_QUARTER - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year and abbreviated quarter.
YEAR_FIELD - Static variable in class com.ibm.icu.text.DateFormat
FieldPosition selector for 'y' field alignment, corresponding to the Calendar.YEAR field.
YEAR_MONTH - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year and month.
YEAR_MONTH_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year, month, and day.
YEAR_MONTH_WEEKDAY_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year, month, weekday, and day.
YEAR_NAME_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'U' field alignment, corresponding to the Calendar.YEAR field.
YEAR_NUM_MONTH - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year and numeric month.
YEAR_NUM_MONTH_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year, numeric month, and day.
YEAR_NUM_MONTH_WEEKDAY_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year, numeric month, weekday, and day.
YEAR_PERSON - Static variable in class com.ibm.icu.util.MeasureUnit
Constant for unit of duration: year-person
YEAR_QUARTER - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date skeleton with year and quarter.
YEAR_WOY - Static variable in class com.ibm.icu.text.DateFormat.Field
Constant identifying the year used with week of year field.
YEAR_WOY - Static variable in class com.ibm.icu.util.Calendar
[icu] Field number for get() and set() indicating the extended year corresponding to the Calendar.WEEK_OF_YEAR field.
YEAR_WOY_FIELD - Static variable in class com.ibm.icu.text.DateFormat
[icu] FieldPosition selector for 'Y' field alignment, corresponding to the Calendar.YEAR_WOY field.
YEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
YEH_BARREE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
YEH_WITH_TAIL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
YEHHAMZA_MASK - Static variable in class com.ibm.icu.text.ArabicShaping
Bit mask for YehHamza memory options.
YEHHAMZA_TWOCELL_NEAR - Static variable in class com.ibm.icu.text.ArabicShaping
Memory option: the result must have the same length as the source.
YEKATIT - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for የካቲት, the 6th month of the Ethiopic year.
YES - Static variable in class com.ibm.icu.text.Normalizer
Indicates that string is in the normalized format
YEZIDI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YEZIDI - Static variable in class com.ibm.icu.lang.UScript
 
YEZIDI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YI - Static variable in class com.ibm.icu.lang.UScript
Yi syllables
YI_RADICALS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YI_RADICALS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YI_SYLLABLES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YI_SYLLABLES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YIJING_HEXAGRAM_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YIJING_HEXAGRAM_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
YOM_HAATZMAUT - Static variable in class com.ibm.icu.util.HebrewHoliday
 
YOM_HASHOAH - Static variable in class com.ibm.icu.util.HebrewHoliday
 
YOM_HAZIKARON - Static variable in class com.ibm.icu.util.HebrewHoliday
 
YOM_KIPPUR - Static variable in class com.ibm.icu.util.HebrewHoliday
 
YOM_YERUSHALAYIM - Static variable in class com.ibm.icu.util.HebrewHoliday
 
YUDH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
YUDH_HE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 

Z

ZAIN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
ZANABAZAR_SQUARE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ZANABAZAR_SQUARE - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
ZANABAZAR_SQUARE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ZERO - Static variable in class com.ibm.icu.math.BigDecimal
The BigDecimal constant "0".
ZERO_LENGTH_LABEL - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
zeroFillTo(int) - Static method in class com.ibm.icu.number.IntegerWidth
Pad numbers at the beginning with zeros to guarantee a certain number of numerals before the decimal separator.
zeroPaddingNumber(NumberFormat, StringBuffer, int, int, int) - Method in class com.ibm.icu.text.SimpleDateFormat
Deprecated.
This API is ICU internal only.
zeroPaddingNumber(long, int, int) - Method in class com.ibm.icu.text.SimpleDateFormat
Formats a number with the specified minimum and maximum number of digits.
ZHAIN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
ZNAMENNY_MUSICAL_NOTATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ZNAMENNY_MUSICAL_NOTATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
ZONE - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
ZONE_OFFSET - Static variable in class com.ibm.icu.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
ZONE_SKELETONS - Static variable in class com.ibm.icu.text.DateFormat
Deprecated.
This API is ICU internal only.
ZWJ - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
ZWJ - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
ZWJ - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
ZWSPACE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 

_

_generatePattern(StringBuffer, boolean) - Method in class com.ibm.icu.text.UnicodeSet
Generate and append a string representation of this set to result.
_generatePattern(StringBuffer, boolean, boolean) - Method in class com.ibm.icu.text.UnicodeSet
Generate and append a string representation of this set to result.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
ICU4J 74

Copyright © 2016 Unicode, Inc. and others.