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_MONTH - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date pattern with abbreviated month.
ABBR_MONTH_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date pattern with abbreviated month and day.
ABBR_MONTH_WEEKDAY_DAY - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date pattern with abbreviated month, weekday, and day.
ABBR_STANDALONE_MONTH - Static variable in class com.ibm.icu.text.DateFormat
[icu] Constant for date pattern with standalone abbreviated month.
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
Constant for abbreviated name style format.
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.
ACE_PREFIX_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
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(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(String) - Method in class com.ibm.icu.text.UnicodeSet
Adds the specified multicharacter to this set if it is not already present.
add(Collection<?>) - Method in class com.ibm.icu.text.UnicodeSet
Add the contents of the collection (as strings) into this UnicodeSet.
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(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
Add a language code to the list being built, with weight 1.0.
add(ULocale, double) - Static method in class com.ibm.icu.util.LocalePriorityList
Add a language code to the list being built, with specified weight.
add(LocalePriorityList) - Static method in class com.ibm.icu.util.LocalePriorityList
Add a language priority list.
add(String) - Static method in class com.ibm.icu.util.LocalePriorityList
Add language codes to the list being built, using a string in rfc2616 (lenient) format, where each language is a valid ULocale.
add(LocalePriorityList) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
Adds a LocalePriorityList
add(ULocale) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
Adds a new language code, with weight = 1.0.
add(ULocale...) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
Adds language codes, with each having weight = 1.0.
add(ULocale, double) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
Adds a new supported languageCode, with specified weight.
add(String) - Method in class com.ibm.icu.util.LocalePriorityList.Builder
Adds rfc2616 list.
add(DateRule) - Method in class com.ibm.icu.util.RangeDateRule
 
add(Date, DateRule) - Method in class com.ibm.icu.util.RangeDateRule
 
ADD_CASE_MAPPINGS - Static variable in class com.ibm.icu.text.UnicodeSet
Bitmask for constructor, applyPattern(), and closeOver() indicating letter case.
addAll(int, int) - Method in class com.ibm.icu.text.UnicodeSet
Adds all characters in range (uses preferred naming convention).
addAll(String) - 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(Collection<?>) - Method in class com.ibm.icu.text.UnicodeSet
Add the contents of the UnicodeSet (as strings) into a collection.
addAll(String...) - 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.
addDistance(String, String, int, String) - Method in class com.ibm.icu.util.LocaleMatcher.LanguageMatcherData
Deprecated. This API is ICU internal only.
addDistance(String, String, int, boolean) - Method in class com.ibm.icu.util.LocaleMatcher.LanguageMatcherData
Deprecated. This API is ICU internal only.
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.
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.
addPattern(String, boolean, DateTimePatternGenerator.PatternInfo) - Method in class com.ibm.icu.text.DateTimePatternGenerator
Adds a pattern to the generator.
addToCache(ClassLoader, String, ULocale, UResourceBundle) - Static method in class com.ibm.icu.util.UResourceBundle
Deprecated. This API is ICU internal only.
addTransitionRule(TimeZoneRule) - Method in class com.ibm.icu.util.RuleBasedTimeZone
Adds the TimeZoneRule which represents time transitions.
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
 
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.
AIN - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
ALAPH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
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_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
Returns true if a string consists entirely of ignorable characters.
ALLOW_UNASSIGNED - Static variable in class com.ibm.icu.text.IDNA
Option to allow processing of unassigned codepoints in the input
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
 
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.
AMBIGUOUS - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
 
AMBIGUOUS - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
AMSHIR - Static variable in class com.ibm.icu.util.CopticCalendar
Constant for Μεϣιρ/ﺮﻴﺸﻣأ, the 6th month of the Coptic year.
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.
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.
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
Applies the given pattern to this Format object.
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
Applies the given pattern to this Format object.
applyPattern(String) - Method in class com.ibm.icu.text.MessageFormat
Sets 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
Apply a new property alias.
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_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
areSignificantDigitsUsed() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns true if significant digits are in use or false if integer and fraction digit counts are in use.
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).
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
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
 
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.
AV - Static variable in class com.ibm.icu.util.HebrewCalendar
Constant for Av, the 12th month of the Hebrew year.
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
 
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.
BASE_CONFLICT - Static variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
 
BASE_FIELD_COUNT - Static variable in class com.ibm.icu.util.Calendar
The number of fields defined by this class.
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_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.
BATAK - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
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.
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.
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.
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.
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
One more than the last constant for binary Unicode properties.
BINARY_START - Static variable in interface com.ibm.icu.lang.UProperty
First constant for binary Unicode properties.
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.
BOM - Static variable in class com.ibm.icu.text.CharsetMatch
Bit flag indicating the match is based on the presence of a BOM.
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
 
BOUNDARY_NEUTRAL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Directional type BN
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.UScript
ISO 15924 script code
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.
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.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 Locale created from the fields set on this builder.
BURUSHASKI_YEH_BARREE - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
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.
bytes - Variable in class com.ibm.icu.util.ByteArrayWrapper
Internal byte array.
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

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 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.
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.
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
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
Canonicalize a locale (language).
canonicalize(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Returns the canonical name for the specified locale ID.
CARIAN - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
CARIAN - Static variable in class com.ibm.icu.lang.UScript
ISO 15924 script code
CARIAN_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
CARRIAGE_RETURN - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
CASE - Static variable in class com.ibm.icu.text.UnicodeSet
Bitmask for constructor, applyPattern(), and closeOver() indicating letter case.
CASE_FOLDING - Static variable in interface com.ibm.icu.lang.UProperty
String property Case_Folding.
CASE_IGNORABLE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Case_Ignorable.
CASE_INSENSITIVE - Static variable in class com.ibm.icu.text.UnicodeSet
Alias for UnicodeSet.CASE, for ease of porting from C++ where ICU4C also has both USET_CASE and USET_CASE_INSENSITIVE (see uset.h).
CASE_SENSITIVE - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Case_Sensitive.
CASED - Static variable in interface com.ibm.icu.lang.UProperty
Binary property Cased.
CaseInsensitiveString - Class in com.ibm.icu.util
A string used as a key in java.util.Hashtable and other collections.
CaseInsensitiveString(String) - Constructor for class com.ibm.icu.util.CaseInsensitiveString
Constructs an CaseInsentiveString object from the given string
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.UScript
ISO 15924 script code
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
Character type count
CHAR_DIRECTION_COUNT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
Number of directional types
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
Cover the JDK 1.5 API, for convenience.
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 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.
CHECK_BIDI_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
 
checkOffset(int, CharacterIterator) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
Throw IllegalArgumentException unless begin <= offset < end.
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
 
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 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 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 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.
ChineseDateFormat - Class in com.ibm.icu.text
A concrete DateFormat for ChineseCalendar.
ChineseDateFormat(String, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
Construct a ChineseDateFormat from a date format pattern and locale
ChineseDateFormat(String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
Construct a ChineseDateFormat from a date format pattern and locale
ChineseDateFormat(String, String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
Construct a ChineseDateFormat from a date format pattern, numbering system override and locale
ChineseDateFormat.Field - Class in com.ibm.icu.text
The instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that ChineseDateFormat.formatToCharacterIterator() method returns.
ChineseDateFormat.Field(String, int) - Constructor for class com.ibm.icu.text.ChineseDateFormat.Field
Constructs a ChineseDateFormat.Field with the given name and the ChineseCalendar field which this attribute represents.
ChineseDateFormatSymbols - Class in com.ibm.icu.text
A subclass of DateFormatSymbols for ChineseDateFormat.
ChineseDateFormatSymbols() - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Construct a ChineseDateFormatSymbols for the default locale.
ChineseDateFormatSymbols(Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Construct a ChineseDateFormatSymbols for the provided locale.
ChineseDateFormatSymbols(ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Construct a ChineseDateFormatSymbols for the provided locale.
ChineseDateFormatSymbols(Calendar, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Construct a ChineseDateFormatSymbols for the provided calendar and locale.
ChineseDateFormatSymbols(Calendar, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
Construct a ChineseDateFormatSymbols for the provided calendar and locale.
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_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
CLASS_DEFAULT - Static variable in class com.ibm.icu.text.Bidi
Value returned by BidiClassifier when there is no need to override the standard Bidi class for a given code point.
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.UnicodeSet
Removes all of the elements from this set.
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.ULocale.Builder
Resets the builder to its initial, empty state.
clearExtensions() - Method in class com.ibm.icu.util.ULocale.Builder
Resets the extensions to their initial, empty state.
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
Boilerplate.
clone() - Method in class com.ibm.icu.text.DateTimePatternGenerator
Boilerplate
clone() - Method in class com.ibm.icu.text.DecimalFormat
Overrides clone.
clone() - Method in class com.ibm.icu.text.DecimalFormatSymbols
clone() - Method in class com.ibm.icu.text.MessageFormat
Overrides clone.
clone() - Method in class com.ibm.icu.text.Normalizer
Clones this Normalizer object.
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.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.Calendar
Overrides Cloneable
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.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.DateIntervalInfo
Boilerplate for Freezable
cloneAsThawed() - Method in class com.ibm.icu.text.DateTimePatternGenerator
Boilerplate for Freezable
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.LocaleMatcher.LanguageMatcherData
Deprecated. This API is ICU internal only.
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
Limit
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
Cover the JDK 1.5 API, for convenience.
codePointAt(char[], int) - Static method in class com.ibm.icu.lang.UCharacter
Cover the JDK 1.5 API, for convenience.
codePointAt(char[], int, int) - Static method in class com.ibm.icu.lang.UCharacter
Cover the JDK 1.5 API, for convenience.
codePointBefore(CharSequence, int) - Static method in class com.ibm.icu.lang.UCharacter
Cover the JDK 1.5 API, for convenience.
codePointBefore(char[], int) - Static method in class com.ibm.icu.lang.UCharacter
Cover the JDK 1.5 API, for convenience.
codePointBefore(char[], int, int) - Static method in class com.ibm.icu.lang.UCharacter
Cover the JDK 1.5 API, for convenience.
codePointCount(CharSequence, int, int) - Static method in class com.ibm.icu.lang.UCharacter
Cover the JDK API, for convenience.
codePointCount(char[], int, int) - Static method in class com.ibm.icu.lang.UCharacter
Cover the JDK API, for convenience.
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 !
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.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.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.
COMBINING_DIACRITICAL_MARKS - 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() - 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.
compare(String, String) - Method in class com.ibm.icu.text.Collator
Compares the source text String to the target text String according to this Collator's rules, strength and decomposition mode.
compare(Object, Object) - Method in class com.ibm.icu.text.Collator
Compares the source Object to the target Object.
compare(StringBuffer, StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
Compare two IDN strings for equivalence.
compare(String, String, int) - Static method in class com.ibm.icu.text.IDNA
Compare two IDN strings for equivalence.
compare(UCharacterIterator, UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
Compare two IDN strings for equivalence.
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(String, int) - Static method in class com.ibm.icu.text.UnicodeSet
Utility to compare a string to a code point.
compare(int, String) - 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(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
Lowest-order bit number of compare() options bits corresponding to normalization options bits.
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(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 lexigraphically (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(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
 
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(String) - Method in class com.ibm.icu.text.UnicodeSet
Complement the specified string in this set.
complementAll(String) - 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
Compose a string.
compose(String, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Compose a string.
compose(char[], char[], boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Compose a string.
compose(char[], int, int, char[], int, int, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Compose a string.
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
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.
computeMillisInDay() - Method in class com.ibm.icu.util.Calendar
Compute the milliseconds in the day from the fields.
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
This method can assume EXTENDED_YEAR has been set.
concatenate(char[], int, int, char[], int, int, char[], int, int, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Concatenate normalized strings, making sure that the result is normalized as well.
concatenate(char[], char[], Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Concatenate normalized strings, making sure that the result is normalized as well.
concatenate(String, String, Normalizer.Mode, int) - Static method in class com.ibm.icu.text.Normalizer
Concatenate normalized strings, making sure that the result is normalized as well.
CONFLICT - Static variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
 
conflictingPattern - Variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
 
CONNECTOR_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Pc
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(String) - Method in class com.ibm.icu.text.UnicodeSet
Returns true if this set contains the given multicharacter string.
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(Collection<String>) - 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(String) - Method in class com.ibm.icu.text.UnicodeSet
Returns true if this set contains none of the characters of the given string.
containsNone(Collection<String>) - 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(String) - 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(Collection<String>) - 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
Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
convertIDNToASCII(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
convertIDNToASCII(String, int) - Static method in class com.ibm.icu.text.IDNA
Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
convertIDNToUnicode(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
convertIDNToUnicode(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
convertIDNToUnicode(String, int) - Static method in class com.ibm.icu.text.IDNA
Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
convertToASCII(String, int) - Static method in class com.ibm.icu.text.IDNA
This function implements the ToASCII operation as defined in the IDNA RFC.
convertToASCII(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
This function implements the ToASCII operation as defined in the IDNA RFC.
convertToASCII(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
This function implements the ToASCII operation as defined in the IDNA RFC.
convertToUnicode(String, int) - Static method in class com.ibm.icu.text.IDNA
This function implements the ToUnicode operation as defined in the IDNA RFC.
convertToUnicode(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
This function implements the ToUnicode operation as defined in the IDNA RFC.
convertToUnicode(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
Function that implements the ToUnicode operation as defined in the IDNA RFC.
COPTIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
COPTIC - Static variable in class com.ibm.icu.lang.UScript
Coptic
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.
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.DecompositionType
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.HangulSyllableType
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningType
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.SentenceBreak
 
COUNT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
 
COUNT - Static variable in interface com.ibm.icu.lang.UCharacter.WordBreak
 
COUNT - Static variable in interface com.ibm.icu.lang.UProperty.NameChoice
The number of predefined property name choices.
COUNT - Static variable in class com.ibm.icu.text.CollationKey.BoundMode
Number of bound mode
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.
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.
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.
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) - 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.
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.
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.
createScanner(ULocale, String) - Method in class com.ibm.icu.text.RbnfScannerProviderImpl
Deprecated. This API is ICU internal only.
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
 
currencies(CurrencyMetaInfo.CurrencyFilter) - Method in class com.ibm.icu.text.CurrencyMetaInfo
Returns the list of currency codes matching the provided filter.
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_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.
currencyDigits(String) - Method in class com.ibm.icu.text.CurrencyMetaInfo
Returns the CurrencyDigits for the currency code.
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.
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.CurrencyDigits(int, int) - Constructor for class com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
Constructor for CurrencyDigits.
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.
CurrencyMetaInfo.CurrencyInfo(String, String, long, long, int) - Constructor for class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Constructs a currency info.
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 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.
CURRENCYSTYLE - 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".
current() - Method in class com.ibm.icu.text.BreakIterator
Return the iterator's current position.
current() - Method in class com.ibm.icu.text.Normalizer
Return the current character in the normalized text.
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_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
 
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_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
 
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
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.
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.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.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.
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 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 Calandar 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 Calandar 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.
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.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.
DateIntervalInfo.PatternInfo(String, String, boolean) - Constructor for class com.ibm.icu.text.DateIntervalInfo.PatternInfo
constructor
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.FormatParser - Class in com.ibm.icu.text
Deprecated. This API is ICU internal only.
DateTimePatternGenerator.FormatParser() - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
Deprecated. This API is ICU internal only.
DateTimePatternGenerator.PatternInfo - Class in com.ibm.icu.text
PatternInfo supplies output parameters for add(...).
DateTimePatternGenerator.PatternInfo() - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
Simple constructor, since this is treated like a struct.
DateTimePatternGenerator.VariableField - Class in com.ibm.icu.text
Deprecated. This API is ICU internal only.
DateTimePatternGenerator.VariableField(String) - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.VariableField
Deprecated. This API is ICU internal only.
DateTimePatternGenerator.VariableField(String, boolean) - Constructor for class com.ibm.icu.text.DateTimePatternGenerator.VariableField
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 oridinal 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 pattern with day.
DAY - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
DAY - Static variable in class com.ibm.icu.util.TimeUnit
Constant value for supported time unit.
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.
DAYPERIOD - Static variable in class com.ibm.icu.text.DateTimePatternGenerator
 
DB2_TIME - Static variable in class com.ibm.icu.util.UniversalTimeScale
Used in DB2.
DECEMBER - Static variable in class com.ibm.icu.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECIMAL - Static variable in interface com.ibm.icu.lang.UCharacter.NumericType
 
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 using the default pattern and symbols for the default locale.
DecimalFormat(String) - Constructor for class com.ibm.icu.text.DecimalFormat
Creates a DecimalFormat from the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class com.ibm.icu.text.DecimalFormat
Creates a DecimalFormat from the given pattern and symbols.
DecimalFormat(String, DecimalFormatSymbols, CurrencyPluralInfo, int) - Constructor for class com.ibm.icu.text.DecimalFormat
Creates a DecimalFormat from the given pattern, symbols, information used for currency plural format, and format style.
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 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.
DECLARED_ENCODING - Static variable in class com.ibm.icu.text.CharsetMatch
Bit flag indicating he match is based on the declared encoding.
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
Decompose a string.
decompose(String, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Decompose a string.
decompose(char[], char[], boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Decompose a string.
decompose(char[], int, int, char[], int, int, boolean, int) - Static method in class com.ibm.icu.text.Normalizer
Decompose a string.
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 class com.ibm.icu.text.DateFormat
Constant for default style pattern.
DEFAULT - Static variable in class com.ibm.icu.text.IDNA
Option to prohibit processing of unassigned codepoints in the input and do not check if the input conforms to STD-3 ASCII rules.
DEFAULT - Static variable in class com.ibm.icu.text.Normalizer
Default normalization.
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.
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).
DELIMITER_COUNT - Static variable in class com.ibm.icu.util.LocaleData
Count of delimiter types for LocaleData.getDelimiter(int).
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
 
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_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.
DictionaryBasedBreakIterator - Class in com.ibm.icu.text
A subclass of RuleBasedBreakIterator that adds the ability to use a dictionary to further subdivide ranges of text beyond what is possible using just the state-table-based algorithm.
DictionaryBasedBreakIterator(InputStream) - Constructor for class com.ibm.icu.text.DictionaryBasedBreakIterator
Deprecated. This API is ICU internal only.
DictionaryBasedBreakIterator(String, InputStream) - Constructor for class com.ibm.icu.text.DictionaryBasedBreakIterator
Constructs a DictionaryBasedBreakIterator.
DictionaryBasedBreakIterator(InputStream, InputStream) - Constructor for class com.ibm.icu.text.DictionaryBasedBreakIterator
Deprecated. This API is ICU internal only.
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_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
JDK-compatible synonym for ARABIC_NUMBER.
DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for BOUNDARY_NEUTRAL.
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for COMMON_NUMBER_SEPARATOR.
DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for EUROPEAN_NUMBER.
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for EUROPEAN_NUMBER_SEPARATOR.
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for EUROPEAN_NUMBER_TERMINATOR.
DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for LEFT_TO_RIGHT.
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for LEFT_TO_RIGHT_EMBEDDING.
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for LEFT_TO_RIGHT_OVERRIDE.
DIRECTIONALITY_NONSPACING_MARK - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for DIR_NON_SPACING_MARK.
DIRECTIONALITY_OTHER_NEUTRALS - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for OTHER_NEUTRAL.
DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for BLOCK_SEPARATOR.
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for POP_DIRECTIONAL_FORMAT.
DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for RIGHT_TO_LEFT.
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for RIGHT_TO_LEFT_ARABIC.
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for RIGHT_TO_LEFT_EMBEDDING.
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for RIGHT_TO_LEFT_OVERRIDE.
DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
JDK-compatible synonym for SEGMENT_SEPARATOR.
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
JDK-compatible synonym for WHITE_SPACE_NEUTRAL.
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
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
Constant indicating that the end of the iteration has been reached.
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.
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
One more than the last constant for double Unicode properties.
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.
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.
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() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
Deprecated. This API is ICU internal only.
DURATION - Static variable in class com.ibm.icu.text.RuleBasedNumberFormat
Selector code that tells the constructor to create a duration formatter
DurationFormat - Class in com.ibm.icu.text
This class implements a formatter over a duration in time such as "2 days from now" or "3 hours ago".
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
 
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
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
 
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.
enableInputFilter(boolean) - Method in class com.ibm.icu.text.CharsetDetector
Enable filtering of input text.
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.
ENCODING_SCHEME - Static variable in class com.ibm.icu.text.CharsetMatch
Bit flag indicating the match is based on the the encoding scheme.
END_PUNCTUATION - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
Character type Pe
endElement - Variable in class com.ibm.icu.text.UnicodeSetIterator
Deprecated. This API is ICU internal only.
endIndex() - Method in class com.ibm.icu.text.Normalizer
Retrieve the index of the end of the input text.
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).
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(Object) - Method in class com.ibm.icu.math.BigDecimal
Compares this BigDecimal with rhs for equality.
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(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
Overrides equals.
equals(CurrencyMetaInfo.CurrencyFilter) - Method in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
Type-safe override of CurrencyMetaInfo.CurrencyFilter.equals(Object).
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
Override equals
equals(Object) - Method in class com.ibm.icu.text.DecimalFormat
Overrides equals.
equals(Object) - Method in class com.ibm.icu.text.DecimalFormatSymbols
equals(Object) - Method in class com.ibm.icu.text.MessageFormat
Overrides equals.
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
Return tif rhs is equal to this.
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 RuleBasedCollator 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.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.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.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.Currency
Return true if rhs is a Currency instance, is non-null, and has the same currency code.
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.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, or is a String localeID that matches the full name.
equals(Object) - Method in class com.ibm.icu.util.VersionInfo
Checks if this version information is equals to the argument version
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
EXType for LocaleData.getExemplarSet(int, int).
ES_COUNT - Static variable in class com.ibm.icu.util.LocaleData
Count of EXTypes for LocaleData.getExemplarSet(int, int).
ES_STANDARD - Static variable in class com.ibm.icu.util.LocaleData
EXType for LocaleData.getExemplarSet(int, int).
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_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_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

FARSI_YEH - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
FCD - Static variable in class com.ibm.icu.text.Normalizer
"Fast C or D" form.
fDebugEnv - Static variable in class com.ibm.icu.text.RuleBasedBreakIterator
Deprecated. This API is ICU internal only.
fDictionaryCharCount - 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_COUNT - Static variable in class com.ibm.icu.text.DateFormat
[icu] Number of FieldPosition selectors for DateFormat.
fieldDifference(Date, int) - Method in class com.ibm.icu.util.Calendar
[icu] Returns the difference between the given time and the time this calendar object is set to.
fieldName(int) - Method in class com.ibm.icu.util.Calendar
Returns a string name for a field, for debugging and exceptions.
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
 
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.
findIn(CharSequence, int, boolean) - Method in class com.ibm.icu.text.UnicodeSet
Deprecated. This API is ICU internal only.
findLastIn(CharSequence, int, boolean) - Method in class com.ibm.icu.text.UnicodeSet
Deprecated. This API is ICU internal only.
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.
findText(String, String, int) - Method in interface com.ibm.icu.text.RbnfLenientScanner
Searches a string for another string.
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
Return the first boundary position.
first() - Method in class com.ibm.icu.text.DictionaryBasedBreakIterator
Sets the current iteration position to the beginning of the text.
first() - Method in class com.ibm.icu.text.Normalizer
Return the first character in the normalized text.
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
Return the index of the first forward match in the target text.
first() - Method in class com.ibm.icu.text.StringCharacterIterator
Deprecated. ICU 2.4. Use java.text.StringCharacterIterator instead.
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
accessor
floatValue() - Method in class com.ibm.icu.math.BigDecimal
Converts this BigDecimal to a float.
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.
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: exclude the mappings for dotted I and dotless i marked with 'I' in CaseFolding.txt.
FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class com.ibm.icu.text.Normalizer
Option value for case folding: exclude the mappings for dotted I and dotless i marked with 'I' in CaseFolding.txt.
FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class com.ibm.icu.text.UTF16.StringComparator
Option value for case folding comparison: Comparison is case insensitive, strings are folded using modified mappings defined in Unicode data file CaseFolding.txt, before comparison.
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.DictionaryBasedBreakIterator
Sets the current iteration position to the first boundary position after 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
Return the index of the first forward match in target text that is at or after argument position.
FONT - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
 
forDigit(int, int) - Static method in class com.ibm.icu.lang.UCharacter
Provide the java.lang.Character forDigit API, for convenience.
forLanguageTag(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Returns a locale for the specified IETF BCP 47 language tag string.
forLocale(ULocale) - Static method in class com.ibm.icu.text.PluralRules
Provides access to the predefined PluralRules for a given locale.
forLocale(Locale) - Static method in class com.ibm.icu.util.ULocale
[icu] Returns a ULocale object for a Locale.
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, 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
 
format(BigInteger, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
Formats a BigInteger number.
format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
Formats a BigDecimal number.
format(BigDecimal, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DecimalFormat
Formats a BigDecimal number.
format(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.DurationFormat
Format an arbitrary object.
format(Object[], StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements 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 format elements 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, 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(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(Object, StringBuffer, FieldPosition) - Method in class com.ibm.icu.text.TimeUnitFormat
Format a TimeUnitAmount.
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.
formatDurationFrom(long, long) - Method in class com.ibm.icu.text.DurationFormat
Formats a duration expressed in milliseconds from a reference date.
formatDurationFromNow(long) - Method in class com.ibm.icu.text.DurationFormat
Formats a duration expressed in milliseconds.
formatDurationFromNowTo(Date) - Method in class com.ibm.icu.text.DurationFormat
Formats the duration between now and a target date.
formatToCharacterIterator(Object) - Method in class com.ibm.icu.text.DecimalFormat
Formats the object to an attributed string, and return the corresponding iterator.
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.
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
Cover the JDK 1.5 API.
forNameICU(String) - Static method in class com.ibm.icu.charset.CharsetICU
Returns a charset object for the named charset.
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 RuleBasedTransliterator.
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.
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.DateIntervalInfo
Boilerplate for Freezable
freeze() - Method in class com.ibm.icu.text.DateTimePatternGenerator
Boilerplate for Freezable
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
Locks the object.
freeze() - Method in class com.ibm.icu.util.GlobalizationPreferences
 
freeze() - Method in class com.ibm.icu.util.LocaleMatcher.LanguageMatcherData
Deprecated. This API is ICU internal only.
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 (milliseconds).
from - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
Date on which the currency was first officially used in the region.
from(String) - 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(String) - Static method in class com.ibm.icu.text.UnicodeSet
Makes a set from each of the characters in the string.
fTrace - Static variable in class com.ibm.icu.text.RuleBasedBreakIterator
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
Constant for full name style format.
FULLWIDTH - Static variable in interface com.ibm.icu.lang.UCharacter.EastAsianWidth
 

G

GAF - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
GAMAL - Static variable in interface com.ibm.icu.lang.UCharacter.JoiningGroup
 
GEDALIAH - Static variable in class com.ibm.icu.util.HebrewHoliday
 
GENBOT - Static variable in class com.ibm.icu.util.EthiopicCalendar
Constant for ግንቦት, the 9th month of the Ethiopic year.
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)."
GEOMETRIC_SHAPES - 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_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
Returns a scanner appropriate for the given locale, with optional extra data.
get(ULocale, String) - Method in class com.ibm.icu.text.RbnfScannerProviderImpl
Deprecated. This API is ICU internal only.
get(int) - Method in class com.ibm.icu.util.Calendar
Returns the value for a given time field.
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.
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 char sets that can be recognized by the char set detector.
getAllNames() - Static method in class com.ibm.icu.charset.CharsetProviderICU
Deprecated. This API is ICU internal only.
getAlreadyIn() - Method in class com.ibm.icu.text.IndexCharacters
Deprecated. This API is ICU internal only.
getAmPmStrings() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns am/pm strings.
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 setAppendItemNames.
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.
getAvailableIDs() - Static method in class com.ibm.icu.text.Transliterator
Returns an enumeration over the programmatic names of registered Transliterator objects.
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.

getAvailableNames() - Static method in class com.ibm.icu.charset.CharsetProviderICU
Deprecated. This API is ICU internal only.
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.
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() - 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.
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.
getBaseName(String) - Static method in class com.ibm.icu.util.ULocale
[icu] Returns the (normalized) base name for the specified locale.
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.
getBestMatch(LocalePriorityList) - Method in class com.ibm.icu.util.LocaleMatcher
Get the best match for a LanguagePriorityList
getBestMatch(String) - Method in class com.ibm.icu.util.LocaleMatcher
Convenience method: Get the best match for a LanguagePriorityList
getBestMatch(ULocale) - Method in class com.ibm.icu.util.LocaleMatcher
Get the best match for an individual language code.
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.
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.
getBound(int, int) - Method in class com.ibm.icu.text.CollationKey
Produce 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.
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.
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.
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.
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
[icu] Find a Unicode character by its version 1.0 Unicode name and return its code point value.
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.
getCLDRVersion() - Static method in class com.ibm.icu.util.LocaleData
Returns the current CLDR version
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 a script codes associated with the given locale or ISO 15924 abbreviation or name.
getCodeFromName(String) - Static method in class com.ibm.icu.lang.UScript
Deprecated. This API is ICU internal only.
getCodePoint(char, char) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns a code point corresponding to the two UTF16 characters.
getCodePoint(char) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Returns the code point corresponding to the UTF16 character.
getCodePointCompare() - Method in class com.ibm.icu.text.UTF16.StringComparator
Checks if the comparison mode is code point compare.
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.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
getConfidence() - Method in class com.ibm.icu.text.CharsetMatch
Get an indication of the confidence in the charset detected.
getContext() - Method in class com.ibm.icu.text.BidiClassifier
Returns the current classifier context.
getContractionsAndExpansions(UnicodeSet, UnicodeSet, boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
Gets unicode sets containing contractions and/or expansions of a collator
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
Returns the country/region code for this locale, which will either be the empty string or an uppercase ISO 3166 2-letter code.
getCurrency() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the currency symbol, for JDK 1.4 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() - Static method in class com.ibm.icu.text.MeasureFormat
Return a formatter for CurrencyAmount objects in the default locale.
getCurrencyInstance() - Static method in class com.ibm.icu.text.NumberFormat
Returns a currency format for the current default locale.
getCurrencyInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
Returns a currency format for the specified locale.
getCurrencyInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
[icu] Returns a currency format for the specified locale.
getCurrencyPluralInfo() - Method in class com.ibm.icu.text.DecimalFormat
[icu] Returns a copy of the CurrencyPluralInfo used by this format.
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
getCurrencySymbol() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the string denoting the local currency.
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.
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 locale.
getDateInstance(int) - Static method in class com.ibm.icu.text.DateFormat
Returns the date formatter with the given formatting style for the default 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
Convenience overload.
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, 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 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 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
Convenience overload.
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
[icu] Returns whether the given day of the week is a weekday, a weekend day, or a day that transitions from one to the other, in this calendar system.
getDecimal() - Method in class com.ibm.icu.text.DateTimePatternGenerator
Getter corresponding to setDecimal.
getDecimalFormatSymbols() - Method in class com.ibm.icu.text.DecimalFormat
Returns a copy of the decimal format symbols used by this format.
getDecimalSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the character used for decimal sign.
getDecomposition() - Method in class com.ibm.icu.text.Collator
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.
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.
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.
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.
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.
getDelimiter(int) - Method in class com.ibm.icu.util.LocaleData
Retrieves a delimiter string from the locale data.
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.
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
Cover the JDK API, for convenience.
getDisplayCountry() - Method in class com.ibm.icu.util.ULocale
Returns this locale's country localized for display in the default 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
Returns a locale's country localized for display in the provided locale.
getDisplayCountry(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
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 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 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 locale.
getDisplayLanguage(ULocale) - Method in class com.ibm.icu.util.ULocale
[icu] Returns this locale's language localized for display in the provided locale.
getDisplayLanguage(String, String) - Static method in class com.ibm.icu.util.ULocale
Returns a locale's language localized for display in the provided locale.
getDisplayLanguage(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
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 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.
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 current 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 current locale.
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 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(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 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 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 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 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
Returns the locale ID localized for display in the provided locale.
getDisplayName(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
Returns the locale ID localized for display in the provided locale.
getDisplayNameWithDialect() - Method in class com.ibm.icu.util.ULocale
[icu] Returns this locale name localized for display in the default 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
[icu] Returns this locale's script localized for display in the default locale.
getDisplayScript(ULocale) - Method in class com.ibm.icu.util.ULocale
[icu] 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.
getDisplayVariant() - Method in class com.ibm.icu.util.ULocale
Returns this locale's variant localized for display in the default 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
Returns a locale's variant localized for display in the provided locale.
getDisplayVariant(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
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.DecimalFormat
Deprecated. This API is ICU internal only.
getEffectiveCurrency() - Method in class com.ibm.icu.text.NumberFormat
Deprecated. This API is ICU internal only.
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 add(...) etc.
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.
getEraNames() - Method in class com.ibm.icu.text.DateFormatSymbols
[icu] Returns era name strings.
getEras() - Method in class com.ibm.icu.text.DateFormatSymbols
Returns 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 is found in a locale string
getExemplarSet(ULocale, 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.
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
[icu] Returns the extension (or private use) value associated with the specified singleton key, or null if there is no extension associated with the key.
getExtensionKeys() - Method in class com.ibm.icu.util.ULocale
[icu] 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
Gets the FC_NFKC closure value.
getFC_NFKC_Closure(int) - Static method in class com.ibm.icu.text.Normalizer
Gets the FC_NFKC closure value.
getFieldCount() - Method in class com.ibm.icu.util.Calendar
[icu] Returns the number of fields defined by this calendar.
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.
getFilter() - Method in class com.ibm.icu.text.Transliterator
Returns the filter used by this transliterator, or null if this transliterator uses no filter.
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.
getFirstDayOfWeek() - Method in class com.ibm.icu.util.Calendar
Returns what the first day of the week is; e.g., Sunday in US, Monday in France.
getFirstPart() - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
accessor
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.
getForm() - Method in class com.ibm.icu.math.MathContext
Returns the form setting.
getFormatArgumentNames() - Method in class com.ibm.icu.text.MessageFormat
Deprecated. This API is ICU internal only.
getFormatByArgumentName(String) - Method in class com.ibm.icu.text.MessageFormat
Deprecated. This API is ICU internal only.
getFormats() - Method in class com.ibm.icu.text.MessageFormat
Returns the formats used for the format elements in the previously set pattern string.
getFormatsByArgumentIndex() - Method in class com.ibm.icu.text.MessageFormat
Returns the formats used for the values passed into format methods or returned from parse methods.
getFormatWidth() - Method in class com.ibm.icu.text.DecimalFormat
Returns the width to which the output of format() is padded.
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.
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[]) - Static method in class com.ibm.icu.text.PluralRules
Returns the 'functionally equivalent' locale with respect to plural rules.
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 thousands separator.
getGroupingSize() - Method in class com.ibm.icu.text.DecimalFormat
Returns the grouping size.
getHanNumericValue(int) - Static method in class com.ibm.icu.lang.UCharacter
[icu] Return numeric value of Han code points.
getHeight() - Method in class com.ibm.icu.util.LocaleData.PaperSize
Retruns the height of the paper
getHolidays() - Static method in class com.ibm.icu.util.Holiday
 
getHolidays(Locale) - Static method in class com.ibm.icu.util.Holiday
 
getHolidays(ULocale) - Static method in class com.ibm.icu.util.Holiday
 
getICUCanonicalName(String) - Static method in class com.ibm.icu.charset.CharsetProviderICU
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.
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.Normalizer
Retrieve the current iteration position in the input text that is being normalized.
getIndex() - Method in class com.ibm.icu.text.SearchIterator
Return the index in the target text at which the iterator is currently positioned.
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 index in the target text where the iterator is currently positioned at.
getIndex() - Method in class com.ibm.icu.text.UCharacterIterator
Gets the current index in text.
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.
getIndexCharacters() - Method in class com.ibm.icu.text.IndexCharacters
Get the index characters.
getInfinity() - Method in class com.ibm.icu.text.DecimalFormatSymbols
Returns the String used to represent infinity.
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) - 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() - 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
Convenience overload.
getInstance(Calendar, ULocale) - Static method in class com.ibm.icu.text.DateFormat
Convenience overload.
getInstance(Calendar) - Static method in class com.ibm.icu.text.DateFormat
Convenience overload.
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 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 default 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 locale.
getInstance(ULocale) - 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
Construct a duration format for the specified 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(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(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
Returns the default number format for the current default locale.
getInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
Returns the default number format for the specified locale.
getInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
[icu] Returns the default number format for the specified locale.
getInstance(int) - Static method in class com.ibm.icu.text.NumberFormat
[icu] Returns a specific style number format for default locale.
getInstance(Locale, int) - Static method in class com.ibm.icu.text.NumberFormat
[icu] Returns a specific style number format for a specific locale.
getInstance(ULocale, int) - Static method in class com.ibm.icu.text.NumberFormat
Returns a specific style number format for a specific locale.
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(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</