- calendar - Variable in class com.ibm.icu.text.DateFormat
-
The calendar that DateFormat uses to produce the time field
values needed to implement date and time formatting.
- Calendar - Class in com.ibm.icu.util
-
[icu enhancement] ICU's replacement for java.util.Calendar.
- Calendar() - Constructor for class com.ibm.icu.util.Calendar
-
Constructs a Calendar with the default time zone
and the default FORMAT locale.
- Calendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar.FormatConfiguration - Class in com.ibm.icu.util
-
Deprecated.
This API is ICU internal only.
- 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.UCharacter.UnicodeBlock
-
- CHAKMA - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CHAKMA_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CHAM_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHANGES_WHEN_CASEFOLDED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Casefolded.
- CHANGES_WHEN_CASEMAPPED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Casemapped.
- CHANGES_WHEN_LOWERCASED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Lowercased.
- CHANGES_WHEN_NFKC_CASEFOLDED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_NFKC_Casefolded.
- CHANGES_WHEN_TITLECASED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Titlecased.
- CHANGES_WHEN_UPPERCASED - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Uppercased.
- char32At(int) - Method in interface com.ibm.icu.text.Replaceable
-
Returns the 32-bit code point at the given 16-bit offset into
the text.
- char32At(int) - Method in class com.ibm.icu.text.ReplaceableString
-
Return the 32-bit code point at the given 16-bit offset into
the text.
- CHAR_CATEGORY_COUNT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type count
- CHAR_DIRECTION_COUNT - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Number of directional types
- CHAR_LIMIT - Static variable in class com.ibm.icu.text.SpoofChecker
-
Check that an identifier contains only characters from a specified set of acceptable characters.
- 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.
- chars - Variable in class com.ibm.icu.util.CharsTrie.Entry
-
The string.
- CharSequences - Class in com.ibm.icu.lang
-
Deprecated.
This API is ICU internal only.
- CharsetCallback - Class in com.ibm.icu.charset
-
Callback API for CharsetICU API
CharsetCallback class defines some error behaviour functions called
by CharsetDecoderICU and CharsetEncoderICU.
- CharsetCallback.Decoder - Interface in com.ibm.icu.charset
-
Decoder Callback interface
- CharsetCallback.Encoder - Interface in com.ibm.icu.charset
-
Encoder Callback interface
- CharsetDecoderICU - Class in com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- CharsetDetector - Class in com.ibm.icu.text
-
CharsetDetector provides a facility for detecting the
charset or encoding of character data in an unknown format.
- CharsetDetector() - Constructor for class com.ibm.icu.text.CharsetDetector
-
Constructor
- CharsetEncoderICU - Class in com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- charsetForName(String) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given charset name.
- charsetForName(String, String) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given ICU conversion table from the specified class path.
- charsetForName(String, String, ClassLoader) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given ICU conversion table from the specified class path.
- CharsetICU - Class in com.ibm.icu.charset
-
A subclass of java.nio.Charset for providing implementation of ICU's charset converters.
- CharsetICU(String, String, String[]) - Constructor for class com.ibm.icu.charset.CharsetICU
-
- CharsetMatch - Class in com.ibm.icu.text
-
This class represents a charset that has been identified by a CharsetDetector
as a possible encoding for a set of input data.
- CharsetProviderICU - Class in com.ibm.icu.charset
-
A concrete subclass of CharsetProvider for loading and providing charset converters
in ICU.
- CharsetProviderICU() - Constructor for class com.ibm.icu.charset.CharsetProviderICU
-
Default constructor
- charsets() - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Returns an iterator for the available charsets.
- CharsetSelector - Class in com.ibm.icu.charset
-
Charset Selector
A charset selector is built with a list of charset names and given an input
CharSequence returns the list of names the corresponding charsets which can
convert the CharSequence.
- CharsetSelector(List<String>, UnicodeSet, int) - Constructor for class com.ibm.icu.charset.CharsetSelector
-
Construct a CharsetSelector from a list of charset names.
- CharsTrie - Class in com.ibm.icu.util
-
Light-weight, non-const reader class for a CharsTrie.
- CharsTrie(CharSequence, int) - Constructor for class com.ibm.icu.util.CharsTrie
-
Constructs a CharsTrie reader instance.
- CharsTrie.Entry - Class in com.ibm.icu.util
-
Return value type for the Iterator.
- CharsTrie.Iterator - Class in com.ibm.icu.util
-
Iterator for all of the (string, value) pairs in a CharsTrie.
- CharsTrie.State - Class in com.ibm.icu.util
-
CharsTrie state object, for saving a trie's current state
and resetting the trie back to this state later.
- CharsTrie.State() - Constructor for class com.ibm.icu.util.CharsTrie.State
-
Constructs an empty State.
- CharsTrieBuilder - Class in com.ibm.icu.util
-
Builder class for CharsTrie.
- CharsTrieBuilder() - Constructor for class com.ibm.icu.util.CharsTrieBuilder
-
Constructs an empty builder.
- CHECK_BIDI - Static variable in class com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the BiDi rules.
- CHECK_BIDI_ERROR - Static variable in exception com.ibm.icu.text.StringPrepParseException
-
- CHECK_CONTEXTJ - Static variable in class com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTJ rules.
- CHECK_CONTEXTO - Static variable in class com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTO rules.
- checkOffset(int, CharacterIterator) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Throw IllegalArgumentException unless begin <= offset < end.
- checks - Variable in class com.ibm.icu.text.SpoofChecker.CheckResult
-
Indicate which of the spoof check(s) has failed.
- CHEROKEE - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE - Static variable in class com.ibm.icu.lang.UScript
-
Cherokee
- CHEROKEE_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHINA - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- CHINESE - Static variable in class com.ibm.icu.util.ULocale
-
Useful constant for language.
- ChineseCalendar - Class in com.ibm.icu.util
-
ChineseCalendar is a concrete subclass of
Calendar
that implements a traditional Chinese calendar.
- ChineseCalendar() - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar with the default time zone and locale.
- ChineseCalendar(Date) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar with the give date set in the default time zone
with the default locale.
- ChineseCalendar(int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date set
in the default time zone with the default FORMAT locale.
- ChineseCalendar(int, int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- ChineseCalendar(int, int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date set
in the default time zone with the default FORMAT locale.
- ChineseCalendar(int, int, int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- ChineseCalendar(Locale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar based on the current time
in the default time zone with the given locale.
- ChineseCalendar(TimeZone) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar based on the current time
in the given time zone with the default FORMAT locale.
- ChineseCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar based on the current time
in the given time zone with the given locale.
- ChineseCalendar(ULocale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Constructs a ChineseCalendar based on the current time
in the default time zone with the given locale.
- ChineseCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar based on the current time
with the given time zone with the given locale.
- ChineseCalendar(TimeZone, ULocale, int, TimeZone) - Constructor for class com.ibm.icu.util.ChineseCalendar
-
Deprecated.
This API is ICU internal only.
- ChineseDateFormat - Class in com.ibm.icu.text
-
Deprecated.
ICU 50 Use SimpleDateFormat instead.
- ChineseDateFormat(String, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
-
- ChineseDateFormat(String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
-
- ChineseDateFormat(String, String, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormat
-
- ChineseDateFormat.Field - Class in com.ibm.icu.text
-
- ChineseDateFormat.Field(String, int) - Constructor for class com.ibm.icu.text.ChineseDateFormat.Field
-
- ChineseDateFormatSymbols - Class in com.ibm.icu.text
-
- ChineseDateFormatSymbols() - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(Calendar, Locale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- ChineseDateFormatSymbols(Calendar, ULocale) - Constructor for class com.ibm.icu.text.ChineseDateFormatSymbols
-
- CHRISTMAS - Static variable in class com.ibm.icu.util.SimpleHoliday
-
Christmas, December 25th
- CHRISTMAS_EVE - Static variable in class com.ibm.icu.util.SimpleHoliday
-
Christmas Eve, December 24th
- CIRCLE - Static variable in interface com.ibm.icu.lang.UCharacter.DecompositionType
-
- CIRTH - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CJK_COMPATIBILITY - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_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.MessagePattern
-
Clears this MessagePattern.
- clear() - Method in class com.ibm.icu.text.UnicodeSet
-
Removes all of the elements from this set.
- clear() - Method in class com.ibm.icu.util.BytesTrieBuilder
-
Removes all (byte sequence, value) pairs.
- clear() - Method in class com.ibm.icu.util.Calendar
-
Clears the values of all the time fields.
- clear(int) - Method in class com.ibm.icu.util.Calendar
-
Clears the value in the given time field.
- clear() - Method in class com.ibm.icu.util.CharsTrieBuilder
-
Removes all (string, value) pairs.
- clear() - Method in class com.ibm.icu.util.ULocale.Builder
-
Resets the builder to its initial, empty state.
- clearExtensions() - Method in class com.ibm.icu.util.ULocale.Builder
-
Resets the extensions to their initial, empty state.
- clearImpl() - Method in class com.ibm.icu.util.StringTrieBuilder
-
Deprecated.
This API is ICU internal only.
- clearPatternAndSetApostropheMode(MessagePattern.ApostropheMode) - Method in class com.ibm.icu.text.MessagePattern
-
Clears this MessagePattern and sets the ApostropheMode.
- clearRecords() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Clear the index.
- 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
- clone() - Method in class com.ibm.icu.text.MessagePattern
-
Creates and returns a copy of this object.
- clone() - Method in class com.ibm.icu.text.Normalizer
-
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.BytesTrie
-
Clones this trie reader object and its state,
but not the byte array which will be shared.
- clone() - Method in class com.ibm.icu.util.Calendar
-
Overrides Cloneable
- clone() - Method in class com.ibm.icu.util.CharsTrie
-
Clones this trie reader object and its state,
but not the char array which will be shared.
- clone() - Method in class com.ibm.icu.util.CompactByteArray
-
Deprecated.
This API is ICU internal only.
- clone() - Method in class com.ibm.icu.util.CompactCharArray
-
Deprecated.
This API is ICU internal only.
- clone() - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Overrides clone.
- clone() - Method in class com.ibm.icu.util.SimpleTimeZone
-
Overrides clone.
- clone() - Method in class com.ibm.icu.util.TimeZone
-
Overrides clone.
- clone() - Method in class com.ibm.icu.util.ULocale
-
This is for compatibility with Locale-- in actuality, since ULocale is
immutable, there is no reason to clone it, so this API returns 'this'.
- clone() - Method in class com.ibm.icu.util.VTimeZone
-
Overrides clone.
- cloneAsThawed() - Method in class com.ibm.icu.text.Collator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Boilerplate for Freezable
- cloneAsThawed() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Boilerplate for Freezable
- cloneAsThawed() - Method in class com.ibm.icu.text.MessagePattern
-
Creates and returns an unfrozen copy of this object.
- cloneAsThawed() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.text.UnicodeSet
-
Clone a thawed version of this class, according to the Freezable interface.
- cloneAsThawed() - Method in interface com.ibm.icu.util.Freezable
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
- cloneAsThawed() - Method in class com.ibm.icu.util.LocaleMatcher.LanguageMatcherData
-
Deprecated.
This API is ICU internal only.
- cloneAsThawed() - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.SimpleTimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.TimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class com.ibm.icu.util.VTimeZone
-
Provides for the clone operation.
- CLOSE - Static variable in interface com.ibm.icu.lang.UCharacter.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
-
One higher than the last ISO 15924 script code integer.
- 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 !
- codePointLength(CharSequence) - Method in class com.ibm.icu.lang.CharSequences
-
Deprecated.
This API is ICU internal only.
- codePoints(CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
-
Deprecated.
This API is ICU internal only.
- 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.
- Collator.ReorderCodes - Interface in com.ibm.icu.text
-
Reordering codes for non-script groups that can be reordered under collation.
- 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.
- CompactDecimalFormat - Class in com.ibm.icu.text
-
The CompactDecimalFormat produces abbreviated numbers, suitable for display in environments will limited real estate.
- CompactDecimalFormat(String, DecimalFormatSymbols, String[], String[], long[], Collection<String>, CompactDecimalFormat.CompactStyle, String[]) - Constructor for class com.ibm.icu.text.CompactDecimalFormat
-
Deprecated.
This API is ICU internal only.
- CompactDecimalFormat.CompactStyle - Enum in com.ibm.icu.text
-
Style parameter for CompactDecimalFormat.
- compare(CharSequence, int) - Static method in class com.ibm.icu.lang.CharSequences
-
Deprecated.
This API is ICU internal only.
- compare(int, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
-
Deprecated.
This API is ICU internal only.
- compare(CharSequence, CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
-
Deprecated.
This API is ICU internal only.
- compare(String, String) - Method in class com.ibm.icu.text.Collator
-
Compares the source text String to the target text String according to
this Collator's rules, strength and decomposition mode.
- compare(Object, Object) - Method in class com.ibm.icu.text.Collator
-
Compares the source Object to the target Object.
- compare(StringBuffer, StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: Compare two IDN strings for equivalence.
- compare(String, String, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: Compare two IDN strings for equivalence.
- compare(UCharacterIterator, UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: 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(Iterator<T>, Iterator<T>) - Static method in class com.ibm.icu.text.UnicodeSet
-
Deprecated.
This API is ICU internal only.
- compare(Collection<T>, Collection<T>, UnicodeSet.ComparisonStyle) - Static method in class com.ibm.icu.text.UnicodeSet
-
Utility to compare two collections, optionally by size, and then lexicographically.
- compare(String, String) - Method in class com.ibm.icu.text.UTF16.StringComparator
-
Compare two strings depending on the options selected during construction.
- COMPARE_CODE_POINT_ORDER - Static variable in class com.ibm.icu.text.Normalizer
-
Option bit for compare:
Compare strings in code point order instead of code unit order.
- COMPARE_IGNORE_CASE - Static variable in class com.ibm.icu.text.Normalizer
-
Option bit for compare:
Perform case-insensitive comparison.
- COMPARE_NORM_OPTIONS_SHIFT - Static variable in class com.ibm.icu.text.Normalizer
-
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(Region) - Method in class com.ibm.icu.util.Region
- 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
-
- compileRules(String, OutputStream) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Compile a set of source break rules into the binary state tables used
by the break iterator engine.
- complement(int, int) - Method in class com.ibm.icu.text.UnicodeSet
-
Complements the specified range in this set.
- complement(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Complements the specified character in this set.
- complement() - Method in class com.ibm.icu.text.UnicodeSet
-
This is equivalent to
complement(MIN_VALUE, MAX_VALUE).
- complement(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
-
- ComposedCharIter() - Constructor for class com.ibm.icu.text.ComposedCharIter
-
- ComposedCharIter(boolean, int) - Constructor for class com.ibm.icu.text.ComposedCharIter
-
- composePair(int, int) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Performs pairwise composition of a & b and returns the composite if there is one.
- composePair(int, int) - Method in class com.ibm.icu.text.Normalizer2
-
Performs pairwise composition of a & b and returns the composite if there is one.
- compress(String) - Static method in class com.ibm.icu.text.UnicodeCompressor
-
Compress a string into a byte array.
- compress(char[], int, int) - Static method in class com.ibm.icu.text.UnicodeCompressor
-
Compress a Unicode character array into a byte array.
- compress(char[], int, int, int[], byte[], int, int) - Method in class com.ibm.icu.text.UnicodeCompressor
-
Compress a Unicode character array into a byte array.
- computeFields() - Method in class com.ibm.icu.util.Calendar
-
Converts the current millisecond time value time to
field values in fields[].
- computeGregorianFields(int) - Method in class com.ibm.icu.util.Calendar
-
Compute the Gregorian calendar year, month, and day of month from the
Julian day.
- computeGregorianMonthStart(int, int) - Method in class com.ibm.icu.util.Calendar
-
Compute the Julian day of a month of the Gregorian calendar.
- computeJulianDay() - Method in class com.ibm.icu.util.Calendar
-
Compute the Julian day number as specified by this calendar's fields.
- 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.
- CONDITIONAL_JAPANESE_STARTER - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- CONFLICT - Static variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
- conflictingPattern - Variable in class com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
- 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(BitSet, BitSet) - Static method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- 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.
- contains(Region) - Method in class com.ibm.icu.util.Region
-
- containsAll(UnicodeSet) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains all the characters and strings
of the given set.
- containsAll(String) - Method in class com.ibm.icu.text.UnicodeSet
-
Returns true if there is a partition of the string such that this set contains each of the partitioned strings.
- containsAll(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
-
IDNA2003: 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
-
IDNA2003: 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
-
IDNA2003: 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
-
IDNA2003: 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
-
IDNA2003: 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
-
IDNA2003: 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
-
IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
- convertToASCII(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
- convertToASCII(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: This function implements the ToASCII operation as defined in the IDNA RFC.
- convertToUnicode(String, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: This function implements the ToUnicode operation as defined in the IDNA RFC.
- convertToUnicode(StringBuffer, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: This function implements the ToUnicode operation as defined in the IDNA RFC.
- convertToUnicode(UCharacterIterator, int) - Static method in class com.ibm.icu.text.IDNA
-
IDNA2003: 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.
- copyBytesTo(byte[], int) - Method in class com.ibm.icu.util.BytesTrie.Entry
-
Copies the byte sequence into a byte array.
- 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.
- countParts() - Method in class com.ibm.icu.text.MessagePattern
-
Returns the number of "parts" created by parsing the pattern string.
- countRuns() - Method in class com.ibm.icu.text.Bidi
-
Get the number of runs.
- countTokens() - Method in class com.ibm.icu.util.StringTokenizer
-
Calculates the number of times that this tokenizer's
nextToken method can be called before it generates an
exception.
- 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 - Static variable in interface com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the currency property.
- currency - Variable in class com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The currency to filter on.
- CURRENCY - Static variable in class com.ibm.icu.text.NumberFormat.Field
-
- Currency - Class in com.ibm.icu.util
-
A class encapsulating a currency, as defined by ISO 4217.
- Currency(String) - Constructor for class com.ibm.icu.util.Currency
-
Constructs a currency object for the given ISO 4217 3-letter
code.
- CURRENCY_SPC_CURRENCY_MATCH - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_INSERT - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_SURROUNDING_MATCH - Static variable in class com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SYMBOL - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Sc
- CURRENCY_SYMBOLS - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CURRENCY_SYMBOLS_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CurrencyAmount - Class in com.ibm.icu.util
-
An amount of currency, consisting of a Number and a Currency.
- CurrencyAmount(Number, Currency) - Constructor for class com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a number and a currency.
- CurrencyAmount(double, Currency) - Constructor for class com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a double value and a currency.
- 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
-
- CurrencyMetaInfo.CurrencyInfo(String, String, long, long, int, boolean) - Constructor for class com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Deprecated.
This API is ICU internal only.
- CurrencyPluralInfo - Class in com.ibm.icu.text
-
This class represents the information needed by
DecimalFormat to format currency plural,
such as "3.00 US dollars" or "1.00 US dollar".
- CurrencyPluralInfo() - Constructor for class com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the default FORMAT locale.
- CurrencyPluralInfo(Locale) - Constructor for class com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- CurrencyPluralInfo(ULocale) - Constructor for class com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- 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() - Method in class com.ibm.icu.util.BytesTrie
-
Determines whether the byte sequence so far matches, whether it has a value,
and whether another input byte can continue a matching byte sequence.
- current() - Method in class com.ibm.icu.util.CharsTrie
-
Determines whether the string so far matches, whether it has a value,
and whether another input char can continue a matching string.
- CURRENT_ERA - Static variable in class com.ibm.icu.util.JapaneseCalendar
-
- currentCodePoint() - Method in class com.ibm.icu.text.UCharacterIterator
-
Returns the codepoint at the current index.
- CYPRIOT - Static variable in class com.ibm.icu.lang.UScript
-
Cypriot
Script in Unicode 4
- CYPRIOT_SYLLABARY - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYPRIOT_SYLLABARY_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- 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".
- 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.
- GenderInfo - Class in com.ibm.icu.util
-
Provide information about gender in locales based on data in CLDR.
- GenderInfo(GenderInfo.ListGenderStyle) - Constructor for class com.ibm.icu.util.GenderInfo
-
Only for testing and use with CLDR.
- GenderInfo.Gender - Enum in com.ibm.icu.util
-
Gender: OTHER means either the information is unavailable, or the person has declined to state MALE or FEMALE.
- GenderInfo.ListGenderStyle - Enum in com.ibm.icu.util
-
Enum only meant for use in CLDR and in testing.
- GENERAL_CATEGORY - Static variable in interface com.ibm.icu.lang.UProperty
-
Enumerated property General_Category.
- GENERAL_CATEGORY_MASK - Static variable in interface com.ibm.icu.lang.UProperty
-
Bitmask property General_Category_Mask.
- GENERAL_OTHER_TYPES - Static variable in interface com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cn
Not Assigned (no characters in [UnicodeData.txt] have this property)
- GENERAL_PUNCTUATION - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GENERAL_PUNCTUATION_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GENERIC_LOCATION - Static variable in class com.ibm.icu.util.TimeZone
-
[icu] A style specifier for getDisplayName() indicating
a long name derived from the timezone's fallback name, such as
"United States (Los Angeles)."
- GENERIC_TZ - Static variable in class com.ibm.icu.text.DateFormat
-
[icu] Constant for generic non-location format, such as Pacific Time;
used in combinations date + time + zone, or time + zone.
- 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.
- getAllKeywordValues(String) - Method in class com.ibm.icu.text.PluralRules
-
Returns all the values that trigger this keyword, or null if the number of such
values is unlimited.
- getAllNames() - Static method in class com.ibm.icu.charset.CharsetProviderICU
-
Deprecated.
This API is ICU internal only.
- getAllowedChars() - Method in class com.ibm.icu.text.SpoofChecker
-
Get a UnicodeSet for the characters permitted in an identifier.
- getAllowedLocales() - Method in class com.ibm.icu.text.SpoofChecker
-
Get a list of locales for the scripts that are acceptable in strings to be checked.
- getAlternates() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getAmPmStrings() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns am/pm strings.
- getApostropheMode() - Method in class com.ibm.icu.text.MessageFormat
-
[icu]
- getApostropheMode() - Method in class com.ibm.icu.text.MessagePattern
-
- getAppendFormatNumber(String) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.
This API is ICU internal only.
- getAppendItemFormat(int) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemFormats.
- getAppendItemName(int) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemNames.
- getArgType() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the argument type if this part is of type ARG_START or ARG_LIMIT,
otherwise ArgType.NONE.
- getArgType() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getArgType() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
- getArgumentNames() - Method in class com.ibm.icu.text.MessageFormat
-
[icu] Returns the top-level argument names.
- getAvailable(Region.RegionType) - Static method in class com.ibm.icu.util.Region
-
Used to retrieve all available regions of a specific type.
- getAvailableCurrencies() - Static method in class com.ibm.icu.util.Currency
-
Returns the set of available currencies.
- getAvailableCurrencyCodes(ULocale, Date) - Static method in class com.ibm.icu.util.Currency
-
Returns an array of Strings which contain the currency
identifiers that are valid for the given locale on the
given date.
- getAvailableIDs() - Static method in class com.ibm.icu.text.Transliterator
-
Returns an enumeration over the programmatic names of registered
Transliterator objects.
- getAvailableIDs(TimeZone.SystemTimeZoneType, String, Integer) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns a set of time zone ID strings with the given filter conditions.
- getAvailableIDs(int) - Static method in class com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs
with the given raw offset from GMT.
- getAvailableIDs(String) - Static method in class com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs
associated with the given country.
- getAvailableIDs() - Static method in class com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs.
- getAvailableLocales() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a list of locales for which BreakIterators can be used.
- getAvailableLocales() - Static method in class com.ibm.icu.text.Collator
-
Returns the set of locales, as Locale objects, for which collators
are installed.
- getAvailableLocales() - Static method in class com.ibm.icu.text.DateFormat
-
Returns the set of locales for which DateFormats are installed.
- getAvailableLocales() - Static method in class com.ibm.icu.text.DateFormatSymbols
-
Returns an array of all locales for which the getInstance methods of
this class can return localized instances.
- getAvailableLocales() - Static method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns an array of all locales for which the getInstance methods of
this class can return localized instances.
- getAvailableLocales() - Static method in class com.ibm.icu.text.NumberFormat
-
Returns the list of Locales for which NumberFormats are available.
- getAvailableLocales() - Static method in class com.ibm.icu.util.Calendar
-
Returns the list of locales for which Calendars are installed.
- getAvailableLocales() - Static method in class com.ibm.icu.util.Currency
-
Return an array of the locales for which a currency
is defined.
- getAvailableLocales() - Static method in class com.ibm.icu.util.ULocale
-
[icu] Note: Unlike the Locale API, this returns an array of ULocale,
not Locale.
- getAvailableMetaZoneIDs() - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns an immutable set of all available meta zone IDs.
- getAvailableMetaZoneIDs(String) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns an immutable set of all available meta zone IDs used by the given time zone.
- getAvailableNames() - Static method in class com.ibm.icu.charset.CharsetProviderICU
-
Deprecated.
This API is ICU internal only.
- getAvailableNames() - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns a string array containing a list of the names of numbering systems
currently known to ICU.
- getAvailableSources() - Static method in class com.ibm.icu.text.Transliterator
-
Returns an enumeration over the source names of registered
transliterators.
- getAvailableTargets(String) - Static method in class com.ibm.icu.text.Transliterator
-
Returns an enumeration over the target names of registered
transliterators having a given source name.
- 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.
- getBaseDirection(CharSequence) - Static method in class com.ibm.icu.text.Bidi
-
Get the base direction of the text provided according to the Unicode
Bidirectional Algorithm.
- 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.
- getBucket(int) - Method in class com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the index-th bucket.
- getBucketCount() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Return the number of buckets in the index.
- getBucketCount() - Method in class com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the number of index buckets and labels, including underflow/inflow/overflow.
- getBucketIndex(CharSequence) - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the bucket number for the given name.
- getBucketIndex(CharSequence) - Method in class com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Finds the index bucket for the given name and returns the number of that bucket.
- getBucketLabels() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the labels.
- getBundleInstance(String, String) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a resource bundle using the specified base name and locale.
- getBundleInstance(String, String, ClassLoader) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a resource bundle using the specified base name, locale, and class root.
- getBundleInstance(String, String, ClassLoader, boolean) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a resource bundle using the specified base name, locale, and class
root.
- getBundleInstance(ULocale) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the locale specified, from which users can extract
resources by using their corresponding keys.
- getBundleInstance(String) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the default locale and specified base name,
from which users can extract resources by using their corresponding keys.
- getBundleInstance(String, Locale) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the specified locale and specified base name,
from which users can extract resources by using their corresponding keys.
- getBundleInstance(String, ULocale) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
- getBundleInstance(String, Locale, ClassLoader) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle for the specified locale and specified base name,
from which users can extract resources by using their corresponding keys.
- getBundleInstance(String, ULocale, ClassLoader) - Static method in class com.ibm.icu.util.UResourceBundle
-
[icu] Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
- getCalendar() - Method in class com.ibm.icu.text.DateFormat
-
Returns the calendar associated with this date/time formatter.
- getCalendar() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.
This API is ICU internal only.
- getCalendar() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the calendar according to the settings.
- getCalendarField() - Method in class com.ibm.icu.text.DateFormat.Field
-
Returns the Calendar field associated with this attribute.
- getCanonicalCode(int) - Static method in class com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.
This API is ICU internal only.
- getCanonicalID(String) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the canonical system time zone ID or the normalized
custom time zone ID for the given time zone ID.
- getCanonicalID(String, boolean[]) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the canonical system time zone ID or the normalized
custom time zone ID for the given time zone ID.
- getCanonicalSkeletonAllowingDuplicates(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.
This API is ICU internal only.
- getCharacterInstance() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterIterator() - Method in class com.ibm.icu.text.UCharacterIterator
-
Returns a java.text.CharacterIterator object for
the underlying text of this iterator.
- getCharacterOrientation() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's layout orientation for characters.
- getCharCount(int) - Static method in class com.ibm.icu.text.UTF16
-
Determines how many chars this char32 requires.
- getCharFromExtendedName(String) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Find a Unicode character by either its name and return its code
point value.
- getCharFromName(String) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Finds a Unicode code point by its most current Unicode name and
return its code point value.
- getCharFromName1_0(String) - Static method in class com.ibm.icu.lang.UCharacter
-
- getCharFromNameAlias(String) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Find a Unicode character by its corrected name alias and return
its code point value.
- getChars(int, int, char[], int) - Method in interface com.ibm.icu.text.Replaceable
-
Copies characters from this object into the destination
character array.
- getChars(int, int, char[], int) - Method in class com.ibm.icu.text.ReplaceableString
-
Copies characters from this object into the destination
character array.
- getChecks() - Method in class com.ibm.icu.text.SpoofChecker
-
Get the set of checks that this Spoof Checker has been configured to perform.
- getCLDRVersion() - Static method in class com.ibm.icu.util.LocaleData
-
Returns the current CLDR version
- 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.AlphabeticIndex
-
Get a clone of the collator used internally.
- getCollator() - Method in class com.ibm.icu.text.StringSearch
-
Gets the RuleBasedCollator used for the language rules.
- getCollator() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the collator according to the settings.
- getCombiningClass(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the combining class of the argument codepoint
- getCombiningClass(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Gets the combining class of c.
- getCombiningClass(int) - Method in class com.ibm.icu.text.Normalizer2
-
Gets the combining class of c.
- getCommonAmongAlternates() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getComplexStyle() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getConfidence() - Method in class com.ibm.icu.text.CharsetMatch
-
Get an indication of the confidence in the charset detected.
- getContainedRegions() - Method in class com.ibm.icu.util.Region
-
Used to determine the sub-regions that are contained within this region.
- getContainedRegions(Region.RegionType) - Method in class com.ibm.icu.util.Region
-
Used to determine all the regions that are contained within this region and that match the given type
- getContainingRegion() - Method in class com.ibm.icu.util.Region
-
Used to determine the macroregion that geographically contains this region.
- getContainingRegion(Region.RegionType) - Method in class com.ibm.icu.util.Region
-
Used to determine the macroregion that geographically contains this region and that matches the given type.
- getContents() - Method in class com.ibm.icu.text.MessagePatternUtil.MessageNode
-
- getContext() - Method in class com.ibm.icu.text.BidiClassifier
-
Returns the current classifier context.
- getContext(DisplayContext.Type) - Method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns the current value for a specified DisplayContext.Type.
- getContext(DisplayContext.Type) - Method in class com.ibm.icu.text.SimpleDateFormat
-
[icu] Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContractionsAndExpansions(UnicodeSet, UnicodeSet, boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Gets unicode sets containing contractions and/or expansions of a collator
- 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
FORMAT locale.
- getCurrencyInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
Returns a currency format for the current default FORMAT 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.
- getData() - Method in class com.ibm.icu.text.AlphabeticIndex.Record
-
Get the data
- getDateFormat() - Method in class com.ibm.icu.text.DateIntervalFormat
-
Gets the date formatter
- getDateFormat(int, int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Gets a date format according to the current settings.
- getDateFormatBundle(Class<? extends Calendar>, Locale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatBundle(Class<? extends Calendar>, ULocale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatBundle(Calendar, Locale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatBundle(Calendar, ULocale) - Static method in class com.ibm.icu.text.DateFormatSymbols
-
- getDateFormatSymbols() - Method in class com.ibm.icu.text.SimpleDateFormat
-
Gets the date/time formatting data.
- getDateFormatSymbols() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.
This API is ICU internal only.
- getDateInstance() - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the default formatting style
for the default FORMAT locale.
- getDateInstance(int) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the default FORMAT locale.
- getDateInstance(int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the given locale.
- getDateInstance(int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date formatter with the given formatting style
for the given locale.
- getDateInstance(Calendar, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates in
the calendar system specified by
cal.
- getDateInstance(Calendar, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates in
the calendar system specified by
cal.
- getDateInstance(Calendar, int) - Static method in class com.ibm.icu.text.DateFormat
-
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 FORMAT locale.
- getDateTimeInstance(int, int) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date/time formatter with the given date and time
formatting styles for the default FORMAT locale.
- getDateTimeInstance(int, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date/time formatter with the given formatting styles
for the given locale.
- getDateTimeInstance(int, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the date/time formatter with the given formatting styles
for the given locale.
- getDateTimeInstance(Calendar, int, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates and times in
the calendar system specified by
cal.
- getDateTimeInstance(Calendar, int, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format dates and times in
the calendar system specified by
cal.
- getDateTimeInstance(Calendar, int, int) - Static method in class com.ibm.icu.text.DateFormat
-
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.
- getDecomposition(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Gets the decomposition mapping of c.
- getDecomposition(int) - Method in class com.ibm.icu.text.Normalizer2
-
Gets the decomposition mapping of c.
- getDefault() - Static method in class com.ibm.icu.util.TimeZone
-
Gets the default TimeZone for this host.
- getDefault() - Static method in class com.ibm.icu.util.ULocale
-
Returns the current default ULocale.
- getDefault(ULocale.Category) - Static method in class com.ibm.icu.util.ULocale
-
Returns the current default ULocale for the specified category.
- getDefaultDayInMonth(int, int) - Method in class com.ibm.icu.util.Calendar
-
Subclasses may override this.
- getDefaultDayInMonth(int, int) - Method in class com.ibm.icu.util.JapaneseCalendar
-
Called by handleComputeJulianDay.
- 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.
- getDefaultHourFormatChar() - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.
This API is ICU internal only.
- getDefaultMonthInYear(int) - Method in class com.ibm.icu.util.Calendar
-
Subclasses may override this.
- getDefaultMonthInYear(int) - Method in class com.ibm.icu.util.JapaneseCalendar
-
Called by handleComputeJulianDay.
- getDefaultOrder() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Get default order -- whether the first date in pattern is later date
or not.
- getDefaultParseOptions() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the default parse options used by this TimeZoneFormat instance.
- getDefaultRuleSetName() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Return the name of the current default rule set.
- getDefaultTimeZoneType() - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the default time zone type currently used.
- getDefaultXSymbolTable() - Static method in class com.ibm.icu.text.UnicodeSet
-
Get the default symbol table.
- getDelimiter(int) - Method in class com.ibm.icu.util.LocaleData
-
Retrieves a delimiter string from the locale data.
- getDescription() - Method in class com.ibm.icu.text.NumberingSystem
-
Returns the description string of the current numbering system.
- getDialectHandling() - Method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns the dialect handling used in the display names.
- getDigit() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for a digit in a pattern.
- getDigits() - Method in class com.ibm.icu.math.MathContext
-
Returns the digits setting.
- getDigits() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the array of characters used as digits, in order from 0 through 9
- 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 DISPLAY locale.
- getDisplayCountry(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's country localized for display in the provided locale.
- getDisplayCountry(String, String) - Static method in class com.ibm.icu.util.ULocale
-
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 DISPLAY locale.
- getDisplayKeyword(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the specified locale.
- getDisplayKeyword(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword localized for display in the specified locale.
- getDisplayKeywordValue(String) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the default DISPLAY locale.
- getDisplayKeywordValue(String, ULocale) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a keyword value localized for display in the specified locale.
- getDisplayLanguage() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the default DISPLAY locale.
- getDisplayLanguage(ULocale) - Method in class com.ibm.icu.util.ULocale
-
[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 DISPLAY locale.
- getDisplayLanguageWithDialect(ULocale) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns a locale's language localized for display in the provided locale.
- getDisplayName(Locale, Locale) - Method in class com.ibm.icu.text.Collator.CollatorFactory
-
Return the name of the collator for the objectLocale, localized for the displayLocale.
- getDisplayName(ULocale, ULocale) - Method in class com.ibm.icu.text.Collator.CollatorFactory
-
Return the name of the collator for the objectLocale, localized for the displayLocale.
- getDisplayName(Locale, Locale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayName(ULocale, ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayName(Locale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
default DISPLAY locale.
- getDisplayName(ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the name of the collator for the objectLocale, localized for the
default DISPLAY locale.
- getDisplayName(String, TimeZoneNames.NameType, long) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the display name of the time zone at the given date.
- getDisplayName(String) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the default DISPLAY locale.
- getDisplayName(String, Locale) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the given locale.
- getDisplayName(String, ULocale) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a name for this transliterator that is appropriate for
display to the user in the given locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName() - Method in class com.ibm.icu.util.Currency
-
Returns the display name for this currency in the default locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.Currency
-
Returns the display name for this currency in the given locale.
- getDisplayName(String, int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get the display name for an ID: language, script, territory, currency, timezone...
- getDisplayName() - Method in class com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the default DISPLAY locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the specified locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the specified locale
The name parameter passed to this object's constructor is used
as a key to look up the holiday's localized name in a ResourceBundle object
named HolidayBundle.
- getDisplayName() - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the default DISPLAY locale.
- getDisplayName(Locale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(boolean, int) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the default DISPLAY locale.
- getDisplayName(boolean, int, Locale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName(boolean, int, ULocale) - Method in class com.ibm.icu.util.TimeZone
-
Returns a name of this time zone suitable for presentation to the user
in the specified locale.
- getDisplayName() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the default DISPLAY locale.
- getDisplayName(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the provided locale.
- getDisplayName(String, String) - Static method in class com.ibm.icu.util.ULocale
-
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 DISPLAY locale.
- getDisplayNameWithDialect(ULocale) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale name localized for display in the provided locale.
- getDisplayNameWithDialect(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayNameWithDialect(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the locale ID localized for display in the provided locale.
- getDisplayScript() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's script localized for display in the default DISPLAY 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.
- getDisplayScriptInContext() - Method in class com.ibm.icu.util.ULocale
-
Deprecated.
This API is ICU internal only.
- getDisplayScriptInContext(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Deprecated.
This API is ICU internal only.
- getDisplayScriptInContext(String, String) - Static method in class com.ibm.icu.util.ULocale
-
Deprecated.
This API is ICU internal only.
- getDisplayScriptInContext(String, ULocale) - Static method in class com.ibm.icu.util.ULocale
-
Deprecated.
This API is ICU internal only.
- getDisplayVariant() - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's variant localized for display in the default DISPLAY locale.
- getDisplayVariant(ULocale) - Method in class com.ibm.icu.util.ULocale
-
Returns this locale's variant localized for display in the provided locale.
- getDisplayVariant(String, String) - Static method in class com.ibm.icu.util.ULocale
-
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 addPattern(...) 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.
- getEquivalentReorderCodes(int) - Static method in class com.ibm.icu.text.Collator
-
Retrieves all the reorder codes that are grouped with the given reorder code.
- getEquivalentReorderCodes(int) - Static method in class com.ibm.icu.text.RuleBasedCollator
-
Retrieves all the reorder codes that are grouped with the given reorder code.
- 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 was found.
- getErrors() - Method in class com.ibm.icu.text.IDNA.Info
-
Returns a set indicating IDNA processing errors.
- getExemplarLocationName(String) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the exemplar location name for the given time zone.
- getExemplarSet(ULocale, int) - Static method in class com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExemplarSet(ULocale, int, int) - Static method in class com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExemplarSet(int, int) - Method in class com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- 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 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.
- getFilterAsUnicodeSet(UnicodeSet) - Method in class com.ibm.icu.text.Transliterator
-
Returns the intersectionof this instance's filter intersected with an external 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.
- getFirstCharactersInScripts() - Static method in class com.ibm.icu.text.AlphabeticIndex
-
Deprecated.
This API is ICU internal, only for testing.
- getFirstDayOfWeek() - Method in class com.ibm.icu.util.Calendar
-
Returns what the first day of the week is; 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.
- getFormatByArgumentName(String) - Method in class com.ibm.icu.text.MessageFormat
-
[icu] Returns the first top-level format associated with the given argument name.
- getFormats() - Method in class com.ibm.icu.text.MessageFormat
-
Returns the Format objects used for the format elements in the
previously set pattern string.
- getFormatsByArgumentIndex() - Method in class com.ibm.icu.text.MessageFormat
-
Returns the Format objects used for the values passed into
format methods or returned from parse
methods.
- 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.
- getFrozenTimeZone(String) - Static method in class com.ibm.icu.util.TimeZone
-
Gets the TimeZone for the given ID.
- getFunctionalEquivalent(String, ULocale, boolean[]) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the functionally equivalent locale for the given
requested locale, with respect to given keyword, for the
collation service.
- getFunctionalEquivalent(String, ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the functionally equivalent locale for the given
requested locale, with respect to given keyword, for the
collation service.
- getFunctionalEquivalent(ULocale, boolean[]) - Static method in class com.ibm.icu.text.PluralRules
-
Returns the 'functionally equivalent' locale with respect to
plural rules.
- getGMTOffsetDigits() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the decimal digit characters used for localized GMT format in a single string
containing from 0 to 9 in the ascending order.
- getGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType) - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the offset pattern used for localized GMT format.
- getGMTPattern() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT format pattern.
- getGMTZeroFormat() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
- 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] Returns the numeric value of a Han character.
- 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.
- getIdentifier() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getIdentifierProfile() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getIgnoreCase() - Method in class com.ibm.icu.text.UTF16.StringComparator
-
Checks if Comparator is in the case insensitive mode.
- getIgnoreCaseOption() - Method in class com.ibm.icu.text.UTF16.StringComparator
-
Gets the fold case options set in Comparator to be used with case insensitive comparison.
- getIndex() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the pattern string index associated with this Part.
- getIndex() - Method in class com.ibm.icu.text.Normalizer
-
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.
- getInfinity() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the String used to represent infinity.
- getInflowLabel() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the default label used for abbreviated buckets between other labels.
- getInstance(int) - Static method in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
[icu] Returns the only instance of the UnicodeBlock with the argument ID.
- getInstance() - Static method in class com.ibm.icu.text.Collator
-
Returns the Collator for the current default locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns the Collator for the desired locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.Collator
-
Returns the Collator for the desired locale.
- getInstance(ULocale, CompactDecimalFormat.CompactStyle) - Static method in class com.ibm.icu.text.CompactDecimalFormat
-
Create a CompactDecimalFormat appropriate for a locale.
- getInstance(Locale, CompactDecimalFormat.CompactStyle) - Static method in class com.ibm.icu.text.CompactDecimalFormat
-
Create a CompactDecimalFormat appropriate for a 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(ULocale, boolean) - Static method in class com.ibm.icu.text.CurrencyDisplayNames
-
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
- getInstance() - Static method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the unique instance of the currency meta info.
- getInstance(boolean) - Static method in class com.ibm.icu.text.CurrencyMetaInfo
-
Returns the unique instance of the currency meta info, or null if
noSubstitute is true and there is no data to support this API.
- getInstance() - Static method in class com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the default locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance() - Static method in class com.ibm.icu.text.DateFormat
-
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance(Calendar, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
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 FORMAT locale.
- getInstance(String, Locale) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, ULocale) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, DateIntervalInfo) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
DateIntervalInfo, and the default FORMAT locale.
- getInstance(String, Locale, DateIntervalInfo) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance(String, ULocale, DateIntervalInfo) - Static method in class com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance() - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for the default FORMAT locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for a given locale.
- getInstance() - 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.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(Locale) - Static method in class com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance() - Static method in class com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for the default FORMAT locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
- getInstance(ULocale, LocaleDisplayNames.DialectHandling) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided dialectHandling.
- getInstance(ULocale, DisplayContext...) - Static method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided DisplayContext settings
- getInstance(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 FORMAT 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 FORMAT 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(int, boolean, String) - Static method in class com.ibm.icu.text.NumberingSystem
-
Factory method for creating a numbering system.
- getInstance(Locale) - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified ULocale.
- getInstance() - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the default FORMAT locale.
- getInstance(Calendar.FormatConfiguration) - Static method in class com.ibm.icu.text.SimpleDateFormat
-
Deprecated.
This API is ICU internal only.
- getInstance(int) - Static method in class com.ibm.icu.text.StringPrep
-
Gets a StringPrep instance for the specified profile
- getInstance(ULocale) - Static method in class com.ibm.icu.text.TimeZoneFormat
-
Returns a frozen instance of TimeZoneFormat for the given locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.text.TimeZoneNames
-
Returns an instance of TimeZoneDisplayNames for the specified locale.
- getInstance(String) - Method in interface com.ibm.icu.text.Transliterator.Factory
-
Return a transliterator for the given ID.
- getInstance(String) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a Transliterator object given its ID.
- getInstance(String, int) - Static method in class com.ibm.icu.text.Transliterator
-
Returns a Transliterator object given its ID.
- getInstance(Replaceable) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a
Replaceable object.
- getInstance(String) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a
source string.
- getInstance(char[]) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a
source character array.
- getInstance(char[], int, int) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a
source character array.
- getInstance(StringBuffer) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a
source StringBuffer.
- getInstance(CharacterIterator) - Static method in class com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a
CharacterIterator.
- getInstance() - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and locale.
- getInstance(TimeZone) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the specified time zone and default locale.
- getInstance(Locale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(TimeZone, Locale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(TimeZone, ULocale) - Static method in class com.ibm.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(Locale) - Static method in class com.ibm.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(String) - Static method in class com.ibm.icu.util.Currency
-
Returns a currency object given an ISO 4217 3-letter code.
- getInstance(ULocale) - Static method in class com.ibm.icu.util.GenderInfo
-
Create GenderInfo from a ULocale.
- getInstance(Locale) - Static method in class com.ibm.icu.util.GenderInfo
-
Create GenderInfo from a Locale.
- getInstance(ULocale) - Static method in class com.ibm.icu.util.LocaleData
-
Gets the LocaleData object associated with the ULocale specified in locale
- getInstance() - Static method in class com.ibm.icu.util.LocaleData
-
Gets the LocaleData object associated with the default FORMAT locale
- getInstance(String) - Static method in class com.ibm.icu.util.Region
-
Returns a Region using the given region ID.
- getInstance(int) - Static method in class com.ibm.icu.util.Region
-
Returns a Region using the given numeric code as defined by UNM.49
- getInstance(String) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int, int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int) - Static method in class com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstanceByName(String) - Static method in class com.ibm.icu.text.NumberingSystem
-
Returns a numbering system from one of the predefined numbering systems
known to ICU.
- getInstanceFromCompiledRules(InputStream) - Static method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Create a break iterator from a precompiled set of break rules.
- getInt() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a signed integer from a resource.
- getIntegerInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
Returns an integer number format for the current default FORMAT locale.
- getIntegerInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
-
Returns an integer number format for the specified locale.
- getIntegerInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
-
[icu] Returns an integer number format for the specified locale.
- getInternationalCurrencySymbol() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the international string denoting the local currency.
- getIntervalPattern(String, int) - Method in class com.ibm.icu.text.DateIntervalInfo
-
Get the interval pattern given the largest different calendar field.
- getIntPropertyMaxValue(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the maximum value for an integer/binary Unicode property.
- getIntPropertyMinValue(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the minimum value for an integer/binary Unicode property type.
- getIntPropertyValue(int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the property value for an Unicode property type of a code point.
- getIntVector() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a 32 bit integer array from a resource.
- getInverse() - Method in class com.ibm.icu.text.Transliterator
-
Returns this transliterator's inverse.
- getISO3Country() - Method in class com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's country/region.
- getISO3Country(String) - Static method in class com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's country/region.
- getISO3Language() - Method in class com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's language.
- getISO3Language(String) - Static method in class com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's language.
- getISOComment(int) - Static method in class com.ibm.icu.lang.UCharacter
-
- getISOCountries() - Static method in class com.ibm.icu.util.ULocale
-
Returns a list of all 2-letter country codes defined in ISO 3166.
- getISOLanguages() - Static method in class com.ibm.icu.util.ULocale
-
Returns a list of all 2-letter language codes defined in ISO 639.
- getItems() - Method in class com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.
This API is ICU internal only.
- getIterator() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the iterator which iterates over this
resource bundle
- getJavaCanonicalName(String) - Static method in class com.ibm.icu.charset.CharsetProviderICU
-
Deprecated.
This API is ICU internal only.
- getJDEpochOffset() - Method in class com.ibm.icu.util.CopticCalendar
-
Deprecated.
This API is ICU internal only.
- getJDEpochOffset() - Method in class com.ibm.icu.util.EthiopicCalendar
-
Deprecated.
This API is ICU internal only.
- getKey() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the key associated with a given resource.
- getKeys() - Method in class com.ibm.icu.util.OverlayBundle
-
Deprecated.
ICU 2.4. This class may be removed or modified.
- getKeys() - Method in class com.ibm.icu.util.UResourceBundle
-
Returns the keys in this bundle as an enumeration
- getKeywords() - Static method in class com.ibm.icu.text.Collator
-
[icu] Returns an array of all possible keywords that are relevant to
collation.
- getKeywords() - Method in class com.ibm.icu.text.PluralRules
-
Returns a set of all rule keywords used in this PluralRules
object.
- getKeywords() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns an iterator over keywords for this locale.
- getKeywords(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns an iterator over keywords for the specified locale.
- getKeywordStatus(String, int, Set<Double>, Output<Double>) - Method in class com.ibm.icu.text.PluralRules
-
Find the status for the keyword, given a certain set of explicit values.
- getKeywordValue(String) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the value for a keyword in this locale.
- getKeywordValue(String, String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the value for a keyword in the specified locale.
- getKeywordValues(String) - Static method in class com.ibm.icu.text.Collator
-
[icu] Given a keyword, returns an array of all values for
that keyword that are currently in use.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class com.ibm.icu.text.Collator
-
[icu] Given a key and a locale, returns an array of string values in a preferred
order that would make a difference.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class com.ibm.icu.util.Calendar
-
[icu] Given a key and a locale, returns an array of string values in a preferred
order that would make a difference.
- getKeywordValuesForLocale(String, ULocale, boolean) - Static method in class com.ibm.icu.util.Currency
-
Given a key and a locale, returns an array of values for the key for which data
exists.
- getLabel() - Method in class com.ibm.icu.text.AlphabeticIndex.Bucket
-
Get the label
- getLabelType() - Method in class com.ibm.icu.text.AlphabeticIndex.Bucket
-
Is a normal, underflow, overflow, or inflow bucket
- getLanguage() - Method in class com.ibm.icu.text.CharsetMatch
-
Get the ISO code for the language of the detected charset.
- getLanguage() - Method in class com.ibm.icu.util.ULocale
-
Returns the language code for this locale, which will either be the empty string
or a lowercase ISO 639 code.
- getLanguage(String) - Static method in class com.ibm.icu.util.ULocale
-
Returns the language code for the locale ID,
which will either be the empty string
or a lowercase ISO 639 code.
- getLastModified() - Method in class com.ibm.icu.util.VTimeZone
-
Gets the RFC2445 LAST-MODIFIED property value.
- getLeadSurrogate(int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the lead surrogate.
- getLeapMonth(int) - Method in class com.ibm.icu.text.ChineseDateFormatSymbols
-
- getLeastMaximum(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the lowest maximum value for the given field if varies.
- getLength() - Method in class com.ibm.icu.text.Bidi
-
Get the length of the text.
- getLength() - Method in class com.ibm.icu.text.BidiRun
-
Get length of run
- getLength() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the length of the pattern substring associated with this Part.
- getLength() - Method in class com.ibm.icu.text.Normalizer
-
Gets the length of underlying text storage
- getLength() - Method in class com.ibm.icu.text.UCharacterIterator
-
Returns the length of the text
- getLenientScannerProvider() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Returns the lenient scanner provider.
- getLevelAt(int) - Method in class com.ibm.icu.text.Bidi
-
Get the level for one character.
- getLevels() - Method in class com.ibm.icu.text.Bidi
-
Get an array of levels for each character.
- getLimit() - Method in class com.ibm.icu.text.BidiRun
-
Get position of one character after the end of the run in the source text
- getLimit() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the pattern string limit (exclusive-end) index associated with this Part.
- getLimit(int, int) - Method in class com.ibm.icu.util.Calendar
-
Returns a limit for a field.
- getLimitPartIndex(int) - Method in class com.ibm.icu.text.MessagePattern
-
Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
- getLineInstance() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineOrientation() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns this locale's layout orientation for lines.
- getListGender(GenderInfo.Gender...) - Method in class com.ibm.icu.util.GenderInfo
-
Get the gender of a list, based on locale usage.
- getListGender(List<GenderInfo.Gender>) - Method in class com.ibm.icu.util.GenderInfo
-
Get the gender of a list, based on locale usage.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.Collator
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.text.CurrencyPluralInfo
-
Get locale
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.text.LocaleDisplayNames
-
Returns the locale used to determine the display names.
- getLocale() - Method in class com.ibm.icu.text.MessageFormat
-
Returns the locale that's used when creating or comparing subformats.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.text.UFormat
-
Return the locale that was used to create this object, or null.
- getLocale() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.
This API is ICU internal only.
- getLocale(ULocale.Type) - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns the locale that was used to create this object, or null.
- getLocale(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Convenience function for getting the locales in priority order
- getLocale() - Method in class com.ibm.icu.util.UResourceBundle
-
Returns the locale of this bundle
- getLocaleDisplayPattern() - Method in class com.ibm.icu.util.LocaleData
-
Returns LocaleDisplayPattern for this locale, e.g., {0}({1})
- getLocaleID() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the localeID
- getLocales() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the language/locale priority list
- getLocaleSeparator() - Method in class com.ibm.icu.util.LocaleData
-
Returns LocaleDisplaySeparator for this locale.
- getLocalPatternChars() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns localized date-time pattern characters.
- getLogicalIndex(int) - Method in class com.ibm.icu.text.Bidi
-
Get the logical text position from a visual position.
- getLogicalMap() - Method in class com.ibm.icu.text.Bidi
-
Get a logical-to-visual index map (array) for the characters in the
Bidi (paragraph or line) object.
- getLogicalRun(int) - Method in class com.ibm.icu.text.Bidi
-
Get a logical run.
- getLostDigits() - Method in class com.ibm.icu.math.MathContext
-
Returns the lostDigits setting.
- getMajor() - Method in class com.ibm.icu.util.VersionInfo
-
Returns the major version number
- getMatchedText() - Method in class com.ibm.icu.text.SearchIterator
-
- getMatchLength() - Method in class com.ibm.icu.text.SearchIterator
-
Returns the length of the most recent match in the target text.
- getMatchStart() - Method in class com.ibm.icu.text.SearchIterator
-
Returns the index of the most recent match in the target text.
- getMathContext() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the MathContext used by this format.
- getMathContextICU() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the MathContext used by this format.
- getMaxBranchLinearSubNodeLength() - Method in class com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMaxBranchLinearSubNodeLength() - Method in class com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMaxBranchLinearSubNodeLength() - Method in class com.ibm.icu.util.StringTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMaxBytesForString(int, int) - Static method in class com.ibm.icu.charset.CharsetEncoderICU
-
Calculates the size of a buffer for conversion from Unicode to a charset.
- getMaxExpansion(int) - Method in class com.ibm.icu.text.CollationElementIterator
-
Returns the maximum length of any expansion sequence that ends with
the specified collation element.
- getMaximum(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the maximum value for the given time field.
- getMaximumContextLength() - Method in class com.ibm.icu.text.Transliterator
-
Returns the length of the longest context required by this transliterator.
- getMaximumFractionDigits() - Method in class com.ibm.icu.text.NumberFormat
-
Returns the maximum number of digits allowed in the fraction
portion of a number.
- getMaximumIntegerDigits() - Method in class com.ibm.icu.text.NumberFormat
-
Returns the maximum number of digits allowed in the integer portion of a
number.
- getMaximumSignificantDigits() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the maximum number of significant digits that will be
displayed.
- getMaxLabelCount() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the limit on the number of labels in the index.
- getMaxLinearMatchLength() - Method in class com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMaxLinearMatchLength() - Method in class com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMaxLinearMatchLength() - Method in class com.ibm.icu.util.StringTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMeasurementSystem(ULocale) - Static method in class com.ibm.icu.util.LocaleData
-
Returns the measurement system used in the locale specified by the locale.
- getMessage() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
-
- getMetaZoneDisplayName(String, TimeZoneNames.NameType) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the display name of the meta zone.
- getMetaZoneID(String, long) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the meta zone ID for the given canonical time zone ID at the given date.
- getMicro() - Method in class com.ibm.icu.util.VersionInfo
-
Returns the micro version number
- getMilli() - Method in class com.ibm.icu.util.VersionInfo
-
Returns the milli version number
- getMinimalDaysInFirstWeek() - Method in class com.ibm.icu.util.Calendar
-
Returns what the minimal days required in the first week of the year are;
e.g., if the first week is defined as one that contains the first day
of the first month of a year, getMinimalDaysInFirstWeek returns 1.
- getMinimum(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the minimum value for the given time field.
- getMinimumExponentDigits() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the minimum exponent digits that will be shown.
- getMinimumFractionDigits() - Method in class com.ibm.icu.text.NumberFormat
-
Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumIntegerDigits() - Method in class com.ibm.icu.text.NumberFormat
-
Returns the minimum number of digits allowed in the integer portion of a
number.
- getMinimumSignificantDigits() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the minimum number of significant digits that will be
displayed.
- getMinLinearMatch() - Method in class com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMinLinearMatch() - Method in class com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMinLinearMatch() - Method in class com.ibm.icu.util.StringTrieBuilder
-
Deprecated.
This API is ICU internal only.
- getMinor() - Method in class com.ibm.icu.util.VersionInfo
-
Returns the minor version number
- getMinusSign() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used to represent minus sign.
- getMirror(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Maps the specified code point to a "mirror-image" code point.
- getMode() - Method in class com.ibm.icu.text.Normalizer
-
Return the basic operation performed by this Normalizer
- getMonetaryDecimalSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the monetary decimal separator.
- getMonetaryGroupingSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the monetary grouping separator.
- getMonths() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns month strings.
- getMonths(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns month strings.
- getMultiplier() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the multiplier for use in percent, permill, etc.
- getName(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the most current Unicode name of the argument code point, or
null if the character is unassigned or outside the range
UCharacter.MIN_VALUE and UCharacter.MAX_VALUE or does not have a name.
- getName(String, String) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the names for each of the characters in a string
- getName(int) - Static method in class com.ibm.icu.lang.UScript
-
Gets a script name associated with the given script code.
- getName() - Method in class com.ibm.icu.text.AlphabeticIndex.Record
-
Get the name
- getName() - Method in class com.ibm.icu.text.CharsetMatch
-
Get the name of the detected charset.
- getName(String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
-
Returns the 'long name' for the currency with the provided ISO code.
- getName() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getName() - Method in class com.ibm.icu.text.NumberingSystem
-
Returns the string representing the name of the numbering system.
- getName(Locale, int, boolean[]) - Method in class com.ibm.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getName(ULocale, int, boolean[]) - Method in class com.ibm.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getName(Locale, int, String, boolean[]) - Method in class com.ibm.icu.util.Currency
-
Returns the display name for the given currency in the given locale.
- getName(ULocale, int, String, boolean[]) - Method in class com.ibm.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getName() - Method in class com.ibm.icu.util.TimeZoneRule
-
Gets the name of this time zone.
- getName() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the (normalized) full name for this locale.
- getName(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the (normalized) full name for the specified locale.
- getName1_0(int) - Static method in class com.ibm.icu.lang.UCharacter
-
- getName1_0Iterator() - Static method in class com.ibm.icu.lang.UCharacter
-
- getNameAlias(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the corrected name from NameAliases.txt if there is one.
- getNameIterator() - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns an iterator for character names, iterating over codepoints.
- getNaN() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the String used to represent NaN.
- getNegativePrefix() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the negative prefix.
- getNegativeSuffix() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the negative suffix.
- getNextBytes(Appendable) - Method in class com.ibm.icu.util.BytesTrie
-
Finds each byte which continues the byte sequence from the current state.
- getNextChars(Appendable) - Method in class com.ibm.icu.util.CharsTrie
-
Finds each char which continues the string from the current state.
- getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the first time when this rule takes effect after the specified time.
- getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.InitialTimeZoneRule
-
Gets the first time when this rule takes effect after the specified time.
- getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the first time when this rule takes effect after the specified time.
- getNextStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeZoneRule
-
Gets the first time when this rule takes effect after the specified time.
- getNextTransition(long, boolean) - Method in class com.ibm.icu.util.BasicTimeZone
-
[icu] Returns the first time zone transition after the base time.
- getNextTransition(long, boolean) - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
[icu] Returns the first time zone transition after the base time.
- getNextTransition(long, boolean) - Method in class com.ibm.icu.util.SimpleTimeZone
-
[icu] Returns the first time zone transition after the base time.
- getNextTransition(long, boolean) - Method in class com.ibm.icu.util.VTimeZone
-
[icu] Returns the first time zone transition after the base time.
- getNFCInstance() - Static method in class com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFC normalization.
- getNFDInstance() - Static method in class com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFD normalization.
- getNFKCCasefoldInstance() - Static method in class com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKC_Casefold normalization.
- getNFKCInstance() - Static method in class com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKC normalization.
- getNFKDInstance() - Static method in class com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKD normalization.
- getNormalizer2(int) - Method in class com.ibm.icu.text.Normalizer.Mode
-
Deprecated.
This API is ICU internal only.
- getNoSubstitute() - Method in class com.ibm.icu.util.LocaleData
-
Gets the "no substitute" behavior of this locale data object.
- getNumber() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getNumber() - Method in class com.ibm.icu.util.Measure
-
Returns the numeric value of this object.
- getNumberFormat() - Method in class com.ibm.icu.text.DateFormat
-
Returns the number formatter which this date/time formatter uses to
format and parse a time.
- getNumberFormat(char) - Method in class com.ibm.icu.text.SimpleDateFormat
-
Deprecated.
This API is ICU internal only.
- getNumberFormat(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Gets a number format according to the current settings.
- getNumberInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
Returns a general-purpose number format for the current default FORMAT locale.
- getNumberInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
-
Returns a general-purpose number format for the specified locale.
- getNumberInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
-
[icu] Returns a general-purpose number format for the specified locale.
- getNumericCode() - Method in class com.ibm.icu.util.Currency
-
Returns the ISO 4217 numeric code for this currency object.
- getNumericCode() - Method in class com.ibm.icu.util.Region
-
Returns the numeric code for this region
- getNumericCollation() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Method to retrieve the numeric collation value.
- getNumerics() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getNumericValue(int) - Static method in class com.ibm.icu.lang.UCharacter
-
Returns the numeric value of the code point as a nonnegative
integer.
- getNumericValue(MessagePattern.Part) - Method in class com.ibm.icu.text.MessagePattern
-
Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.
- getOffset() - Method in class com.ibm.icu.text.CollationElementIterator
-
Returns the character offset in the source string
corresponding to the next collation element.
- getOffset() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
- getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(long, boolean, int[]) - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Returns the time zone raw and GMT offset for the given moment
in time.
- getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(int, int, int, int, int, int, int) - Method in class com.ibm.icu.util.SimpleTimeZone
-
Deprecated.
This API is ICU internal only.
- getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.TimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(long) - Method in class com.ibm.icu.util.TimeZone
-
Returns the offset of this time zone from UTC at the specified
date.
- getOffset(long, boolean, int[]) - Method in class com.ibm.icu.util.TimeZone
-
Returns the time zone raw and GMT offset for the given moment
in time.
- getOffset(int, int, int, int, int, int) - Method in class com.ibm.icu.util.VTimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(long, boolean, int[]) - Method in class com.ibm.icu.util.VTimeZone
-
Returns the time zone raw and GMT offset for the given moment
in time.
- getOffsetFromLocal(long, int, int, int[]) - Method in class com.ibm.icu.util.BasicTimeZone
-
Deprecated.
This API is ICU internal only.
- getOffsetFromLocal(long, int, int, int[]) - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Deprecated.
This API is ICU internal only.
- getOffsetFromLocal(long, int, int, int[]) - Method in class com.ibm.icu.util.SimpleTimeZone
-
Deprecated.
This API is ICU internal only.
- getOffsetFromLocal(long, int, int, int[]) - Method in class com.ibm.icu.util.VTimeZone
-
Deprecated.
This API is ICU internal only.
- getOption(int) - Method in class com.ibm.icu.text.Normalizer
-
Determine whether an option is turned on or off.
- getOverflowLabel() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ...
- getOverrideString() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.
This API is ICU internal only.
- getPadCharacter() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the character used to pad to the format width.
- getPadEscape() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the character used to pad numbers out to a specified width.
- getPadPosition() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the position at which padding will take place.
- getPaperSize(ULocale) - Static method in class com.ibm.icu.util.LocaleData
-
Returns the size of paper used in the locale.
- getParagraph(int) - Method in class com.ibm.icu.text.Bidi
-
Get a paragraph, given a position within the text.
- getParagraphByIndex(int) - Method in class com.ibm.icu.text.Bidi
-
Get a paragraph, given the index of this paragraph.
- getParagraphIndex(int) - Method in class com.ibm.icu.text.Bidi
-
Get the index of a paragraph, given a position within the text.
- getParaLevel() - Method in class com.ibm.icu.text.Bidi
-
Get the paragraph level of the text.
- getParent() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the parent bundle
- getParseMaxDigits() - Method in class com.ibm.icu.text.DecimalFormat
-
Get the current maximum number of exponent digits when parsing a
number.
- getPart(int) - Method in class com.ibm.icu.text.MessagePattern
-
Gets the i-th pattern "part".
- getPartType(int) - Method in class com.ibm.icu.text.MessagePattern
-
Returns the Part.Type of the i-th pattern "part".
- getPattern(Locale, int) - Static method in class com.ibm.icu.text.NumberFormat
-
Deprecated.
ICU 3.4 subclassers should override getPattern(ULocale, int) instead of this method.
- getPattern(ULocale, int) - Static method in class com.ibm.icu.text.NumberFormat
-
Returns the pattern for the provided locale and choice.
- getPattern() - Method in class com.ibm.icu.text.StringSearch
-
Returns the pattern for which StringSearch is searching for.
- getPatternForCurrencySpacing(int, boolean) - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the desired currency spacing value.
- getPatternIndex(int) - Method in class com.ibm.icu.text.MessagePattern
-
Returns the pattern index of the specified pattern "part".
- getPatternInstance(String) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Convenience overload.
- getPatternInstance(String, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Convenience overload.
- getPatternInstance(String, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getPatternInstance(Calendar, String, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Convenience overload.
- getPatternInstance(Calendar, String, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
[icu] Creates a
DateFormat object that can be used to format dates and
times in the calendar system specified by
cal.
- getPatterns() - Method in class com.ibm.icu.text.DateIntervalInfo
-
Deprecated.
This API is ICU internal only.
- getPatternSeparator() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used to separate positive and negative subpatterns
in a pattern.
- getPatternString() - Method in class com.ibm.icu.text.MessagePattern
-
- getPatternString() - Method in class com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.
This API is ICU internal only.
- getPercent() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for percent sign.
- getPercentInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
Returns a percentage format for the current default FORMAT locale.
- getPercentInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
-
Returns a percentage format for the specified locale.
- getPercentInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
-
[icu] Returns a percentage format for the specified locale.
- getPerMill() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for mille percent sign.
- getPluralName(String, String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
-
Returns a 'plural name' for the currency with the provided ISO code corresponding to
the pluralKey.
- getPluralOffset(int) - Method in class com.ibm.icu.text.MessagePattern
-
Returns the "offset:" value of a PluralFormat argument, or 0 if none is specified.
- getPluralRules() - Method in class com.ibm.icu.text.CurrencyPluralInfo
-
Gets plural rules of this locale, used for currency plural format
- getPlusSign() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
[icu] Returns the localized plus sign.
- getPositivePrefix() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the positive prefix.
- getPositiveSuffix() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the positive suffix.
- getPreferredValues() - Method in class com.ibm.icu.util.Region
-
- getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the most recent time when this rule takes effect before the specified time.
- getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.InitialTimeZoneRule
-
Gets the most recent time when this rule takes effect before the specified time.
- getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the most recent time when this rule takes effect before the specified time.
- getPreviousStart(long, int, int, boolean) - Method in class com.ibm.icu.util.TimeZoneRule
-
Gets the most recent time when this rule takes effect before the specified time.
- getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.BasicTimeZone
-
[icu] Returns the last time zone transition before the base time.
- getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
[icu] Returns the last time zone transition before the base time.
- getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.SimpleTimeZone
-
[icu] Returns the last time zone transition before the base time.
- getPreviousTransition(long, boolean) - Method in class com.ibm.icu.util.VTimeZone
-
[icu] Returns the last time zone transition before the base time.
- getProcessedLength() - Method in class com.ibm.icu.text.Bidi
-
Get the length of the source text processed by the last call to
setPara().
- getPropertyEnum(CharSequence) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Return the UProperty selector for a given property name, as
specified in the Unicode database file PropertyAliases.txt.
- getPropertyName(int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Return the Unicode name for a given property, as given in the
Unicode database file PropertyAliases.txt.
- getPropertyValueEnum(int, CharSequence) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Return the property value integer for a given value name, as
specified in the Unicode database file PropertyValueAliases.txt.
- getPropertyValueName(int, int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Return the Unicode name for a given property value, as given in
the Unicode database file PropertyValueAliases.txt.
- getQuarters(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
-
[icu] Returns quarter strings.
- getRadix() - Method in class com.ibm.icu.text.NumberingSystem
-
Returns the radix of the current numbering system.
- getRangeCount() - Method in class com.ibm.icu.text.UnicodeSet
-
Iteration method that returns the number of ranges contained in
this set.
- getRangeEnd(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Iteration method that returns the last character in the
specified range of this set.
- getRangeStart(int) - Method in class com.ibm.icu.text.UnicodeSet
-
Iteration method that returns the first character in the
specified range of this set.
- getRawCollationKey(String, RawCollationKey) - Method in class com.ibm.icu.text.Collator
-
[icu] Returns the simpler form of a CollationKey for the String source following
the rules of this Collator and stores the result into the user provided argument
key.
- getRawCollationKey(String, RawCollationKey) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Gets the simpler form of a CollationKey for the String source following the rules of this Collator and stores the
result into the user provided argument key.
- getRawDecomposition(int) - Method in class com.ibm.icu.text.FilteredNormalizer2
-
Gets the raw decomposition mapping of c.
- getRawDecomposition(int) - Method in class com.ibm.icu.text.Normalizer2
-
Gets the raw decomposition mapping of c.
- getRawOffset() - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
Gets unmodified offset, NOT modified in case of daylight savings.
- getRawOffset() - Method in class com.ibm.icu.util.SimpleTimeZone
-
Overrides TimeZone
Gets the GMT offset for this time zone.
- getRawOffset() - Method in class com.ibm.icu.util.TimeZone
-
Gets unmodified offset, NOT modified in case of daylight savings.
- getRawOffset() - Method in class com.ibm.icu.util.TimeZoneRule
-
Gets the standard time offset.
- getRawOffset() - Method in class com.ibm.icu.util.VTimeZone
-
Gets unmodified offset, NOT modified in case of daylight savings.
- getReader(InputStream, String) - Method in class com.ibm.icu.text.CharsetDetector
-
Autodetect the charset of an inputStream, and return a Java Reader
to access the converted input data.
- getReader() - Method in class com.ibm.icu.text.CharsetMatch
-
Create a java.io.Reader for reading the Unicode character data corresponding
to the original byte data supplied to the Charset detect operation.
- getRecordCount() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Return the number of records in the index: that is, the total number of distinct pairs added with addRecord(...), over all the buckets.
- getRedundants(Collection<String>) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.
This API is ICU internal only.
- getReferenceZoneID(String, String) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the reference zone ID for the given meta zone ID for the region.
- getRegexEquivalent() - Method in class com.ibm.icu.text.UnicodeSet
-
Deprecated.
This API is ICU internal only.
- getRegion(String) - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the region code associated with the given
system time zone ID.
- getReorderCodes() - Method in class com.ibm.icu.text.Collator
-
Retrieves the reordering codes for this collator.
- getReorderCodes() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Retrieves the reordering codes for this collator.
- getReorderingMode() - Method in class com.ibm.icu.text.Bidi
-
What is the requested reordering mode for a given Bidi object?
- getReorderingOptions() - Method in class com.ibm.icu.text.Bidi
-
What are the reordering options applied to a given Bidi object?
- getRepeatedWallTimeOption() - Method in class com.ibm.icu.util.Calendar
-
[icu]Gets the behavior for handling wall time repeating multiple times
at negative time zone offset transitions.
- getResourceBundle(String) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Convenience function to get a ResourceBundle instance using
the specified base name based on the language/locale priority list
stored in this object.
- getResourceBundle(String, ClassLoader) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Convenience function to get a ResourceBundle instance using
the specified base name and class loader based on the language/locale
priority list stored in this object.
- getRestrictionLevel() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getRestrictionLevel() - Method in class com.ibm.icu.text.SpoofChecker
-
Get the Restriction Level that is being tested.
- getResultLength() - Method in class com.ibm.icu.text.Bidi
-
Get the length of the reordered text resulting from the last call to
setPara().
- getRoundingIncrement() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the rounding increment.
- getRoundingIncrement() - Method in class com.ibm.icu.util.Currency
-
Returns the rounding increment for this currency, or 0.0 if no
rounding is done by this currency.
- getRoundingMode() - Method in class com.ibm.icu.math.MathContext
-
Returns the roundingMode setting.
- getRoundingMode() - Method in class com.ibm.icu.text.DecimalFormat
-
Returns the rounding mode.
- getRoundingMode() - Method in class com.ibm.icu.text.NumberFormat
-
Returns the rounding mode used in this NumberFormat.
- getRule() - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the start date/time rule associated used by this rule.
- getRule() - Method in class com.ibm.icu.util.Holiday
-
- getRuleDayOfMonth() - Method in class com.ibm.icu.util.DateTimeRule
-
Gets the rule day of month.
- getRuleDayOfWeek() - Method in class com.ibm.icu.util.DateTimeRule
-
Gets the rule day of week.
- getRuleMillisInDay() - Method in class com.ibm.icu.util.DateTimeRule
-
Gets the rule time in the rule day.
- getRuleMonth() - Method in class com.ibm.icu.util.DateTimeRule
-
Gets the rule month.
- getRules() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Gets the collation tailoring rules for this RuleBasedCollator.
- getRules(boolean) - Method in class com.ibm.icu.text.RuleBasedCollator
-
Returns current rules.
- getRuleSetDisplayName(String, ULocale) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display name for the provided rule set and locale.
- getRuleSetDisplayName(String) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display name for the provided rule set in the current default DISPLAY locale.
- getRuleSetDisplayNameLocales() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Return a list of locales for which there are locale-specific display names
for the rule sets in this formatter.
- getRuleSetDisplayNames(ULocale) - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display names for the provided locale.
- getRuleSetDisplayNames() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display names for the current default DISPLAY locale.
- getRuleSetNames() - Method in class com.ibm.icu.text.RuleBasedNumberFormat
-
Returns a list of the names of all of this formatter's public rule sets.
- getRuleStatus() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Return the status tag from the break rule that determined the most recently
returned break position.
- getRuleStatusVec(int[]) - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Get the status (tag) values from the break rule(s) that determined the most
recently returned break position.
- getRuleWeekInMonth() - Method in class com.ibm.icu.util.DateTimeRule
-
Gets the rule day of week ordinal number in the month.
- getRunCount() - Method in class com.ibm.icu.text.Bidi
-
Return the number of level runs.
- getRunLevel(int) - Method in class com.ibm.icu.text.Bidi
-
Return the level of the nth logical run in this line.
- getRunLimit(int) - Method in class com.ibm.icu.text.Bidi
-
Return the index of the character past the end of the nth logical run in
this line, as an offset from the start of the line.
- getRunStart(int) - Method in class com.ibm.icu.text.Bidi
-
Return the index of the character at the start of the nth logical run in
this line, as an offset from the start of the line.
- getSamples(String) - Method in class com.ibm.icu.text.PluralRules
-
Returns a list of values for which select() would return that keyword,
or null if the keyword is not defined.
- getSampleString(int) - Static method in class com.ibm.icu.lang.UScript
-
Returns the script sample character string.
- getScientificInstance() - Static method in class com.ibm.icu.text.NumberFormat
-
[icu] Returns a scientific format for the current default FORMAT locale.
- getScientificInstance(Locale) - Static method in class com.ibm.icu.text.NumberFormat
-
[icu] Returns a scientific format for the specified locale.
- getScientificInstance(ULocale) - Static method in class com.ibm.icu.text.NumberFormat
-
[icu] Returns a scientific format for the specified locale.
- getScript(int) - Static method in class com.ibm.icu.lang.UScript
-
Gets the script code associated with the given codepoint.
- getScript() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the script code for this locale, which might be the empty string.
- getScript(String) - Static method in class com.ibm.icu.util.ULocale
-
[icu] Returns the script code for the specified locale, which might be the empty
string.
- getScriptCode() - Method in class com.ibm.icu.lang.UScriptRun
-
Deprecated.
This API is ICU internal only.
- getScriptCount() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getScriptExtensions(int, BitSet) - Static method in class com.ibm.icu.lang.UScript
-
Sets code point c's Script_Extensions as script code integers into the output BitSet.
- getScriptLimit() - Method in class com.ibm.icu.lang.UScriptRun
-
Deprecated.
This API is ICU internal only.
- getScripts() - Method in class com.ibm.icu.text.IdentifierInfo
-
Deprecated.
This API is ICU internal only.
- getScriptStart() - Method in class com.ibm.icu.lang.UScriptRun
-
Deprecated.
This API is ICU internal only.
- getSecondaryGroupingSize() - Method in class com.ibm.icu.text.DecimalFormat
-
[icu] Returns the secondary grouping size.
- getSecondPart() - Method in class com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
accessor
- getSelector() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
-
Returns the selector string.
- getSelectorValue() - Method in class com.ibm.icu.text.MessagePatternUtil.VariantNode
-
- getSentenceInstance() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates sentence boundaries.
- getSentenceInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates sentence boundaries.
- getSentenceInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates sentence boundaries.
- getSet() - Method in class com.ibm.icu.text.UnicodeSetIterator
-
Deprecated.
This API is ICU internal only.
- getShortMonths() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns short month strings.
- getShortName(int) - Static method in class com.ibm.icu.lang.UScript
-
Gets a script name associated with the given script code.
- getShortWeekdays() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns abbreviated weekday strings; for example: "Sun", "Mon", etc.
- getSignificantDigit() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used to represent a significant digit in a pattern.
- getSimpleStyle() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getSimpleTimeZoneRulesNear(long) - Method in class com.ibm.icu.util.BasicTimeZone
-
[icu] Returns the array of TimeZoneRule which represents the rule of
this time zone object near the specified date.
- getSingleCodePoint(CharSequence) - Static method in class com.ibm.icu.lang.CharSequences
-
Deprecated.
This API is ICU internal only.
- getSingleCodePoint(CharSequence) - Static method in class com.ibm.icu.text.UnicodeSet
-
Deprecated.
This API is ICU internal only.
- getSize() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the size of a resource.
- getSkeleton(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Utility to return a unique skeleton from a given pattern.
- getSkeleton(int, String) - Method in class com.ibm.icu.text.SpoofChecker
-
Get the "skeleton" for an identifier string.
- getSkeletonAllowingDuplicates(String) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.
This API is ICU internal only.
- getSkeletons(Map<String, String>) - Method in class com.ibm.icu.text.DateTimePatternGenerator
-
Return a list of all the skeletons (in canonical form) from this class,
and the patterns that they map to.
- getSkippedWallTimeOption() - Method in class com.ibm.icu.util.Calendar
-
[icu]Gets the behavior for handling skipped wall time at positive time zone offset
transitions.
- getSource() - Method in class com.ibm.icu.text.CanonicalIterator
-
Gets the NFD form of the current source we are iterating over.
- getSourceSet() - Method in class com.ibm.icu.text.Transliterator
-
Returns the set of all characters that may be modified in the
input text by this Transliterator.
- getSourceString() - Method in class com.ibm.icu.text.CollationKey
-
Return the source string that this CollationKey represents.
- getStamp(int) - Method in class com.ibm.icu.util.Calendar
-
Returns the timestamp of a field.
- getStart() - Method in class com.ibm.icu.text.BidiRun
-
Get the first logical position of the run in the source text
- getStartInYear(int, int, int) - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the time when this rule takes effect in the given year.
- getStartTimes() - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the array of start times used by this rule.
- getStartYear() - Method in class com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the first year when this rule takes effect.
- getStrength() - Method in class com.ibm.icu.text.Collator
-
Returns this Collator's strength property.
- getString(byte[], String) - Method in class com.ibm.icu.text.CharsetDetector
-
Autodetect the charset of an inputStream, and return a String
containing the converted input data.
- getString() - Method in class com.ibm.icu.text.CharsetMatch
-
Create a Java String from Unicode character data corresponding
to the original byte data supplied to the Charset detect operation.
- getString(int) - Method in class com.ibm.icu.text.CharsetMatch
-
Create a Java String from Unicode character data corresponding
to the original byte data supplied to the Charset detect operation.
- getString() - Method in class com.ibm.icu.text.UnicodeSetIterator
-
Gets the current string from the iterator.
- getString() - Method in class com.ibm.icu.util.CaseInsensitiveString
-
returns the underlying string
- getString() - Method in class com.ibm.icu.util.UResourceBundle
-
Returns a string from a string resource type
- getString(int) - Method in class com.ibm.icu.util.UResourceBundle
-
Returns the string in a given resource at the specified index.
- getStringArray() - Method in class com.ibm.icu.util.UResourceBundle
-
Returns a string array from a array resource type
- getStringPropertyValue(int, int, int) - Static method in class com.ibm.icu.lang.UCharacter
-
Deprecated.
This API is ICU internal only.
- getSubstring(MessagePattern.Part) - Method in class com.ibm.icu.text.MessagePattern
-
Returns the substring of the pattern string indicated by the Part.
- getSupportedLocaleIDs() - Method in class com.ibm.icu.text.Collator.CollatorFactory
-
Return an unmodifiable collection of the locale names directly
supported by this factory.
- getSupportedLocaleNames() - Method in class com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns an immutable collection of the locale names directly
supported by this factory.
- getSupportedLocaleNames() - Method in class com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
-
Returns an immutable collection of the locale names directly
supported by this factory.
- getSymbol(String) - Method in class com.ibm.icu.text.CurrencyDisplayNames
-
Returns the symbol for the currency with the provided ISO code.
- getSymbol() - Method in class com.ibm.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name for the default DISPLAY locale.
- getSymbol(Locale) - Method in class com.ibm.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name.
- getSymbol(ULocale) - Method in class com.ibm.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name.
- getSymbols() - Method in class com.ibm.icu.text.SimpleDateFormat
-
Method for subclasses to access the DateFormatSymbols.
- getTailoredSet() - Method in class com.ibm.icu.text.Collator
-
[icu] Returns a UnicodeSet that contains all the characters and sequences tailored
in this collator.
- getTailoredSet() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Get an UnicodeSet that contains all the characters and sequences tailored in this collator.
- getTarget() - Method in class com.ibm.icu.text.SearchIterator
-
Return the target text that is being searched.
- getTargetSet() - Method in class com.ibm.icu.text.Transliterator
-
Returns the set of all characters that may be generated as
replacement text by this transliterator.
- getTerritory() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Gets the territory setting.
- getText() - Method in class com.ibm.icu.text.Bidi
-
Get the text.
- getText() - Method in class com.ibm.icu.text.BreakIterator
-
Returns a CharacterIterator over the text being analyzed.
- getText() - Method in class com.ibm.icu.text.MessagePatternUtil.TextNode
-
- getText(char[]) - Method in class com.ibm.icu.text.Normalizer
-
Gets the underlying text storage
- getText() - Method in class com.ibm.icu.text.Normalizer
-
Returns the text under iteration as a string
- getText() - Method in class com.ibm.icu.text.RuleBasedBreakIterator
-
Return a CharacterIterator over the text being analyzed.
- getText(char[], int) - Method in class com.ibm.icu.text.UCharacterIterator
-
Fills the buffer with the underlying text storage of the iterator
If the buffer capacity is not enough a exception is thrown.
- getText(char[]) - Method in class com.ibm.icu.text.UCharacterIterator
-
Convenience override for getText(char[], int)>/code> that provides
an offset of 0.
- getText() - Method in class com.ibm.icu.text.UCharacterIterator
-
Convenience method for returning the underlying text storage as as string
- getTextAsString() - Method in class com.ibm.icu.text.Bidi
-
Get the text.
- getTime() - Method in class com.ibm.icu.util.Calendar
-
Returns this Calendar's current time.
- getTime() - Method in class com.ibm.icu.util.TimeZoneTransition
-
Returns the time of transition in milliseconds since the base time.
- getTimeInMillis() - Method in class com.ibm.icu.util.Calendar
-
Returns this Calendar's current time as a long.
- getTimeInstance() - Static method in class com.ibm.icu.text.DateFormat
-
Gets the time formatter with the default formatting style
for the default FORMAT locale.
- getTimeInstance(int) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the time formatter with the given formatting style
for the default FORMAT locale.
- getTimeInstance(int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the time formatter with the given formatting style
for the given locale.
- getTimeInstance(int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Returns the time formatter with the given formatting style
for the given locale.
- getTimeInstance(Calendar, int, Locale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format times in
the calendar system specified by
cal.
- getTimeInstance(Calendar, int, ULocale) - Static method in class com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format times in
the calendar system specified by
cal.
- getTimeInstance(Calendar, int) - Static method in class com.ibm.icu.text.DateFormat
-
Convenience overload.
- getTimeRuleType() - Method in class com.ibm.icu.util.DateTimeRule
-
Gets the time rule type
- getTimeScaleValue(int, int) - Static method in class com.ibm.icu.util.UniversalTimeScale
-
Get a value associated with a particular time scale.
- getTimeType() - Method in class com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the time type of the start times used by this rule.
- getTimeUnit() - Method in class com.ibm.icu.util.TimeUnitAmount
-
Get the unit (convenience to avoid cast).
- getTimeZone() - Method in class com.ibm.icu.text.DateFormat
-
Returns the time zone.
- getTimeZone() - Method in class com.ibm.icu.util.Calendar
-
Returns the time zone.
- getTimeZone() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
Get the timezone.
- getTimeZone(String) - Static method in class com.ibm.icu.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimeZone(String, int) - Static method in class com.ibm.icu.util.TimeZone
-
Gets the TimeZone for the given ID and the timezone type.
- getTimeZoneDisplayName(String, TimeZoneNames.NameType) - Method in class com.ibm.icu.text.TimeZoneNames
-
Returns the display name of the time zone.
- getTimeZoneFormat() - Method in class com.ibm.icu.text.SimpleDateFormat
-
[icu] Gets the time zone formatter which this date/time
formatter uses to format and parse a time zone.
- getTimeZoneNames() - Method in class com.ibm.icu.text.TimeZoneFormat
-
Returns the time zone display name data used by this instance.
- getTimeZoneNames(ULocale) - Method in class com.ibm.icu.text.TimeZoneNames.Factory
-
The factory method of TimeZoneNames.
- getTimeZoneRules() - Method in class com.ibm.icu.util.BasicTimeZone
-
[icu] Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules(long) - Method in class com.ibm.icu.util.BasicTimeZone
-
[icu] Returns the array of TimeZoneRule which represents the rule
of this time zone object since the specified start time.
- getTimeZoneRules() - Method in class com.ibm.icu.util.RuleBasedTimeZone
-
[icu] Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules() - Method in class com.ibm.icu.util.SimpleTimeZone
-
[icu] Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules() - Method in class com.ibm.icu.util.VTimeZone
-
[icu] Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules(long) - Method in class com.ibm.icu.util.VTimeZone
-
[icu] Returns the array of TimeZoneRule which represents the rule
of this time zone object since the specified start time.
- getTitleInstance() - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates title boundaries.
- getTitleInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates title boundaries.
- getTitleInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates title boundaries.
- getTo() - Method in class com.ibm.icu.util.TimeZoneTransition
-
Returns the rule used after the transition.
- getToDate() - Method in class com.ibm.icu.util.DateInterval
-
Get the to date.
- getTrailSurrogate(int) - Static method in class com.ibm.icu.text.UTF16
-
Returns the trail surrogate.
- getType(int) - Static method in class com.ibm.icu.lang.UCharacter
-
Returns a value indicating a code point's Unicode category.
- getType() - Method in class com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.
This API is ICU internal only.
- getType() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns the type of this part.
- getType() - Method in class com.ibm.icu.text.MessagePatternUtil.MessageContentsNode
-
Returns the type of this piece of MessageNode contents.
- getType() - Method in class com.ibm.icu.util.BuddhistCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.ChineseCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.CopticCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.DangiCalendar
-
Deprecated.
This API is ICU internal only.
- getType() - Method in class com.ibm.icu.util.EthiopicCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.GregorianCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.HebrewCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.IndianCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.IslamicCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.JapaneseCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.PersianCalendar
-
Deprecated.
This API is ICU internal only.
- getType() - Method in class com.ibm.icu.util.Region
-
Returns this region's type.
- getType() - Method in class com.ibm.icu.util.TaiwanCalendar
-
[icu] Returns the calendar type name string for this Calendar object.
- getType() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the type of a resource.
- getTypeIterator() - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns an iterator for character types, iterating over codepoints.
- getTypeName() - Method in class com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getTZDataVersion() - Static method in class com.ibm.icu.util.TimeZone
-
[icu] Returns the time zone data version currently used by ICU.
- getTZURL() - Method in class com.ibm.icu.util.VTimeZone
-
Gets the RFC2445 TZURL property value.
- getUCAVersion() - Method in class com.ibm.icu.text.Collator
-
[icu] Returns the UCA version of this collator object.
- getUCAVersion() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Get the UCA version of this collator object.
- getUInt() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns a unsigned integer from a resource.
- getULocale() - Method in class com.ibm.icu.text.CurrencyDisplayNames
-
Returns the locale used to determine how to translate the currency names.
- getULocale() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getULocale() - Method in class com.ibm.icu.text.MessageFormat
-
[icu] Returns the locale that's used when creating argument Format objects.
- getULocale() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Returns the RFC 3066 conformant locale id of this resource bundle.
- getUnderflowLabel() - Method in class com.ibm.icu.text.AlphabeticIndex
-
Get the default label used in the IndexCharacters' locale for underflow, eg the last item in: X Y Z ...
- getUnicodeLocaleAttributes() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the set of unicode locale attributes associated with
this locale, or the empty set if it has no attributes.
- getUnicodeLocaleKeys() - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the set of Unicode locale keys defined by this locale, or the empty set if
this locale has none.
- getUnicodeLocaleType(String) - Method in class com.ibm.icu.util.ULocale
-
[icu] Returns the Unicode locale type associated with the specified Unicode locale key
for this locale.
- getUnicodeNumericValue(int) - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the numeric value for a Unicode code point as defined in the
Unicode Character Database.
- getUnicodeSet(UnicodeSet, int) - Method in class com.ibm.icu.charset.CharsetICU
-
Returns the set of Unicode code points that can be converted by an ICU Converter.
- getUnicodeVersion() - Static method in class com.ibm.icu.lang.UCharacter
-
[icu] Returns the version of Unicode data used.
- getUniqueKeywordValue(String) - Method in class com.ibm.icu.text.PluralRules
-
Returns the unique value that this keyword matches, or
PluralRules.NO_UNIQUE_VALUE
if the keyword matches multiple values or is not defined for this PluralRules.
- getUniqueValue() - Method in class com.ibm.icu.util.BytesTrie
-
Determines whether all byte sequences reachable from the current state
map to the same value, and if so, returns that value.
- getUniqueValue() - Method in class com.ibm.icu.util.CharsTrie
-
Determines whether all strings reachable from the current state
map to the same value, and if so, returns that value.
- getUnit() - Method in class com.ibm.icu.util.Measure
-
Returns the unit of this object.
- getUsage(int) - Static method in class com.ibm.icu.lang.UScript
-
Returns the script usage according to UAX #31 Unicode Identifier and Pattern Syntax.
- getUTS46Instance(int) - Static method in class com.ibm.icu.text.IDNA
-
Returns an IDNA instance which implements UTS #46.
- getValue() - Method in class com.ibm.icu.text.MessagePattern.Part
-
Returns a value associated with this part.
- getValue() - Method in class com.ibm.icu.util.BytesTrie
-
Returns a matching byte sequence's value if called immediately after
current()/first()/next() returned Result.INTERMEDIATE_VALUE or Result.FINAL_VALUE.
- getValue() - Method in class com.ibm.icu.util.CharsTrie
-
Returns a matching string's value if called immediately after
current()/first()/next() returned Result.INTERMEDIATE_VALUE or Result.FINAL_VALUE.
- getValueArray() - Method in class com.ibm.icu.util.CompactByteArray
-
Deprecated.
This API is ICU internal only.
- getValueArray() - Method in class com.ibm.icu.util.CompactCharArray
-
Deprecated.
This API is ICU internal only.
- getVariableTop() - Method in class com.ibm.icu.text.Collator
-
[icu] Returns the variable top value of a Collator.
- getVariableTop() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Gets the variable top value of a Collator.
- getVariant() - Method in class com.ibm.icu.util.ULocale
-
Returns the variant code for this locale, which might be the empty string.
- getVariant(String) - Static method in class com.ibm.icu.util.ULocale
-
Returns the variant code for the specified locale, which might be the empty string.
- getVariants() - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
- getVariantsByType(List<MessagePatternUtil.VariantNode>, List<MessagePatternUtil.VariantNode>) - Method in class com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
Separates the variants by type.
- getVersion() - Method in class com.ibm.icu.text.Collator
-
[icu] Returns the version of this collator object.
- getVersion() - Method in class com.ibm.icu.text.RuleBasedCollator
-
Get the version of this collator object.
- getVersion() - Method in class com.ibm.icu.util.UResourceBundle
-
[icu] Return the version number associated with this UResourceBundle as an
VersionInfo object.
- getVisualIndex(int) - Method in class com.ibm.icu.text.Bidi
-
Get the visual position from a logical text position.
- getVisualMap() - Method in class com.ibm.icu.text.Bidi
-
Get a visual-to-logical index map (array) for the characters in the
Bidi (paragraph or line) object.
- getVisualRun(int) - Method in class com.ibm.icu.text.Bidi
-
Get a BidiRun object according to its index.
- getWeekdays() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns wide weekday strings.
- getWeekdays(int, int) - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns weekday strings.
- getWeekendTransition(int) - Method in class com.ibm.icu.util.Calendar
-
[icu] Returns the time during the day at which the weekend begins or end in this
calendar system.
- getWeight(ULocale) - Method in class com.ibm.icu.util.LocalePriorityList
-
Return the weight for a given language, or null if there is none.
- getWidth() - Method in class com.ibm.icu.util.LocaleData.PaperSize
-
Returns the width of the paper
- getWordInstance() - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(Locale) - Static method in class com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(ULocale) - Static method in class com.ibm.icu.text.BreakIterator
-
[icu] Returns a new instance of BreakIterator that locates word boundaries.
- getZeroDigit() - Method in class com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for zero.
- getZoneStrings() - Method in class com.ibm.icu.text.DateFormatSymbols
-
Returns time zone strings.
- GLAGOLITIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GLAGOLITIC - Static variable in class com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- GLAGOLITIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GlobalizationPreferences - Class in com.ibm.icu.util
-
This convenience class provides a mechanism for bundling together different
globalization preferences.
- GlobalizationPreferences() - Constructor for class com.ibm.icu.util.GlobalizationPreferences
-
Default constructor
- GLUE - Static variable in interface com.ibm.icu.lang.UCharacter.LineBreak
-
- GMT_ZONE - Static variable in class com.ibm.icu.util.TimeZone
-
[icu] The immutable GMT (=UTC) time zone.
- GOOD_FRIDAY - Static variable in class com.ibm.icu.util.EasterHoliday
-
Good Friday, 2 days before Easter
- GOTHIC - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GOTHIC - Static variable in class com.ibm.icu.lang.UScript
-
Gothic
- GOTHIC_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GRANTHA - Static variable in class com.ibm.icu.lang.UScript
-
ISO 15924 script code
- GRAPHEME_BASE - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Grapheme_Base (new).
- GRAPHEME_CLUSTER_BREAK - Static variable in interface com.ibm.icu.lang.UProperty
-
Enumerated property Grapheme_Cluster_Break (new in Unicode 4.1).
- GRAPHEME_EXTEND - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Grapheme_Extend (new).
- GRAPHEME_LINK - Static variable in interface com.ibm.icu.lang.UProperty
-
Binary property Grapheme_Link (new).
- GREATEST_MINIMUM - Static variable in class com.ibm.icu.util.Calendar
-
Limit type for getLimit() and handleGetLimit()
indicating the greatest minimum value that a field can take.
- GREEK - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Greek and Coptic".
- GREEK - Static variable in class com.ibm.icu.lang.UScript
-
Greek
- GREEK_EXTENDED - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GREEK_EXTENDED_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GREEK_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Greek and Coptic".
- GregorianCalendar - Class in com.ibm.icu.util
-
[icu enhancement] ICU's replacement for java.util.GregorianCalendar.
- GregorianCalendar() - Constructor for class com.ibm.icu.util.GregorianCalendar
-
Constructs a default GregorianCalendar using the current time
in the default time zone with the default FORMAT locale.
- GregorianCalendar(TimeZone) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the given time zone with the default FORMAT locale.
- GregorianCalendar(Locale) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the default time zone with the given locale.
- GregorianCalendar(ULocale) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
[icu] Constructs a GregorianCalendar based on the current time
in the default time zone with the given locale.
- GregorianCalendar(TimeZone, Locale) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
[icu] Constructs a GregorianCalendar based on the current time
in the given time zone with the given locale.
- GregorianCalendar(TimeZone, ULocale) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the given time zone with the given locale.
- GregorianCalendar(int, int, int) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date set
in the default time zone with the default FORMAT locale.
- GregorianCalendar(int, int, int, int, int) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- GregorianCalendar(int, int, int, int, int, int) - Constructor for class com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- gregorianMonthLength(int, int) - Static method in class com.ibm.icu.util.Calendar
-
Returns the length of a month of the Gregorian calendar.
- gregorianPreviousMonthLength(int, int) - Static method in class com.ibm.icu.util.Calendar
-
Returns the length of a previous month of the Gregorian calendar.
- GROUPING_SEPARATOR - Static variable in class com.ibm.icu.text.NumberFormat.Field
-
- guessBreakIterator(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessCalendar() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessCollator() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessCurrency() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics
- guessDateFormat(int, int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessLocales() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics
It MUST return a 'safe' value,
one whose modification will not affect this object.
- guessNumberFormat(int) - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessTerritory() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessTimeZone() - Method in class com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- GUJARATI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GUJARATI - Static variable in class com.ibm.icu.lang.UScript
-
Gujarati
- GUJARATI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GURMUKHI - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GURMUKHI - Static variable in class com.ibm.icu.lang.UScript
-
Gurmukhi
- GURMUKHI_ID - Static variable in class com.ibm.icu.lang.UCharacter.UnicodeBlock
-