- CA_JAPANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- CacheBase<K,V,D> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Base class for cache implementations.
- CacheBase() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CacheBase
-
- CacheValue<V> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Value type for cache items:
Holds a value either via a direct reference or via a
Reference,
depending on the current "strength" when
getInstance() was called.
- CacheValue() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
-
- CacheValue.Strength - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
"Strength" of holding a value in CacheValue instances.
- calendar - Variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util
-
.
- Calendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Constructs a Calendar with the default time zone
and the default FORMAT locale.
- Calendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Constructs a calendar with the specified time zone and locale.
- Calendar.WeekData - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Simple, immutable struct-like class for access to the CLDR week data.
- CALENDAR_JAPANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- CalendarAstronomer - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
CalendarAstronomer is a class that can perform the calculations to
determine the positions of the sun and moon, the time of sunrise and
sunset, and other astronomy-related data.
- CalendarAstronomer() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Construct a new CalendarAstronomer object that is initialized to
the current date and time.
- CalendarAstronomer(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Construct a new CalendarAstronomer object that is initialized to
the specified date and time.
- CalendarAstronomer(long) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Construct a new CalendarAstronomer object that is initialized to
the specified time.
- CalendarAstronomer(double, double) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Construct a new CalendarAstronomer object with the given
latitude and longitude.
- CalendarAstronomer.Ecliptic - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Represents the position of an object in the sky relative to the ecliptic,
the plane of the earth's orbit around the Sun.
- CalendarAstronomer.Equatorial - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Represents the position of an
object in the sky relative to the plane of the earth's equator.
- CalendarAstronomer.Horizon - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Represents the position of an object in the sky relative to
the local horizon.
- CalendarCache - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- CalendarCache() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarCache
-
- CalendarUtil - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Calendar utilities.
- CalendarUtil() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarUtil
-
- call(CharsetDecoderICU, Object, ByteBuffer, CharBuffer, IntBuffer, char[], int, CoderResult) - Method in interface org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback.Encoder
-
This function is called when the Unicode characters in the source cannot be handled,
and this function is meant to handle or fix the error if possible.
- CALORIE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: calorie
- CalType - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
Calendar type enum, moved from org.graalvm.shadowed.com.ibm.icu.util.Calendar.
- CANADA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- CANADA_FRENCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- CANADIAN_ABORIGINAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Unified Canadian Aboriginal Symbols
- CANDELA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of light: candela
- CANONICAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- CANONICAL_COMBINING_CLASS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Canonical_Combining_Class.
- CANONICAL_DECOMPOSITION - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Decomposition mode value.
- canonicalID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Return the (canonical) original ID.
- canonicalID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
Return the canonical version of the original ID.
- CanonicalIterator - Class in org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.CanonicalIterator
-
Construct a CanonicalIterator object
- canonicalize(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XLikelySubtags
-
Implementation of LocaleMatcher.canonicalize(ULocale).
- canonicalize(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Partially canonicalizes a locale (language).
- canonicalize(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the canonical name according to CLDR for the specified locale ID.
- canonicalizeExtension(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizeExtensionSingleton(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizeExtensionSubtag(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizeExtlang(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizeLanguage(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizePrivateuse(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizePrivateuseSubtag(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizeRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizeScript(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalizeVariant(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- canonicalLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Convenience method to return the locale corresponding to the (canonical) original ID.
- CANTILLATION_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CARAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: carat
- CARIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CARIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CARIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CARRIAGE_RETURN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- CASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Bitmask for constructor, applyPattern(), and closeOver()
indicating letter case.
- CASE_AND_QUATERNARY_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Case bits and quaternary bits.
- CASE_FIRST - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Options bit 9: Keep the case bits in the tertiary weight (they trump other tertiary values)
unless case level is on (when they are *moved* into the separate case level).
- CASE_FIRST_AND_UPPER_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Options bit mask for caseFirst and upperFirst, before shifting.
- CASE_FOLDING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Case_Folding.
- CASE_IGNORABLE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Case_Ignorable.
- CASE_INSENSITIVE - Static variable in class org.graalvm.shadowed.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_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- CASE_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Options bit 10: Insert the case level between the secondary and tertiary levels.
- CASE_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- CASE_SENSITIVE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Case_Sensitive.
- CASED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Cased.
- caseIgnoreCompare(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- caseIgnoreMatch(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- CaseInsensitiveKey(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil.CaseInsensitiveKey
-
- CaseInsensitiveString - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A string used as a key in java.util.Hashtable and other
collections.
- CaseInsensitiveString(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CaseInsensitiveString
-
Constructs an CaseInsentiveString object from the given string
- CaseMap - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Low-level case mapping options and methods.
- CaseMap.Fold - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Case folding options and methods.
- CaseMap.Lower - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Lowercasing options and methods.
- CaseMap.Title - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Titlecasing options and methods.
- CaseMap.Upper - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Uppercasing options and methods.
- CaseMapImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- CaseMapImpl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- CaseMapImpl.StringContextIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Implementation of UCaseProps.ContextIterator, iterates over a String.
- CASHCURRENCYSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify currency cash style of format which uses currency
ISO code to represent currency, for example: "NT$3" instead of "NT$3.23".
- Categories() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Categories
-
- CategoriesSink() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.CategoriesSink
-
- CATEGORY_TABLE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
-
- CAUCASIAN_ALBANIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CAUCASIAN_ALBANIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CAUCASIAN_ALBANIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CELSIUS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of temperature: celsius
- CENTILITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: centiliter
- CENTIMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: centimeter
- CENTURY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: century
- CHAITRA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Chaitra, the 1st month of the Indian year.
- CHAKMA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAKMA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CHAKMA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CHAM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHANGES_WHEN_CASEFOLDED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Casefolded.
- CHANGES_WHEN_CASEMAPPED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Casemapped.
- CHANGES_WHEN_LOWERCASED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Lowercased.
- CHANGES_WHEN_NFKC_CASEFOLDED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Changes_When_NFKC_Casefolded.
- CHANGES_WHEN_TITLECASED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Titlecased.
- CHANGES_WHEN_UPPERCASED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Changes_When_Uppercased.
- char32At(int) - Method in interface org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
One more than the highest normal ECharacterCategory value.
- CHAR_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check that an identifier contains only characters from a specified set of acceptable characters.
- CHAR_NAME_ALIAS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.UCharacterNameChoice
-
- CHAR_NAME_CHOICE_COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.UCharacterNameChoice
-
- character(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
-
- character(String, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
-
- characterArray(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
-
- characterArray(String, char[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
-
- CharacterIteration - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- CharacterIteratorWrapper - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This class is a wrapper around CharacterIterator and implements the
UCharacterIterator protocol
- CharacterIteratorWrapper(CharacterIterator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- CharacterProperties - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Sets and maps for Unicode properties.
- CharacterPropertiesImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Properties functionality above class UCharacterProperty
but below class CharacterProperties and class UnicodeSet.
- CharacterPropertiesImpl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CharacterPropertiesImpl
-
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- charAt(int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
- charAt(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
-
- charAt(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
-
- charAt(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
-
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.FormattedList
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
- charAt(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Replaceable
-
Returns the 16-bit code unit at the given offset into the text.
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Return the character at the given position in this object.
- charAt(int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charAt(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charAt(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charAt(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a substring.
- charAt(Replaceable, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- charCount(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- charEnd - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
The index of the last char consumed during parsing.
- chars - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.Entry
-
The string.
- charSequenceEquals(CharSequence, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Returns whether the chars in the two CharSequences are equal.
- charSequenceHashCode(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Returns a hash code for a CharSequence that is equivalent to calling
charSequence.toString().hashCode()
- charSequenceIterator(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Create an iterator that will produce the values from the Trie2 for
the sequence of code points in an input text.
- CharSequenceValues() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceValues
-
- CharsetCallback - Class in org.graalvm.shadowed.com.ibm.icu.charset
-
Callback API for CharsetICU API
- CharsetCallback.Decoder - Interface in org.graalvm.shadowed.com.ibm.icu.charset
-
Decoder Callback interface
- CharsetCallback.Encoder - Interface in org.graalvm.shadowed.com.ibm.icu.charset
-
Encoder Callback interface
- CharsetDecoderICU - Class in org.graalvm.shadowed.com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- CharsetDetector - Class in org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Constructor
- CharsetEncoderICU - Class in org.graalvm.shadowed.com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- charsetForName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetProviderICU
-
Constructs a Charset for the given charset name.
- charsetForName(String, String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given ICU conversion table from the specified class path.
- CharsetICU - Class in org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.charset.CharsetICU
-
- CharsetMatch - Class in org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.charset
-
A concrete subclass of CharsetProvider for loading and providing charset converters
in ICU.
- CharsetProviderICU() - Constructor for class org.graalvm.shadowed.com.ibm.icu.charset.CharsetProviderICU
-
Default constructor
- charsets() - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetProviderICU
-
Returns an iterator for the available ICU Charsets.
- CharsetSelector - Class in org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.charset.CharsetSelector
-
Construct a CharsetSelector from a list of charset names.
- CharsTrie - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Light-weight, non-const reader class for a CharsTrie.
- CharsTrie(CharSequence, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Constructs a CharsTrie reader instance.
- CharsTrie(CharsTrie) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Copy constructor.
- CharsTrie.Entry - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Return value type for the Iterator.
- CharsTrie.Iterator - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Iterator for all of the (string, value) pairs in a CharsTrie.
- CharsTrie.State - Class in org.graalvm.shadowed.com.ibm.icu.util
-
CharsTrie state object, for saving a trie's current state
and resetting the trie back to this state later.
- CharsTrieBuilder - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Builder class for CharsTrie.
- CharsTrieBuilder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Constructs an empty builder.
- charToString(char, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- CharTrie - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Trie implementation which stores data in char, 16 bits.
- CharTrie(ByteBuffer, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Creates a new Trie with the settings for the trie data.
- CharTrie(int, int, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Make a dummy CharTrie.
- CHECK_BIDI - Static variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
- CHECK_CONTEXTJ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTJ rules.
- CHECK_CONTEXTO - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
IDNA option to check for whether the input conforms to the CONTEXTO rules.
- CHECK_FCD - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Options bit 0: Perform the FCD check on the input text and deliver normalized text.
- checkCompare(T, T) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility.
- checkHash(Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility.
- checkOffset(int, CharacterIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Throw IllegalArgumentException unless begin <= offset < end.
- CheckResult() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.CheckResult
-
Default constructor
- checks - Variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.CheckResult
-
Indicates which of the spoof check(s) have failed.
- CHEROKEE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Cherokee
- CHEROKEE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHEROKEE_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHESS_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHESS_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHINA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- CHINESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- CHINESE_SIMPLIFIED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ENumberSystem
-
- CHINESE_TRADITIONAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ENumberSystem
-
- ChineseCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
ChineseCalendar is a concrete subclass of
Calendar
that implements a traditional Chinese calendar.
- ChineseCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar with the default time zone and locale.
- ChineseCalendar(Date) - Constructor for class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Construct a ChineseCalendar based on the current time
with the given time zone with the given locale.
- chineseNumber(long, Utils.ChineseDigits) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.Utils
-
Interesting features of chinese numbers:
- Each digit is followed by a unit symbol (10's, 100's, 1000's).
- chooseCurrency(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets
-
Looks through all Currency-related sets for the given string, returning the first match or null if
no match was round.
- chooseFrom(String, StaticUnicodeSets.Key) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets
-
Checks if the UnicodeSet given by key1 contains the given string.
- chooseFrom(String, StaticUnicodeSets.Key, StaticUnicodeSets.Key) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets
-
Checks if the UnicodeSet given by either key1 or key2 contains the string.
- CHORASMIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHORASMIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
- CHORASMIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CHRISTMAS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Christmas, December 25th
- CHRISTMAS_EVE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Christmas Eve, December 24th
- CIRCLE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- CIRTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CJK_COMPATIBILITY - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_FORMS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_COMPATIBILITY_IDEOGRAPHS_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_RADICALS_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_STROKES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_SYMBOLS_AND_PUNCTUATION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_C_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_D_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_E_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_F_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_G_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_H - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_H_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CJK_UNIFIED_IDEOGRAPHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CjkBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
-
- CjkBreakEngine(boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.CjkBreakEngine
-
- classify(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiClassifier
-
Gets customized Bidi class for the code point c.
- ClassLoaderUtil - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This utility class is used for resolving a right ClassLoader from
a given class.
- ClassLoaderUtil() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ClassLoaderUtil
-
- clear() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterPropertiesImpl
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject.Reference
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- clear() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUCache
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
Clears the data from this ParsedNumber, in effect failing the current parse.
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleCache
-
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Clears this MessagePattern.
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Removes all of the elements from this set.
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Removes all (byte sequence, value) pairs.
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Clears the values of all the time fields.
- clear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Clears the value in the given time field.
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Removes all (string, value) pairs.
- clear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Resets the builder to its initial, empty state.
- clearCaches() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Clear caches maintained by this service.
- clearCEsIfNoneRemaining() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- clearExtensions() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- clearExtensions() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Resets the extensions to their initial, empty state.
- clearPatternAndSetApostropheMode(MessagePattern.ApostropheMode) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Clears this MessagePattern and sets the ApostropheMode.
- clearRecords() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Clear the index.
- clearServiceCache() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Clears only the service cache.
- clearStats() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
Clear the stats (stop collecting stats).
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
Creates a clone of this iterator.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject
-
Initializes refCount to 0.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject.Reference
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Creates and returns a shallow copy of the property bag.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Creates a copy of this iterator, does not clone the underlying
Replaceableobject
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
Boilerplate API; calls through to wrapped object.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Create a copy of this iterator
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
-
Creates a copy of this iterator, does not clone the underlying
Replaceableobject
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Does not clone the byte array.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Clone method.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Clones the collator.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Standard override
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Overrides clone.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Overrides clone.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Clone this Format object polymorphically.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Clone this object.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Returns a copy of this DateTimePatternGenerator object.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Creates and returns a copy of this object.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Overrides clone.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Clones this iterator.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Clones the RuleBasedCollator
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Duplicates this formatter.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Overrides Cloneable
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Creates a copy of this iterator, independent from other iterators.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Return a new set that is equivalent to this one.
- clone() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Overrides Cloneable
- clone() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Clones this mutable trie.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Overrides clone.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Overrides clone.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Overrides clone.
- clone() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Overrides clone.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Creates and returns an unfrozen copy of this object.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Clone a thawed version of this class, according to the Freezable interface.
- cloneAsThawed() - Method in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Provides for the clone operation.
- cloneAsThawed() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Provides for the clone operation.
- close() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Closes the underlying reader and releases any system resources
associated with it.
- close() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
-
- close() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
-
- CLOSE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.BidiPairedBracketType
-
Close paired bracket.
- CLOSE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
- CLOSE_PARENTHESIS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- CLOSE_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- closeOver(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Close this set over the given attribute.
- code - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
The three-letter ISO currency code.
- codeFailure - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker.Where
-
- codePoint - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceValues
-
The code point at index.
- codepoint - Variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.EntryRange
-
The starting code point of the range.
- codepoint - Variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
The lowest Unicode code point value.
- codePointAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- codePointAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns the code point at the given index relative to the current offset.
- codePointAt(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codePointAt(char[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codePointAt(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codePointBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- codePointBefore(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codePointBefore(char[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codePointBefore(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codePointCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- codePointCount(CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codePointCount(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- codepointEnd - Variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.EntryRange
-
The ending code point of the range
- codepointEnd - Variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
When iterating over ranges using nextRange(),
codepointEnd contains the inclusive end of the
iteration range, if codepoint != IS_STRING.
- CodePointMap - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Abstract map from Unicode code points (U+0000..U+10FFFF) to integer values.
- CodePointMap() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap
-
Protected no-args constructor.
- CodePointMap.Range - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Range iteration result data.
- CodePointMap.RangeOption - Enum in org.graalvm.shadowed.com.ibm.icu.util
-
Selectors for how getRange() should report value ranges overlapping with surrogates.
- CodePointMap.StringIterator - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Iterates over code points of a string and fetches map values.
- CodePointMap.ValueFilter - Interface in org.graalvm.shadowed.com.ibm.icu.util
-
Callback function interface: Modifies a map value.
- CodePointMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Matches a single code point, performing no other logic.
- codePoints(int, int, Padder.PadPosition) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
-
- CodePointTrie - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Immutable Unicode code point trie.
- CodePointTrie.Fast - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Fast16 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Fast32 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Fast8 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Small - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Small16 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Small32 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Small8 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
- CodePointTrie.Type - Enum in org.graalvm.shadowed.com.ibm.icu.util
-
Selectors for the type of a CodePointTrie.
- CodePointTrie.ValueWidth - Enum in org.graalvm.shadowed.com.ibm.icu.util
-
Selectors for the number of bits in a CodePointTrie data value.
- collapse - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
-
- collapse(NumberRangeFormatter.RangeCollapse) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatterSettings
-
Sets the aggressiveness of "collapsing" fields across the range separator.
- Collation - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Collation v2 basic definitions and static helper functions.
- Collation() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- CollationBuilder - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CollationBuilder(CollationTailoring) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationBuilder
-
- CollationCompare - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CollationCompare() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationCompare
-
- CollationData - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Collation data container.
- CollationElementIterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
CollationElementIterator is an iterator created by
a RuleBasedCollator to walk through a string.
- CollationFastLatin - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CollationFCD - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Data and functions for the FCD check fast path.
- CollationFCD() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFCD
-
- CollationIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Collation element iterator and abstract character iterator.
- CollationIterator(CollationData) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Partially constructs the iterator.
- CollationIterator(CollationData, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- CollationKey - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A CollationKey represents a String
under the rules of a specific Collator
object.
- CollationKey(String, byte[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
CollationKey constructor.
- CollationKey(String, RawCollationKey) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
CollationKey constructor that forces key to release its internal byte
array for adoption.
- CollationKey.BoundMode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Options that used in the API CollationKey.getBound() for getting a
CollationKey based on the bound mode requested.
- CollationKeys - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CollationKeys.LevelCallback - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CollationKeys.SortKeyByteSink - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CollationLoader - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Convenience string denoting the Collation data tree
- CollationRoot - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Collation root provider.
- CollationRoot() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRoot
-
- CollationRootElements - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Container and access methods for collation elements and weights
that occur in the root collator.
- CollationRootElements(long[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
- CollationRuleParser - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CollationSettings - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Collation settings/options/attributes.
- CollationTailoring - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Collation tailoring data & settings.
- CollationWeights - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Allocates n collation element weights between two exclusive limits.
- CollationWeights() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationWeights
-
- Collator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- Collator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Empty default constructor to make javadocs happy
- Collator.CollatorFactory - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A factory used with registerFactory to register multiple collators and provide
display names for them.
- Collator.ReorderCodes - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Reordering codes for non-script groups that can be reordered under collation.
- CollatorFactory() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Collator.CollatorFactory
-
Empty default constructor.
- CollectionSet<E> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A wrapper around java.util.Collection that implements java.util.Set.
- CollectionSet(Collection<E>) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- CollectionUtilities() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.CollectionUtilities
-
- combineDateAndTime(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Combines a relative date string and a time string in this object's
locale.
- CombinedCurrencyMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Matches a currency, either a custom currency or one from the data bundle.
- COMBINING_DIACRITICAL_MARKS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_DIACRITICAL_MARKS_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_HALF_MARKS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_HALF_MARKS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMBINING_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- COMBINING_MARKS_FOR_SYMBOLS - Static variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Mc
- COMMON - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Common
- COMMON_INDIC_NUMBER_FORMS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMMON_INDIC_NUMBER_FORMS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COMMON_NUMBER_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type CS
- COMMON_SEC_AND_TER_CE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Lower 32 bits of a CE with common secondary and tertiary weights.
- COMMON_WEIGHT16 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- comp - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- COMP_1_LAST_TUPLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- COMP_1_TRAIL_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- COMP_1_TRAIL_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- COMP_1_TRAIL_SHIFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- COMP_1_TRIPLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- COMP_2_TRAIL_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- COMP_2_TRAIL_SHIFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- compact() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Removes trailing zeros from the BCD (adjusting the scale as required) and then computes the
precision.
- compact() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- compact(PropsVectors.CompactHandler) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- compact(Set<String>, StringRange.Adder, boolean, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StringRange
-
Compact the set of strings.
- compact(Set<String>, StringRange.Adder, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StringRange
-
Faster but not as good compaction.
- COMPACT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
- compact() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Reallocate this objects internal structures to take up the least
possible space, without changing this object's value.
- CompactData - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Datatype for compact notation data.
- CompactData() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
-
- CompactData.CompactType - Enum in org.graalvm.shadowed.com.ibm.icu.impl.number
-
- CompactDecimalFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200".
- CompactDecimalFormat.CompactStyle - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Style parameter for CompactDecimalFormat.
- compactLong() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Notation
-
Print the number using long-form compact notation.
- CompactNotation - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines the scientific notation style to be used when formatting numbers in
NumberFormatter.
- compactShort() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Notation
-
Print the number using short-form compact notation.
- compactToTrieWithRowIndexes() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- COMPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
-
Comparator for two AffixMatcher instances which prioritizes longer prefixes followed by longer
suffixes, ensuring that the longest prefix/suffix pair is always chosen.
- COMPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
A Comparator that favors ParsedNumbers with the most chars consumed.
- compare(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
-
- compare(Iterable<T>, Iterable<T>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
-
- compare(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
Compare two property names, returning <0, 0, or >0.
- compare(String, String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Compares the source Object to the target Object.
- compare(char[], int, int, char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(char[], char[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Convenience method that can have faster implementation
by not allocating buffers.
- compare(int, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Convenience method that can have faster implementation
by not allocating buffers.
- compare(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Compares the source text String to the target text String according to the collation rules, strength and
decomposition mode for this RuleBasedCollator.
- compare(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Utility to compare a string to a code point.
- compare(int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Utility to compare a string to a code point.
- compare(Iterable<T>, Iterable<T>) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Utility to compare two iterables.
- compare(Collection<T>, Collection<T>, UnicodeSet.ComparisonStyle) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Utility to compare two collections, optionally by size, and then lexicographically.
- compare(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Compare two strings depending on the options selected during construction.
- COMPARE_CODE_POINT_ORDER - Static variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Option bit for compare:
Perform case-insensitive comparison.
- COMPARE_INT_ARRAYS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.StringRange
-
- compareCodePoint(int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Utility for comparing a code point to a string without having to create a new string.
- compareIterables(Iterable<T>, Iterable<T>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
-
- compareTo(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- compareTo(UResource.Key) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
- compareTo(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
- compareTo(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Compares this BigDecimal to another, using unlimited precision.
- compareTo(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Compares this BigDecimal to another.
- compareTo(CharsetMatch) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetMatch
-
Compare to other CharsetMatch objects.
- compareTo(CollationKey) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Compare this CollationKey to another CollationKey.
- compareTo(RawCollationKey) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RawCollationKey
-
Compare this RawCollationKey to another, which must not be null.
- compareTo(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Compares UnicodeSets, where shorter come first, and otherwise lexicographically
(according to the comparison of the first characters that differ).
- compareTo(UnicodeSet, UnicodeSet.ComparisonStyle) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Compares UnicodeSets, in three different ways.
- compareTo(Iterable<String>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
- compareTo(ByteArrayWrapper) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Compare this object to another ByteArrayWrapper, which must not be null.
- compareTo(Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Compares the times (in millis) represented by two
Calendar objects.
- compareTo(Region) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
- compareTo(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Compares two ULocale for ordering.
- compareTo(VersionInfo) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Compares other with this VersionInfo.
- compareUnsigned(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Compares 2 unsigned integers
- compareUpToQuaternary(CollationIterator, CollationIterator, CollationSettings) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationCompare
-
- compareUTF16(char[], char[], int, CharSequence, CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFastLatin
-
- COMPAT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- compile(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Compile a regex string, after processing by fix(...).
- compile(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Compile a regex string, after processing by fix(...).
- compile(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Creates a formatter from the pattern string.
- compileBnf(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Compile a composed string from a set of BNF lines; see the List version for more information.
- compileBnf(List<String>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Compile a composed string from a set of BNF lines, such as for composing a regex
expression.
- compileMinMaxArguments(CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Creates a formatter from the pattern string.
- compileRules(String, OutputStream) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Compile a set of source break rules into the binary state tables used
by the break iterator engine.
- compileToStringMinMaxArguments(CharSequence, StringBuilder, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Creates a compiled form of the pattern string, for use with appropriate static methods.
- complement(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complements the specified range in this set.
- complement(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complements the specified character in this set.
- complement() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
This is equivalent to
complement(MIN_VALUE, MAX_VALUE).
- complement(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complement the specified string in this set.
- COMPLEMENTALL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- complementAll(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complement EACH of the characters in this string.
- complementAll(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complements in this set all elements contained in the specified
set.
- complete() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Fills in any unset fields in the time field list.
- COMPLEX_CONTEXT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- complexConverterResult - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter.RouteResult
-
- ComplexUnitsConverter - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
Converts from single or compound unit to single, compound or mixed units.
- ComplexUnitsConverter(MeasureUnitImpl, ConversionRates) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Constructs ComplexUnitsConverter for an inputUnit that could be Single, Compound or
Mixed.
- ComplexUnitsConverter(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Constructs ComplexUnitsConverter NOTE: - inputUnit and outputUnits must be under the same category -
e.g.
- ComplexUnitsConverter(MeasureUnitImpl, MeasureUnitImpl, ConversionRates) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Constructs ComplexUnitsConverter NOTE: - inputUnit and outputUnits must be under the same category -
e.g.
- ComplexUnitsConverter.ComplexConverterResult - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
- compose(CharSequence, int, int, boolean, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- composeAndAppend(CharSequence, boolean, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- ComposeNormalizer2(Normalizer2Impl, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
-
- composePair(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
-
- composePair(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- composePair(int, int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Performs pairwise composition of a & b and returns the composite if there is one.
- composeQuickCheck(CharSequence, int, int, boolean, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Very similar to compose(): Make the same changes in both places if relevant.
- compress(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
-
Compress a string into a byte array.
- compress(char[], int, int) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
-
Compress a Unicode character array into a byte array.
- compressibleBytes - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
256 flags for which primary-weight lead bytes are compressible.
- computeFields() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Converts the current millisecond time value time to
field values in fields[].
- computeGregorianFields(int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Compute the Julian day of a month of the Gregorian calendar.
- computeJulianDay() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Compute the Julian day number as specified by this calendar's fields.
- computeTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Converts the current field values in fields[] to the
millisecond time value time.
- CONDITIONAL_JAPANESE_STARTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- CONFIG_PROPS_FILE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUConfig
-
- CONFLICT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
- conflictingPattern - Variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
- CONFUSABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
- CONNECTOR_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pc
- CONSONANT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_DEAD - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_FINAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_HEAD_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_INITIAL_POSTFIXED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_KILLER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_MEDIAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PLACEHOLDER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PRECEDING_REPHA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_PREFIXED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_SUBJOINED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_SUCCEEDING_REPHA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- CONSONANT_WITH_STACKER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- ConstantAffixModifier - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
The canonical implementation of
Modifier, containing a prefix and suffix string.
- ConstantAffixModifier(String, String, Format.Field, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
Constructs an instance with the given strings.
- ConstantAffixModifier() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
Constructs a new instance with an empty prefix, suffix, and field.
- ConstantMultiFieldModifier - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
An implementation of
Modifier that allows for multiple types of fields in the same modifier.
- ConstantMultiFieldModifier(FormattedStringBuilder, FormattedStringBuilder, boolean, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- ConstantMultiFieldModifier(FormattedStringBuilder, FormattedStringBuilder, boolean, boolean, Modifier.Parameters) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- Constants() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
-
- constrainClass(Class<?>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Sets a constraint on the field class.
- ConstrainedFieldPosition - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents a span of a string containing a given field.
- ConstrainedFieldPosition() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Initializes a CategoryFieldPosition.
- constrainField(Format.Field) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Sets a constraint on the field.
- consumeToken(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils.TokenConsumer
-
- consumeToken(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixPatternMatcher
-
This method is NOT intended to be called directly.
- CONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
- contains(Charset) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetICU
-
Ascertains if a charset is a sub set of this charset
Implements the abstract method of super class.
- contains(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.BMPSet
-
- contains(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- CONTAINS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- contains(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
For fast UnicodeSet::contains(c).
- contains(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.USerializedSet
-
Returns true if the given USerializedSet contains the given
character.
- contains(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.ValiditySet
-
- contains(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.ValiditySet
-
- contains(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeFilter
-
Returns true for characters that are in the selected
subset.
- contains(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains the given character.
- contains(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains every character
of the given range.
- contains(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains the given
multicharacter string.
- contains(Region) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
- containsAll(Collection<?>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- containsAll(UnicodeSet) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if there is a partition of the string such that this set contains each of the partitioned strings.
- containsAll(Iterable<T>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
- containsField(Format.Field) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
- containsField(Format.Field) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- containsField(Format.Field) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Whether the modifier contains at least one occurrence of the given field.
- containsField(Format.Field) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
- containsField(Format.Field) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
- containsKey(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- containsNone(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains none of the characters
of the given range.
- containsNone(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if none of the characters or strings in this UnicodeSet appears in the string.
- containsNone(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains none of the characters
of the given string.
- containsNone(Iterable<T>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
- containsOnlySymbolsAndIgnorables(CharSequence, UnicodeSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Returns whether the given affix pattern contains only symbols and ignorables as defined by the
given ignorables set.
- containsSome(int, int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
and strings of the given set.
- containsSome(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains one or more of the characters
of the given string.
- containsSome(Iterable<T>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
- containsSymbolType(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
- containsSymbolType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
-
- containsSymbolType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
-
- containsSymbolType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
-
- containsType(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Checks whether the given affix pattern contains at least one token of the given type, which is one
of the constants "TYPE_" in
AffixUtils.
- containsValue(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- contentEquals(char[], Object[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- contentEquals(FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- contentEquals(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns true if this segment contains the same characters as the other CharSequence.
- contentEquals(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
- context - Variable in class org.graalvm.shadowed.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.
For instance, this object can be used to save a reference to
a previous custom BidiClassifier while setting a new one, so as to
allow chaining between them.
- contextLimit - Variable in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Ending index, exclusive, of the context to be considered for a
transliteration operation.
- contextStart - Variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- ContractionsAndExpansions - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- ContractionsAndExpansions(UnicodeSet, UnicodeSet, ContractionsAndExpansions.CESink, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.ContractionsAndExpansions
-
- ContractionsAndExpansions.CESink - Interface in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
- CONTROL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- CONTROL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cc
- CONTROL_PICTURES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CONTROL_PICTURES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CONVERSION_UNIT_TABLE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
-
- ConversionInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.ConversionInfo
-
- conversionRate - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.ConversionInfo
-
- ConversionRateInfo(String, String, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
-
- ConversionRates - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
- ConversionRates() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
-
- ConversionRates.ConversionRateInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
- ConversionRates.ConversionRatesSink - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
- ConversionRatesSink() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRatesSink
-
- convert(BigDecimal, Precision) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Returns outputMeasures which is an array with the corresponding values.
- convert(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
-
- ConverterPreference(MeasureUnitImpl, MeasureUnitImpl, String, ConversionRates) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter.ConverterPreference
-
- ConverterPreference(MeasureUnitImpl, MeasureUnitImpl, BigDecimal, String, ConversionRates) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter.ConverterPreference
-
- convertIDNToASCII(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
-
- convertIDNToUnicode(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
-
- convertInverse(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
-
- convertLocalized(String, DecimalFormatSymbols, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils
-
Converts a pattern between standard notation and localized notation.
- convertToASCII(UCharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
-
- convertToUnicode(UCharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
-
- COPTIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Coptic
- COPTIC_EPACT_NUMBERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC_EPACT_NUMBERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COPTIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CopticCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Implement the Coptic calendar system.
- CopticCalendar() - Constructor for class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Convert an Coptic year, month, and day to a Julian day.
- copy() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
- copy() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- copy(int, int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Replaceable
-
Copies a substring of this object, retaining metadata.
- copy(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Copy a substring of this object, retaining attribute (out-of-band)
information.
- copyAndSimplify() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Returns a simplified version of the unit.
- copyBcdFrom(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- copyBcdFrom(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- copyBytesTo(byte[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Entry
-
Copies the byte sequence into a byte array.
- copyFrom(FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- copyFrom(DecimalFormatProperties) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Shallow-copies the properties from the given property bag into this property bag.
- copyFrom(DecimalQuantity) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Sets this instance to be equal to another instance.
- copyFrom(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- copyFrom(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- copyOf(Map<K, V>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableMap
-
- copyOf(XCldrStub.Multimap<K, V>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableMultimap
-
- copyOf(Set<T>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableSet
-
- copyOnWrite() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject.Reference
-
Returns a writable version of the reference.
- copyReorderingFrom(CollationSettings) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- copyToBuilder() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Creates a builder with the same parameters from this object.
- CORPUS_CHRISTI - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Corpus Christi, 60 days after Easter
- COUNT - Static variable in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Number of standard plural forms/categories.
- countCodePoint(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Number of codepoints in a UTF16 String
- countCodePoint(StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Number of codepoints in a UTF16 String buffer
- countCodePoint(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Number of codepoints in a UTF16 char array substring
- countEquivalentIDs(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns the number of IDs in the equivalency group that
includes the given ID.
- countEquivalentIDs(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns the number of IDs in the equivalency group that
includes the given ID.
- countIn(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence,
counting by CountMethod.MIN_ELEMENTS using SpanCondition.SIMPLE.
- countIn(CharSequence, UnicodeSetSpanner.CountMethod) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE.
- countIn(CharSequence, UnicodeSetSpanner.CountMethod, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns the number of matching characters found in a character sequence.
- COUNTING_ROD_NUMERALS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- COUNTING_ROD_NUMERALS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- countParagraphs() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the number of paragraphs.
- countParts() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Returns the number of "parts" created by parsing the pattern string.
- countRanges() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.USerializedSet
-
Returns the number of disjoint ranges of characters contained in
the given serialized set.
- countRuns() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the number of runs.
- countTokens() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Calculates the number of times that this tokenizer's
nextToken method can be called before it generates an
exception.
- cpFromCodePointAndLength(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
- cpLimit - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
- cpStart - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
- CR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- CR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
- CR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
-
- create(int, LSTMBreakEngine.LSTMData) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
-
- create(long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilder
-
Create a period of the given duration using the current system
time as the reference time.
- create(ICUService.Key, ICUService) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Implement superclass abstract method.
- create(ICUService.Key, ICUService) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.SimpleLocaleKeyFactory
-
Returns the service object if kind/locale match.
- create(ICUService.Key, ICUService) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Factory
-
Create a service object from the key, if this factory
supports the key.
- create(ICUService.Key, ICUService) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
Return the service instance if the factory's id is equal to
the key's currentID.
- create() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.HashMultimap
-
- create() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.LinkedHashMultimap
-
- create() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.TreeMultimap
-
- create(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Create a VTimeZone instance by the time zone ID.
- create(Reader) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Create a VTimeZone instance by RFC2445 VTIMEZONE data.
- createBundle(String, String, ClassLoader) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Create a bundle using a reader.
- createCanonical(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Creates a ULocale from the id by first canonicalizing the id according to CLDR.
- createCanonical(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Creates a ULocale from the locale by first canonicalizing the locale according to CLDR.
- createCollator(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator.CollatorFactory
-
Return an instance of the appropriate collator.
- createCollator(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator.CollatorFactory
-
Return an instance of the appropriate collator.
- createCopy() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Like clone, but without the restrictions of the Cloneable interface clone.
- createCopy() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- createData(UResourceBundle) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
-
- createData(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
-
- createDefaultParserForLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
- createFormat(ULocale, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns a number format of the appropriate type.
- createFormat(Locale, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns a number format of the appropriate type.
- createFromRules(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a Transliterator object constructed from
the given rule string.
- createFromSerialized(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Create a Trie2 from its serialized form.
- createFromSerialized(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_16
-
Create a Trie2 from its serialized form.
- createFromSerialized(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_32
-
Create a Trie2 from its serialized form.
- createImmutable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Creates a new quantity-dependent Modifier that behaves the same as the current instance, but which
is immutable and can be saved for future use.
- createInstance(K, D) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheBase
-
Creates an instance for the key and data.
- createKey(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
- createKey(String, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
- createKey(ULocale, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
- createKey(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Create a key from an id.
- createLineBidi(int, int) - Method in class org.graalvm.shadowed.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.
- createMatchers(AffixPatternProvider, NumberParserImpl, AffixTokenMatcherFactory, IgnorablesMatcher, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
-
- createObject(K) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleObjectCache
-
- createParserFromProperties(DecimalFormatProperties, DecimalFormatSymbols, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
Creates a parser from the given DecimalFormatProperties.
- createRules(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Creates a PluralRules from a description if it is parsable,
otherwise returns null.
- createSimpleParser(ULocale, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
Creates a parser with most default options.
- createTimeZone(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
Creates an instance of JavaTimeZone with the given timezone ID.
- createWithCanonical(ULocale, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Create a LocaleKey with canonical primary and fallback IDs.
- createWithCanonicalFallback(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Create a LocaleKey with canonical primary and fallback IDs.
- createWithCanonicalFallback(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Create a LocaleKey with canonical primary and fallback IDs.
- createWithReferenceDate(long, long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilder
-
Create a period of the given duration using the provided reference date.
- CSCharacterIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Implement the Java CharacterIterator interface on a CharSequence.
- CSCharacterIterator(CharSequence) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
Constructor.
- CUBIC_CENTIMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-centimeter
- CUBIC_FOOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-foot
- CUBIC_INCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-inch
- CUBIC_KILOMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-kilometer
- CUBIC_METER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-meter
- CUBIC_MILE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-mile
- CUBIC_YARD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cubic-yard
- CUNEIFORM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- CUNEIFORM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM_NUMBERS_AND_PUNCTUATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUNEIFORM_NUMBERS_AND_PUNCTUATION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CUP - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cup
- CUP_METRIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: cup-metric
- currencies(CurrencyMetaInfo.CurrencyFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyMetaInfo
-
- currencies(CurrencyMetaInfo.CurrencyFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Returns the list of currency codes matching the provided filter.
- currency - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
-
- currency() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
-
- currency(Currency.CurrencyUsage) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show numbers rounded and padded according to the rules for the currency unit.
- CURRENCY - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the currency property.
- currency - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The currency to filter on.
- CURRENCY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
- Currency - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A class encapsulating a currency, as defined by ISO 4217.
- Currency(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Constructs a currency object for the given ISO 4217 3-letter
code.
- Currency.CurrencyUsage - Enum in org.graalvm.shadowed.com.ibm.icu.util
-
Currency Usage used for Decimal Format
- CURRENCY_SPC_CURRENCY_MATCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_INSERT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SPC_SURROUNDING_MATCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
- CURRENCY_SYMBOL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Sc
- CURRENCY_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CURRENCY_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CurrencyAmount - Class in org.graalvm.shadowed.com.ibm.icu.util
-
An amount of currency, consisting of a Number and a Currency.
- CurrencyAmount(Number, Currency) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a number and a currency.
- CurrencyAmount(double, Currency) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a double value and a currency.
- CurrencyAmount(Number, Currency) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a number and a Java currency.
- CurrencyAmount(double, Currency) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a double value and a Java currency.
- currencyAsDecimal() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
True if the currency symbol should replace the decimal separator.
- currencyAsDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
-
- currencyAsDecimal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
- currencyAsDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
-
- currencyAsDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
-
- currencyCode - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
The currency that got consumed.
- CurrencyData - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- CurrencyData.CurrencyDisplayInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- CurrencyData.CurrencyDisplayInfoProvider - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
- CurrencyData.CurrencyFormatInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- CurrencyData.CurrencySpacingInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- CurrencyData.CurrencySpacingInfo.SpacingPattern - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
- CurrencyData.CurrencySpacingInfo.SpacingType - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
- CurrencyData.DefaultInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- currencyDigits(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyMetaInfo
-
- currencyDigits(String, Currency.CurrencyUsage) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyMetaInfo
-
- currencyDigits(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Returns the CurrencyDigits for the currency code.
- currencyDigits(String, Currency.CurrencyUsage) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Returns the CurrencyDigits for the currency code with Context Usage.
- CurrencyDigits(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
-
Constructor for CurrencyDigits.
- CurrencyDisplayInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfo
-
- CurrencyDisplayNames - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Returns currency names localized for a locale.
- CurrencyFormatInfo(String, String, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyFormatInfo
-
- currencyInfo(CurrencyMetaInfo.CurrencyFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyMetaInfo
-
- currencyInfo(CurrencyMetaInfo.CurrencyFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Returns the list of CurrencyInfos matching the provided filter.
- CurrencyMetaInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Provides information about currencies that is not specific to a locale.
- CurrencyMetaInfo.CurrencyDigits - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents the raw information about fraction digits and rounding increment.
- CurrencyMetaInfo.CurrencyFilter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A filter used to select which currency info is returned.
- CurrencyMetaInfo.CurrencyInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents a complete currency info record listing the region, currency, from and to dates,
and priority.
- currencyPattern - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyFormatInfo
-
- CurrencyPluralInfo - Class in org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the default FORMAT locale.
- CurrencyPluralInfo(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- CurrencyPluralInfo(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Create a CurrencyPluralInfo object for the given locale.
- CurrencyPluralInfoAffixProvider - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
- CurrencyPluralInfoAffixProvider(CurrencyPluralInfo, DecimalFormatProperties) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
-
- CurrencyPrecision - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines a rounding strategy parameterized by a currency to be used when formatting
numbers in NumberFormatter.
- CurrencySpacingEnabledModifier - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
- CurrencySpacingEnabledModifier(FormattedStringBuilder, FormattedStringBuilder, boolean, boolean, DecimalFormatSymbols) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencySpacingEnabledModifier
-
Safe code path
- CurrencySpacingInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
-
- CurrencySpacingInfo(String...) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
-
- CURRENCYSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify general currency style of format.
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Returns the current UTF16 character.
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Gets the character at the current position (as returned by getIndex()).
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
-
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Return the iterator's current position.
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Returns the current iteration position.
- current() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns the code unit at the current index.
- current() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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.
- current32(CharacterIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteration
-
- CURRENT_ERA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
- currentCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Returns the current codepoint
- currentCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns the codepoint at the current index.
- currentDescriptor() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Return the (canonical) current descriptor, or null if no current id.
- currentDescriptor() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
Return the current descriptor.
- currentEnd() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- currentID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Return the (canonical) current ID, or null if no current id.
- currentID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
Return the (canonical) current ID.
- currentLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Convenience method to return the ulocale corresponding to the (canonical) currentID.
- currentStart() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- CustomSymbolCurrency - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
- CustomSymbolCurrency(String, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
-
- CYPRIOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Cypriot
Script in Unicode 4
- CYPRIOT_SYLLABARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYPRIOT_SYLLABARY_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYPRO_MINOAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYPRO_MINOAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
- CYPRO_MINOAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Cyrillic
- CYRILLIC_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_C - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_C_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_D - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_EXTENDED_D_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- CYRILLIC_SUPPLEMENT - Static variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- CYRILLIC_SUPPLEMENTARY - Static variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
- F - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EGender
-
- factories() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Return a snapshot of the currently registered factories.
- FAHRENHEIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of temperature: fahrenheit
- fail(Exception) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Assert
-
- fail(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Assert
-
- failsChecks(String, SpoofChecker.CheckResult) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check the specified string for possible security issues.
- failsChecks(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check the specified string for possible security issues.
- fallback() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
If the key has a fallback, modify the key and return true,
otherwise return false.
- fallback() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
If the key has a fallback, modify the key and return true,
otherwise return false.
- fallback(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleUtility
-
Fallback from the given locale name by removing the rightmost _-delimited
element.
- fallback(MacroProps) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
Copies values from fallback into this instance if they are null in this instance.
- FALLBACK_PADDING_STRING - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
-
- FARSI_YEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- fastLatinOptions - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Options for CollationFastLatin.
- fastLatinPrimaries - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- fastLatinTable - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
Fast Latin table for common-Latin-text string comparisons.
- FATHOM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: fathom
- fBackwardB - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fBackwardU - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fBackwardW - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fCatCount - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIDataHeader
-
the number of character categories.
- fcc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- fcd - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- FCDIterCollationIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Incrementally checks the input text for FCD and normalizes where necessary.
- FCDIterCollationIterator(CollationData, boolean, UCharacterIterator, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
-
- FCDNormalizer2(Normalizer2Impl) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
-
- FCDUTF16CollationIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Incrementally checks the input text for FCD and normalizes where necessary.
- FCDUTF16CollationIterator(CollationData) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
-
- FCDUTF16CollationIterator(CollationData, boolean, CharSequence, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
-
- fDict - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fDictCategoriesStart - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Char category number of the first dictionary char class,
or the the largest category number + 1 if there are no dictionary categories.
- FE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- FEBRUARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the MONTH field indicating the
second month of the year.
- FEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- fEmbedding - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fetchCEs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Fetches all CEs.
- FFFD_PRIMARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- fFlags - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Option Flags for this state table.
- fForwardB - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fForwardU - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fForwardW - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fFTable - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- fHeader - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- fHeaderSize - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Length in bytes of the state table header, of all the int32 fields
preceding fTable in the serialized form.
- Field(String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constructs a DateFormat.Field with the given name and
the Calendar field which this attribute represents.
- Field(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat.Field
-
Create a Field with the specified name.
- Field(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
Constructs a new instance of NumberFormat.Field with the given field
name.
- fieldAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- fieldDifference(Date, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the difference between the given time and the time this
calendar object is set to.
- fieldFailure - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker.Where
-
- fieldName(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a string name for a field, for debugging and exceptions.
- fieldsToDay(int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
Convert a year, month, and day-of-month, given in the proleptic
Gregorian calendar, to 1970 epoch days.
- FileUtilities() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.FileUtilities
-
- FilteredBreakIteratorBuilder - Class in org.graalvm.shadowed.com.ibm.icu.text
-
The BreakIteratorFilter is used to modify the behavior of a BreakIterator
by constructing a new BreakIterator which suppresses certain segment boundaries.
- FilteredNormalizer2 - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Normalization filtered by a UnicodeSet.
- FilteredNormalizer2(Normalizer2, UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Constructs a filtered normalizer wrapping any Normalizer2 instance
and a filter set.
- filteredTransliterate(Replaceable, Transliterator.Position, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterate a substring of text, as specified by index, taking filters
into account.
- FINAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- FINAL_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pf
- FINAL_QUOTE_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pf
This name is compatible with java.lang.Character's name for this type.
- FINAL_SEMKATH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- finalize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject.Reference
-
- find(CharSequence, TextTrieMap.ResultHandler<V>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
-
- find(CharSequence, int, TextTrieMap.ResultHandler<V>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
-
- find(String, int, EnumSet<TimeZoneGenericNames.GenericNameType>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Returns a collection of time zone display name matches for the specified types in the
given text at the given offset.
- find(CharSequence, int, EnumSet<TimeZoneNames.NameType>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- find(CharSequence, int, EnumSet<TimeZoneNames.NameType>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- find(CharSequence, int, EnumSet<TimeZoneNames.NameType>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Finds time zone name prefix matches for the input text at the
given offset and returns a collection of the matches.
- findBestMatch(String, int, EnumSet<TimeZoneGenericNames.GenericNameType>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Returns the best match of time zone display name for the specified types in the
given text at the given offset.
- findBreaks(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine
-
- findBreaks(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LanguageBreakEngine
-
Implements the actual breaking logic.
- findBreaks(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.UnhandledBreakEngine
-
- findCodePointOffset(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the UTF-32 offset corresponding to the first UTF-32 boundary at or after the given
UTF-16 offset.
- findCodePointOffset(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the UTF-32 offset corresponding to the first UTF-32 boundary at the given UTF-16
offset.
- findCodePointOffset(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the UTF-32 offset corresponding to the first UTF-32 boundary at the given UTF-16
offset.
- findDestinationIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
Moves the iterator to the edit that contains the destination index.
- findMismatch(Matcher, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.RegexUtilities
-
- findOffsetFromCodePoint(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the UTF-16 offset that corresponds to a UTF-32 offset.
- findOffsetFromCodePoint(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the UTF-16 offset that corresponds to a UTF-32 offset.
- findOffsetFromCodePoint(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the UTF-16 offset that corresponds to a UTF-32 offset.
- findSameIndexBlock(int[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Finds the same index block as the otherBlock
- findSourceIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
Moves the iterator to the edit that contains the source index.
- findSpan(FormattedStringBuilder, Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl
-
Finds the index at which a span field begins.
- findStringWithFallback(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- findTopLevel(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- findTopLevel(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- findUnusedBlocks() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Set a value in the trie index map to indicate which data block
is referenced and which one is not.
- findValue(CharSequence, UResource.Value) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UResource.Table
-
- findWithFallback(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Like getWithFallback, but returns null if the resource is not found instead of
throwing an exception.
- finishTransliteration(Replaceable, Transliterator.Position) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Finishes any pending transliterations that were waiting for
more characters.
- first() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
- first() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- first - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Pair
-
- first() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- first() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Sets the position to getBeginIndex() and returns the character at that
position.
- first() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Set the iterator to the first boundary position.
- FIRST - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
The first entry in the enumeration of reordering groups.
- first() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Sets the current iteration position to the beginning of the text.
- first() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the first index at which the string text matches the search
pattern.
- first(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Traverses the trie from the initial state for this input byte.
- first(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Traverses the trie from the initial state for this input char.
- FIRST_QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Constant representing the moon's first quarter.
- FIRST_SPECIAL_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- FIRST_STRONG_ISOLATE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type FSI
- firstAfter(Date) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.DateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date.
- firstAfter(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Return the first occurrence of this holiday on or after the given date
- firstAfter(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RangeDateRule
-
- firstAfter(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleDateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date.
- firstBetween(Date, Date) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.DateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date and before the given
end date.
- firstBetween(Date, Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Return the first occurrence of this holiday that is on or after
the given start date and before the given end date.
- firstBetween(Date, Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RangeDateRule
-
- firstBetween(Date, Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleDateRule
-
Return the first occurrance of the event represented by this rule
that is on or after the given start date and before the given
end date.
- firstDateInPtnIsLaterDate() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Returns whether the first date in interval patter is later date or not.
- firstDayOfWeek - Variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
-
- firstForCodePoint(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Traverses the trie from the initial state for the
one or two UTF-16 code units for this input code point.
- fitsInLong() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Returns whether or not a Long can fully represent the value stored in this DecimalQuantity.
- fix(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Convenience static function, using standard parameters.
- fixedFraction(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to a certain number of fraction places (numerals after the
decimal separator).
- fixedSignificantDigits(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to a certain number of significant digits or significant
figures.
- FLAG_FAIL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_HAS_DECIMAL_SEPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_HAS_EXPONENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_INFINITY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_NAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_NEG_PREFIX - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
- FLAG_NEG_SUFFIX - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
- FLAG_NEGATIVE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_PERCENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_PERMILLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- FLAG_POS_PREFIX - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
- FLAG_POS_SUFFIX - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
- flags - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
-
- Flags() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider.Flags
-
- flags - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
A bitmask of properties relating to the number represented by this object.
- flags - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
Boolean flags (see constants below).
- FLEXIBLE_DAY_PERIOD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the flexible day period field.
- FLEXIBLE_DAY_PERIOD_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'B' field alignment.
- floatValue() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal to a float.
- fLookAheadResultsSize - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Size of run-time array required for holding
look-ahead results.
- floorDivide(long, long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
- floorDivide(long, long) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Divide two long integers, returning the floor of the quotient.
- floorDivide(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Divide two integers, returning the floor of the quotient.
- floorDivide(int, int, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Divide two integers, returning the floor of the quotient, and
the modulus remainder.
- floorDivide(long, int, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Divide two integers, returning the floor of the quotient, and
the modulus remainder.
- FLUID_OUNCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: fluid-ounce
- FLUID_OUNCE_IMPERIAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: fluid-ounce-imperial
- flush() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
-
- flush() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
-
Flushes from the intermediate StringBuilder to the Appendable,
if they are different objects.
- flushAndAppendZeroCC(CharSequence, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
-
Flushes from the intermediate StringBuilder to the Appendable,
if they are different objects.
- fName - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fNumStates - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Number of states (rows) in this table.
- fold(int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- fold(int, CharSequence, A, Edits) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- fold(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- fold() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
-
- FOLD_CASE_DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Option value for case folding: use default mappings defined in
CaseFolding.txt.
- FOLD_CASE_DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Option bit for compare:
Case sensitively compare the strings
- FOLD_CASE_DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Option value for case folding comparison:
- FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Option value for case folding:
Use the modified set of mappings provided in CaseFolding.txt to handle dotted I
and dotless i appropriately for Turkic languages (tr, az).
- FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Option value for case folding:
Use the modified set of mappings provided in CaseFolding.txt to handle dotted I
and dotless i appropriately for Turkic languages (tr, az).
- FOLD_CASE_EXCLUDE_SPECIAL_I - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Option value for case folding:
Use the modified set of mappings provided in CaseFolding.txt to handle dotted I
and dotless i appropriately for Turkic languages (tr, az).
- foldCase(int, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The given character is mapped to its case folding equivalent according
to UnicodeData.txt and CaseFolding.txt; if the character has no case
folding equivalent, the character itself is returned.
- foldCase(String, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The given string is mapped to its case folding equivalent according to
UnicodeData.txt and CaseFolding.txt; if any character has no case
folding equivalent, the character itself is returned.
- foldCase(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The given character is mapped to its case folding equivalent according
to UnicodeData.txt and CaseFolding.txt; if the character has no case
folding equivalent, the character itself is returned.
- foldCase(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The given string is mapped to its case folding equivalent according to
UnicodeData.txt and CaseFolding.txt; if any character has no case
folding equivalent, the character itself is returned.
- following(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- following(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Sets the iterator's current iteration position to be the first
boundary position following the specified position.
- following(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Sets the iterator to refer to the first boundary position following
the specified position.
- following(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the first index equal or greater than position at which the
string text matches the search pattern.
- FONT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- FOODCALORIE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: foodcalorie
- FOOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: foot
- forbidSurrogateCodePoints() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- forCodePoint(CollationData, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.ContractionsAndExpansions
-
- forCurrencyCode(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Used for currency units.
- forCurrencyLongNames(ULocale, Currency, PluralRules, MicroPropsGenerator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameHandler
-
- forData(CollationData) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.ContractionsAndExpansions
-
- forData(CollationData) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.TailoredSet
-
- forDigit(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Provide the java.lang.Character forDigit API, for convenience.
- forIdentifier(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Parse a unit identifier into a MeasureUnitImpl.
- forIdentifier(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Construct a MeasureUnit from a CLDR Core Unit Identifier, defined in UTS
35.
- forLanguageTag(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale for the specified IETF BCP 47 language tag string.
- forLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.StandardPluralRanges
-
Create a StandardPluralRanges based on locale.
- forLocale(ULocale, PluralRules.PluralType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
Returns the plural rules for the the locale.
- forLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined cardinal-number PluralRules for a given
locale.
- forLocale(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined cardinal-number
PluralRules for a given
Locale.
- forLocale(ULocale, PluralRules.PluralType) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined PluralRules for a given
locale and the plural type.
- forLocale(Locale, PluralRules.PluralType) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined
PluralRules for a given
Locale and the plural type.
- forLocale(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a ULocale object for a
Locale.
- FORMAL_SYMBOL_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Selector for getName() indicating the formal currency symbol.
- forMap(Map<K, V>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimaps
-
Warning, not functionally the same as Guava; only for use in invertFrom.
- format(double, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- format(long, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- format(BigInteger, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
-
- format(Date) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DateFormatter
-
Format the date, provided as a java Date object.
- format(long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DateFormatter
-
Format the date, provided as milliseconds.
- format(Period) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatter
-
Format a Period.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
-
Formats a Number using the wrapped LocalizedNumberFormatter.
- format(Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat
-
- FORMAT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
- FORMAT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
-
- FORMAT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cf
- format(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the String representation of this BigDecimal, modified by layout parameters.
- format(int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the String representation of this BigDecimal, modified by layout parameters and
allowing exponential notation.
- format(long) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given byte, short, int, or long to a string using the settings specified in the
NumberFormatter fluent setting chain.
- format(double) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given float or double to a string using the settings specified in the NumberFormatter
fluent setting chain.
- format(Number) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given
BigInteger,
BigDecimal, or other
Number to a string using
the settings specified in the NumberFormatter fluent setting chain.
- format(Measure) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given
Measure or
CurrencyAmount to a string using the settings
specified in the NumberFormatter fluent setting chain.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a time object into a time string.
- format(Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a date into a date/time string.
- format(Date, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a Date into a date/time string.
- format(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a Date into a date/time string.
- FORMAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constant for context.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format an object to produce a string.
- format(DateInterval, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format a DateInterval to produce a string.
- format(Calendar, Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format 2 Calendars to produce a string.
- format(double, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Specialization of format.
- format(long, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Specialization of format.
- format(BigInteger, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Formats a BigInteger.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Formats a BigDecimal.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Formats an ICU BigDecimal.
- format(CurrencyAmount, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Formats a CurrencyAmount.
- format(Object...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a list of objects.
- format(Collection<?>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a collection of objects.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Able to format Collection<? extends Measure>, Measure[], and Measure by delegating to
formatMeasures.
- format(Object[], StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Formats an array of objects and appends the MessageFormat's
pattern, with arguments replaced by the formatted objects, to the
provided StringBuffer.
- format(Map<String, Object>, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Formats a map of objects and appends the MessageFormat's
pattern, with arguments replaced by the formatted objects, to the
provided StringBuffer.
- format(String, Object...) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Creates a MessageFormat with the given pattern and uses it
to format the given arguments.
- format(String, Map<String, Object>) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Creates a MessageFormat with the given pattern and uses it to
format the given arguments.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Formats a map or array of objects and appends the MessageFormat's
pattern, with format elements replaced by the formatted objects, to the
provided StringBuffer.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats a number and appends the resulting text to the given string buffer.
- format(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(BigInteger) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format a BigInteger.
- format(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format a BigDecimal.
- format(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format an ICU BigDecimal.
- format(CurrencyAmount) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format a CurrencyAmount.
- format(double, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(long, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(BigInteger, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats a BigInteger.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats a BigDecimal.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats an ICU BigDecimal.
- format(CurrencyAmount, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats a CurrencyAmount.
- format(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Formats a plural message for a given number.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Formats a plural message for a given number and appends the formatted
message to the given StringBuffer.
- format(double, RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.RelativeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date with a quantity such as "in 5 days" or
"3 months ago".
- format(RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.AbsoluteUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date without a quantity.
- format(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a text style if possible, e.g.
- format(double, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number according to the specified rule set.
- format(long, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number according to the specified rule set.
- format(double, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number using the formatter's default rule set.
- format(long, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Formats the specified number using the formatter's default rule set.
- format(BigInteger, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
NEW
Implement org.graalvm.shadowed.com.ibm.icu.text.NumberFormat:
Format a BigInteger.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
NEW
Implement org.graalvm.shadowed.com.ibm.icu.text.NumberFormat:
Format a BigDecimal.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
NEW
Implement org.graalvm.shadowed.com.ibm.icu.text.NumberFormat:
Format a BigDecimal.
- format(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Formats a number
- format(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
-
Selects the phrase for the given keyword.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
-
Selects the phrase for the given keyword.
- format(Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Formats a date or time, which is the standard millis
since January 1, 1970, 00:00:00 GMT.
- format(CharSequence...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Formats the given values.
- format(TimeZoneFormat.Style, TimeZone, long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the display name of the time zone at the given date for
the style.
- format(TimeZoneFormat.Style, TimeZone, long, Output<TimeZoneFormat.TimeType>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the display name of the time zone at the given date for
the style.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
- format1ForSource(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Format a String for representation in a source file.
- FORMAT_CURRENCY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a currency format.
- FORMAT_INTEGER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting an integer format.
- FORMAT_NUMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a default number format.
- FORMAT_PERCENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a percent format.
- FORMAT_SCIENTIFIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Value passed to format requesting a scientific format.
- FORMAT_VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- formatAndAppend(String, StringBuilder, int[], CharSequence...) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Formats the given values, appending to the appendTo builder.
- formatAndAppend(StringBuilder, int[], CharSequence...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Formats the given values, appending to the appendTo builder.
- formatAndReplace(String, StringBuilder, int[], CharSequence...) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Formats the given values, replacing the contents of the result builder.
- formatAndReplace(StringBuilder, int[], CharSequence...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Formats the given values, replacing the contents of the result builder.
- formatCompiledPattern(String, CharSequence...) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Formats the given values.
- formatDuration(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
-
JDK 1.5+ only
- formatDurationFrom(long, long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
-
- formatDurationFrom(long, long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatter
-
Formats a duration expressed in milliseconds from a reference date.
- formatDurationFromNow(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
-
- formatDurationFromNow(long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatter
-
Formats a duration expressed in milliseconds.
- formatDurationFromNowTo(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
-
- formatDurationFromNowTo(Date) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatter
-
Formats the duration between now and a target date.
- formatForSource(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Format a String for representation in a source file.
- formatInput(ReplaceableString, Transliterator.Position) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
-
For debugging purposes; format the given text in the form
aaa{bbb|ccc|ddd}eee, where the {} indicate the context start
and limit, and the || indicate the start and limit.
- formatInput(StringBuffer, ReplaceableString, Transliterator.Position) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
-
For debugging purposes; format the given text in the form
aaa{bbb|ccc|ddd}eee, where the {} indicate the context start
and limit, and the || indicate the start and limit.
- formatInput(Replaceable, Transliterator.Position) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
-
Convenience method.
- formatInput(StringBuffer, Replaceable, Transliterator.Position) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
-
Convenience method.
- formatMeasurePerUnit(Measure, MeasureUnit, StringBuilder, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Formats a single measure per unit.
- formatMeasures(Measure...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Format a sequence of measures.
- formatMeasures(StringBuilder, FieldPosition, Measure...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Formats a sequence of measures.
- formatNumeric(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a numeric style, e.g.
- formatNumericToValue(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a numeric style, e.g.
- formatOffsetISO8601Basic(int, boolean, boolean, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the ISO 8601 basic time zone string for the given offset.
- formatOffsetISO8601Extended(int, boolean, boolean, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the ISO 8601 extended time zone string for the given offset.
- formatOffsetLocalizedGMT(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT(UTC) offset format for the given offset.
- formatOffsetShortLocalizedGMT(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the short localized GMT(UTC) offset format for the given offset.
- formatPrefixSuffix(String, Format.Field, int, int, FormattedStringBuilder) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Special case for using FormattedStringBuilder with patterns with 0 or 1 argument.
- formatRange(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberRangeFormatter
-
Format the given integers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
- formatRange(double, double) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberRangeFormatter
-
Format the given doubles to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
- formatRange(Number, Number) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberRangeFormatter
-
Format the given Numbers to a string using the settings specified in the NumberRangeFormatter fluent setting
chain.
- formatRawPattern(String, int, int, CharSequence...) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Formats the not-compiled pattern with the given values.
- FormattedNumber - Class in org.graalvm.shadowed.com.ibm.icu.number
-
The result of a number formatting operation.
- FormattedNumberRange - Class in org.graalvm.shadowed.com.ibm.icu.number
-
The result of a number range formatting operation.
- FormattedStringBuilder - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A StringBuilder optimized for formatting.
- FormattedStringBuilder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- FormattedStringBuilder(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- FormattedStringBuilder(FormattedStringBuilder) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- FormattedStringBuilder.FieldWrapper - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
- FormattedValue - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
An abstract formatted value: a string with associated field attributes.
- FormattedValueFieldPositionIteratorImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Implementation of FormattedValue based on FieldPositionIterator.
- FormattedValueStringBuilderImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Implementation of FormattedValue based on FormattedStringBuilder.
- FormattedValueStringBuilderImpl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl
-
- FormattedValueStringBuilderImpl.SpanFieldPlaceholder - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Placeholder field used for calculating spans.
- formatter1 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
-
- formatter2 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
-
- formatToCharacterIterator(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
-
Formats a Number using the wrapped LocalizedNumberFormatter.
- formatToCharacterIterator(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- formatToCharacterIterator(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Formats an array of objects and inserts them into the
MessageFormat's pattern, producing an
AttributedCharacterIterator.
- formatToCharacterIterator(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Format the object to an attributed string, and return the corresponding iterator
Overrides superclass method.
- formatToCharacterIterator(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
- formatToString(PersonName) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- formatToValue(DateInterval) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format a DateInterval to produce a FormattedDateInterval.
- formatToValue(Calendar, Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format 2 Calendars to produce a FormattedDateInterval.
- formatToValue(Object...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a list of objects to a FormattedList.
- formatToValue(Collection<?>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a collection of objects to a FormattedList.
- formatToValue(double, RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.RelativeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date with a quantity such as "in 5 days" or
"3 months ago".
- formatToValue(RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.AbsoluteUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date without a quantity.
- formatToValue(double, RelativeDateTimeFormatter.RelativeDateTimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Format a combination of RelativeDateTimeUnit and numeric offset
using a text style if possible, e.g.
- formatTwoArgPattern(String, FormattedStringBuilder, int, PrefixInfixSuffixLengthHelper, Format.Field) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
TODO: Like above, this belongs with the rest of the SimpleFormatterImpl code.
- forMeasureUnit(ULocale, MeasureUnit, NumberFormatter.UnitWidth, String, PluralRules, MicroPropsGenerator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameHandler
-
Construct a localized LongNameHandler for the specified MeasureUnit.
- forMeasureUnit(ULocale, MeasureUnit, NumberFormatter.UnitWidth, String, PluralRules, MicroPropsGenerator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MixedUnitLongNameHandler
-
Construct a localized MixedUnitLongNameHandler for the specified
MeasureUnit.
- forMeasureUnits(ULocale, List<MeasureUnit>, NumberFormatter.UnitWidth, String, PluralRules, MicroPropsGenerator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameMultiplexer
-
- formMapKey(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences
-
- forName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- forNameICU(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetICU
-
Returns a charset object for the named charset.
- forNumberingSystem(Locale, NumberingSystem) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
corresponding to the given
NumberingSystem.
- forNumberingSystem(ULocale, NumberingSystem) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale with digits and symbols
corresponding to the given
NumberingSystem.
- forProperties(DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
-
Resolve the values in Properties to a Grouper object.
- forProperties(DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
-
- forProperties(DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
-
- forSet(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.StandardPluralRanges
-
Create a StandardPluralRanges based on set name.
- forSkeleton(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter
-
Call this method at the beginning of a NumberFormatter fluent chain to create an instance based
on a given number skeleton string.
- forStrategy(NumberFormatter.GroupingStrategy) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
-
Convert from the GroupingStrategy enum to a Grouper object.
- FORWARD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Direction constant indicating the forward direction in a transliterator,
e.g., the forward rules of a rule-based Transliterator.
- forwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- forwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
-
- forwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
-
- forwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
-
- forwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
-
- fOutputB - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- fOutputW - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- FPAUCAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EFractionHandling
-
- FPLURAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EFractionHandling
-
- FRACTION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- FRACTION - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
- FRACTION_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- FRACTIONAL_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
- FRACTIONAL_SECOND_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- fractionDigits - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
-
Number of fraction digits used to display this currency.
- fractionHashSigns - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- fractionNumerals - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- FractionPrecision - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines a rounding strategy based on a number of fraction places and optionally
significant digits to be used when formatting numbers in NumberFormatter.
- fractionTotal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- FRANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- Freezable<T> - Interface in org.graalvm.shadowed.com.ibm.icu.util
-
Provides a flexible mechanism for controlling access, without requiring that
a class be immutable.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AdoptingModifierStore
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Freezes the collator.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Freezes this object, making it immutable and thread-safe.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Freezes the collator.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Freeze this class, according to the Freezable interface.
- freeze() - Method in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Freezes the object.
- freeze() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Freezes the object.
- FRENCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- FRIDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Friday.
- from - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The from date to filter on (as milliseconds).
- from - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Date on which the currency was first officially used in the region.
- from(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Makes a set from a multicharacter string.
- from(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a long datetime from the given time scale to the universal time scale.
- FROM_MAX_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the maximum from value
for a time scale.
- FROM_MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the minimum from value
for a time scale.
- FROM_U_CALLBACK_ESCAPE - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Write escape callback
- FROM_U_CALLBACK_SKIP - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Skip callback
- FROM_U_CALLBACK_STOP - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Stop callback
- FROM_U_CALLBACK_SUBSTITUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Write substitute callback
- fromAffixPattern(String, AffixTokenMatcherFactory, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixPatternMatcher
-
Creates an AffixPatternMatcher (based on SeriesMatcher) from the given affix pattern.
- fromAll(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Makes a set from each of the characters in the string.
- fromBinary(CodePointTrie.ValueWidth, ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast16
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast32
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast8
-
Creates a trie from its binary form.
- fromBinary(CodePointTrie.Type, CodePointTrie.ValueWidth, ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Creates a trie from its binary form,
stored in the ByteBuffer starting at the current position.
- fromBinary(CodePointTrie.ValueWidth, ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small16
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small32
-
Creates a trie from its binary form.
- fromBinary(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small8
-
Creates a trie from its binary form.
- fromCodePointMap(CodePointMap) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Creates a mutable trie with the same contents as the
CodePointMap.
- fromExponentString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
Returns a DecimalQuantity after parsing the input string.
- fromHex(String, int, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse a list of hex numbers and return a string
- fromHex(String, int, Pattern) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse a list of hex numbers and return a string
- fromIdentifier(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
- fromIdentifier(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
- fromIdentifier(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
- fromJavaCurrency(Currency) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns a Currency object based on the currency represented by the given java.util.Currency.
- fromOld(int) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
-
- fromString(CharSequence) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
- fRowLen - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Length of a table row in bytes.
- frozen - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
-
- frozen - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- fRTable - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- fRuleSource - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- FSINGULAR_PLURAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EFractionHandling
-
- FSINGULAR_PLURAL_ANDAHALF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EFractionHandling
-
- fStatusTable - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- fTable - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Linear array of next state values, accessed as short[state, char_class]
- fTrie - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
- fType - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
-
- FULL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ESeparatorVariant
-
- FULL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for full style pattern.
- FULL_COMPOSITION_EXCLUSION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Full_Composition_Exclusion.
- FULL_DECOMPOSITION - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
This is for backwards compatibility with Java APIs only.
- FULL_MOON - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Constant representing a full moon.
- FULLWIDTH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
-
- FURLONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: furlong
- FUTURE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeDirection
-
- futureInstancesWillBeStrong() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
-
Returns true if the "strength" is set to STRONG.
- FWD - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
- FWD_UTF16_CONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
- FWD_UTF16_NOT_CONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
- G_FORCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of acceleration: g-force
- GAF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- GALLON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: gallon
- GALLON_IMPERIAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: gallon-imperial
- GAMAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- GEDALIAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- GEMINATION_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- GENBOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ግንቦት, the 9th month of the Ethiopic year.
- gender - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
- GENERAL_CATEGORY - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property General_Category.
- GENERAL_CATEGORY_MASK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Bitmask property General_Category_Mask.
- GENERAL_OTHER_TYPES - Static variable in interface org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GENERAL_PUNCTUATION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GENERIC_LOCATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A style specifier for getDisplayName() indicating
a long name derived from the timezone's fallback name, such as
"United States (Los Angeles)."
- GENERIC_TEMPERATURE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of temperature: generic
- GENERIC_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEOMETRIC_SHAPES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Georgian
- GEORGIAN_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GEORGIAN_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GERMAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- GERMANY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- get() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
-
Returns the value (which can be null),
or null if it was held in a Reference and has been cleared.
- get(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarCache
-
- get(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterDataService
-
Returns a PeriodFormatterData for the given locale name.
- get(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.ResourceBasedPeriodFormatterDataService
-
- get(Object) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUCache
-
- get(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUConfig
-
Get ICU configuration property value for the given name.
- get(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUConfig
-
Get ICU configuration property value for the given name.
- get(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- get(ULocale, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- get(ULocale, ULocale[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- get(ULocale, int, ULocale[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- get(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override for get(String, String[]).
- get(String, String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override for get(Key, String[]).
- get(K) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleObjectCache
-
- get(K) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
-
- get(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
Get an RBBIDataWrapper from an InputStream onto a pre-compiled set
of RBBI rules.
- get(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- get(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleCache
-
- get(StaticUnicodeSets.Key) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets
-
Gets the static-allocated UnicodeSet according to the provided key.
- get(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
-
Gets an iterator of the objects associated with the
longest prefix matching string key.
- get(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
-
Gets an iterator of the objects associated with the
longest prefix matching string key starting at the
specified position.
- get(CharSequence, int, TextTrieMap.Output) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
-
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Get the value for a code point as stored in the Trie2.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_16
-
Get the value for a code point as stored in the Trie2.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_32
-
Get the value for a code point as stored in the Trie2.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Get the value for a code point as stored in the Trie2.
- get(URL) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
-
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the value for a given time field.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast16
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast32
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast8
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Returns the value for a code point as stored in the map, with range checking.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Returns the value for a code point as stored in the map, with range checking.
- get(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a resource in a given resource that has a given key.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the resource in a given resource at the specified index.
- get0() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- get1() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- get2() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- get2DigitYearStart() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Returns the beginning date of the 100-year period 2-digit years are interpreted
as being within.
- get3() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- get4() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- getActualMaximum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the maximum value that this field could have, given the
current date.
- getActualMaximum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Return the maximum value that this field could have, given the current date.
- getActualMaximum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Return the maximum value that this field could have, given the current date.
- getActualMinimum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the minimum value that this field could have, given the current date.
- getActualMinimum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Return the minimum value that this field could have, given the current date.
- getAdditional(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Gets the unicode additional properties.
- getAfterSymbols() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
-
- getAge(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Get the "age" of the code point.
- getAge(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the "age" of the code point.
- getAlgorithmEnd(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the end of the range
- getAlgorithmLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Get the Algorithm range length
- getAlgorithmName(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the Algorithmic name of the codepoint
- getAlgorithmStart(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the start of the range
- getAliasedResource(ICUResourceBundle, String[], int, String, int, HashMap<String, String>, UResourceBundle) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Returns the resource object referred to from the alias _resource int's path string.
- getAliasedResource(String, ClassLoader, String, String[], int, String[], HashMap<String, String>, UResourceBundle) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getAliasString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getAll(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- getAllChildrenWithFallback(String, UResource.Sink) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Locates the resource specified by `path` in this resource bundle (performing any necessary fallback and
following any aliases) and, if the resource is a table resource, iterates over its immediate child resources (again,
following any aliases to get the individual resource values), and calls the specified `sink`'s `put()` method
for each child resource (passing it that resource's key and either its actual value or, if that value is an
alias, the value you get by following the alias).
- getAllDetectableCharsets() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Get the names of all charsets supported by CharsetDetector class.
- getAllItemsWithFallback(String, UResource.Sink) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Locates the resource specified by `path` in this resource bundle (performing any necessary fallback and
following any aliases) and calls the specified `sink`'s `put()` method with that resource.
- getAllItemsWithFallbackNoFail(String, UResource.Sink) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getAllKeywordValues(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Returns all the values that trigger this keyword, or null if the number of such
values is unlimited.
- getAllowedChars() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Get a UnicodeSet for the characters permitted in an identifier.
- getAllowedJavaLocales() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Get a set of
Locale instances for the scripts that are acceptable in strings to be checked.
- getAllowedLocales() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Get a read-only set of locales for the scripts that are acceptable in strings to be checked.
- getAlternateHandling() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- getAmPmStrings() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns am/pm strings.
- getApostropheMode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- getApostropheMode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
- getAppendItemFormat(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemFormats.
- getAppendItemName(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setAppendItemName.
- getArgIndex(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl.IterInternal
-
- getArgType() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getArgType() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
- getArgumentLimit(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
- getArgumentLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
- getArgumentNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns the top-level argument names.
- getArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getAvailable(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
For the given type, return the available units.
- getAvailable() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Get all of the available units.
- getAvailable(Region.RegionType) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Used to retrieve all available regions of a specific type.
- getAvailableCurrencies() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the set of available currencies.
- getAvailableCurrencyCodes(ULocale, Date) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns an array of Strings which contain the currency
identifiers that are valid for the given locale on the
given date.
- getAvailableCurrencyCodes(Locale, Date) - Static method in class org.graalvm.shadowed.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(TimeZone.SystemTimeZoneType, String, Integer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns an immutable set of system IDs for the given conditions.
- getAvailableIDs() - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns a set of time zone ID strings with the given filter conditions.
- getAvailableIDs(int) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs.
- getAvailableLocaleNames() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterService
-
- getAvailableLocaleNames() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterService
-
Return the names of locales supported by factories produced by this
service.
- getAvailableLocaleNameSet(String, ClassLoader) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Return a set of the locale names supported by a collection of resource
bundles.
- getAvailableLocaleNameSet() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Return a set of the locale names supported by a collection of resource
bundles.
- getAvailableLocales() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterDataService
-
Returns a collection of all the locale names supported by this service.
- getAvailableLocales() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.ResourceBasedPeriodFormatterDataService
-
- getAvailableLocales() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience method for callers using locales.
- getAvailableLocales(String, ClassLoader, ULocale.AvailableType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of Locales installed in the specified bundles, for the specified type.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of ULocales installed the base bundle.
- getAvailableLocales(ULocale.AvailableType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of Locales installed the base bundle, for the specified type.
- getAvailableLocales(String, ClassLoader) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of Locales installed in the specified bundles.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a list of locales for which BreakIterators can be used.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the set of locales, as Locale objects, for which collators
are installed.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns the set of locales for which DateFormats are installed.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the list of Locales for which NumberFormats are available.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the list of locales for which Calendars are installed.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Return an array of the locales for which a currency
is defined.
- getAvailableLocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Unlike the Locale API, this returns an array of ULocale,
not Locale.
- getAvailableLocalesByType(ULocale.AvailableType) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a list of all installed locales according to the specified type.
- getAvailableMetaZoneIDs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getAvailableMetaZoneIDs(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getAvailableMetaZoneIDs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- getAvailableMetaZoneIDs(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- getAvailableMetaZoneIDs() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns an immutable set of all available meta zone IDs.
- getAvailableMetaZoneIDs(String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns an enumeration over the source names of registered
transliterators.
- getAvailableTargets(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns an enumeration over the target names of registered
transliterators having a given source name.
- getAvailableTypes() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Get all of the available units' types.
- getAvailableULocales() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience method for callers using locales.
- getAvailableULocales(String, ClassLoader, ULocale.AvailableType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of Locales installed in the specified bundles, for the specified type.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of ULocales installed the base bundle.
- getAvailableULocales(ULocale.AvailableType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of ULocales installed the base bundle, for the specified type.
- getAvailableULocales(String, ClassLoader) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of Locales installed in the specified bundles.
- getAvailableULocales() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
Returns the locales for which we have plurals data.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a list of locales for which BreakIterators can be used.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the set of locales, as ULocale objects, for which collators
are installed.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns the set of locales for which DateFormats are installed.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the list of Locales for which NumberFormats are available.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Returns the set of locales for which PluralRules are known.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the list of locales for which Calendars are installed.
- getAvailableULocales() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Return an array of the ulocales for which a currency
is defined.
- getAvailableVariants(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns an enumeration over the variant names of registered
transliterators having a given source name and target name.
- getBase() - Method in enum org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns the base of the prefix.
- getBaseDirection(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the base direction of the text provided according to the Unicode
Bidirectional Algorithm.
- getBaseLevel() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return the base level (0 if left-to-right, 1 if right-to-left).
- getBaseLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- getBaseName() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getBaseName() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns the normalized base form of the locale id.
- getBaseName() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
-
- getBaseName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the (normalized) base name for this locale,
like
ULocale.getName(), but without keywords.
- getBaseName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
- getBaseName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the base name of the resource bundle
- getBaseSkeleton(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Utility to return a unique base skeleton from a given pattern.
- getBaseSkeletons(Set<String>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Return a list of all the base skeletons (in canonical form) from this class
- getBcp47Keys() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- getBcp47KeyTypes(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- getBeforeSymbols() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
-
- getBeginIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
- getBeginIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Returns the start index of the text.
- getBestIndexAndDistance(LSR, LSR[], int, int, LocaleMatcher.FavorSubtag, LocaleMatcher.Direction) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
Finds the supported LSR with the smallest distance from the desired one.
- getBestLocale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches the desired locale.
- getBestLocale(Iterable<Locale>) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches one of the desired locales.
- getBestLocaleResult(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired locale and the supported locales.
- getBestLocaleResult(Iterable<Locale>) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired and supported locales.
- getBestMatch(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches the desired locale.
- getBestMatch(Iterable<ULocale>) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches one of the desired locales.
- getBestMatch(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Parses the string like
LocalePriorityList does and
returns the supported locale which best matches one of the desired locales.
- getBestMatchResult(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired locale and the supported locales.
- getBestMatchResult(Iterable<ULocale>) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired and supported locales.
- getBestPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Return the best pattern matching the input skeleton.
- getBestPattern(String, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Return the best pattern matching the input skeleton.
- getBidiPairedBracket(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Maps the specified character to its paired bracket character.
- getBinary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getBinary() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a binary data item from a binary resource, as a read-only ByteBuffer.
- getBinary(byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a binary data from a binary resource, as a byte array with a copy
of the bytes from the resource bundle.
- getBinaryPropertySet(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharacterProperties
-
Returns a frozen UnicodeSet for a binary property.
- getBMPOffset(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the offset to data which the BMP character points to
Treats a lead surrogate as a normal code point.
- getBMPValue(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Get the value associated with the BMP code point.
- getBMPValue(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Get the value associated with the BMP code point.
- getBnfCommentString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- getBnfLineSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- getBnfVariableInfix() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- getBooleanAttribute(DateFormat.BooleanAttribute) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns the current value for the specified BooleanAttribute for this instance
if attribute is missing false is returned.
- getBound(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Produces a bound for the sort order of a given collation key and a
strength level.
- getBreakIterator() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the index-th bucket.
- getBucketCount() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Return the number of buckets in the index.
- getBucketCount() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
-
Returns the number of index buckets and labels, including underflow/inflow/overflow.
- getBucketIndex(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Get the bucket number for the given name.
- getBucketIndex(CharSequence) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Get the labels.
- getBuffer() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
-
- getBuffer() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
-
- getBundleInstance(String, String, ClassLoader, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getBundleInstance(String, ULocale, ICUResourceBundle.OpenType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getBundleInstance(String, String, ClassLoader, ICUResourceBundle.OpenType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getBundleInstance(String, String, ClassLoader, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
-
- getBundleInstance(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Creates a resource bundle using the specified base name and locale.
- getBundleInstance(String, String, ClassLoader) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Creates a resource bundle using the specified base name, locale, and class root.
- getBundleInstance(String, String, ClassLoader, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Creates a resource bundle using the specified base name, locale, and class
root.
- getBundleInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Creates a UResourceBundle for the locale specified, from which users can extract
resources by using their corresponding keys.
- getBundleInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
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 org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
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 org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
- getBundleInstance(String, Locale, ClassLoader) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
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 org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Creates a UResourceBundle, from which users can extract resources by using
their corresponding keys.
Note: Please use this API for loading non-ICU resources.
- getByteBufferFromInputStreamAndCloseStream(InputStream) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Reads the entire contents from the stream into a byte array
and wraps it into a ByteBuffer.
- getBytes(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- getCalculationType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
gets the calculation type for this calendar.
- getCalendar() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns the calendar associated with this date/time formatter.
- getCalendar() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the calendar according to the settings.
- getCalendarField() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Returns the Calendar field associated with this attribute.
- getCalendarType(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarUtil
-
Returns a calendar type for the given locale.
- getCanonicalCLDRID(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
- getCanonicalCLDRID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Return the canonical id for this tzid defined by CLDR, which might be
the id itself.
- getCanonicalCountry(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Return the canonical country code for this tzid.
- getCanonicalCountry(String, Output<Boolean>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Return the canonical country code for this tzid.
- getCanonicalID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
Returns the canonical ID of this system time zone
- getCanonicalID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
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 org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns the canonical system time zone ID or the normalized
custom time zone ID for the given time zone ID.
- getCanonStartSet(int, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Returns true if there are characters whose decomposition starts with c.
- getCapitalization() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Gets the capitalization.
- getCapitalizationContext() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Return capitalization context.
- getCaseFirst() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- getCaseLocale(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- getCaseLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- getCaseSensitivePrefixLength(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
- getCategory(MeasureUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
-
- getCategoryIndexOfSimpleUnit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
-
- getCC(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- getCCFromNormalYesOrMaybe(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- getCCFromYesOrMaybe(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- getCCFromYesOrMaybeCP(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- getCE(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- getCE32(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
- getCE32FromBuilderData(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- getCEs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- getCEsLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- getCharacterInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates logical-character
boundaries.
- getCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- getCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a java.text.CharacterIterator object for the underlying text of this iterator.
- getCharacterOrientation() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's layout orientation for characters.
- getCharCount(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Determines how many chars this char32 requires.
- getCharFromExtendedName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- getCharFromName(int, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Find a character by its name and return its code point value
- getCharFromName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- getCharFromNameAlias(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- getCharNameCharacters(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Fills set with characters that are used in Unicode character names.
- getChars(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- getChars(int, int, char[], int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Replaceable
-
Copies characters from this object into the destination
character array.
- getChars(int, int, char[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Copies characters from this object into the destination
character array.
- getChecks() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Get the set of checks that this Spoof Checker has been configured to perform.
- getClass(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- getClassLoader(Class<?>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ClassLoaderUtil
-
Returns the class loader used for loading the specified class.
- getClassLoader() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ClassLoaderUtil
-
Returns a fallback class loader.
- getCLDRVersion() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns the current CLDR version
- getCoarseChangesIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Returns an Iterator for coarse-grained change edits
(adjacent change edits are treated as one).
- getCoarseIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Returns an Iterator for coarse-grained change and no-change edits
(adjacent change edits are treated as one).
- getCode(Locale) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Gets the script codes associated with the given locale or ISO 15924 abbreviation or name.
- getCodeFromName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns the script code associated with the given Unicode script property alias
(name or abbreviation).
- getCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns the first code point in the string segment.
- getCodePoint(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns a code point corresponding to the two surrogate code units.
- getCodePoint(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the code point corresponding to the BMP code point.
- getCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
- getCodePointCompare() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Checks if the comparison mode is code point compare.
- getCodePointCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
- getCodePointCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- getCodePointCount() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Returns the number of code points in the modifier, prefix plus suffix.
- getCodePointCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
- getCodePointCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
- getCodepointMSB(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the MSB of the codepoint
- getCodePointOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Internal trie getter from a code point.
- getCodePointValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Gets the value associated with the codepoint.
- getCodePointValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Gets the value associated with the codepoint.
- getCollationElementIterator(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given String.
- getCollationElementIterator(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given CharacterIterator.
- getCollationElementIterator(UCharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Return a CollationElementIterator for the given UCharacterIterator.
- getCollationKey(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Transforms the String into a CollationKey suitable for efficient
repeated comparison.
- getCollationKey(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Get a Collation key for the argument String source from this RuleBasedCollator.
- getCollator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Get a clone of the collator used internally.
- getCollator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
- getCollator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the collator according to the settings.
- getCombiningClass(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
-
- getCombiningClass(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the combining class of the argument codepoint
- getCombiningClass(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Gets the combining class of c.
- getCombiningClass(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Gets the combining class of c.
- getCommonPrefixLength(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns the length of the prefix shared by this StringSegment and the given CharSequence.
- getCompactCustomData() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getCompactedArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- getCompactedColumns() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- getCompactedRows() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- getCompactStyle() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getComparator(Comparator<Object>, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
-
Return a comparator that compares the locale names for the display locale or the in-self names,
depending on an input parameter.
- getComplexity() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
- getComplexity() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Compute the complexity of the unit.
- getComplexStyle() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getCompoundPartFromTrieIndex(int) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
- getCompQuickCheck(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- getConfidence() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetMatch
-
Get an indication of the confidence in the charset detected.
- getContainedRegions() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Used to determine the sub-regions that are contained within this region.
- getContainedRegions(Region.RegionType) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Region
-
Used to determine the macroregion that geographically contains this region.
- getContainingRegion(Region.RegionType) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_da
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_da_DK
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_de
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_de_AT
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_de_DE
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_el
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_el_GR
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en_CA
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en_GB
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en_US
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_es
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_es_MX
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_fr
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_fr_CA
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_fr_FR
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_it
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_it_IT
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_iw
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_iw_IL
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_ja_JP
-
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageNode
-
- getContext(DisplayContext.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- getContext() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiClassifier
-
Returns the current classifier context.
- getContext(DisplayContext.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContext(DisplayContext.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContext(DisplayContext.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the current value for a specified DisplayContext.Type.
- getContext(DisplayContext.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Get the formatter's DisplayContext value for the specified DisplayContext.Type,
such as CAPITALIZATION.
- getContractionsAndExpansions(UnicodeSet, UnicodeSet, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Gets unicode sets containing contractions and/or expansions of a collator
- getConversionInfo() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
-
- getConversionRate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
-
- getConversionRates() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
-
- getCount(TimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns the count for the specified unit.
- getCountry() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
return the normalized country id, or the empty string.
- getCountry() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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.
- getCountVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Return the count variant.
- getCPLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
- getCPLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
Returns the limit of the code point that was last returned
by nextCaseMapCP().
- getCPStart() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
Returns the start of the code point that was last returned
by nextCaseMapCP().
- getCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the currency used to display currency amounts.
- getCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
- getCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the Currency object used to display currency
amounts.
- getCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CurrencyAmount
-
Returns the currency of this object.
- getCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the currency computed according to the settings.
- getCurrencyAsDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getCurrencyCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
-
- getCurrencyCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the ISO 4217 3-letter code for this currency object.
- getCurrencyFormat(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the given locale.
- getCurrencyFormat(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the given
Locale.
- getCurrencyFormat() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the default FORMAT locale.
- getCurrencyInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getCurrencyInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getCurrencyInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getCurrencyPluralInfo() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getCurrencyPluralInfo() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the current instance of CurrencyPluralInfo.
- getCurrencyPluralPattern(String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string denoting the local currency.
- getCurrencySymbolForUnitWidth() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Returns the currency symbol for the unit width specified in setSymbols()
- getCurrencyUsage() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getCurrencyUsage() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the strategy for rounding currency amounts.
- getCurrentBuffer() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns a string containing the remainder of the characters to be
returned by this iterator, without any option processing.
- getCurrentBufferPos() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
- getCurrentCountryID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
- getCurrentEraIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
-
Gets the current era index.
- getCurrentLanguageID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
- getCustomClassifier() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Gets the current custom class classifier used for Bidi class
determination.
- getCustomID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Parse a custom time zone identifier and return the normalized
custom time zone identifier for the given custom id string.
- getCustomizedClass(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Retrieves the Bidi class for a given code point.
- getCustomTimeZone(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Parse a custom time zone identifier and return a corresponding zone.
- getCustomTimeZone(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Creates a custom zone for the offset
- getData() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRoot
-
- getData(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Loads an ICU binary data file and returns it as a ByteBuffer.
- getData(ClassLoader, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Loads an ICU binary data file and returns it as a ByteBuffer.
- getData() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers
-
- getData() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Record
-
Get the data
- getDataCE32(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Returns the CE32 from the data trie.
- getDatasubtypes() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker
-
- getDataVersion() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUDataVersion
-
This function retrieves the data version from icuver and returns a VersionInfo object with that version information.
- getDate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Get the current time of this CalendarAstronomer object,
represented as a Date object.
- getDateFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Gets the date formatter
- getDateFormat(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Gets a date format according to the current settings.
- getDateFormatSymbols() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Gets the date/time formatting data.
- getDateInstance() - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object for the default locale that can be used
to format dates in the calendar system specified by
cal.
- getDateIntervalInfo() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Gets the date time interval patterns.
- getDateRuleType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Gets the date rule type, such as DOM
- getDateTimeFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDateTimeFormat.
- getDateTimeFormat(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDateTimeFormat.
- getDateTimeFormat(int, int, Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a DateFormat appropriate to this calendar.
- getDateTimeFormat(int, int, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a DateFormat appropriate to this calendar.
- getDateTimeInstance() - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object for the default locale that can be used to format
dates and times in the calendar system specified by
cal.
- getDayOfWeekInMonth(int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
- getDayPeriodForHour(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules
-
- getDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Getter corresponding to setDecimal.
- getDecimalFormatSymbols() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns a copy of the decimal format symbols used by this formatter.
- getDecimalPatternMatchRequired() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getDecimalSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for decimal sign.
- getDecimalSeparatorAlwaysShown() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getDecimalSeparatorString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string used for decimal sign.
- getDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
-
- getDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
-
- getDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Gets the decomposition for one code point.
- getDecomposition() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the decomposition mode of this Collator.
- getDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Gets the decomposition mapping of c.
- getDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Gets the decomposition mapping of c.
- getDecomposition() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Returns the decomposition mode of this Collator.
- getDefault() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Return the default rdf factory as a BasicPeriodFormatterFactory.
- getDefault(URL) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
-
- getDefault() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the default TimeZone for this host.
- getDefault() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the current default ULocale.
- getDefault(ULocale.Category) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the current default ULocale for the specified category.
- getDefaultDayInMonth(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Subclasses may override this.
- getDefaultDayInMonth(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Called by handleComputeJulianDay.
- getDefaultDemotionPerDesiredLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- getDefaultExemplarLocationName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
Default exemplar location name based on time zone ID.
- getDefaultFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the number of the number of fraction digits that should
be displayed for this currency.
- getDefaultFractionDigits(Currency.CurrencyUsage) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the number of the number of fraction digits that should
be displayed for this currency with Usage.
- getDefaultHourCycle() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Return the default hour cycle.
- getDefaultMonthInYear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Subclasses may override this.
- getDefaultMonthInYear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Called by handleComputeJulianDay.
- getDefaultOrder() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Get default order -- whether the first date in pattern is later date
or not.
- getDefaultParseOptions() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the default parse options used by this TimeZoneFormat instance.
- getDefaultRuleSetName() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Return the name of the current default rule set.
- getDefaultScriptDistance() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- getDefaultTimeZoneType() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns the default time zone type currently used.
- getDelimiter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Retrieves a delimiter string from the locale data.
- getDescription() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the description string of the current numbering system.
- getDesiredIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Returns the index of the best-matching desired locale in the input Iterable order.
- getDesiredLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Returns the best-matching desired locale.
- getDesiredULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Returns the best-matching desired locale.
- getDialectHandling() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- getDialectHandling() - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the dialect handling used in the display names.
- getDigit(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Gets the digit at the specified magnitude.
- getDigit(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getDigit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for a digit in a pattern.
- getDigitPos(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Returns a single digit from the BCD list.
- getDigitPos(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- getDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- getDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Returns the digits setting.
- getDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the array of characters used as digits, in order from 0 through 9
- getDigitStrings() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the array of strings used as digits, in order from 0 through 9
- getDimensionality() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- getDimensionality() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Returns the dimensionality (power) of this MeasureUnit.
- getDirection(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the Bidirection property of a code point.
- getDirection() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the directionality of the text.
- getDirection() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
Get direction of run
- getDirectionality(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- getDisplayCountry() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's country localized for display in the default DISPLAY locale.
- getDisplayCountry(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's country localized for display in the provided locale.
- getDisplayCountry(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's country localized for display in the provided locale.
- getDisplayCountry(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's country localized for display in the provided locale.
- getDisplayKeyword(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword localized for display in the default DISPLAY locale.
- getDisplayKeyword(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword localized for display in the specified locale.
- getDisplayKeyword(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword localized for display in the specified locale.
- getDisplayKeywordValue(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword value localized for display in the default DISPLAY locale.
- getDisplayKeywordValue(String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword value localized for display in the specified locale.
- getDisplayKeywordValue(String, String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword value localized for display in the specified locale.
- getDisplayLanguage() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the default DISPLAY locale.
- getDisplayLanguage(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the provided locale.
- getDisplayLanguage(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's language localized for display in the provided locale.
- getDisplayLanguage(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the default DISPLAY locale.
- getDisplayLanguageWithDialect(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's language localized for display in the provided locale.
- getDisplayLanguageWithDialect(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's language localized for display in the provided locale.
- getDisplayLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Gets the display length.
- getDisplayLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Return true if limits will be displayed.
- getDisplayName(String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Return a localized name for the locale represented by id.
- getDisplayName(String, ULocale) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Factory
-
Return the display name for this id in the provided locale.
- getDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override for getDisplayName(String, ULocale) that
uses the current default locale.
- getDisplayName(String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Given a visible id, return the display name in the requested locale.
- getDisplayName(String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
If this.id equals id, returns id regardless of locale,
otherwise returns null.
- getDisplayName(TimeZone, TimeZoneGenericNames.GenericNameType, long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Returns the display name of the time zone for the given name type
at the given date, or null if the display name is not available.
- getDisplayName(Locale, Locale) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayName(ULocale, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the name of the collator for the objectLocale, localized for the
displayLocale.
- getDisplayName(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the name of the collator for the objectLocale, localized for the
default DISPLAY locale.
- getDisplayName(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the name of the collator for the objectLocale, localized for the
default DISPLAY locale.
- getDisplayName(String, TimeZoneNames.NameType, long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns the display name of the time zone at the given date.
- getDisplayName(String) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the name of this calendar in the language of the given locale.
- getDisplayName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the display name for this currency in the default locale.
- getDisplayName(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the display name for this currency in the given locale.
- getDisplayName(String, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Get the display name for an ID: language, script, territory, currency, timezone...
- getDisplayName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the default DISPLAY locale.
- getDisplayName(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the specified locale.
- getDisplayName(ULocale) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the default DISPLAY locale.
- getDisplayName(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the provided locale.
- getDisplayName(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the locale ID localized for display in the provided locale.
- getDisplayName(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the locale ID localized for display in the provided locale.
- getDisplayNames() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override of getDisplayNames(ULocale, Comparator, String) that
uses the current default Locale as the locale, null as
the comparator, and null for the matchID.
- getDisplayNames(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override of getDisplayNames(ULocale, Comparator, String) that
uses null for the comparator, and null for the matchID.
- getDisplayNames(ULocale, Comparator<Object>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override of getDisplayNames(ULocale, Comparator, String) that
uses null for the matchID, thus returning all display names.
- getDisplayNames(ULocale, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override of getDisplayNames(ULocale, Comparator, String) that
uses null for the comparator.
- getDisplayNames(ULocale, Comparator<Object>, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Return a snapshot of the mapping from display names to visible
IDs for this service.
- getDisplayNames(String, TimeZoneNames.NameType[], long, String[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getDisplayNameWithDialect() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the default DISPLAY locale.
- getDisplayNameWithDialect(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the provided locale.
- getDisplayNameWithDialect(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the locale ID localized for display in the provided locale.
- getDisplayNameWithDialect(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the locale ID localized for display in the provided locale.
- getDisplayPastFuture() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Return true if past and future will be displayed.
- getDisplayScript() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's script localized for display in the default DISPLAY locale.
- getDisplayScript(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's script localized for display in the provided locale.
- getDisplayScript(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's script localized for display in the provided locale.
- getDisplayScript(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's script localized for display in the provided locale.
- getDisplayVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's variant localized for display in the default DISPLAY locale.
- getDisplayVariant(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's variant localized for display in the provided locale.
- getDisplayVariant(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's variant localized for display in the provided locale.
- getDisplayVariant(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a locale's variant localized for display in the provided locale.
- getDistanceDouble(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- getDistanceFloor(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- getDotType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- getDSTSavings() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- getDSTSavings() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
TimeZone API
Returns the amount of time to be added to local standard time
to get local wall clock time.
- getDSTSavings() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns the amount of time in ms that the clock is advanced during DST.
- getDSTSavings() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Gets the amount of daylight saving delta time from the standard time.
- getElementComparisonType() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the collation element comparison type.
- getElements() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Return the elements that make up this transliterator.
- getEmbeddingLevel() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
Get level of run
- getEmptyInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Create empty generator, to be constructed with addPattern(...) etc.
- getEmptyInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Construct an empty FilteredBreakIteratorBuilder.
- getEnd() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.Range
-
- getEndIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
- getEndIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Returns the end index of the text.
- getEndYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the end year when this rule takes effect.
- getEquivalentID(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns an ID in the equivalency group that includes the given
ID.
- getEquivalentID(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns an ID in the equivalency group that
includes the given ID.
- getEquivalentReorderCodes(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Retrieves all the reorder codes that are grouped with the given reorder code.
- getEquivalentScripts(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
- getEraIndex(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
-
Returns era index for the specified year/month/day.
- getEraNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns full era name strings.
- getEras() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns abbreviated era strings.
- getError() - Method in exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Returns the error code of this exception.
- getErrorIndex() - Method in exception org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleSyntaxException
-
- getErrorIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.ParseStatus
-
- getErrorIndex() - Method in exception org.graalvm.shadowed.com.ibm.icu.util.IllformedLocaleException
-
Returns the index where the error was found.
- getErrorMessage() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.ParseStatus
-
- getErrors() - Method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Info
-
Returns a set indicating IDNA processing errors.
- getEscapeCharacters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- getEuropeanDigit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Returns the digit values of characters like 'A' - 'Z', normal,
half-width and full-width.
- getExemplarLocationName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getExemplarLocationName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns the exemplar location name for the given time zone.
- getExemplarSet(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExemplarSet(ULocale, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExemplarSet(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- getExponent() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- getExponent() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getExponentMultiplicationSign() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the multiplication sign
- getExponentSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string used to separate the mantissa from the exponent.
- getExponentSignAlwaysShown() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getExtendedName(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Retrieves the extended name
- getExtendedName(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns a name for a valid codepoint.
- getExtendedNameIterator() - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- getExtendedOr10Name(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the extended and 1.0 name when the most current unicode names
fail
- getExtension(Character) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- getExtension(char) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the extension (or private use) value associated with
the specified key, or null if there is no extension
associated with the key.
- getExtensionKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the set of extension keys associated with this locale, or the
empty set if it has no extensions.
- getExtensions() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- getExtensionValue(Character) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- getExtlangs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- getExtraQuotingCharacters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- getFactorToBase(MeasureUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
-
- getFallback(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the fallback locale for the specified locale, which might be the
empty string.
- getFallback() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the fallback locale for this locale.
- getFallbackIntervalPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Get the fallback interval pattern.
- getFCD16(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Returns the FCD data for code point c.
- getFCD16FromNormData(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Gets the FCD value from the regular normalization data.
- getFCDNormalizer2() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
Gets the FCD normalizer, with the FCD data initialized.
- getField() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the field for the current position.
- getFieldCount() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the number of fields defined by this calendar.
- getFieldDisplayName(int, DateTimePatternGenerator.DisplayWidth) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
The general interface to get a display name for a particular date/time field,
in one of several possible display widths.
- getFieldForType(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
- getFieldResolutionTable() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the field resolution array for this calendar.
- getFieldResolutionTable() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Override Calendar to add IS_LEAP_MONTH to the field resolution
table.
- getFieldValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the value associated with the current field position.
- getFilter() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns the filter used by this transliterator, or null
if this transliterator uses no filter.
- getFinalStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the final time when this rule takes effect.
- getFinalStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.InitialTimeZoneRule
-
Gets the final time when this rule takes effect.
- getFinalStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the final time when this rule takes effect.
- getFinalStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Gets the final time when this rule takes effect.
- getFineChangesIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Returns an Iterator for fine-grained change edits
(full granularity of change edits is retained).
- getFineIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Returns an Iterator for fine-grained change and no-change edits
(full granularity of change edits is retained).
- getFirstBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Export the first formatted number as a BigDecimal.
- getFirstCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- getFirstDayOfWeek() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
- getFirstPart() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Returns the first part of interval pattern.
- getFirstStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFirstStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.InitialTimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFirstStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFirstStart(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Gets the very first time when this rule takes effect.
- getFixedUnitBuilder(TimeUnit) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Returns a builder that represents durations in terms of the single
given TimeUnit.
- getFlag(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- getFoldedValue(int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder.DataManipulate
-
Build-time trie callback function, used with serialize().
- getFoldingOffset(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.Trie.DataManipulate
-
Called by org.graalvm.shadowed.com.ibm.icu.impl.Trie to extract from a lead surrogate's
data
the index array offset of the indexes for that lead surrogate.
- getForm() - Method in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Returns the form setting.
- getFormality() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- getFormalSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getFormalSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns the formal symbol for the currency with the provided ISO code.
- getFormatByArgumentName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns the first top-level format associated with the given argument name.
- getFormatInfo(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfo
-
- getFormatInfo(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getFormats() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns the Format objects used for the format elements in the
previously set pattern string.
- getFormatsByArgumentIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns the Format objects used for the values passed into
format methods or returned from parse
methods.
- getFormatStyle() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Return style
- getFormatter() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
- getFormatter() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatterFactory
-
Return a formatter based on this factory's current settings.
- getFormatter() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterFactory
-
Return a formatter based on this factory's current settings.
- getFormatWidth() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getFormatWidth() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the minimum number of characters in formatted output.
- getFrom() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneTransition
-
Returns the rule used before the transition.
- getFromDate() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateInterval
-
Get the from date.
- getFromU16SingleLead(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Get the trie value for a UTF-16 code unit.
- getFromU16SingleLead(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_16
-
Get a Trie2 value for a UTF-16 code unit.
- getFromU16SingleLead(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_32
-
Get a Trie2 value for a UTF-16 code unit.
- getFromU16SingleLead(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Get a trie value for a UTF-16 code unit.
- getFrozenTimeZone(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the TimeZone for the given ID.
- getFullLocaleNameSet() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Return a set of all the locale names supported by a collection of
resource bundles.
- getFullLocaleNameSet(String, ClassLoader) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Return a set of all the locale names supported by a collection of
resource bundles.
- getFullName(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundleReader
-
Gets the full name of the resource with suffix.
- getFunctionalEquivalent(String, ClassLoader, String, String, ULocale, boolean[], boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Returns a functionally equivalent locale, considering keywords as well, for the specified keyword.
- getFunctionalEquivalent(ULocale, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
Returns the functionally equivalent locale.
- getFunctionalEquivalent(String, ULocale, boolean[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
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 org.graalvm.shadowed.com.ibm.icu.text.Collator
-
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 org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Returns the 'functionally equivalent' locale with respect to
plural rules.
- getGenericLocationName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Returns the generic location name for the given canonical time zone ID.
- getGeq() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences.UnitPreference
-
- getGMTOffsetDigits() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the offset pattern used for localized GMT format.
- getGMTPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT format pattern.
- getGMTZeroFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
- getGrammaticalCase() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Gets the grammatical case.
- getGreatestMinimum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the highest minimum value for the given field if varies.
- getGreenwichSidereal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Returns the current Greenwich sidereal time, measured in hours
- getGregorianChange() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Gets the Gregorian Calendar change date.
- getGregorianDayOfMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the day of month (1-based) on the Gregorian calendar as
computed by computeGregorianFields().
- getGregorianDayOfYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the day of year (1-based) on the Gregorian calendar as
computed by computeGregorianFields().
- getGregorianMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the month (0-based) on the Gregorian calendar as computed by
computeGregorianFields().
- getGregorianYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the extended year on the Gregorian calendar as computed by
computeGregorianFields().
- getGroup(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the group index for the codepoint, or the group before it.
- getGroupForPrimary(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
Finds the reordering group which contains the primary weight.
- getGroupingSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for grouping separator.
- getGroupingSeparatorString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string used for grouping separator.
- getGroupingSize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getGroupingSize() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the primary grouping size in use.
- getGroupingUsed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getGroupLengths(int, char[], char[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Reads a block of compressed lengths of 32 strings and expands them into
offsets and lengths for each string.
- getGroupLimit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the maximum codepoint + 1 of the group
- getGroupMin(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the minimum codepoint of the group
- getGroupMinFromCodepoint(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the minimum codepoint of a group
- getGroupMSB(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the MSB from the group index
- getGroupName(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the name of the argument group index.
- getGroupName(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the group name of the character
- getGroupOffset(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the offset to a group
- getHanNumericValue(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the numeric value of a Han character.
- getHeight() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData.PaperSize
-
Returns the height of the paper
- getHolidays() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
- getHolidays(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
- getHolidays(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
- getId() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.CalType
-
- getID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.Extension
-
- getID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- getID() - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
{icu} Returns the type ID of this Unicode block
- getID() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a programmatic identifier for this transliterator.
- getID() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the ID of this time zone.
- getIdentifier() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Returns the CLDR unit identifier and null if not computed.
- getIdentifier() - Method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
- getIdentifier() - Method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
- getIdentifier() - Method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
- getIdentifier() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Get CLDR Unit Identifier for this MeasureUnit, as defined in UTS 35.
- getIdentityResult() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Returns whether the pair of numbers was successfully formatted as a range or whether an identity fallback was
used.
- getIDForWindowsID(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Converts a Windows time zone ID to an equivalent system time zone ID
for a region.
- getIgnorableCharacters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- getIgnoreCase() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Checks if Comparator is in the case insensitive mode.
- getIgnoreCaseOption() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Gets the fold case options set in Comparator to be used with case insensitive comparison.
- getInclusionsForProperty(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterPropertiesImpl
-
Returns a mutable UnicodeSet -- do not modify!
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
- getIndex(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Gets the current currentIndex in text.
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Returns the current index.
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
-
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
-
Returns the pattern string index associated with this Part.
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Return the current index in the text being searched.
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Return the current index in the text being searched.
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Gets the current index in text.
- getIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
- getInfinity() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the String used to represent infinity.
- getInflowLabel() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Get the default label used for abbreviated buckets between other labels.
- getInitialCompoundPartFromTrieIndex(int) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
-
- getInitialPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- getInitialSequencePattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- getInitialValue() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Gets the default initial value
- getInitialValue() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Gets the default initial value
- getInitialValue() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the default initial value
- getInstance(K, D) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheBase
-
Retrieves an instance from the cache.
- getInstance(V) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
-
Returns a CacheValue instance that holds the value.
- getInstance(ULocale, boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfoProvider
-
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules
-
Get a DayPeriodRules object given a locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
-
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterService
-
Return the default service instance.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.ResourceBasedPeriodFormatterDataService
-
Returns the singleton instance of this class.
- getInstance(CalType, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
-
- getInstance(ULocale, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyDisplayInfoProvider
-
- getInstance(String, String, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
-
- getInstance(ULocale, LocaleDisplayNames.DialectHandling) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- getInstance(ULocale, DisplayContext...) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- getInstance(ByteBuffer, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- getInstance(short, short, short) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
-
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CodePointMatcher
-
- getInstance(Currency, DecimalFormatSymbols, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CombinedCurrencyMatcher
-
- getInstance(DecimalFormatSymbols, Grouper, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.DecimalMatcher
-
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.IgnorablesMatcher
-
- getInstance(DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.InfinityMatcher
-
- getInstance(DecimalFormatSymbols, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MinusSignMatcher
-
- getInstance(DecimalFormatSymbols, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NanMatcher
-
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PaddingMatcher
-
- getInstance(DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PercentMatcher
-
- getInstance(DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PermilleMatcher
-
- getInstance(DecimalFormatSymbols, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PlusSignMatcher
-
- getInstance(boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireDecimalSeparatorValidator
-
- getInstance(DecimalFormatSymbols, Grouper) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ScientificMatcher
-
- getInstance() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Properties
-
- getInstance(K, D) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SoftCache
-
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
The factory method of TimeZoneGenericNames.
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Returns the only instance of the UnicodeBlock with the argument ID.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the Collator for the current default locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the Collator for the desired locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the Collator for the desired locale.
- getInstance(ULocale, CompactDecimalFormat.CompactStyle) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(Locale, CompactDecimalFormat.CompactStyle) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Return an instance of CurrencyDisplayNames that provides information
localized for display in the provided locale.
- getInstance(Locale, boolean) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Returns the unique instance of the currency meta info.
- getInstance(boolean) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the default locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance() - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a date/time formatter that uses the SHORT style
for both the date and the time.
- getInstance(Calendar, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a date/time formatter that uses the SHORT style
for both the date and the time.
- getInstance(Calendar) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a default date/time formatter that uses the SHORT style for both the
date and the time.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the default locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the given locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the given locale.
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and the default FORMAT locale.
- getInstance(String, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and a given locale.
- getInstance(String, DateIntervalInfo) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
DateIntervalInfo, and the default FORMAT locale.
- getInstance(String, Locale, DateIntervalInfo) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance(String, ULocale, DateIntervalInfo) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton
a DateIntervalInfo, and the given locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for the default FORMAT locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for a given locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for a given locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the default locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the given locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Construct a FilteredBreakIteratorBuilder based on sentence break exception rules in a locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Construct a FilteredBreakIteratorBuilder based on sentence break exception rules in a locale.
- getInstance(ULocale, ListFormatter.Type, ListFormatter.Width) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(Locale, ListFormatter.Type, ListFormatter.Width) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for a locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Create a list formatter that is appropriate for the default FORMAT locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
- getInstance(ULocale, LocaleDisplayNames.DialectHandling) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale,
using the provided DisplayContext settings
- getInstance(Locale, DisplayContext...) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided
Locale, using the provided DisplayContext settings
- getInstance(ULocale, MeasureFormat.FormatWidth) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Create a format from the locale, formatWidth, and format.
- getInstance(Locale, MeasureFormat.FormatWidth) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Create a format from the
Locale and formatWidth.
- getInstance(ULocale, MeasureFormat.FormatWidth, NumberFormat) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Create a format from the locale, formatWidth, and format.
- getInstance(Locale, MeasureFormat.FormatWidth, NumberFormat) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Create a format from the
Locale, formatWidth, and format.
- getInstance(InputStream, String, Normalizer2.Mode) - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(Locale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInstance(int, boolean, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Factory method for creating a numbering system.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified ULocale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the default FORMAT locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for the default locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular
Locale.
- getInstance(ULocale, NumberFormat) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale that uses a particular
NumberFormat object.
- getInstance(ULocale, NumberFormat, RelativeDateTimeFormatter.Style, DisplayContext) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale that uses a particular
NumberFormat object, style, and capitalization context
- getInstance(Locale, NumberFormat) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular
Locale that uses a
particular NumberFormat object.
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Gets a StringPrep instance for the specified profile
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns a frozen instance of TimeZoneFormat for the given locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns a frozen instance of
TimeZoneFormat for the given
Locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns an instance of TimeZoneNames for the specified locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns an instance of
TimeZoneNames for the specified
Locale.
- getInstance(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Factory
-
Return a transliterator for the given ID.
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a Transliterator object given its ID.
- getInstance(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a Transliterator object given its ID.
- getInstance(Replaceable) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a Replaceable object.
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source string.
- getInstance(char[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source character array.
- getInstance(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source character array.
- getInstance(StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a source StringBuffer.
- getInstance(CharacterIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a UCharacterIterator object given a CharacterIterator.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and locale.
- getInstance(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a calendar using the specified time zone and default locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and specified locale.
- getInstance(TimeZone, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(TimeZone, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a calendar with the specified time zone and locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns a currency object for the default currency in the given
locale.
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns a currency object given an ISO 4217 3-letter code.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Gets the LocaleData object associated with the ULocale specified in locale
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Gets the LocaleData object associated with the default FORMAT locale
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Returns a Region using the given region ID.
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Returns a Region using the given numeric code as defined by UNM.49
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstanceByName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns a numbering system from one of the predefined numbering systems
known to ICU.
- getInstanceForSkeleton(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a
DateFormat object that can be used to format dates and times in
the default locale.
- getInstanceForSkeleton(String, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getInstanceForSkeleton(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getInstanceForSkeleton(Calendar, String, Locale) - Static method in class org.graalvm.shadowed.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.
- getInstanceForSkeleton(Calendar, String, ULocale) - Static method in class org.graalvm.shadowed.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.
- getInstanceFromCompiledRules(InputStream) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Create a break iterator from a precompiled set of break rules.
- getInt() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getInt() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a signed integer from a resource.
- getInt64IterationContext() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Gets an int64 that FormattedValue implementations may use for storage.
- getIntegerInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getIntegerInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getIntegerInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getInternationalCurrencySymbol() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the international string denoting the local currency.
- getIntervalPattern(String, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Get the interval pattern given the largest different calendar field.
- getIntPropertyMap(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharacterProperties
-
Returns an immutable CodePointMap for an enumerated/catalog/int-valued property.
- getIntPropertyMaxValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- getIntPropertyMaxValue(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the maximum value for an integer/binary Unicode property.
- getIntPropertyMinValue(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the minimum value for an integer/binary Unicode property type.
- getIntPropertyValue(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- getIntPropertyValue(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the property value for a Unicode property type of a code point.
- getInts(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- getIntVector() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getIntVector() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a 32 bit integer array from a resource.
- getInverse() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns this transliterator's inverse.
- getISO3Country(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
Returns a three-letter abbreviation for the provided country.
- getISO3Country() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's country/region.
- getISO3Country(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's country/region.
- getISO3Language(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
Returns a three-letter abbreviation for the language.
- getISO3Language() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's language.
- getISO3Language(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a three-letter abbreviation for this locale's language.
- getISOCommentCharacters(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Fills set with characters that are used in Unicode character names.
- getISOCountries() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
Returns a list of all 2-letter country codes defined in ISO 3166.
- getISOCountries() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a list of all 2-letter country codes defined in ISO 3166.
- getISOLanguages() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
Returns a list of all 2-letter language codes defined in ISO 639
plus additional 3-letter codes determined to be useful for locale generation as
defined by Unicode CLDR.
- getISOLanguages() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a list of all 2-letter language codes defined in ISO 639.
- getIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the iterator which iterates over this
resource bundle
- getJoiningGroup(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- getJoiningType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- getJulianCentury() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Return this object's time expressed in julian centuries:
the number of centuries after 1/1/1900 AD, 12:00 GMT
- getJulianDay() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Get the current time of this CalendarAstronomer object,
expressed as a "julian day number", which is the number of elapsed
days since 1/1/4713 BC (Julian), 12:00 GMT.
- getKey() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getKey(ICUService.Key) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override for get(Key, String[]).
- getKey(ICUService.Key, String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Given a key, return a service object, and, if actualReturn
is not null, the descriptor with which it was found in the
first element of actualReturn.
- getKey(ICUService.Key, String[], ICUService.Factory) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
- getKey() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.Extension
-
- getKey() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the key associated with a given resource.
- getKeyAndValue(int, UResource.Key, UResource.Value) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UResource.Table
-
- getKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- getKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
-
- getKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the keys in this bundle as an enumeration
- getKeyword() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
- getKeywordMap() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns a map of the keywords and values, or null if there are none.
- getKeywords() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns an iterator over the keywords, or null if we have an empty map.
- getKeywords() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns an array of all possible keywords that are relevant to
collation.
- getKeywords() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Returns a set of all rule keywords used in this PluralRules
object.
- getKeywords() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns an iterator over keywords for this locale.
- getKeywords(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns an iterator over keywords for the specified locale.
- getKeywordStatus(String, int, Set<DecimalQuantity>, Output<DecimalQuantity>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Find the status for the keyword, given a certain set of explicit values.
- getKeywordValue(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns the value for the named keyword, or null if the keyword is not
present.
- getKeywordValue(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the value for a keyword in this locale.
- getKeywordValue(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the value for a keyword in the specified locale.
- getKeywordValues(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Given a tree path and keyword, return a string enumeration of all possible values for that keyword.
- getKeywordValues(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
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 org.graalvm.shadowed.com.ibm.icu.text.Collator
-
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 org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket
-
Get the label
- getLabelType() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket
-
Is a normal, underflow, overflow, or inflow bucket
- getLanguage() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
-
- getLanguage() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- getLanguage() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns the normalized language id, or the empty string.
- getLanguage() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetMatch
-
Get the ISO code for the language of the detected charset.
- getLanguage() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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.
- getLanguageScriptCountryVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns the language, script, country, and variant as separate strings.
- getLastCC() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
-
- getLastCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- getLastCommonSecondary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
Returns the last common secondary weight.
- getLastModified() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Gets the RFC2445 LAST-MODIFIED property value.
- getLastPrimaryForGroup(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
Returns the last primary for the script's reordering group.
- getLatin1LinearValue(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Gets the latin 1 fast path value.
- getLatin1LinearValue(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Gets the latin 1 fast path value.
- getLeadOffset(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the offset to the data which this lead surrogate character points
to.
- getLeadSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the lead surrogate.
- getLeadValue(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Gets the value to the data which this lead surrogate character points
to.
- getLeadValue(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Gets the value to the data which this lead surrogate character points
to.
- getLeastMaximum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the lowest maximum value for the given field if varies.
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Returns the length of the text
- getLength(String, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Returns the length of the pattern text with none of the arguments.
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
-
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the length of the text.
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
Get length of run
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
-
Returns the length of the pattern substring associated with this Part.
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns the length of the text
- getLengthFromEndpoints(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
-
- getLenientScannerProvider() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Returns the lenient scanner provider.
- getLevelAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the level for one character.
- getLevels() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get an array of levels for each character.
- getLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- getLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
Get position of one character after the end of the run in the source text
- getLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the EXCLUSIVE end index stored for the current position.
- getLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
-
Returns the pattern string limit (exclusive-end) index associated with this Part.
- getLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a limit for a field.
- getLimitPartIndex(int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates legal line-
wrapping positions.
- getLineNumber() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Return the one-based line number of the last line returned by
readLine() or readLineSkippingComments().
- getLineNumber() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.TokenIterator
-
Return the one-based line number of the line of the last token returned by
next().
- getLineOrientation() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's layout orientation for lines.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Returns the locale of this resource bundle.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- getLocale(ULocale.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns the locale that was used to create this object, or null.
- getLocale(ULocale.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the locale that was used to create this object, or null.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Get locale
- getLocale(ULocale.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns the locale that was used to create this object, or null.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getLocale(ULocale.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the locale that was used to create this object, or null.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the locale used to determine the display names.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Get the locale of this instance.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns the locale that's used when creating or comparing subformats.
- getLocale(ULocale.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Returns the locale that was used to create this object, or null.
- getLocale(ULocale.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UFormat
-
Return the locale that was used to create this object, or null.
- getLocale(ULocale.Type) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the locale that was used to create this object, or null.
- getLocale(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Convenience function for getting the locales in priority order
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the locale of this bundle
- getLocaleDisplayPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns LocaleDisplayPattern for this locale, e.g., {0}({1})
- getLocaleExtensions() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- getLocaleFromName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleUtility
-
A helper function to convert a string of the form
aa_BB_CC to a locale object.
- getLocaleID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getLocaleID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
-
- getLocaleID() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the localeID
- getLocaleList(ULocale[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Convert a list of ULocales to a list of Locales.
- getLocales() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Get a copy of the language/locale priority list
- getLocaleSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns LocaleDisplaySeparator for this locale.
- getLocalPatternChars() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns localized date-time pattern characters.
- getLocalSidereal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Returns the current local sidereal time, measured in hours
- getLogicalIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the logical text position from a visual position.
- getLogicalMap() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get a logical run.
- getLongs(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- getLostDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Returns the lostDigits setting.
- getLowerDisplayMagnitude() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Gets the smallest power of ten that needs to be displayed.
- getLowerDisplayMagnitude() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getMagnitude() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- getMagnitude() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getMagnitudeMultiplier() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMajor() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns the major version number
- getMapToConversionRate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRatesSink
-
- getMapToUnitPreferences() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences.UnitPreferencesSink
-
- getMarkupInstance(ULocale, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
markup for exponents for this locale.
- getMarkupInstance(DecimalFormat, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
markup for exponents.
- getMask(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Gets the type mask
- getMatchedText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
- getMatchLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the length of text in the string which matches the search
pattern.
- getMatchStart() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the index to the match in the text string that was searched.
- getMathContext() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMathContext() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- getMathContextICU() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- getMathContextOr34Digits(DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
Gets the user-specified math context out of the property bag.
- getMathContextOrUnlimited(DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
Gets the user-specified math context out of the property bag.
- getMaxBytesForString(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Calculates the size of a buffer for conversion from Unicode to a charset.
- getMaxCharNameLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the maximum length of any codepoint name.
- getMaxExpansion(int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the maximum value for the given time field.
- getMaximumContextLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns the length of the longest context required by this transliterator.
- getMaximumFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMaximumFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the effective maximum number of integer digits after the decimal separator.
- getMaximumFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the maximum number of digits allowed in the fraction
portion of a number.
- getMaximumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- getMaximumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMaximumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the effective maximum number of digits before the decimal separator.
- getMaximumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the maximum number of digits allowed in the integer portion of a
number.
- getMaximumSignificantDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMaximumSignificantDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the effective maximum number of significant digits displayed.
- getMaxISOCommentLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the maximum length of any iso comments.
- getMaxLabelCount() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Get the limit on the number of labels in the index.
- getMaxValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- getMaxValues(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Get the the maximum values for some enum/int properties.
- getMaxVariable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- getMaxVariable() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the maximum reordering group whose characters are affected by
the alternate handling behavior.
- getMaxVariable() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Returns the maximum reordering group whose characters are affected by
the alternate handling behavior.
- getMeasurementSystem(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns the measurement system used in the locale specified by the locale.
- getMessage() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.VariantNode
-
- getMetaZoneDisplayName(String, TimeZoneNames.NameType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getMetaZoneDisplayName(String, TimeZoneNames.NameType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- getMetaZoneDisplayName(String, TimeZoneNames.NameType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns the display name of the meta zone.
- getMetaZoneID(String, long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getMetaZoneID(String, long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- getMetaZoneID(String, long) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns the micro version number
- getMidPointForDayPeriod(DayPeriodRules.DayPeriod) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules
-
- getMilli() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns the milli version number
- getMinimalDaysInFirstWeek() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns what the minimal days required in the first week of the year are.
- getMinimum(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the minimum value for the given time field.
- getMinimumExponentDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMinimumExponentDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the minimum number of digits printed in the exponent in scientific notation.
- getMinimumFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMinimumFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the effective minimum number of integer digits after the decimal separator.
- getMinimumFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the minimum number of digits allowed in the fraction portion of a
number.
- getMinimumGroupingDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMinimumGroupingDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the minimum number of digits before grouping is triggered.
- getMinimumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- getMinimumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMinimumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the effective minimum number of digits before the decimal separator.
- getMinimumIntegerDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the minimum number of digits allowed in the integer portion of a
number.
- getMinimumSignificantDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMinimumSignificantDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the effective minimum number of significant digits displayed.
- getMinor() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns the minor version number
- getMinusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used to represent minus sign.
- getMinusSignString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string used to represent minus sign.
- getMirror(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- getMirror(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Maps the specified code point to a "mirror-image" code point.
- getModifier(Modifier.Signum, StandardPlural) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AdoptingModifierStore
-
- getModifier(Modifier.Signum, StandardPlural) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameHandler
-
- getModifier(Modifier.Signum, StandardPlural) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MixedUnitLongNameHandler
-
Required for ModifierStore.
- getModifier(Modifier.Signum, StandardPlural) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.ModifierStore
-
Returns a Modifier with the given parameters (best-effort).
- getModifierWithoutPlural(Modifier.Signum) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AdoptingModifierStore
-
- getMonetaryDecimalSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the monetary decimal separator.
- getMonetaryDecimalSeparatorString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the monetary decimal separator string.
- getMonetaryGroupingSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the monetary grouping separator.
- getMonetaryGroupingSeparatorString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the monetary grouping separator.
- getMonths() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns month strings.
- getMonths(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns month strings.
- getMoonAge() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The "age" of the moon at the time specified in this object.
- getMoonPhase() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Calculate the phase of the moon at the time set in this object.
- getMoonPosition() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The position of the moon at the time set on this
object, in equatorial coordinates.
- getMoonRiseSet(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Returns the time (GMT) of sunrise or sunset on the local date to which
this calendar is currently set.
- getMoonTime(double, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Find the next or previous time at which the Moon's ecliptic
longitude will have the desired value.
- getMoonTime(CalendarAstronomer.MoonAge, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Find the next or previous time at which the moon will be in the
desired phase.
- getMultiplier(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
-
- getMultiplier() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getMultiplier(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.MultiplierProducer
-
Maps a magnitude to a multiplier in powers of ten.
- getMultiplier() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the multiplier being applied to numbers before they are formatted.
- getMultiUnitBuilder(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Returns a builder that formats up to the given number of time units,
starting with the largest unit less than or equal to the
duration.
- getN2WithImpl(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- getName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Return the name of this service.
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns the normalized full form of the locale id.
- getName(ULocale, int, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
-
- getName(ULocale, int, String, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
-
- getName(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Retrieve the name of a Unicode code point.
- getName(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the names for each of the characters in a string
- getName(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns the long Unicode script name, if there is one.
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Record
-
Get the name
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetMatch
-
Get the name of the detected charset.
- getName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns the 'long name' for the currency with the provided ISO code.
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the string representing the name of the numbering system.
- getName(Locale, int, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getName(ULocale, int, boolean[]) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the display name for the given currency in the
given locale.
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Gets the name of this time zone.
- getName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the (normalized) full name for this locale.
- getName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the (normalized) full name for the specified locale.
- getNameAlias(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the corrected name from NameAliases.txt if there is one.
- getNameIterator() - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- getNameStyle() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Gets the name style.
- getNaN() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the String used to represent NaN.
- getNarrowEras() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns narrow era name strings.
- getNarrowSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getNarrowSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns the narrow symbol for the currency with the provided ISO code.
- getNegativePrefix() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getNegativePrefix() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Gets the negative prefix string currently being used to format
numbers.
- getNegativePrefixPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getNegativeSuffix() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getNegativeSuffix() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Gets the negative suffix string currently being used to format
numbers.
- getNegativeSuffixPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getNeutralIdentifier() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
Generates a neutral identifier string for a single unit which means we do not include the dimension signal.
- getNextBytes(Appendable) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Finds each byte which continues the byte sequence from the current state.
- getNextChars(Appendable) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Finds each char which continues the string from the current state.
- getNextStart(long, int, int, boolean) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Gets the first time when this rule takes effect after the specified time.
- getNextTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- getNextTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Returns the first time zone transition after the base time.
- getNextTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Returns the first time zone transition after the base time.
- getNextTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns the first time zone transition after the base time.
- getNextTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns the first time zone transition after the base time.
- getNFCInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- getNFCInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFC normalization.
- getNFDInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFD normalization.
- getNFKC_CFInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- getNFKCCasefoldInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKC_Casefold normalization.
- getNFKCInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- getNFKCInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKC normalization.
- getNFKDInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKD normalization.
- getNorm16(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- getNoSubstitute() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Gets the "no substitute" behavior of this locale data object.
- getNounClass() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Gets the noun class of the formatted output.
- getNounClass() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Gets the noun class.
- getNumber() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- getNumber(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- getNumber() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getNumber() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Measure
-
Returns the numeric value of this object.
- getNumberFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns the number formatter which this date/time formatter uses to
format and parse a time.
- getNumberFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Get a copy of the number format.
- getNumberFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a copy of the NumberFormat this object is using.
- getNumberFormat(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
give the NumberFormat used for the field like 'y'(year) and 'M'(year)
- getNumberFormat(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Gets a number format according to the current settings.
- getNumberFormatter() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
-
Gets the LocalizedNumberFormatter that this wrapper class uses to format numbers.
- getNumberInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getNumberInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getNumberInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getNumberOfEras() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
-
Gets number of effective eras
- getNumericCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the ISO 4217 numeric code for this currency object.
- getNumericCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Returns the numeric code for this region
- getNumericCollation() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Method to retrieve the numeric collation value.
- getNumericValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- getNumericValue(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the numeric value of the code point as a nonnegative
integer.
- getNumericValue(MessagePattern.Part) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Returns the numeric value associated with an ARG_INT or ARG_DOUBLE.
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
-
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
-
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
-
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
-
- getOffset(int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- getOffset(long, boolean, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- getOffset(int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- getOffset(int, int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
TimeZone API.
- getOffset(long, boolean, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
TimeZone API.
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
- getOffset(int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
-
- getOffset(MeasureUnitImpl, MeasureUnitImpl, UnitsConverter.Factor, UnitsConverter.Factor, UnitsConverter.Convertibility) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
-
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Returns the character offset in the source string
corresponding to the next collation element.
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
- getOffset(int, int, int, int, int, int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the time zone offset, for current date, modified in case of
daylight savings.
- getOffset(long) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns the time zone raw and GMT offset for the given moment
in time.
- getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
Returns time zone offsets from local wall time.
- getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Returns time zone offsets from local wall time.
- getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Returns time zone offsets from local wall time.
- getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns time zone offsets from local wall time.
- getOffsetFromLocal(long, BasicTimeZone.LocalOption, BasicTimeZone.LocalOption, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns time zone offsets from local wall time.
- getOneOrTwoUnitBuilder() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Returns a builder that formats the largest one or two time units,
starting with the largest period less than or equal to the duration.
- getOptions(CollationData, CollationSettings, char[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFastLatin
-
Computes the options value for the compare functions
and writes the precomputed primary weights.
- getOptions() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- getOrCreateRulesForLocale(ULocale, PluralRules.PluralType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
Gets the rule from the rulesId.
- getOutputUnit() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Gets the resolved output unit.
- getOutputUnits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.UsagePrefsHandler
-
Returns the list of possible output units, i.e.
- getOutputUnits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter
-
Returns the list of possible output units, i.e.
- getOverflowLabel() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Get the default label used in the IndexCharacters' locale for overflow, eg the first item in: ...
- getPadCharacter() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the character used for padding.
- getPadEscape() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used to pad numbers out to a specified width.
- getPadPosition() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPadPosition() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the position used for padding.
- getPadString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPairedBracket(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- getPairedBracketType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- getPaperSize(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns the size of paper used in the locale.
- getParagraph(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get a paragraph, given a position within the text.
- getParagraphByIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get a paragraph, given the index of this paragraph.
- getParagraphIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the index of a paragraph, given a position within the text.
- getParaLevel() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the paragraph level of the text.
- getParameters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
- getParameters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- getParameters() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Gets a set of "parameters" for this Modifier.
- getParameters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
- getParameters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
- getParent() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getParent() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
-
- getParent() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the parent bundle
- getParseCaseSensitive() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getParseFlags() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
- getParseIntegerOnly() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getParseLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.ParseStatus
-
- getParseMode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getParseNoExponent() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getParseToBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPart(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Gets the i-th pattern "part".
- getPartType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Returns the Part.Type of the i-th pattern "part".
- getPattern(int, PluralRules, DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
-
- getPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixPatternMatcher
-
- getPattern(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the pattern for the provided locale and choice.
- getPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Returns the pattern for which StringSearch is searching for.
- getPatternForCurrencySpacing(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the desired currency spacing value.
- getPatternForNumItems(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Returns the pattern to use for a particular item count.
- getPatternIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Returns the pattern index of the specified pattern "part".
- getPatternInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a
DateFormat object that can be used to format dates and times in
the default locale.
- getPatternInstance(String, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns a
DateFormat object that can be used to format dates and times in
the given locale.
- getPatternInstance(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
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 org.graalvm.shadowed.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.
- getPatternInstance(Calendar, String, ULocale) - Static method in class org.graalvm.shadowed.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.
- getPatternSeparator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used to separate positive and negative subpatterns
in a pattern.
- getPatternString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
- getPercent() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for percent sign.
- getPercentInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getPercentInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getPercentInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getPercentString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string used for percent sign.
- getPerMill() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for mille percent sign.
- getPerMillString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string used for permille sign.
- getPluralBundle() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
Return the plurals resource.
- getPluralCategory() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Gets the plural category.
- getPluralName(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getPluralName(String, String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Returns the "offset:" value of a PluralFormat argument, or 0 if none is specified.
- getPluralOperand(PluralRules.Operand) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getPluralRules() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPluralRules() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Gets plural rules of this locale, used for currency plural format
- getPluralSafe(Precision, PluralRules, DecimalQuantity) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
Computes the plural form after copying the number and applying rounding rules.
- getPlusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the localized plus sign.
- getPlusSignString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the string used to represent plus sign.
- getPos(RuleCharacterIterator.Position) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns an object which, when later passed to setPos(), will
restore this iterator's position.
- getPositionFingerprint() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
This method is for internal testing only.
- getPositionFingerprint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getPositivePrefix() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPositivePrefix() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Gets the positive prefix string currently being used to format
numbers.
- getPositivePrefixPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPositiveSuffix() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPositiveSuffix() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Gets the positive suffix string currently being used to format
numbers.
- getPositiveSuffixPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getPower() - Method in enum org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns the power of the prefix.
- getPowerFromTrieIndex(int) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
-
- getPreferencesFor(String, String, ULocale, UnitsData) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences
-
- getPreferencesFor(String, String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
-
- getPreferredValues() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
- getPrefix() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- getPrefix() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Returns the current SI or binary prefix of this SINGLE unit.
- getPrefixLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
- getPrefixLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- getPrefixLength() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Gets the length of the prefix.
- getPrefixLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
- getPrefixLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
- getPrefixLength(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Returns the length in code units of the pattern text up until the first argument.
- getPreviousStart(long, int, int, boolean) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- getPreviousTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Returns the last time zone transition before the base time.
- getPreviousTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Returns the last time zone transition before the base time.
- getPreviousTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns the last time zone transition before the base time.
- getPreviousTransition(long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns the last time zone transition before the base time.
- getPrimary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
-
- getPrivateuse() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- getProcessedLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the length of the source text processed by the last call to
setPara().
- getProperty(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Gets the main property value for code point ch.
- getPropertyEnum(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
Returns a property enum given one of its property names.
- getPropertyEnum(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Return the UProperty selector for a given property name, as
specified in the Unicode database file PropertyAliases.txt.
- getPropertyName(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
Returns a property name given a property enum.
- getPropertyName(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Return the Unicode name for a given property, as given in the
Unicode database file PropertyAliases.txt.
- getPropertyValueEnum(int, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
Returns a value enum given a property enum and one of its value names.
- getPropertyValueEnum(int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Return the property value integer for a given value name, as
specified in the Unicode database file PropertyValueAliases.txt.
- getPropertyValueEnumNoThrow(int, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
Returns a value enum given a property enum and one of its value names.
- getPropertyValueName(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
Returns a value name given a property enum and a value enum.
- getPropertyValueName(int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Return the Unicode name for a given property value, as given in
the Unicode database file PropertyValueAliases.txt.
- getQuarters(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns quarter strings.
- getQuickCheck(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
-
- getQuickCheck(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
-
- getQuickCheck(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
-
- getQuickCheck(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
-
- getRadix() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the radix of the current numbering system.
- getRange(int, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.USerializedSet
-
Returns a range of characters contained in the given serialized
set.
- getRange(int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap
-
Sets the range object to a range of code points beginning with the start parameter.
- getRange(int, CodePointMap.RangeOption, int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap
-
Sets the range object to a range of code points beginning with the start parameter.
- getRange(int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Sets the range object to a range of code points beginning with the start parameter.
- getRange(int, CodePointMap.ValueFilter, CodePointMap.Range) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Sets the range object to a range of code points beginning with the start parameter.
- getRangeCount() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Iteration method that returns the number of ranges contained in
this set.
- getRangeEnd(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Iteration method that returns the last character in the
specified range of this set.
- getRangeStart(int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Collator
-
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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
-
- getRawDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Gets the raw decomposition for one code point.
- getRawDecomposition(int, Appendable) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
-
Decomposes c, which must be a Hangul syllable, into buffer.
- getRawDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Gets the raw decomposition mapping of c.
- getRawDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Gets the raw decomposition mapping of c.
- getRawNorm16(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- getRawOffset(int, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the offset to the data which the index ch after variable offset
points to.
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Gets unmodified offset, NOT modified in case of daylight savings.
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Overrides TimeZone
Gets the GMT offset for this time zone.
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets unmodified offset, NOT modified in case of daylight savings.
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Gets the standard time offset.
- getRawOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Gets unmodified offset, NOT modified in case of daylight savings.
- getReader(InputStream, String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Return the number of records in the index: that is, the total number of distinct <name,data> pairs added with addRecord(...), over all the buckets.
- getRefCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject
-
Returns the reference counter.
- getReferenceZoneID(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getReferenceZoneID(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- getReferenceZoneID(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns the reference zone ID for the given meta zone ID for the region.
- getRegion() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
-
- getRegion() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- getRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Return the region code for this tzid.
- getRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns the region code associated with the given
system time zone ID.
- getRelativeFileName(Class<?>, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.FileUtilities
-
- GetRemainingCapacity() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
-
- getReorderCode(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRuleParser
-
Gets a script or reorder code from its string representation.
- getReorderCodes() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Retrieves the reordering codes for this collator.
- getReorderCodes() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Retrieves the reordering codes for this collator.
- getReorderingMode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
What is the requested reordering mode for a given Bidi object?
- getReorderingOptions() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
What are the reordering options applied to a given Bidi object?
- getRepeatedWallTimeOption() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Gets the behavior for handling wall time repeating multiple times
at negative time zone offset transitions.
- getRequiredData(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Loads an ICU binary data file and returns it as a ByteBuffer.
- getRequiredStream(ClassLoader, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- getRequiredStream(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
Convenience method that calls getStream(ICUData.class, resourceName, true).
- getRequiredStream(Class<?>, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
Convenience method that calls getStream(root, resourceName, true).
- getResourceBundle(String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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.
- getResultLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the length of the reordered text resulting from the last call to
setPara().
- getRoot() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRoot
-
- getRootRules() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationLoader
-
- getRoundingDirection(boolean, boolean, int, int, Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
Converts a rounding mode and metadata about the quantity being rounded to a boolean determining
whether the value should be rounded toward infinity or toward zero.
- getRoundingIncrement() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getRoundingIncrement() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the increment to which numbers are being rounded.
- getRoundingIncrement() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the rounding increment for this currency, or 0.0 if no
rounding is done by this currency.
- getRoundingIncrement(Currency.CurrencyUsage) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the rounding increment for this currency, or 0.0 if no
rounding is done by this currency with the Usage.
- getRoundingMode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getRoundingMode() - Method in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Returns the roundingMode setting.
- getRoundingMode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the rounding mode being used to round numbers.
- getRoundingMode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the rounding mode used in this NumberFormat.
- getRoundingMode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Returns the rounding mode.
- getRow(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- getRowEnd(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- getRowIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
RBBI State Table Indexing Function.
- getRowStart(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- getRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the start date/time rule associated used by this rule.
- getRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
- getRuleDayOfMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Gets the rule day of month.
- getRuleDayOfWeek() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Gets the rule day of week.
- getRuleMillisInDay() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Gets the rule time in the rule day.
- getRuleMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Gets the rule month.
- getRules() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationTailoring
-
- getRules() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Gets the collation tailoring rules for this RuleBasedCollator.
- getRules(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Returns current rules.
- getRuleSetDisplayName(String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display name for the provided rule set and locale.
- getRuleSetDisplayName(String) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display names for the provided locale.
- getRuleSetDisplayNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display names for the current default DISPLAY locale.
- getRuleSetNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Returns a list of the names of all of this formatter's public rule sets.
- getRulesIdForLocale(ULocale, PluralRules.PluralType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
Gets the rulesId from the locale,with locale fallback.
- getRuleStatus() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
For RuleBasedBreakIterators, return the status tag from the
break rule that determined the boundary at the current iteration position.
- getRuleStatus() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Return the status tag from the break rule that determined the boundary at
the current iteration position.
- getRuleStatusVec(int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
For RuleBasedBreakIterators, get the status (tag) values from the break rule(s)
that determined the the boundary at the current iteration position.
- getRuleStatusVec(int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Get the status (tag) values from the break rule(s) that determined the boundary
at the current iteration position.
- getRuleWeekInMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Gets the rule day of week ordinal number in the month.
- getRunCount() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return the number of level runs.
- getRunLevel(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return the level of the nth logical run in this line.
- getRunLimit(int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Returns a list of integer values for which select() would return that keyword,
or null if the keyword is not defined.
- getSampleString(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns the script sample character string.
- getScientificInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getScientificInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getScientificInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatter instead of NumberFormat.
- getScript() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
-
- getScript() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- getScript() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns the normalized script id, or the empty string.
- getScript(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Gets the script code associated with the given codepoint.
- getScript() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the script code for this locale, which might be the empty string.
- getScript(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the script code for the specified locale, which might be the empty
string.
- getScriptExtensions(int, BitSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Sets code point c's Script_Extensions as script code integers into the output BitSet.
- getSecondary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
-
- getSecondaryBoundary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
Returns the boundary between secondary weights of primary CEs
and those of secondary CEs.
- getSecondaryGroupingSize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getSecondaryGroupingSize() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the secondary grouping size in use.
- getSecondBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Export the second formatted number as a BigDecimal.
- getSecondPart() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Returns the second part of interval pattern.
- getSelector() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.VariantNode
-
Returns the selector string.
- getSelectorValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.VariantNode
-
- getSentenceInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates sentence boundaries.
- getSentenceInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates sentence boundaries.
- getSentenceInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates sentence boundaries.
- getSeparatorVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Return the variant indicating how separators will be displayed.
- getSerializedDataSize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the serialized data file size of the Trie.
- getSerializedLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_16
-
- getSerializedLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_32
-
- getSet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
-
- getSet(char[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.USerializedSet
-
Fill in the given serialized set object.
- getSetForLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.StandardPluralRanges
-
Get the set name from the locale.
- getShiftedDistance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- getShortID(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns the time zone's short ID for the zone.
- getShortID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns the time zone's short ID for the zone ID.
- getShortMonths() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns short month strings.
- getShortName(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns the 4-letter ISO 15924 script code,
which is the same as the short Unicode script name if Unicode has names for the script.
- getShorts(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- getShortWeekdays() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns abbreviated weekday strings; for example: "Sun", "Mon", etc.
- getSignAlwaysShown() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- getSignificantDigit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used to represent a significant digit in a pattern.
- getSimpleStyle() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getSimpleTimeZoneRulesNear(long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Returns the array of TimeZoneRule which represents the rule of
this time zone object near the specified date.
- getSimpleUnitID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- getSimpleUnits() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
-
- getSingleCodePoint(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Utility for getting a code point from a CharSequence that contains exactly one code point.
- getSingleUnitBuilder() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Returns a builder that represents durations in terms of the
single largest period less than or equal to the duration.
- getSingleUnitImpl() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
- getSingleUnits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Returns the list of simple units.
- getSize() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UResource.Array
-
- getSize() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UResource.Table
-
- getSize() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the size of a resource.
- getSkeleton() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences.UnitPreference
-
- getSkeleton(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Utility to return a unique skeleton from a given pattern.
- getSkeleton(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Get the "skeleton" for an identifier string.
- getSkeletons(Map<String, String>) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Gets the behavior for handling skipped wall time at positive time zone offset
transitions.
- getSource() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CanonicalIterator
-
Gets the NFD form of the current source we are iterating over.
- getSourceSet() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Return the source string that this CollationKey represents.
- getSpacingInfo() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfo
-
- getSpacingInfo() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getStamp(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the timestamp of a field.
- getStandardPlural(PluralRules) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Computes the plural form for this number based on the specified set of rules.
- getStandardPlural(PluralRules) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getStart() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- getStart() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
Get the first logical position of the run in the source text
- getStart() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the INCLUSIVE start index for the current position.
- getStart() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.Range
-
- getStartDate(int, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
-
Gets start date of an era
- getStartInYear(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the time when this rule takes effect in the given year.
- getStartTimes() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the array of start times used by this rule.
- getStartYear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
-
Gets start year of an era
- getStartYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the first year when this rule takes effect.
- getState64() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Returns the state of this trie as a 64-bit integer.
- getState64() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Returns the state of this trie as a 64-bit integer.
- getStats() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
Return a snapshot of the current stats.
- getStream(ClassLoader, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- getStream(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
Convenience override that calls getStream(ICUData.class, resourceName, false);
Returns null if the resource could not be found.
- getStream(Class<?>, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
Convenience override that calls getStream(root, resourceName, false);
Returns null if the resource could not be found.
- getStrength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- getStrength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns this Collator's strength attribute.
- getStrength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Returns this Collator's strength attribute.
- getString(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- getString(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
- getString(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
-
- getString(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
-
- getString(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
-
- getString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getString(byte[], String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Autodetect the charset of an inputStream, and return a String
containing the converted input data.
- getString() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Gets the current string from the iterator.
- getString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CaseInsensitiveString
-
returns the underlying string
- getString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a string from a string resource type
- getString(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the string in a given resource at the specified index.
- getStringArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getStringArray() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a string array from a array resource type
- getStringArrayOrStringAsArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
Same as
- getStringBuilder() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
-
- getStringOrFirstOfArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
Same as
- getStringWithFallback(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getSubstituteHandling() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Gets the substitute handling.
- getSubstring(MessagePattern.Part) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Returns the substring of the pattern string indicated by the Part.
- getSubtype() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Get the subType, such as “foot”.
- getSunLongitude() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The longitude of the sun at the time specified by this object.
- getSunPosition() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The position of the sun at this object's current date and time,
in equatorial coordinates.
- getSunRiseSet(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Returns the time (GMT) of sunrise or sunset on the local date to which
this calendar is currently set.
- getSunTime(double, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Find the next time at which the sun's ecliptic longitude will have
the desired value.
- getSunTime(CalendarAstronomer.SolarLongitude, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Find the next time at which the sun's ecliptic longitude will have
the desired value.
- getSuperscriptInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
superscript characters for exponents for this locale.
- getSuperscriptInstance(DecimalFormat) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses
superscript characters for exponents.
- getSupportedIDs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
-
Return the supported IDs.
- getSupportedIDs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Return the set of ids that this factory supports (visible or
otherwise).
- getSupportedIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Returns the index of the best-matching supported locale in the
constructor’s or builder’s input order (“set” Collection plus “added” locales).
- getSupportedLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Returns the best-matching supported locale.
- getSupportedLocaleIDs() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator.CollatorFactory
-
Return an unmodifiable collection of the locale names directly
supported by this factory.
- getSupportedLocaleNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns an immutable collection of the locale names directly
supported by this factory.
- getSupportedLocaleNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
-
Returns an immutable collection of the locale names directly
supported by this factory.
- getSupportedULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Returns the best-matching supported locale.
- getSurrogateOffset(char, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Gets the offset to the data which the surrogate pair points to.
- getSurrogateOffset(char, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Gets the offset to the data which the surrogate pair points to.
- getSurrogateOffset(char, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the offset to the data which the surrogate pair points to.
- getSurrogateValue(char, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Get the value associated with a pair of surrogates.
- getSurrogateValue(char, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Get the value associated with a pair of surrogates.
- getSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getSymbol(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils.SymbolProvider
-
- getSymbol(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Returns the string that substitutes a given symbol type in a pattern.
- getSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns the symbol for the currency with the provided ISO code.
- getSymbol() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name.
- getSymbol(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Convenience and compatibility override of getName that
requests the symbol name.
- getSymbols() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Method for subclasses to access the DateFormatSymbols.
- getSymbolTable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Set the symbol table for internal processing
- getSyntaxCharacters() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- getSystemTimeZone(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns a frozen OlsonTimeZone instance for the given ID.
- getTable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getTableString(String, ULocale, String, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceTableAccess
-
Utility to fetch locale display data from resource bundle tables.
- getTableString(ICUResourceBundle, String, String, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceTableAccess
-
Utility to fetch locale display data from resource bundle tables.
- getTailoredSet() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns a UnicodeSet that contains all the characters and sequences tailored
in this collator.
- getTailoredSet() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Get a UnicodeSet that contains all the characters and sequences tailored in this collator.
- getTarget() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
-
- getTarget() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Return the string text to be searched.
- getTargetSet() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Gets the territory setting.
- getTertiaryBoundary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
Returns the boundary between tertiary weights of primary/secondary CEs
and those of tertiary CEs.
- getText(char[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- getText(char[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- getText(char[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
-
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the text.
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a CharacterIterator over the text being analyzed.
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.TextNode
-
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Returns a CharacterIterator over the text being analyzed.
- getText(char[], int) - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Convenience override for getText(char[], int) that provides an offset of 0.
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Convenience method for returning the underlying text storage as as string
- getTextAsString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the text.
- getTextWithNoArguments(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
Returns the pattern text with none of the arguments.
- getTextWithNoArguments() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Returns the pattern text with none of the arguments.
- getTime() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Get the current time of this CalendarAstronomer object,
represented as the number of milliseconds since
1/1/1970 AD 0:00 GMT (Gregorian).
- getTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns this Calendar's current time.
- getTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneTransition
-
Returns the time of transition in milliseconds since the base time.
- getTimeInMillis() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns this Calendar's current time as a long.
- getTimeInstance() - Static method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormat object that can be used to format times in
the calendar system specified by
cal.
- getTimeRuleType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Gets the time rule type
- getTimeScaleValue(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Get a value associated with a particular time scale.
- getTimeType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Gets the time type of the start times used by this rule.
- getTimeUnit() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeUnitAmount
-
Get the unit (convenience to avoid cast).
- getTimeZone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns the time zone.
- getTimeZone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Get the TimeZone
- getTimeZone() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the time zone.
- getTimeZone() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Get the timezone.
- getTimeZone(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the TimeZone for the given ID.
- getTimeZone(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the TimeZone for the given ID and the timezone type.
- getTimeZoneDisplayName(String, TimeZoneNames.NameType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- getTimeZoneDisplayName(String, TimeZoneNames.NameType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- getTimeZoneDisplayName(String, TimeZoneNames.NameType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns the display name of the time zone.
- getTimeZoneFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Gets the time zone formatter which this date/time
formatter uses to format and parse a time zone.
- getTimeZoneNames(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesFactoryImpl
-
- getTimeZoneNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the time zone display name data used by this instance.
- getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules(long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Returns the array of TimeZoneRule which represents the rule
of this time zone object since the specified start time.
- getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns the array of TimeZoneRule which represents the rule
of this time zone object.
- getTimeZoneRules(long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns the array of TimeZoneRule which represents the rule
of this time zone object since the specified start time.
- getTitleBreakIterator(Locale, int, BreakIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- getTitleBreakIterator(ULocale, int, BreakIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- getTo() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneTransition
-
Returns the rule used after the transition.
- getToDate() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateInterval
-
Get the to date.
- getTrailSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the trail surrogate.
- getTrailValue(int, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Get a value from a folding offset (from the value of a lead surrogate)
and a trail surrogate.
- getTrailValue(int, char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Get a value from a folding offset (from the value of a lead surrogate)
and a trail surrogate.
- getTrieIndex() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
- getTrieIndex() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
-
- getTrieIndex() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
-
- getType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- getType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getType(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns a value indicating a code point's Unicode category.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
-
Returns the type of this part.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode
-
Returns the type of this piece of MessageNode contents.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast
-
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Returns the trie type.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small
-
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Get the type, such as "length".
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Returns this region's type.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Returns the calendar type name string for this Calendar object.
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the type of a resource.
- getTypeIterator() - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- getTypeName() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ArgNode
-
- getTypeOrIgnorable(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- getTZDataVersion() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns the time zone data version currently used by ICU.
- getTZDBInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
- getTZURL() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Gets the RFC2445 TZURL property value.
- getUCAVersion() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the UCA version of this collator object.
- getUCAVersion() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Get the UCA version of this collator object.
- getUiList(Set<ULocale>, boolean, Comparator<Object>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Return a list of information used to construct a UI list of locale names.
- getUiListCompareWholeItems(Set<ULocale>, Comparator<LocaleDisplayNames.UiListItem>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- getUiListCompareWholeItems(Set<ULocale>, Comparator<LocaleDisplayNames.UiListItem>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Return a list of information used to construct a UI list of locale names, providing more access to control the sorting.
- getUInt() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- getUInt() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns a unsigned integer from a resource.
- getULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
-
- getULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns the locale used to determine how to translate the currency names.
- getULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns the locale that's used when creating argument Format objects.
- getULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the RFC 3066 conformant locale id of this resource bundle.
- getULocales() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
-
Returns the locales as an immutable Set view.
- getUnderflowLabel() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- getUnicodeLocaleAttributes() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- getUnicodeLocaleAttributes() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the set of unicode locale attributes associated with
this locale, or the empty set if it has no attributes.
- getUnicodeLocaleKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- getUnicodeLocaleKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- getUnicodeLocaleKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the set of Unicode locale keys defined by this locale, or the empty set if
this locale has none.
- getUnicodeLocaleType(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- getUnicodeLocaleType(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- getUnicodeLocaleType(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the Unicode locale type associated with the specified Unicode locale key
for this locale.
- getUnicodeNumericValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- getUnicodeNumericValue(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the numeric value for a Unicode code point as defined in the
Unicode Character Database.
- getUnicodeSet(UnicodeSet, int) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetICU
-
Returns the set of Unicode code points that can be converted by an ICU Converter.
- getUnicodeSet() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns the UnicodeSet used for processing.
- getUnicodeVersion() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringPrepDataReader
-
- getUnicodeVersion() - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the version of Unicode data used.
- getUniqueKeywordValue(String) - Method in class org.graalvm.shadowed.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.
- getUniquePatterns(Set<String>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
-
- getUniqueValue() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences.UnitPreference
-
- getUnit() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Measure
-
Returns the unit of this object.
- getUnitDisplayName(ULocale, MeasureUnit, NumberFormatter.UnitWidth) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameHandler
-
- getUnitDisplayName(MeasureUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Gets the display name of the specified
MeasureUnit corresponding to the current locale and
format width.
- getUnitPatterns() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfo
-
- getUnitPatterns() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getUnitPreferences() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
-
- getUnitVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Return the unit variant.
- getUpperDisplayMagnitude() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Gets the largest power of ten that needs to be displayed.
- getUpperDisplayMagnitude() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- getUsage() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- getUsage(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns the script usage according to UAX #31 Unicode Identifier and Pattern Syntax.
- getUTS46Instance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Returns an IDNA instance which implements UTS #46.
- getValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Gets the value at the argument index.
- getValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Gets the value at the argument index.
- getValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Gets a 32 bit data from the table data
- getValue(int, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Get a 32 bit data from the table data
- getValue() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.Extension
-
- getValue(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- getValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the value at the argument index
- getValue() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
- getValue() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
-
- getValue() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
-
- getValue(int, UResource.Value) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UResource.Array
-
- getValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
-
Returns a value associated with this part.
- getValue() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Returns a matching string's value if called immediately after
current()/first()/next() returned Result.INTERMEDIATE_VALUE or Result.FINAL_VALUE.
- getValue() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.Range
-
- getValue() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
- getValueType(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- getValueWidth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Returns the number of bits in a trie data value.
- getValueWithFallback(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- getVariableTop() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Gets the variable top value of a Collator.
- getVariableTop() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Gets the variable top value of a Collator.
- getVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
-
- getVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Returns the normalized variant id, or the empty string.
- getVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the variant code for this locale, which might be the empty string.
- getVariant(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the variant code for the specified locale, which might be the empty string.
- getVariants() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- getVariants() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
- getVariantsByType(List<MessagePatternUtil.VariantNode>, List<MessagePatternUtil.VariantNode>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
-
Separates the variants by type.
- getVariantSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getVariantSymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns the variant symbol for the currency with the provided ISO code.
- getVersion(InputStream, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Get the UTrie version from an InputStream containing the serialized form
of either a Trie (version 1) or a Trie2 (version 2).
- getVersion() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the version of this collator object.
- getVersion() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Get the version of this collator object.
- getVersion() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Return the version number associated with this UResourceBundle as an
VersionInfo object.
- getVersionByteArrayFromCompactInt(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Returns an array of the bytes in the compact version integer.
- getVersionInfoFromCompactInt(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Returns a VersionInfo for the bytes in the compact version integer.
- getVisibleIDs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override for getVisibleIDs(String) that passes null
as the fallback, thus returning all visible IDs.
- getVisibleIDs(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Return a snapshot of the visible IDs for this service.
- getVisualIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the visual position from a logical text position.
- getVisualMap() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get a BidiRun object according to its index.
- getWeekData() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Return simple, immutable struct-like class for access to the week data in this calendar.
- getWeekDataForRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Return simple, immutable struct-like class for access to the CLDR week data.
- getWeekdays() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns wide weekday strings.
- getWeekdays(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns weekday strings.
- getWeight(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
-
Returns the weight for a given language/locale, or null if there is none.
- getWidth() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Get the format width this instance is using.
- getWidth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData.PaperSize
-
Returns the width of the paper
- getWindowsID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Converts a system time zone ID to an equivalent Windows time zone ID.
- getWithFallback(boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- getWithFallback(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
This method performs multilevel fallback for fetching items from the
bundle e.g: If resource is in the form de__PHONEBOOK{ collations{
default{ "phonebook"} } } If the value of "default" key needs to be
accessed, then do:
UResourceBundle bundle = UResourceBundle.getBundleInstance("de__PHONEBOOK");
ICUResourceBundle result = null;
if(bundle instanceof ICUResourceBundle){
result = ((ICUResourceBundle) bundle).getWithFallback("collations/default");
}
- getWordInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates word boundaries.
- getWordInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Returns a new instance of BreakIterator that locates word boundaries.
- getYearNames(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns cyclic year name strings if the calendar has them,
for example: "jia-zi", "yi-chou", etc.
- getZeroDigit() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- getZeroDigit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for zero.
- getZodiacNames(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns calendar zodiac name strings if the calendar has them,
for example: "Rat", "Ox", "Tiger", etc.
- getZoneStrings() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns time zone strings.
- GIGABIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: gigabit
- GIGABYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: gigabyte
- GIGAHERTZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of frequency: gigahertz
- GIGAWATT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of power: gigawatt
- GLAGOLITIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GLAGOLITIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- GLAGOLITIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GLAGOLITIC_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GLAGOLITIC_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GlobalizationPreferences - Class in org.graalvm.shadowed.com.ibm.icu.util
-
This convenience class provides a mechanism for bundling together different
globalization preferences.
- GlobalizationPreferences() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Default constructor
- GLUE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- GLUE_AFTER_ZWJ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- GLUE_AFTER_ZWJ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
-
- GMT_ZONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
The immutable GMT (=UTC) time zone.
- GOOD_FRIDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Good Friday, 2 days before Easter
- GOTHIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GOTHIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Gothic
- GOTHIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GRAIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: grain
- GRAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: gram
- GRANTHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GRANTHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- GRANTHA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GRAPHEME_BASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Grapheme_Base (new).
- GRAPHEME_CLUSTER_BREAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Grapheme_Cluster_Break (new in Unicode 4.1).
- GRAPHEME_EXTEND - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Grapheme_Extend (new).
- GRAPHEME_LINK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Grapheme_Link (new).
- GREATER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- greaterThanOrEqual(BigDecimal, BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Returns true if the specified `quantity` of the `inputUnit`, expressed in terms of the biggest unit in the
MeasureUnit `outputUnit`, is greater than or equal to `limit`.
- GREATEST_MINIMUM - Static variable in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Greek and Coptic".
- GREEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Greek
- GREEK_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GREEK_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GREEK_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Unicode 3.2 renames this block to "Greek and Coptic".
- Grego - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A utility class providing proleptic Gregorian calendar functions
used by time zone and calendar code.
- Grego() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
- GregorianCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
.
- GregorianCalendar() - Constructor for class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the default time zone with the given locale.
- GregorianCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Constructs a GregorianCalendar based on the current time
in the given time zone with the given locale.
- GregorianCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the length of a month of the Gregorian calendar.
- gregorianPreviousMonthLength(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the length of a previous month of the Gregorian calendar.
- groupAtPosition(int, DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
-
- Grouper - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
A full options object for grouping sizes.
- grouping - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
- grouping - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
- grouping(NumberFormatter.GroupingStrategy) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the grouping strategy to use when formatting numbers.
- GROUPING_SEPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
- groupingSizes - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- guessBreakIterator(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessCalendar() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessCollator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics
- guessDateFormat(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessLocales() - Method in class org.graalvm.shadowed.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 org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessTerritory() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guessTimeZone() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
This function can be overridden by subclasses to use different heuristics.
- guide(URLHandler.URLVisitor, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
-
- guide(URLHandler.URLVisitor, boolean, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
-
- GUJARATI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GUJARATI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Gujarati
- GUJARATI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GUNJALA_GONDI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GUNJALA_GONDI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
- GUNJALA_GONDI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GURMUKHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- GURMUKHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Gurmukhi
- GURMUKHI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ICU4C_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in the ICU4C.
- ICU_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
The base name of ICU data to be used with ClassLoader.getResourceAsStream(),
ICUResourceBundle.getBundleInstance() etc.
- ICU_BRKITR_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
The base name of rbbi data to be used with getBundleInstance API
- ICU_BRKITR_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
The base name of rbbi data to be used with getData API
- ICU_BUNDLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
The data path to be used with Class.getResourceAsStream().
- ICU_COLLATION_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
The base name of collation data to be used with getBundleInstance API
- ICU_CURR_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- ICU_DATA_CLASS_LOADER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
The class loader constant to be used with getBundleInstance API
- ICU_LANG_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- ICU_RBNF_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
The base name of rbnf data to be used with getBundleInstance API
- ICU_REGION_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- ICU_TRANSLIT_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
The base name of transliterator data to be used with getBundleInstance API
- ICU_UNIT_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- ICU_VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
ICU4J current release version
- ICU_ZONE_BASE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- ICUBinary - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICUBinary() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- ICUBinary.Authenticate - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Special interface for data authentication
- ICUCache<K,V> - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICUCloneNotSupportedException - Exception in org.graalvm.shadowed.com.ibm.icu.util
-
- ICUCloneNotSupportedException() - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
-
Default constructor.
- ICUCloneNotSupportedException(String) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
-
Constructor.
- ICUCloneNotSupportedException(Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
-
Constructor.
- ICUCloneNotSupportedException(String, Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
-
Constructor.
- ICUConfig - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
ICUConfig is a class used for accessing ICU4J runtime configuration.
- ICUConfig() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUConfig
-
- ICUCurrencyDisplayInfoProvider - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICUCurrencyDisplayInfoProvider() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyDisplayInfoProvider
-
- ICUCurrencyMetaInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
ICU's currency meta info data.
- ICUCurrencyMetaInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyMetaInfo
-
- ICUData - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Provides access to ICU data files as InputStreams.
- ICUData() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
- ICUDataVersion - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICUDataVersion() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUDataVersion
-
- ICUDebug - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICUDebug() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUDebug
-
- ICUException - Exception in org.graalvm.shadowed.com.ibm.icu.util
-
Base class for unchecked, ICU-specific exceptions.
- ICUException() - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Default constructor.
- ICUException(String) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Constructor.
- ICUException(Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Constructor.
- ICUException(String, Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Constructor.
- ICUInputTooLongException - Exception in org.graalvm.shadowed.com.ibm.icu.util
-
The input is impractically long for an operation.
- ICUInputTooLongException() - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUInputTooLongException
-
Default constructor.
- ICUInputTooLongException(String) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUInputTooLongException
-
Constructor.
- ICUInputTooLongException(Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUInputTooLongException
-
Constructor.
- ICUInputTooLongException(String, Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUInputTooLongException
-
Constructor.
- ICULangDataTables - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICULangDataTables() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULangDataTables
-
- ICULocaleService - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICULocaleService() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Construct an ICULocaleService.
- ICULocaleService(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Construct an ICULocaleService with a name (useful for debugging).
- ICULocaleService.ICUResourceBundleFactory - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A LocaleKeyFactory that creates a service based on the ICU locale data.
- ICULocaleService.LocaleKey - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A subclass of Key that implements a locale fallback mechanism.
- ICULocaleService.LocaleKeyFactory - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A subclass of Factory that uses LocaleKeys.
- ICULocaleService.SimpleLocaleKeyFactory - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A LocaleKeyFactory that just returns a single object for a kind/locale.
- ICUNotifier - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Abstract implementation of a notification facility.
- ICUNotifier() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUNotifier
-
- ICURegionDataTables - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICURegionDataTables() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICURegionDataTables
-
- ICUResourceBundle - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICUResourceBundle(ICUResourceBundle.WholeBundle) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Constructor for the root table of a bundle.
- ICUResourceBundle(ICUResourceBundle, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- ICUResourceBundle.OpenType - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
- ICUResourceBundle.WholeBundle - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Fields for a whole bundle, rather than any specific resource in the bundle.
- ICUResourceBundleFactory() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
-
Convenience constructor that uses the main ICU bundle name.
- ICUResourceBundleFactory(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
-
A service factory based on ICU resource data in resources
with the given name.
- ICUResourceBundleReader - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This class reads the *.res resource bundle format.
- ICUResourceTableAccess - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Static utility functions for probing resource tables, used by ULocale and
LocaleDisplayNames.
- ICUResourceTableAccess() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceTableAccess
-
- ICURWLock - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A Reader/Writer lock originally written for ICU service
implementation.
- ICURWLock() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
- ICURWLock.Stats - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Internal class used to gather statistics on the RWLock.
- ICUService - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A Service provides access to service objects that implement a
particular service, e.g.
- ICUService() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Constructor.
- ICUService(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Construct with a name (useful for debugging).
- ICUService.Factory - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Factories generate the service objects maintained by the
service.
- ICUService.Key - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Keys are used to communicate with factories to generate an
instance of the service.
- ICUService.ServiceListener - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
ServiceListener is the listener that ICUService provides by default.
- ICUService.SimpleFactory - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A default implementation of factory.
- ICUUncheckedIOException - Exception in org.graalvm.shadowed.com.ibm.icu.util
-
- ICUUncheckedIOException() - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Default constructor.
- ICUUncheckedIOException(String) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Constructor.
- ICUUncheckedIOException(Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Constructor.
- ICUUncheckedIOException(String, Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Constructor.
- id() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
Return the original ID used to construct this key.
- id - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
- ID_CONTINUE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property ID_Continue.
- ID_CURRENCY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_CURRENCY_SYMBOL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_KEYWORD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_KEYWORD_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_LANGUAGE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_LOCALE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_SCRIPT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property ID_Start.
- ID_TERRITORY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_TIMEZONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- ID_VARIANT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
For selecting a choice of display names
- IDENTICAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Smallest Collator strength value.
- IDENTICAL_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- identityFallback - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
-
- identityFallback(NumberRangeFormatter.RangeIdentityFallback) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatterSettings
-
Sets the behavior when the two sides of the range are the same.
- IDEOGRAPHIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- IDEOGRAPHIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Ideographic.
- IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- IDEOGRAPHIC_DESCRIPTION_CHARACTERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- IDEOGRAPHIC_SYMBOLS_AND_PUNCTUATION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- IDNA - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Abstract base class for IDNA processing.
- IDNA.Error - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
IDNA error bit set values.
- IDNA.Info - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Output container for IDNA processing errors.
- IDNA2003 - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
IDNA2003 implementation code, moved out of org.graalvm.shadowed.com.ibm.icu.text.IDNA.java
while extending that class to support IDNA2008/UTS #46 as well.
- IDNA2003() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
-
- IDS_BINARY_OPERATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property IDS_Binary_Operator (new).
- IDS_TRINARY_OPERATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property IDS_Trinary_Operator (new).
- IE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for the Indian Era.
- IGNORABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
This constant is returned by the iterator in the methods
next() and previous() when a collation element result is to be
ignored.
- ignorables - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
-
- ignorables() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
-
- IgnorablesMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
- IGNORE_ROUNDING_ALWAYS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
-
- IGNORE_ROUNDING_IF_CURRENCY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
-
- IGNORE_ROUNDING_NEVER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
-
- IGNORE_SPACE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Bitmask for constructor and applyPattern() indicating that
white space should be ignored.
- ignoreRoundingIncrement(BigDecimal, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils
-
Determine whether a given roundingIncrement should be ignored for formatting
based on the current maxFrac value (maximum fraction digits).
- ILLEGAL_CHAR_FOUND - Static variable in exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
- IllegalIcuArgumentException - Exception in org.graalvm.shadowed.com.ibm.icu.impl
-
- IllegalIcuArgumentException(String) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.impl.IllegalIcuArgumentException
-
- IllegalIcuArgumentException(Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.impl.IllegalIcuArgumentException
-
- IllegalIcuArgumentException(String, Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.impl.IllegalIcuArgumentException
-
- IllformedLocaleException - Exception in org.graalvm.shadowed.com.ibm.icu.util
-
Thrown by methods in
ULocale and
ULocale.Builder to
indicate that an argument is not a well-formed BCP 47 tag.
- IllformedLocaleException() - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with no
detail message and -1 as the error index.
- IllformedLocaleException(String) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with the
given message and -1 as the error index.
- IllformedLocaleException(String, int) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.util.IllformedLocaleException
-
Constructs a new IllformedLocaleException with the
given message and the error index.
- IMMACULATE_CONCEPTION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Immaculate Conception, December 8th
- ImmutableMap() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableMap
-
- ImmutableMultimap() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableMultimap
-
- ImmutableSet() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableSet
-
- IMPERIAL_ARAMAIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- IMPERIAL_ARAMAIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- IMPERIAL_ARAMAIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- impl - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
-
- impl - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
-
- implFlush(CharBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Flushes any characters saved in the converter's internal buffer and
resets the converter.
- implFlush(ByteBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Flushes any characters saved in the converter's internal buffer and
resets the converter.
- IMPLICIT_LSR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
-
- implOnMalformedInput(CodingErrorAction) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Sets the action to be taken if an illegal sequence is encountered
- implOnMalformedInput(CodingErrorAction) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Sets the action to be taken if an illegal sequence is encountered
- implOnUnmappableCharacter(CodingErrorAction) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Sets the action to be taken if an illegal sequence is encountered
- implOnUnmappableCharacter(CodingErrorAction) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Sets the action to be taken if an illegal sequence is encountered
- implReset() - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Resets the to Unicode mode of converter
- implReset() - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Resets the from Unicode mode of converter
- INCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: inch
- INCH_HG - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: inch-ofhg
- INCLUSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
- increment(BigDecimal) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to the closest multiple of a certain rounding increment.
- incThreeBytePrimaryByOffset(long, boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Increments a 3-byte primary by a code point offset.
- incTwoBytePrimaryByOffset(long, boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Increments a 2-byte primary by a code point offset.
- inDaylightTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- inDaylightTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- inDaylightTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- inDaylightTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Queries if the given date is in daylight savings time in
this time zone.
- inDaylightTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Overrides TimeZone
Queries if the give date is in Daylight Saving Time.
- inDaylightTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Queries if the given date is in daylight savings time in
this time zone.
- inDaylightTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Queries if the given date is in daylight savings time in
this time zone.
- index - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
- index - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceValues
-
string index of the current code point.
- index0() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
-
- index1() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
-
- index2() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
-
- index3() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
-
- index4() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
-
- INDEX_SHIFT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Shift size for shifting left the index array values.
- INDEX_STAGE_1_SHIFT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Shift size for shifting right the input index.
- INDEX_STAGE_2_SHIFT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Shift size for shifting left the index array values.
- INDEX_STAGE_3_MASK_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Mask for getting the lower bits from the input index.
- indexForRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
-
Returns a positive index (>0) for a well-formed region code.
- indexFromString(CharSequence) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
- indexOf(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns the index of the given character within this set, where
the set is ordered by ascending code point.
- indexOf(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the index within the argument UTF16 format Unicode string of the first occurrence of
the argument codepoint.
- indexOf(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the index within the argument UTF16 format Unicode string of the first occurrence of
the argument string str.
- indexOf(String, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the index within the argument UTF16 format Unicode string of the first occurrence of
the argument codepoint.
- indexOf(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the index within the argument UTF16 format Unicode string of the first occurrence of
the argument string str.
- indexOfQuantity - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
Points to quantity position, -1 if the position is not set yet.
- indexOfQuantity - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter.ComplexConverterResult
-
- indexOrNegativeFromString(CharSequence) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
- indexOrOtherIndexFromString(CharSequence) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
- IndianCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
IndianCalendar is a subclass of GregorianCalendar
that numbers years since the birth of the Buddha.
- IndianCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar using the current time
in the default time zone with the default FORMAT locale.
- IndianCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the given time zone with the default FORMAT locale.
- IndianCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the default time zone with the given locale.
- IndianCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the default time zone with the given locale.
- IndianCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the given time zone with the given locale.
- IndianCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar based on the current time
in the given time zone with the given locale.
- IndianCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IndianCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IndianCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a IndianCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- INDIC_POSITIONAL_CATEGORY - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Indic_Positional_Category.
- INDIC_SIYAQ_NUMBERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- INDIC_SIYAQ_NUMBERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- INDIC_SYLLABIC_CATEGORY - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Indic_Syllabic_Category.
- INERT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- INFINITY_FLAG - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- InfinityMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
- INFIX_NUMERIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- Info() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Info
-
Constructor.
- inFuture() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the time as being in the future.
- inFuture(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the duration as extending into the future if
future is true, and into the past otherwise.
- INHERITED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Inherited
- initCause(Throwable) - Method in exception org.graalvm.shadowed.com.ibm.icu.impl.IllegalIcuArgumentException
-
- initForPrimary(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationWeights
-
- initForSecondary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationWeights
-
- initForTertiary() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationWeights
-
- INITIAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- INITIAL_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pi
- INITIAL_QUOTE_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pi
This name is compatible with java.lang.Character's name for this type.
- INITIAL_ROWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- INITIAL_VALUE_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- initializeData(ULocale, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Initializes format symbols for the locale and calendar type
- InitialTimeZoneRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
InitialTimeZoneRule represents a time zone rule
representing a time zone effective from the beginning and
has no actual start times.
- InitialTimeZoneRule(String, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.InitialTimeZoneRule
-
Constructs a InitialTimeZoneRule with the name, the GMT offset of its
standard time and the amount of daylight saving offset adjustment.
- initialValue - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.PVecToTrieCompactHandler
-
- inPast() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the duration as extending into the past.
- inPast(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the duration as extending into the past if
past is true, and into the future otherwise.
- INPUT_IS_FCD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Option bit for compare:
Both input strings are assumed to fulfill FCD conditions.
- inputFilterEnabled() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Test whether or not input filtering is enabled.
- INSCRIPTIONAL_PAHLAVI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- INSCRIPTIONAL_PAHLAVI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- INSCRIPTIONAL_PAHLAVI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- INSCRIPTIONAL_PARTHIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- INSCRIPTIONAL_PARTHIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- INSCRIPTIONAL_PARTHIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- INSEPARABLE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
Renamed from the misspelled "inseperable" in Unicode 4.0.1.
- INSEPERABLE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- insert(int, CharSequence, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Inserts the specified CharSequence at the specified index in the string.
- insert(int, CharSequence, int, int, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Inserts the specified CharSequence at the specified index in the string, reading from the
CharSequence from start (inclusive) to end (exclusive).
- insert(int, char[], Object[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Inserts the chars in the specified char array at the specified index in the string, and associates
them with the fields in the specified field array, which must have the same length as chars.
- insert(int, FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- insert(StringBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Inserts char32 codepoint into target at the argument offset16.
- insert(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Inserts char32 codepoint into target at the argument offset16.
- INSERT_LRM_FOR_NUMERIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
option bit for writeReordered():
surround the run with LRMs if necessary;
this is part of the approximate "inverse Bidi" algorithm
- insertChar16(int, char, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- insertCodePoint(int, int, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Inserts the specified codePoint at the specified index in the string.
- insertElementAt(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
-
- insertElementAt(long, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
-
- INSTALLED_LOCALES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
The name of the resource containing the installed locales
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.DontCareFieldPosition
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.EmojiProps
-
- instance - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XLikelySubtags
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
- instantiateBundle(String, String, ClassLoader, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Loads a new resource bundle for the given base name, locale and class loader.
- INT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for a single 28-bit integer, interpreted as
signed or unsigned by the getInt() function.
- INT_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
First constant for enumerated/integer Unicode properties.
- INT_VECTOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for vectors of 32-bit integers.
- INTEGER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
-
- integer() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to the nearest integer.
- INTEGER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
- integer - Variable in class org.graalvm.shadowed.com.ibm.icu.util.ValueIterator.Element
-
Integer index of the current iteration
- INTEGER_CUSTOM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
-
- INTEGER_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Field constant used to construct a FieldPosition object.
- integerAtSigns - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- integerLeadingHashSigns - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- integerNumerals - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- INTEGERSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify a integer number style format.
- integerTotal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- integerTrailingHashSigns - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- integerWidth - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
- integerWidth - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
- IntegerWidth - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines the strategy for padding and truncating integers before the decimal separator.
- integerWidth(IntegerWidth) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the minimum and maximum number of digits to render before the decimal mark.
- internalGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the value for a given time field.
- internalGet(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the value for a given time field, or return the given default
value if the field is not set.
- internalGetTimeInMillis() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the current milliseconds without recomputing.
- InternalLocaleBuilder - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
-
- InternalLocaleBuilder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- INTERNALLY_SET - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the time stamp stamp[] indicating that a field
has been set via computations from the time or from other fields.
- internalSet(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Set a field to a value.
- intToHexString(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
Fixed width int-to-string conversion.
- intToString(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
Fixed width int-to-string conversion.
- IntTrie - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Trie implementation which stores data in int, 32 bits.
- IntTrie(ByteBuffer, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Creates a new Trie with the settings for the trie data.
- IntTrie(int, int, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Make a dummy IntTrie.
- IntTrieBuilder - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Builder class to manipulate and generate a trie.
- IntTrieBuilder(IntTrieBuilder) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Copy constructor
- IntTrieBuilder(int[], int, int, int, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Constructs a build table
- intValue() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal to an int.
- intValueExact() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal to an int.
- INVALID_CHAR_FOUND - Static variable in exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
- INVALID_CODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- INVALID_CODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Invalid code
- INVALID_CODE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- InvalidFormatException - Exception in org.graalvm.shadowed.com.ibm.icu.impl
-
- InvalidFormatException() - Constructor for exception org.graalvm.shadowed.com.ibm.icu.impl.InvalidFormatException
-
- InvalidFormatException(Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.impl.InvalidFormatException
-
- InvalidFormatException(String) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.impl.InvalidFormatException
-
- inVariable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns true if this iterator is currently within a variable expansion.
- invertFrom(XCldrStub.Multimap<V, K>, R) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimaps
-
- invertFrom(Map<V, K>, R) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimaps
-
- invertGregorian - Variable in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Used by handleComputeJulianDay() and handleComputeMonthStart().
- invertMap(int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Invert an index map.
- INVISIBLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
- INVISIBLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check an identifier for the presence of invisible characters, such as zero-width spaces, or character sequences
that are likely not to display, such as multiple occurrences of the same non-spacing mark.
- INVISIBLE_STACKER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- IPA_EXTENSIONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- IPA_EXTENSIONS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- IS_LEAP_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field indicating whether or not the current month is a leap month.
- IS_STRING - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Value of codepoint if the iterator points to a string.
- isAlgorithmic() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the numbering system's algorithmic status.
- isAlgorithmicNoNo(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- isAlpha(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- isAlphaNumeric(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- isAlphaNumericString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- isAlphaString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- isAlternateHandlingShifted() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Checks if the alternate handling behavior is the UCA defined SHIFTED or NON_IGNORABLE.
- isAmeteAlemEra() - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Return true if this calendar is set to the Amete Alem era.
- isApproximate - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Whether the value in the BCD comes from the double fast path without having been rounded to ensure
correctness
- isAttribute(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- isAvailable(String, Date, Date) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Queries if the given ISO 4217 3-letter code is available on the specified date range.
- isBaseForm(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines whether the specified code point is of base form.
- isBetween(Date, Date) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.DateRule
-
Check whether this event occurs at least once between the two
dates given.
- isBetween(Date, Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Check whether this holiday occurs at least once between the two
dates given.
- isBetween(Date, Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RangeDateRule
-
Check whether this event occurs at least once between the two
dates given.
- isBetween(Date, Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleDateRule
-
Check whether this event occurs at least once between the two
dates given.
- isBidiControl(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- isBMP(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the code point is in the BMP plane.
- isBoundary(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- isBoundary(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Return true if the specified position is a boundary position.
- isBoundary(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Returns true if the specified position is a boundary position.
- isCalendarLenient() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns whether date/time parsing in the encapsulated Calendar object is lenient.
- isCanonical() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Determines whether canonical matches (option 1, as described in the
class documentation) is set.
- isCanonSegmentStarter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Returns true if code point c starts a canonical-iterator string segment.
- isCased(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns true if in modern (or most recent) usage of the script case distinctions are customary.
- isCaseLevel() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Checks if case level is set to true.
- isCaseSensitive(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- isCharTrie() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Determines if this is a 16 bit trie
- isCivil() - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Returns true if this object is using the fixed-cycle civil
calendar, or false if using the religious, astronomical
calendar.
- isCompInert(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- isCompNo(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- isCompressibleLeadByte(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
- isCompressiblePrimary(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
- ISCONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- isDataVersionAcceptable(byte[]) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary.Authenticate
-
Method used in ICUBinary.readHeader() to provide data format
authentication.
- isDataVersionAcceptable(byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringPrepDataReader
-
- isDecimalPatternMatchRequired() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether the presence of a decimal point must match the pattern.
- isDecimalSeparatorAlwaysShown() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether the decimal separator is shown on integers.
- isDecompInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- isDecompYes(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- isDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Return true if the service is in its default state.
- isDefined(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if a code point has a defined meaning in the up-to-date
Unicode standard.
- isDeprecated(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- isDeprecated(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- isDigit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if a code point is a Java digit.
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.IgnorablesMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.InfinityMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MinusSignMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NanMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PaddingMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PercentMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PermilleMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PlusSignMatcher
-
- isDisabled(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
-
- isDone() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- isEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns true if this set contains no elements.
- isEquivalentTo(LSR) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
-
- isEquivalentTo(TimeZoneRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Returns if this rule represents the same rule and offsets as another.
- isEquivalentTo(Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns true if the given Calendar object is equivalent to this
one.
- isEquivalentTo(Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Returns true if the given Calendar object is equivalent to this
one.
- isEquivalentTo(TimeZoneRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.InitialTimeZoneRule
-
Returns if this rule represents the same rule and offsets as another.
- isEquivalentTo(TimeZoneRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Returns if this rule represents the same rule and offsets as another.
- isEquivalentTo(TimeZoneRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Returns if this rule represents the same rule and offsets as another.
- isError() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.ParseStatus
-
- isEscaped() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns true if the last character returned by next() was
escaped.
- isEvenRun() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
Check if run level is even
- isExponentSignAlwaysShown() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether the sign (plus or minus) is always printed in scientific notation.
- isExtensionSingleton(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isExtensionSingletonChar(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isExtensionSubtag(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isExtlang(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isFallbackOf(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
If a key created from id would eventually fallback to match the
canonical ID of this key, return true.
- isFallbackOf(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
If a key created from id would eventually fallback to match the
canonical ID of this key, return true.
- isFallbackOf(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleUtility
-
Compare two locale strings of the form aa_BB_CC, and
return true if parent is a 'strict' fallback of child, that is,
if child =~ "^parent(_.+)*" (roughly).
- isFallbackOf(Locale, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleUtility
-
Compare two locales, and return true if the parent is a
'strict' fallback of the child (parent string is a fallback
of child string).
- isFallbackTypeOf(TimeZoneGenericNames.GenericNameType) - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
-
- isFallbackUsed() - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Is this Encoder allowed to use fallbacks? A fallback mapping is a mapping
that will convert a Unicode codepoint sequence to a byte sequence, but
the encoded byte sequence will round trip convert to a different
Unicode codepoint sequence.
- isFCDInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- isFixedWidth() - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetICU
-
Returns whether or not the charset of the converter has a fixed number of bytes
per charset character.
- isFrenchCollation() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Checks if French Collation is set to true.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Determines whether this object is frozen (immutable) or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Is this frozen, according to the Freezable interface?
- isFrozen() - Method in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Determines whether the object has been frozen or not.
- isFrozen() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Determines whether the object has been frozen or not.
- isGregorian - Variable in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Used by handleComputeJulianDay() and handleComputeMonthStart().
- isGregorianLeapYear(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Determines if the given year is a leap year.
- isGroupingUsed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether or not grouping separators are being printed in the output.
- isGroupingUsed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns true if grouping is used in this format.
- isHangul(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
-
- isHangulLV(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
-
- isHasIntegerValue() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- isHighSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- isIdentifier(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
Tests whether the CharSequence contains a "pattern identifier", that is,
whether it contains only non-Pattern_White_Space, non-Pattern_Syntax characters.
- isIdentifier(CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
Tests whether the CharSequence contains a "pattern identifier", that is,
whether it contains only non-Pattern_White_Space, non-Pattern_Syntax characters.
- isIdentifierIgnorable(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point should be regarded as an
ignorable character in a Java identifier.
- isInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
-
- isInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
-
- isInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
-
- isInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
-
- isInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Tests if the character is normalization-inert.
- isInert(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Tests if the character is normalization-inert.
- isInfinite() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- isInfinite() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- isInFuture() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if this represents a
duration into the future.
- isInPast() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if this represents a
duration into the past
- isIntTrie() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Determines if this is a 32 bit trie
- isInverse() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Is this Bidi object set to perform the inverse Bidi
algorithm?
- isInZeroBlock(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Checks if the character belongs to a zero block in the trie
- isISOControl(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is an ISO control character.
- isJamo(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
-
- isJamoL(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
-
- isJamoT(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
-
- isJamoV(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
-
- isJavaIdentifierPart(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Compatibility override of Java method, delegates to
java.lang.Character.isJavaIdentifierPart.
- isJavaIdentifierStart(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Compatibility override of Java method, delegates to
java.lang.Character.isJavaIdentifierStart.
- isJoinControl(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- isKey(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- IslamicCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
IslamicCalendar is a subclass of Calendar
that that implements the Islamic civil and religious calendars.
- IslamicCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs a default IslamicCalendar using the current time
in the default time zone with the default FORMAT locale.
- IslamicCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the given time zone with the default FORMAT locale.
- IslamicCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the default time zone with the given locale.
- IslamicCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the default time zone with the given locale.
- IslamicCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the given time zone with the given locale.
- IslamicCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar based on the current time
in the given time zone with the given locale.
- IslamicCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IslamicCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar with the given date set
in the default time zone with the default FORMAT locale.
- IslamicCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an IslamicCalendar with the given date
and time set for the default time zone with the default FORMAT locale.
- IslamicCalendar.CalculationType - Enum in org.graalvm.shadowed.com.ibm.icu.util
-
enumeration of available calendar calculation types
- isLanguage(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isLatin1Linear() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Determines if this trie has a linear latin 1 array
- isLeadSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- isLeadSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.UTF16Plus
-
Is this code point a lead surrogate (U+d800..U+dbff)?
- isLeadSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Determines whether the code point is a lead surrogate.
- isLeapYear(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
Return true if the given year is a leap year.
- isLeapYear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Determines if the given year is a leap year.
- isLeftToRight() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return true if the line is all left-to-right text and the base direction
is left-to-right.
- isLegal(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
A code point is illegal if and only if
Out of bounds, less than 0 or greater than UCharacter.MAX_VALUE
A surrogate value, 0xD800 to 0xDFFF
Not-a-character, having the form 0x xxFFFF or 0x xxFFFE
Note: legal does not mean that it is assigned in this version of Unicode.
- isLegal(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
A string is legal iff all its code points are legal.
- isLegalReplacement(byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Overrides super class method
- isLenient() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Returns whether both date/time parsing in the encapsulated Calendar object and DateFormat whitespace &
numeric processing is lenient.
- isLenient() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Tell whether date/time interpretation is to be lenient.
- isLessThan() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if this represents a duration
less than the defined duration.
- isLetter(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is a letter.
- isLetterOrDigit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is a letter or digit.
- isLowerCase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is a lowercase character.
- isLowerCaseFirst() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Return true if a lowercase character is sorted before the corresponding uppercase character.
- isLowSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- isMatch(Locale, Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns true if the pair of locales matches acceptably.
- isMatch(ULocale, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns true if the pair of locales matches acceptably.
- isMirrored(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
-
- isMirrored(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines whether the code point has the "mirrored" property.
- isMixed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return true if the line is not left-to-right or right-to-left.
- isMoreThan() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if this represents a duration in
excess of the defined duration.
- isNaN() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- isNaN() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- isNegative() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- isNegative() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- isNoInheritanceMarker() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
Is this a no-fallback/no-inheritance marker string?
Such a marker is used for CLDR no-fallback data values of "∅∅∅"
when enumerating tables with fallback from the specific resource bundle to root.
- isNonCharacter(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterUtility
-
Determines if codepoint is a non character
- isNormalized(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
-
- isNormalized(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
-
- isNormalized(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
-
- isNormalized(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Tests if the string is normalized.
- isNormalized(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Tests if the string is normalized.
- isNull() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
-
Distinguishes a null value from a Reference value that has been cleared.
- isNumeric() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- isNumeric(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- isNumericString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- ISO_COMMENT_ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.UCharacterNameChoice
-
- isoCode - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyFormatInfo
-
- ISOCURRENCYSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify currency style of format which uses currency
ISO code to represent currency, for example: "USD3.00".
- isOddRun() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
Check if run level is odd
- ISOLATED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- isOn(Date) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.DateRule
-
Checks whether this event occurs on the given date.
- isOn(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Checks whether this holiday falls on the given date.
- isOn(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RangeDateRule
-
- isOn(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleDateRule
-
Checks whether this event occurs on the given date.
- isOrderParagraphsLTR() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Is this Bidi object set to allocate level 0 to block
separators so that successive paragraphs progress from left to right?
- isOverlapping() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Return true if the overlapping property has been set.
- isParadigmLSR(LSR) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- isParseBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- isParseCaseSensitive() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether to force case (uppercase/lowercase) to match when parsing.
- isParseIntegerOnly() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns true if this format will parse numbers as integers only.
- isParseIntegerOnly() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns true if this format will parse numbers as integers only.
- isParseNoExponent() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether to ignore exponents when parsing.
- isParseStrict() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether strict parsing is in effect.
- isParseStrict() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns whether strict parsing is in effect.
- isPrintable(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines whether the specified code point is a printable character
according to the Unicode standard.
- isPrivateusePrefix(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isPrivateusePrefixChar(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isPrivateuseSubtag(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isRightToLeft(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns true if the script is written right-to-left.
- isRightToLeft() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return true if the line is all right-to-left text, and the base direction
is right-to-left
- isRightToLeft() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns whether this locale's script is written right-to-left.
- isRoot() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Returns true if this is the root bundle, or an item in the root bundle.
- isScientificNotation() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether scientific (exponential) notation is enabled on this formatter.
- isScript(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isSelectorNumeric() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.VariantNode
-
- isSet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if any unit is set.
- isSet(TimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if the given unit is set.
- isSet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Determines if the given time field has a value set.
- isSignAlwaysShown() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether the sign is being shown on positive numbers.
- isSingletonChar(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- isSoftDotted(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- isSpaceChar(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is a Unicode specified space
character, i.e.
- isStrong() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
- isStrong() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- isStrong() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Whether this modifier is strong.
- isStrong() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
- isStrong() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
- isSupplementary(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the code point is a supplementary character.
- isSupplementaryCodePoint(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- isSupportedID(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Return true if this id is one the factory supports (visible or
otherwise).
- isSupportedID(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.SimpleLocaleKeyFactory
-
- isSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.UTF16Plus
-
Is this code point a surrogate (U+d800..U+dfff)?
- isSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Determines whether the code point is a surrogate.
- isSurrogateLead(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.UTF16Plus
-
Assuming c is a surrogate code point (UTF16.isSurrogate(c)),
is it a lead surrogate?
- isSurrogatePair(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- isSyntax(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
- isSyntaxOrWhiteSpace(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
- isTender() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Determine whether or not this currency was once used, is used,
or will be used as tender in this region.
- isTitleCase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is a titlecase character.
- isTKey(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isTopLevelResource() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- isTrailSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- isTrailSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.UTF16Plus
-
Is this code point a trail surrogate (U+dc00..U+dfff)?
- isTrailSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Determines whether the code point is a trail surrogate.
- isTransitionalDifferent() - Method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Info
-
Returns true if transitional and nontransitional processing produce different results.
- isTransitionRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Returns if this TimeZoneRule has one or more start times.
- isTransitionRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.InitialTimeZoneRule
-
Returns if this TimeZoneRule has one or more start times.
- isTransitionRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Returns if this TimeZoneRule has one or more start times.
- isTransitionRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Returns if this TimeZoneRule has one or more start times.
- isType(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- isTypeSubtag(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- isUAlphabetic(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- isULowercase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- isUnicodeIdentifierPart(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point may be any part of a Unicode
identifier other than the starting character.
- isUnicodeIdentifierStart(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is permissible as the first
character in a Unicode identifier.
- isUnprintable(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Return true if the character is NOT printable ASCII.
- isUnsafeBackward(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
- isUpperCase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is an uppercase character.
- isUpperCaseFirst() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Return true if an uppercase character is sorted before the corresponding lowercase character.
- isUsingQuote() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- isUsingSlash() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- isUUppercase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- isUWhiteSpace(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- isValid(ULocale, LocaleValidityChecker.Where) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker
-
- isValid() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
-
- isValid(ValidIdentifiers.Datatype, Set<ValidIdentifiers.Datasubtype>, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers
-
Returns the Datasubtype containing the code, or null if there is none.
- isValid(ValidIdentifiers.Datatype, Set<ValidIdentifiers.Datasubtype>, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers
-
- isValidCodePoint(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- isValidDigitString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Convenience method to determine if a given digit string is valid for use as a
descriptor of a numeric ( non-algorithmic ) numbering system.
- isValidKey(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- isValidUnicodeLocaleKey(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- isVariant(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- isWeekend(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns true if the given date and time is in the weekend in this calendar
system.
- isWeekend() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns true if this Calendar's current date and time is in the weekend in
this calendar system.
- isWhiteSpace(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
- isWhitespace(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified code point is a white space character.
- isZeroish() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- isZeroish() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- ITALIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- ITALY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- ITEM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: item
- items - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- iter - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
-
- IterableComparator<T> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
TODO: Move to org.graalvm.shadowed.com.ibm.icu.dev.somewhere.
- IterableComparator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
-
- IterableComparator(Comparator<T>) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
-
- IterableComparator(Comparator<T>, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
-
- iterateWithConsumer(CharSequence, AffixUtils.TokenConsumer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Iterates over the affix pattern, calling the TokenConsumer for each token.
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Create an iterator over the value ranges in this Trie2.
- iterator(Trie2.ValueMapper) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Create an iterator over the value ranges from this Trie2.
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket
-
Iterator over the records in the bucket
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.ImmutableIndex
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Return an iterator over the buckets.
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns a string iterator.
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Iterates from the current state of this trie.
- iterator(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Iterates from the current state of this trie.
- iterator(byte[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Iterates from the root of a byte-serialized BytesTrie.
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Iterates from the current state of this trie.
- iterator(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Iterates from the current state of this trie.
- iterator(CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Iterates from the root of a char-serialized BytesTrie.
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap
-
Convenience iterator over same-map-value code point ranges.
- iterator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
- iteratorForLeadSurrogate(char, Trie2.ValueMapper) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Create an iterator over the Trie2 values for the 1024=0x400 code points
corresponding to a given lead surrogate.
- iteratorForLeadSurrogate(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Create an iterator over the Trie2 values for the 1024=0x400 code points
corresponding to a given lead surrogate.
- IterCollationIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
UCharIterator-based collation element and character iterator.
- IterCollationIterator(CollationData, boolean, UCharacterIterator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
-
- IterInternal() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl.IterInternal
-
- IX_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_DEF_LANG_DISTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- IX_DEF_REGION_DISTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- IX_DEF_SCRIPT_DISTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- IX_EXTRA_DATA_OFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_FIRST_TERTIARY_INDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
Index of the first CE with a non-zero tertiary weight.
- IX_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- IX_LIMIT_NO_NO - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_MIN_COMP_NO_MAYBE_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_MIN_DECOMP_NO_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_MIN_LCCC_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_MIN_MAYBE_YES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_MIN_NO_NO - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Mappings are comp-normalized.
- IX_MIN_NO_NO_COMP_BOUNDARY_BEFORE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Mappings are not comp-normalized but have a comp boundary before.
- IX_MIN_NO_NO_COMP_NO_MAYBE_CC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Mappings do not have a comp boundary before.
- IX_MIN_NO_NO_EMPTY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Mappings to the empty string.
- IX_MIN_REGION_DISTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- IX_MIN_YES_NO - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Mappings & compositions in [minYesNo..minYesNoMappingsOnly[.
- IX_MIN_YES_NO_MAPPINGS_ONLY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Mappings only in [minYesNoMappingsOnly..minNoNo[.
- IX_NORM_TRIE_OFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_RESERVED3_OFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_SMALL_FCD_OFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IX_TOTAL_SIZE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
- IYAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Iyar, the 9th month of the Hebrew year.
- s - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
- S_TERM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property STerm (new in Unicode 4.0.1).
- SAD - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- SADHE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- SAFAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Safar, the 2nd month of the Islamic year.
- SAMARITAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SAMARITAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SAMARITAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- sameFormatters - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
-
- sameObjects(Object, Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Trivial reference equality.
- SARATI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SATURDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Saturday.
- SAURASHTRA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SAURASHTRA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SAURASHTRA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- saveState(BytesTrie.State) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Saves the state of this trie.
- saveState(CharsTrie.State) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Saves the state of this trie.
- scale - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
The power of ten corresponding to the least significant digit in the BCD.
- scale - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
- scale() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the scale of this BigDecimal.
- scale(Scale) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Sets a scale (multiplier) to be used to scale the number by an arbitrary amount before formatting.
- Scale - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines a quantity by which a number should be multiplied when formatting.
- scaleFromProperties(DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
- SCIENTIFIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Standard floating point notation (with scientific exponential
format, where there is one digit before any decimal point).
- scientific() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Notation
-
Print the number using scientific notation (also known as scientific form, standard index form, or
standard form in the UK).
- ScientificMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
- ScientificNotation - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines the scientific notation style to be used when formatting numbers in
NumberFormatter.
- ScientificNumberFormatter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A formatter that formats numbers in user-friendly scientific notation.
- SCIENTIFICSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify a style of format to display scientific number.
- SCONTINUE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
- ScopeData() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ScopeData
-
- script - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
-
- SCRIPT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Script.
- SCRIPT_EXTENSIONS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Miscellaneous property Script_Extensions (new in Unicode 6.0).
- SCRIPT_HIGH_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- SCRIPT_HIGH_SHIFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- SCRIPT_LOW_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Integer properties mask and shift values for scripts.
- SCRIPT_X_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Script_Extensions: mask includes Script
- SCRIPT_X_WITH_COMMON - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- SCRIPT_X_WITH_INHERITED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- SCRIPT_X_WITH_OTHER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- scriptDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- scriptDisplayName(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- scriptDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided script code.
- scriptDisplayName(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided script code.
- scriptDisplayNameInContext(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- SearchIterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
SearchIterator is an abstract base class that provides
methods to search for a pattern within a text string.
- SearchIterator(CharacterIterator, BreakIterator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Protected constructor for use by subclasses.
- SearchIterator.ElementComparisonType - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Option to control how collation elements are compared.
- SEC_TER_DELTA_FLAG - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
Flag in a root element, set if the element contains secondary & tertiary weights,
rather than a primary.
- SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents a second.
- SECOND - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents a second.
- second - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Pair
-
- SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the second field.
- SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with second.
- SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
- SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for get and set indicating the
second within the minute.
- SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: second
- SECOND_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 's' field alignment,
corresponding to the
Calendar.SECOND field.
- SECOND_MS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The number of milliseconds in one second.
- SECONDARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Second level collator strength value.
- SECONDARY_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- secondaryOrder(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Return the secondary order of the specified collation element,
i.e.
- SECTION_LOWER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
- SECTION_MIDPOINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
- SECTION_UPPER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
- SEEN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- SEEN_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for Seen memory options.
- SEEN_TWOCELL_NEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- seenNumber() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
- SEGMENT_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type S
- SEGMENT_STARTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary Property Segment_Starter.
- select(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Given a floating-point number, returns the keyword of the first rule
that applies to the number.
- select(FormattedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Given a formatted number, returns the keyword of the first rule that
applies to the number.
- select(FormattedNumberRange) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Given a formatted number range, returns the overall plural form of the
range.
- SelectFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
SelectFormat supports the creation of internationalized
messages by selecting phrases based on keywords.
- SelectFormat(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
-
Creates a new SelectFormat for a given pattern string.
- selectForString(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetSelector
-
Select charsets that can map all characters in a CharSequence, ignoring
the excluded code points.
- SELIHOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- semanticallyEquivalent(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
- semanticallyEquivalent(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- semanticallyEquivalent(Modifier) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Returns whether this Modifier is *semantically equivalent* to the other Modifier;
in many cases, this is the same as equal, but parameters should be ignored.
- semanticallyEquivalent(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
- semanticallyEquivalent(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
- SEMKATH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- SENE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ሰኔ, the 10th month of the Ethiopic year.
- SENTENCE_BREAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Sentence_Break (new in Unicode 4.1).
- sentences() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but
titlecases sentences rather than words.
- SENTINEL_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
UChar32 U_SENTINEL.
- SEP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
-
- SEP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- SEP - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
- SEPTEMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the MONTH field indicating the
ninth month of the year.
- seq - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
-
- serialize(TrieBuilder.DataManipulate, Trie.DataManipulate) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Serializes the build table with 32 bit data
- serialize(OutputStream, boolean, TrieBuilder.DataManipulate) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Serializes the build table to an output stream.
- serialize(OutputStream) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_16
-
Serialize a Trie2_16 onto an OutputStream.
- serialize(OutputStream) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2_32
-
Serialize a Trie2_32 onto an OutputStream.
- serialize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Normalizes the MeasureUnitImpl and generates the identifier string in place.
- serializeHeader(DataOutputStream) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Serialize a trie2 Header and Index onto an OutputStream.
- SeriesMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Composes a number of matchers, running one after another.
- SeriesMatcher() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
-
- serviceChanged(ICUService) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUService.ServiceListener
-
- set(ValidIdentifiers.Datatype, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker.Where
-
- set(int, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- set(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceIterator
-
- set(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Set a value for a code point.
- set(Transliterator.Position) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Copies the indices of this position from another.
- set(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Make this object represent the range start - end.
- set(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Make this object represent the same set as other.
- set(byte[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Set the internal byte array from offset 0 to (limit - start) with the
contents of src from offset start to limit.
- set(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets the time field with the given value.
- set(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets the values for the fields year, month, and date.
- set(int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets the values for the fields year, month, date, hour, and minute.
- set(int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets the values for the fields year, month, date, hour, minute, and second.
- set(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.Range
-
Sets the range.
- set(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Sets a value for a code point.
- set0(C0) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- set1(C1) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- set2(C2) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- set2DigitYearStart(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Sets the 100-year period 2-digit years will be interpreted as being in
to begin on the date the user specifies.
- set3(C3) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- set4(C4) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- setAllowedChars(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Limit the acceptable characters to those specified by a Unicode Set.
- setAllowedJavaLocales(Set<Locale>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Limit characters that are acceptable in identifiers being checked to those normally used with the languages
associated with the specified locales.
- setAllowedLocales(Set<ULocale>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Limit characters that are acceptable in identifiers being checked to those normally used with the languages
associated with the specified locales.
- setAllowMilliseconds(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets whether milliseconds are allowed.
- setAllowZero(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets whether units with a value of zero are represented in a
period when 'gaps' appear between time units, e.g.
- setAlternateHandlingDefault(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setAlternateHandlingDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the alternate handling mode to the initial mode set during construction of the RuleBasedCollator.
- setAlternateHandlingShifted(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setAlternateHandlingShifted(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the alternate handling for QUATERNARY strength to be either shifted or non-ignorable.
- setAmeteAlemEra(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Set Alem or Mihret era.
- setAmPmStrings(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets am/pm strings.
- setAppendableField(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Call this method before using any of the Appendable overrides.
- setAppendIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Sets the index at which append operations insert.
- setAppendItemFormat(int, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
An AppendItem format is a pattern used to append a field if there is no
good match.
- setAppendItemName(int, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Sets the names of fields, eg "era" in English for ERA.
- setAvailableUnitRange(TimeUnit, TimeUnit) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets the time units available for use.
- setBaseName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
- setBcdToZero() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Sets the internal representation to zero.
- setBcdToZero() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- setBeginIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DontCareFieldPosition
-
- setBnfCommentString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- setBnfLineSeparator(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- setBnfVariableInfix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
- setBooleanAttribute(DateFormat.BooleanAttribute, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Sets a boolean attribute for this instance.
- setBreakIterator(BreakIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Set the BreakIterator that will be used to restrict the points
at which matches are detected.
- setBreakIterator(int, BreakIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Explicitly set the break iterator for this object.
- setBufferAndAppended(byte[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
-
Needed in Java for when we write to the buffer directly.
- setBytes(byte[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Mutates this key for a new NUL-terminated resource key string.
- setCalculationType(IslamicCalendar.CalculationType) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
sets the calculation type for this calendar.
- setCalendar(Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Sets the calendar to be used by this date format.
- setCalendar(Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Sets the calendar.
- setCalendarLenient(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Specifies whether date/time parsing in the encapsulated Calendar object should be lenient.
- setCanonical(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Set the canonical match mode.
- setCapitalization(DisplayOptions.Capitalization) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the capitalization.
- setCaseFirst(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setCaseFirstDefault(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setCaseFirstDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the case first mode to the initial mode set during construction of the RuleBasedCollator.
- setCaseLevel(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
When case level is set to true, an additional weight is formed between the SECONDARY and TERTIARY weight, known
as the case level.
- setCaseLevelDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the case level mode to the initial mode set during construction of the RuleBasedCollator.
- setCharAt(StringBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Set a code point into a UTF16 position.
- setCharAt(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Set a code point into a UTF16 position in a char array.
- setCharsConsumed(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
Call this method to register that a "strong" char was consumed.
- setChecks(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
- setCivil(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Determines whether this object uses the fixed-cycle Islamic civil calendar
or an approximation of the religious, astronomical calendar.
- setCodePointCompare(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Sets the comparison mode to code point compare if flag is true.
- setCollator(RuleBasedCollator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
- setCollator(Collator) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Explicitly set the collator for this object.
- setCompactCustomData(Map<String, Map<String, String>>) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Specifies custom data to be used instead of CLDR data when constructing a CompactDecimalFormat.
- setCompactStyle(CompactDecimalFormat.CompactStyle) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- setComplexity(MeasureUnit.Complexity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
- setContext(DisplayContext) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat
-
- setContext(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Set the context before a call to setPara().
- setContext(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiClassifier
-
Sets classifier context, which can be used either by a caller or
callee for various purposes.
- setContext(DisplayContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setContext(DisplayContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setContext(DisplayContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setContext(DisplayContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setContext(DisplayContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Set a particular DisplayContext value in the formatter,
such as CAPITALIZATION_FOR_STANDALONE.
- setCountVariant(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Set the variant of the count to use.
- setCountVariant(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterFactory
-
Set the variant of the count to use.
- setCPStartAndLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
- setCurrency(Currency) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Use the specified currency to substitute currency placeholders ('¤') in the pattern string.
- setCurrency(Currency) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets the currency to be used when formatting numbers.
- setCurrency(Currency) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the currency.
- setCurrency(Currency) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets the Currency object used to display currency
amounts.
- setCurrency(Currency) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Sets the currency code.
- setCurrencyAsDecimal(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets whether the currency symbol should replace the decimal separator.
- setCurrencyPluralInfo(CurrencyPluralInfo) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- setCurrencyPluralInfo(CurrencyPluralInfo) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets a custom instance of CurrencyPluralInfo.
- setCurrencyPluralPattern(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Set currency plural patterns.
- setCurrencySymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the string denoting the local currency.
- setCurrencyUsage(Currency.CurrencyUsage) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Use the specified
Currency.CurrencyUsage instance, which provides default rounding rules for the
currency in two styles, CurrencyUsage.CASH and CurrencyUsage.STANDARD.
- setCurrencyUsage(Currency.CurrencyUsage) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets the currency-dependent strategy to use when rounding numbers.
- setCustomClassifier(BidiClassifier) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Set a custom Bidi classifier used by the UBA implementation for Bidi
class determination.
- setData(Reader) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Specify the source form of the spoof data Spoof Checker.
- setDate(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Set the current date and time of this CalendarAstronomer object.
- setDateFormat(int, int, DateFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Set an explicit date format.
- setDateFormatSymbols(DateFormatSymbols) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Allows you to set the date/time formatting data.
- setDateIntervalInfo(DateIntervalInfo) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Set the date time interval patterns.
- setDateTimeFormat(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
The date time format is a message format pattern used to compose date and
time patterns.
- setDateTimeFormat(int, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
dateTimeFormats are message patterns used to compose combinations of date
and time patterns.
- setDecimal(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
The decimal value is used in formatting fractions of seconds.
- setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets the decimal format symbols used by this formatter.
- setDecimalFormatSymbols(DecimalFormatSymbols) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Sets the decimal format symbols used by this formatter.
- setDecimalPatternMatchRequired(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
PARSING: Whether to require that the presence of decimal point matches the pattern.
- setDecimalPatternMatchRequired(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Parsing: This method is used to either require or
forbid the presence of a decimal point in the string being parsed (disabled by
default).
- setDecimalSeparator(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used for decimal sign.
- setDecimalSeparatorAlwaysShown(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets whether to always show the decimal point, even if the number doesn't require one.
- setDecimalSeparatorAlwaysShown(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Separators: Sets whether the decimal separator (a period in en-US) is
shown on integers.
- setDecimalSeparatorString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the string used for decimal sign.
- setDeclaredEncoding(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Set the declared encoding for charset detection.
- setDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Sets the decomposition mode of this Collator.
- setDecomposition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the decomposition mode of this Collator.
- setDecompositionDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the decomposition mode to the initial mode set during construction of the RuleBasedCollator.
- setDefault(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Sets the TimeZone that is returned by the getDefault
method.
- setDefault(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Sets the default ULocale.
- setDefault(ULocale.Category, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Sets the default ULocale for the specified Category.
- setDefaultLocale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Sets the default locale; if null, or if it is not set explicitly,
then the first supported locale is used as the default locale.
- setDefaultParseOptions(EnumSet<TimeZoneFormat.ParseOption>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Sets the default parse options.
- setDefaultRuleSet(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Override the default rule set to use.
- setDefaultTimeZoneType(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Sets the default time zone type used by getTimeZone.
- setDefaultULocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Sets the default locale; if null, or if it is not set explicitly,
then the first supported locale is used as the default locale.
- setDemotionPerDesiredLocale(LocaleMatcher.Demotion) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Option for whether all desired locales are treated equally or
earlier ones are preferred (this is the default).
- setDigit(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used for a digit in a pattern.
- setDigitPos(int, byte) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Sets the digit in the BCD list.
- setDigitPos(int, byte) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- setDigitStrings(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the array of strings used as digits, in order from 0 through 9
- setDimensionality(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- setDirection(LocaleMatcher.Direction) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Option for whether to include or ignore one-way (fallback) match data.
- setDisplayLength(DisplayOptions.DisplayLength) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the display length.
- setDisplayLimit(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Set whether limits will be displayed.
- setDisplayLimit(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterFactory
-
Set whether limits will be displayed.
- setDisplayPastFuture(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Set whether past and future will be displayed.
- setDisplayPastFuture(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterFactory
-
Set whether past and future will be displayed.
- setDSTSavings(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the amount of time in ms that the clock is advanced during DST.
- setElementAt(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
-
- setElementAt(long, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
-
- setElementComparisonType(SearchIterator.ElementComparisonType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Sets the collation element comparison type.
- setEndIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DontCareFieldPosition
-
- setEndRule(int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the daylight savings ending rule.
- setEndRule(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the DST end rule to a fixed date within a month.
- setEndRule(int, int, int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the DST end rule to a weekday before or after a give date within
a month, e.g., the first Monday on or after the 8th.
- setEraNames(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets full era name strings.
- setEras(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets abbreviated era strings.
- setEscapeCharacters(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
Set characters to be escaped in literals, in quoteLiteral and normalize, eg new UnicodeSet("[^\\u0020-\\u007E]");
- setExponentMultiplicationSign(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the multiplication sign
- setExponentSeparator(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the string used to separate the mantissa from the exponent.
- setExponentSignAlwaysShown(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets whether to show the plus sign in the exponent part of numbers with a zero or positive
exponent.
- setExponentSignAlwaysShown(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Scientific Notation: Sets whether the sign (plus or minus) is always to
be shown in the exponent in scientific notation.
- setExtension(char, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setExtension(char, String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Sets the extension for the given key.
- setExtensions(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setExtraQuotingCharacters(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
Sets the extra characters to be quoted in literals
- setFallback(DateFormatter) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatterFactory
-
Set a fallback formatter for durations over a given limit.
- setFallbackIntervalPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Re-set the fallback interval pattern.
- setFallbackLimit(long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatterFactory
-
Set a fallback limit for durations over a given limit.
- setFallbackUsed(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Sets whether this Encoder can use fallbacks?
- setFavorSubtag(LocaleMatcher.FavorSubtag) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
If SCRIPT, then the language differences are smaller than script differences.
- setFilter(UnicodeFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Changes the filter used by this transliterator.
- setFirstDayOfWeek(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
- setFlag(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Sets the options bit for an on/off attribute.
- setFlagDefault(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setForLeadSurrogateCodeUnit(char, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Set a value for a UTF-16 code unit.
- setFormat(int, Format) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the Format object to use for the format element with the given
format element index within the previously set pattern string.
- setFormatByArgumentIndex(int, Format) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the Format object to use for the format elements within the
previously set pattern string that use the given argument
index.
- setFormatByArgumentName(String, Format) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the Format object to use for the format elements within the
previously set pattern string that use the given argument
name.
- setFormatPattern(TimeZoneGenericNames.Pattern, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Sets the pattern string for the pattern type.
- setFormats(Format[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the Format objects to use for the format elements in the
previously set pattern string.
- setFormatsByArgumentIndex(Format[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the Format objects to use for the values passed into
format methods or returned from parse
methods.
- setFormatsByArgumentName(Map<String, Format>) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the Format objects to use for the values passed into
format methods or returned from parse
methods.
- setFormatWidth(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the minimum width of the string output by the formatting pipeline.
- setFormatWidth(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Padding: Sets the minimum width of the string output by the formatting
pipeline.
- setFrenchCollation(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the mode for the direction of SECONDARY weights to be used in French collation.
- setFrenchCollationDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the French collation mode to the initial mode set during construction of the RuleBasedCollator.
- setFromUCallback(CoderResult, CharsetCallback.Encoder, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Sets the callback encoder method and context to be used if an illegal sequence is encountered.
- setFromUContext(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Sets fromUContext used in callbacks.
- setGMTOffsetDigits(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Sets the decimal digit characters used for localized GMT format.
- setGMTOffsetPattern(TimeZoneFormat.GMTOffsetPatternType, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Sets the offset pattern for the given offset type.
- setGMTPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Sets the localized GMT format pattern.
- setGMTZeroFormat(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Sets the localized GMT format string for GMT(UTC) itself (GMT offset is 0).
- setGrammaticalCase(DisplayOptions.GrammaticalCase) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the grammatical case.
- setGregorianChange(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Sets the GregorianCalendar change date.
- setGroupingSeparator(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used for grouping separator.
- setGroupingSeparatorString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the string used for grouping separator.
- setGroupingSize(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the number of digits between grouping separators.
- setGroupingSize(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Grouping: Sets the primary grouping size (distance between grouping
separators) used when formatting large numbers.
- setGroupingUsed(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets whether to enable grouping when formatting.
- setGroupingUsed(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Grouping: Sets whether grouping is to be used when formatting numbers.
- setGroupingUsed(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets whether or not grouping will be used in this format.
- setID(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- setID(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- setID(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Set the programmatic identifier for this transliterator.
- setID(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the time zone ID.
- setID(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Sets the time zone ID.
- setIgnorableCharacters(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
Sets the characters to be ignored in parsing, eg new UnicodeSet("[:pattern_whitespace:]");
- setIgnoreCase(boolean, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Sets the Comparator to case-insensitive comparison mode if argument is true, otherwise
case sensitive comparison mode if set to false.
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
-
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Sets the currentIndex to the specified currentIndex in the text and returns that
single UTF16 character at currentIndex.
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Sets the position to the specified position in the text and returns that
character.
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
-
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Sets the position in the target text at which the next search will start.
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Sets the position in the target text at which the next search will start.
- setIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Sets the index to the specified index in the text.
- setInfinity(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the String used to represent infinity.
- setInflowLabel(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Set the inflowLabel label
- setInt64IterationContext(long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Sets an int64 that FormattedValue implementations may use for storage.
- setInternationalCurrencySymbol(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the international string denoting the local currency.
- setIntervalPattern(String, int, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Provides a way for client to build interval patterns.
- setInverse(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Modify the operation of the Bidi algorithm such that it
approximates an "inverse Bidi" algorithm.
- setJulianDay(double) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Set the current date and time of this CalendarAstronomer object.
- setKeywordValue(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Set the value for the named keyword, or unset it if value is null.
- setKeywordValue(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Given a keyword and a value, return a new locale with an updated
keyword and value.
- setKeywordValue(String, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Given a locale id, a keyword, and a value, return a new locale id with an updated
keyword and value.
- setLanguage(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setLanguage(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Sets the language.
- setLanguageTag(LanguageTag) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setLanguageTag(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Resets the Builder to match the provided IETF BCP 47
language tag.
- setLastModified(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Sets the date used for RFC2445 LAST-MODIFIED property value.
- setLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
- setLenient(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Specifies whether date/time parsing is to be lenient.
- setLenient(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Specify whether or not date/time interpretation is to be lenient.
- setLenientParseMode(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Turns lenient parse mode on and off.
- setLenientScannerProvider(RbnfLenientScannerProvider) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Sets the provider for the lenient scanner.
- setLimit(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
Set the iteration limit for nextCaseMapCP() to an index within the string.
- setLimit(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- setLine(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
setLine() returns a Bidi object to
contain the reordering information, especially the resolved levels,
for all the characters in a line of text.
- setLocale(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Set the locale for this factory.
- setLocale(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatterFactory
-
Set the name of the locale that will be used when
creating new formatters.
- setLocale(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets the locale for the factory.
- setLocale(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterFactory
-
Set the name of the locale that will be used when
creating new formatters.
- setLocale(BaseLocale, LocaleExtensions) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setLocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Set locale.
- setLocale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the locale to be used for creating argument Format objects.
- setLocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the locale to be used for creating argument Format objects.
- setLocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Convenience routine for setting the language/locale priority
list from a single locale/language.
- setLocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Resets the Builder to match the provided
locale.
- setLocales(List<ULocale>) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Sets the language/locale priority list.
- setLocales(ULocale[]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Convenience routine for setting the language/locale priority
list from an array.
- setLocales(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Convenience routine for setting the locale priority list from
an Accept-Language string.
- setLocalPatternChars(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets localized date-time pattern characters.
- setLowerCaseFirst(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the orders of lower cased characters to sort before upper cased characters, in strength TERTIARY.
- setMagnitudeMultiplier(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Multiply all numbers by this power of ten before formatting.
- setMatchLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Sets the length of the most recent match in the target text.
- setMathContext(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the
MathContext to be used during math and rounding operations.
- setMathContext(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the
MathContext used
to round numbers.
- setMathContextICU(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- setMaxDistance(Locale, Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Sets the maximum distance for an acceptable match.
- setMaxDistance(ULocale, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Sets the maximum distance for an acceptable match.
- setMaximumContextLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Method for subclasses to use to set the maximum context length.
- setMaximumFractionDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the maximum number of digits to display after the decimal point.
- setMaximumFractionDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the maximum number of digits to display after
the decimal separator.
- setMaximumFractionDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets the maximum number of digits allowed in the fraction portion of a
number.
- setMaximumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- setMaximumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the maximum number of digits to display before the decimal point.
- setMaximumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the maximum number of digits to display before
the decimal separator.
- setMaximumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets the maximum number of digits allowed in the integer portion of a
number.
- setMaximumSignificantDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the maximum number of significant digits to display.
- setMaximumSignificantDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the maximum number of significant
digits to be displayed.
- setMaxLabelCount(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Set a limit on the number of labels in the index.
- setMaxLimit(float) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets the maximum value for the largest available time unit (as
set in setUnits).
- setMaxVariable(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setMaxVariable(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Sets the variable top to the top of the specified reordering group.
- setMaxVariable(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the variable top to the top of the specified reordering group.
- setMinFraction(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Sets the minimum fraction digits that this
DecimalQuantity should generate.
- setMinFraction(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- setMinimalDaysInFirstWeek(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets what the minimal days required in the first week of the year are.
- setMinimumExponentDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the minimum number of digits to display in the exponent.
- setMinimumExponentDigits(byte) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Scientific Notation: Sets the minimum number of digits to be printed in
the exponent.
- setMinimumFractionDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the minimum number of digits to display after the decimal point.
- setMinimumFractionDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the minimum number of digits to display after
the decimal separator.
- setMinimumFractionDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets the minimum number of digits allowed in the fraction portion of a
number.
- setMinimumGroupingDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the minimum number of digits required to be beyond the first grouping separator in order to
enable grouping.
- setMinimumGroupingDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets the minimum number of digits that must be before the first grouping separator in
order for the grouping separator to be printed.
- setMinimumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- setMinimumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the minimum number of digits to display before the decimal point.
- setMinimumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the minimum number of digits to display before
the decimal separator.
- setMinimumIntegerDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets the minimum number of digits allowed in the integer portion of a
number.
- setMinimumSignificantDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the minimum number of significant digits to display.
- setMinimumSignificantDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the minimum number of significant
digits to be displayed.
- setMinInteger(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- setMinInteger(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- setMinLimit(float) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets the minimum value for the smallest available time unit (as
set in setUnits).
- setMinusSign(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used to represent minus sign.
- setMinusSignString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the string used to represent minus sign.
- setModifier(Modifier.Signum, StandardPlural, Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AdoptingModifierStore
-
- setMonetaryDecimalSeparator(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the monetary decimal separator.
- setMonetaryDecimalSeparatorString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the monetary decimal separator string.
- setMonetaryGroupingSeparator(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the monetary grouping separator.
- setMonetaryGroupingSeparatorString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the monetary grouping separator string.
- setMonths(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets month strings.
- setMonths(String[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets month strings.
- setMultiplier(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Multiply all numbers by this amount before formatting.
- setMultiplier(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets a number that will be used to multiply all numbers prior to formatting.
- setNameStyle(DisplayOptions.NameStyle) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the name style.
- setNaN(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the String used to represent NaN.
- setNarrowEras(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets narrow era name strings.
- setNegativePrefix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the prefix to prepend to negative numbers.
- setNegativePrefix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Sets the string to prepend to negative numbers.
- setNegativePrefixPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the prefix to prepend to negative numbers.
- setNegativeSuffix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the suffix to append to negative numbers.
- setNegativeSuffix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Sets the string to append to negative numbers.
- setNegativeSuffixPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the suffix to append to negative numbers.
- setNoDefaultLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Sets no default locale.
- setNoSubstitute(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Sets the "no substitute" behavior of this locale data object.
- setNounClass(DisplayOptions.NounClass) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the noun class.
- setNumberFormat(NumberFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Sets the number formatter.
- setNumberFormat(NumberFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Sets the number format used by this formatter.
- setNumberFormat(NumberFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
- setNumberFormat(String, NumberFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
allow the user to set the NumberFormat for several fields
It can be a single field like: "y"(year) or "M"(month)
It can be several field combined together: "yMd"(year, month and date)
Note:
1 symbol field is enough for multiple symbol fields (so "y" will override "yy", "yyy")
If the field is not numeric, then override has no effect (like "MMM" will use abbreviation, not numerical field)
- setNumberFormat(int, NumberFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Sets a number format explicitly.
- setNumberProperties(Modifier.Signum, StandardPlural) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Sets attributes of the current number being processed.
- setNumericCollation(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
When numeric collation is turned on, this Collator makes
substrings of digits sort according to their numeric values.
- setNumericCollationDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Method to set numeric collation to its default value.
- setOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
- setOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Sets the iterator to point to the collation element
corresponding to the character at the specified offset.
- setOverflowLabel(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Set the overflow label
- setOverlapping(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Determines whether overlapping matches are returned.
- setPadCharacter(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- setPadEscape(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used to pad numbers out to a specified width.
- setPadPosition(Padder.PadPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the location where the padding string is to be inserted to maintain the padding width: one of
BEFORE_PREFIX, AFTER_PREFIX, BEFORE_SUFFIX, or AFTER_SUFFIX.
- setPadPosition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- setPadString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the string used for padding.
- setPara(String, byte, byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Perform the Unicode Bidi algorithm.
- setPara(char[], byte, byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Perform the Unicode Bidi algorithm.
- setPara(AttributedCharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Perform the Unicode Bidi algorithm on a given paragraph, as defined in the
Unicode Standard Annex #9,
version 13,
also described in The Unicode Standard, Version 4.0 .
- setParent(ResourceBundle) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
- setParseBigDecimal(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- setParseCaseSensitive(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Whether to require cases to match when parsing strings; default is true.
- setParseCaseSensitive(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Specifies whether parsing should require cases to match in affixes, exponent separators,
and currency codes.
- setParseIntegerOnly(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Whether to ignore the fractional part of numbers.
- setParseIntegerOnly(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Parsing: Sets whether to ignore the fraction part of a number when parsing
(defaults to false).
- setParseIntegerOnly(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets whether to ignore the fraction part of a number when parsing
(defaults to false).
- setParseMode(DecimalFormatProperties.ParseMode) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Controls certain rules for how strict this parser is when reading strings.
- setParseNoExponent(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Whether to ignore the exponential part of numbers.
- setParseNoExponent(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Specifies whether to stop parsing when an exponent separator is encountered.
- setParsePositiveOnly(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- setParseStrict(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets whether strict parsing is in effect.
- setParseStrict(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Sets whether strict parsing is in effect.
- setParseToBigDecimal(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Whether to always return a BigDecimal from parse methods.
- setPattern(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- setPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- setPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Set the pattern to search for.
- setPatternAttributes(NumberFormatter.SignDisplay, boolean, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Sets attributes that imply changes to the literal interpretation of the pattern string affixes.
- setPatternForCurrencySpacing(int, boolean, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the indicated currency spacing pattern or value.
- setPatternInfo(AffixPatternProvider, NumberFormat.Field) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
- setPatternSeparator(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used to separate positive and negative subpatterns
in a pattern.
- setPercent(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used for percent sign.
- setPercentString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the string used for percent sign.
- setPeriodBuilder(PeriodBuilder) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatterFactory
-
Set the builder used by the factory.
- setPeriodFormatter(PeriodFormatter) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatterFactory
-
Set the period formatter used by the factory.
- setPerMill(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used for mille percent sign.
- setPerMillString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the string used for permille sign.
- setPluralCategory(DisplayOptions.PluralCategory) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the plural category.
- setPluralRules(PluralRules) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the PluralRules object to use instead of the default for the locale.
- setPluralRules(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Set plural rules.
- setPlusSign(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the localized plus sign.
- setPlusSignString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the localized plus sign string.
- setPos(RuleCharacterIterator.Position) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Restores this iterator to the position it had when getPos()
returned the given object.
- setPositivePrefix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the prefix to prepend to positive numbers.
- setPositivePrefix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Sets the string to prepend to positive numbers.
- setPositivePrefixPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the prefix to prepend to positive numbers.
- setPositiveSuffix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the suffix to append to positive numbers.
- setPositiveSuffix(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Affixes: Sets the string to append to positive numbers.
- setPositiveSuffixPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the suffix to append to positive numbers.
- setPrefix(MeasureUnit.MeasurePrefix) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- setQuarters(String[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets quarter strings.
- setRange(int, int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Set a value in a range of code points [start..limit].
- setRange(int, int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Set a value in a range of code points [start..end].
- setRange(Trie2.Range, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Set the values from a Trie2.Range.
- setRange(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Sets a value for each code point [start..end].
- setRange(int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.ValueIterator
-
Restricts the range of integers to iterate and resets the iteration
to begin at the index argument start.
- setRawOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
- setRawOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- setRawOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- setRawOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Sets the base time zone offset to GMT.
- setRawOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Overrides TimeZone
Sets the base time zone offset to GMT.
- setRawOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Sets the base time zone offset to GMT.
- setRawOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Sets the base time zone offset to GMT.
- setRegion(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setRegion(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Sets the region.
- setReorderCodes(int...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Sets the reordering codes for this collator.
- setReorderCodes(int...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the reordering codes for this collator.
- setReordering(CollationData, int[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setReorderingMode(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Modify the operation of the Bidi algorithm such that it implements some
variant to the basic Bidi algorithm or approximates an "inverse Bidi"
algorithm, depending on different values of the "reordering mode".
- setReorderingOptions(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Specify which of the reordering options should be applied during Bidi
transformations.
- setRepeatedWallTimeOption(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets the behavior for handling wall time repeating multiple times
at negative time zone offset transitions.
- setRestrictionLevel(SpoofChecker.RestrictionLevel) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Set the loosest restriction level allowed for strings.
- setRoundingIncrement(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the increment to which to round numbers.
- setRoundingIncrement(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets an increment, or interval, to which
numbers are rounded.
- setRoundingIncrement(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- setRoundingIncrement(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- setRoundingMode(RoundingMode) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the rounding mode, which determines under which conditions extra decimal places are rounded
either up or down.
- setRoundingMode(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the
RoundingMode used to round
numbers.
- setRoundingMode(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Set the rounding mode used in this NumberFormat.
- setRoundingMode(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Sets the rounding mode.
- setRowIndexForErrorValue(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors.CompactHandler
-
- setRowIndexForErrorValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PVecToTrieCompactHandler
-
- setRowIndexForInitialValue(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors.CompactHandler
-
- setRowIndexForInitialValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PVecToTrieCompactHandler
-
- setRowIndexForRange(int, int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors.CompactHandler
-
- setRowIndexForRange(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PVecToTrieCompactHandler
-
- setRule(DateRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
- setScale(int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal with a given scale.
- setScale(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal with a given scale.
- setScientificNotation(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Scientific Notation: Sets whether this formatter should print in
scientific (exponential) notation.
- setScript(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setScript(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Sets the script.
- setSecondaryGroupingSize(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the number of digits between grouping separators higher than the least-significant grouping
separator.
- setSecondaryGroupingSize(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Grouping: Sets the secondary grouping size (distance between grouping
separators after the first separator) used when formatting large numbers.
- setSeparatorVariant(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Set how separators will be displayed.
- setSeparatorVariant(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterFactory
-
Set how separators will be displayed.
- setShortMonths(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets short month strings.
- setShortWeekdays(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets abbreviated weekday strings; for example: "Sun", "Mon", etc.
- setSignAlwaysShown(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets whether to always display of a plus sign on positive numbers.
- setSignAlwaysShown(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Sets whether to always shown the plus sign ('+' in en) on positive numbers.
- setSignificantDigit(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used to represent a significant digit in a pattern.
- setSignificantDigitsUsed(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets whether significant digits are to be
used in rounding.
- setSimpleUnit(int, String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- setSkippedWallTimeOption(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets the behavior for handling skipped wall time at positive time zone offset
transitions.
- setSource(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CanonicalIterator
-
Set a new source for this iterator.
- setStart(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- setStart(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- setStartRule(int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the daylight savings starting rule.
- setStartRule(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the DST start rule to a fixed date within a month.
- setStartRule(int, int, int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the DST start rule to a weekday before or after a give date within
a month, e.g., the first Monday on or after the 8th.
- setStartYear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the daylight savings starting year.
- setState(Format.Field, Object, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Sets new values for the primary public getters.
- setStrength(CacheValue.Strength) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
-
Changes the "strength" of value references for subsequent getInstance() calls.
- setStrength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setStrength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Sets this Collator's strength attribute.
- setStrength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets this Collator's strength attribute.
- setStrengthDefault(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
- setStrengthDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets the collation strength to the initial mode set during the construction of the RuleBasedCollator.
- setString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Mutates this key to be equal to the given string.
- setSubstituteHandling(DisplayOptions.SubstituteHandling) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the substitute handling.
- setSupportedLocales(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Parses the string like
LocalePriorityList does and
sets the supported locales accordingly.
- setSupportedLocales(Collection<Locale>) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Copies the supported locales, preserving iteration order.
- setSupportedULocales(Collection<ULocale>) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Copies the supported locales, preserving iteration order.
- setSymbolIfNull(CurrencyData.CurrencySpacingInfo.SpacingType, CurrencyData.CurrencySpacingInfo.SpacingPattern, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
-
- setSymbols(DecimalFormatSymbols, Currency, NumberFormatter.UnitWidth, PluralRules) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Sets locale-specific details that affect the symbols substituted into the pattern string affixes.
- setSymbolTable(SymbolTable) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Get the symbol table for internal processing
- setSyntaxCharacters(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
Sets the characters to be interpreted as syntax characters in parsing, eg new UnicodeSet("[:pattern_syntax:]")
- setTarget(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Set the target text to be searched.
- setTarget(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Set the target text to be searched.
- setTerritory(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Sets the territory, which is a valid territory according to for
RFC 3066 (or successor).
- setText(boolean, CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
-
- setText(boolean, CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
-
- setText(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- setText(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- setText(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- setText(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- setText(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- setText(byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Set the input text (byte) data whose charset is to be detected.
- setText(InputStream) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Set the input text (byte) data whose charset is to be detected.
- setText(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Set a new source string for iteration, and reset the offset
to the beginning of the text.
- setText(UCharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Set a new source string iterator for iteration, and reset the
offset to the beginning of the text.
- setText(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Set a new source string iterator for iteration, and reset the
offset to the beginning of the text.
- setText(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Set the iterator to analyze a new piece of text.
- setTime(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Set the current date and time of this CalendarAstronomer object.
- setTime(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets this Calendar's current time with the given Date.
- setTimeInMillis(long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets this Calendar's current time from the given long value.
- setTimeZone(TimeZone) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatterFactory
-
Set the name of the locale that will be used when
creating new formatters.
- setTimeZone(TimeZone) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets the time zone for the factory.
- setTimeZone(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Sets the time zone for the calendar of this DateFormat object.
- setTimeZone(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Set the TimeZone for the calendar used by this DateIntervalFormat object.
- setTimeZone(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets the time zone with the given time zone value.
- setTimeZone(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Sets the timezone ID.
- setTimeZoneFormat(TimeZoneFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Allows you to set the time zone formatter.
- setTimeZoneNames(TimeZoneNames) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Sets the time zone display name data to this instance.
- settings - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationTailoring
-
- setToBigDecimal(BigDecimal) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- setToBigDecimal(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Sets the internal BCD state to represent the value in the given BigDecimal.
- setToBigInteger(BigInteger) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- setToDouble(double) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Sets the internal BCD state to represent the value in the given double.
- setToEmpty() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Mutates this key to an empty resource key string.
- setToInt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- setToLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
-
- setToLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Sets the current index to the limit.
- setToLong(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- setToOne(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.USerializedSet
-
Set the USerializedSet to contain the given character (and nothing
else).
- setToStart() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Sets the current index to the start.
- setToUCallback(CoderResult, CharsetCallback.Decoder, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Sets the callback encoder method and context to be used if an illegal sequence is encountered.
- setTZURL(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Sets the RFC2445 TZURL property value.
- setUnderflowLabel(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Set the underflowLabel label
- setUnicodeLocaleKeyword(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setUnicodeLocaleKeyword(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Sets the Unicode locale keyword type for the given key.
- setUnitIsAvailable(TimeUnit, boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets whether the time unit is available for use.
- setUnitVariant(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Set the variant of the time unit names to use.
- setUnitVariant(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterFactory
-
Set the variant of the time unit names to use.
- setUpperCaseFirst(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Sets whether uppercase characters sort before lowercase characters or vice versa, in strength TERTIARY.
- setUsingQuote(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- setUsingSlash(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- setValue(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Sets a 32 bit data in the table data
- setValue(int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
-
- setVariant(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
-
- setVariant(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Sets the variant.
- setWeekData(Calendar.WeekData) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Set data in this calendar based on the WeekData input.
- setWeekdays(String[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets weekday strings.
- setWeekdays(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets wide weekday strings.
- setWeeksAloneOnly(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilderFactory
-
Sets whether weeks are used with other units, or only when
weeks are the only unit.
- setYearNames(String[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets cyclic year name strings, for example: "jia-zi", "yi-chou", etc.
- setZeroDigit(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
-
- setZeroDigit(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Sets the character used for zero.
- setZodiacNames(String[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets calendar zodiac name strings, for example: "Rat", "Ox", "Tiger", etc.
- setZoneStrings(String[][]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets time zone strings.
- SHABAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Sha'ban, the 8th month of the Islamic year.
- shape(char[], int, int, char[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Convert a range of text in the source array, putting the result
into a range of text in the destination array, and return the number
of characters written.
- shape(char[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Convert a range of text in place.
- shape(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Convert a string, returning the new string.
- SHAPE_TAIL_NEW_UNICODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
If this option is used, shaping will use the new Unicode code point for TAIL (i.e.
- SHAPE_TAIL_TYPE_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for new Unicode Tail option
- SHARADA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SHARADA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SHARADA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SharedObject - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Base class for shared, reference-counted, auto-deleted objects.
- SharedObject() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject
-
Initializes refCount to 0.
- SharedObject.Reference<T extends SharedObject> - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Similar to a smart pointer, basically a port of the static methods of C++ SharedObject.
- SHAVIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SHAVIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Shavian
Script in Unicode 4
- SHAVIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SHAVUOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- SHAWWAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Shawwal, the 10th month of the Islamic year.
- SHEMINI_ATZERET - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- SHEVAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Shevat, the 5th month of the Hebrew year.
- SHIFT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Shift size for shifting right the input index.
- shiftDistance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- shiftLeft(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Adds zeros to the end of the BCD list.
- shiftLeft(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- shiftRight(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Removes digits from the end of the BCD list.
- shiftRight(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- SHIN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- SHORT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ESeparatorVariant
-
- SHORT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EUnitVariant
-
- SHORT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty.NameChoice
-
Selector for the abbreviated name of a property or value.
- SHORT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for short style pattern.
- SHORT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constant for width; only supported for weekdays.
- SHORT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A style specifier for getDisplayName() indicating
a short name, such as "PST."
- SHORT_COMMONLY_USED - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A style specifier for getDisplayName() indicating
a short name derived from the timezone's short standard or daylight
timezone name ignoring commonlyUsed, such as "PDT."
- SHORT_GENERIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A style specifier for getDisplayName() indicating
a short generic name, such as "PT."
- SHORT_GMT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A style specifier for getDisplayName() indicating
a short name derived from the timezone's offset, such as "-0800."
- SHORTHAND_FORMAT_CONTROLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SHORTHAND_FORMAT_CONTROLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- shortValueExact() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal to a short.
- shouldAlwaysBeEscaped(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
- shouldCapitalizeSurname() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
- SHOWA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constant for the era starting on Dec.
- showMismatch(Matcher, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.RegexUtilities
-
- SHROVE_TUESDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Shrove Tuesday, aka Mardi Gras, 48 days before Easter
- SHUSHAN_PURIM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- SI - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData.MeasurementSystem
-
Measurement system specified by Le Système International d'Unités (SI)
otherwise known as Metric system.
- SIDDHAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SIDDHAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SIDDHAM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SIDEREAL_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The number of standard hours in one sidereal day.
- SIDEREAL_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The average number of days it takes
for the moon to return to the same ecliptic longitude relative to the
stellar background.
- SIDEREAL_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The average number of days it takes
for the sun to return to the same position against the fixed stellar
background.
- sign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
- sign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
- sign(NumberFormatter.SignDisplay) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Sets the plus/minus sign display strategy.
- SIGN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
- SIGN_WRITING - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code for Sutton SignWriting
- signum() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- signum() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- signum - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Parameters
-
- signum() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the sign of this BigDecimal, as an int.
- SIMCHAT_TORAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- simple() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Notation
-
Print the number using simple notation without any scaling by powers of ten.
- SIMPLE_CASE_FOLDING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Simple_Case_Folding.
- SIMPLE_LEVEL_FALLBACK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys
-
- SIMPLE_LOWERCASE_MAPPING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Simple_Lowercase_Mapping.
- SIMPLE_TITLECASE_MAPPING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Simple_Titlecase_Mapping.
- SIMPLE_UPPERCASE_MAPPING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Simple_Uppercase_Mapping.
- SimpleCache<K,V> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- SimpleCache() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleCache
-
- SimpleCache(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleCache
-
- SimpleCache(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleCache
-
- SimpleDateFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- SimpleDateFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the default pattern for the default FORMAT
locale.
- SimpleDateFormat(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern in the default FORMAT
locale.
- SimpleDateFormat(String, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and locale.
- SimpleDateFormat(String, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and locale.
- SimpleDateFormat(String, String, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern , override and locale.
- SimpleDateFormat(String, DateFormatSymbols) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and
locale-specific symbol data.
- SimpleDateRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- SimpleDateRule(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleDateRule
-
Construct a rule for a fixed date within a month
- SimpleDateRule(int, int, int, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleDateRule
-
Construct a rule for a weekday within a month, e.g.
- SimpleFactory(Object, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
Convenience constructor that calls SimpleFactory(Object, String, boolean)
with visible true.
- SimpleFactory(Object, String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
Construct a simple factory that maps a single id to a single
service instance.
- SimpleFilteredSentenceBreakIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- SimpleFilteredSentenceBreakIterator(BreakIterator, CharsTrie, CharsTrie) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
-
- SimpleFilteredSentenceBreakIterator.Builder - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- SimpleFormatter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Formats simple patterns like "{1} was born in {0}".
- SimpleFormatterImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Formats simple patterns like "{1} was born in {0}".
- SimpleFormatterImpl.IterInternal - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Internal iterator interface for maximum efficiency.
- SimpleHoliday - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- SimpleHoliday(int, int, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Construct an object representing a holiday
- SimpleHoliday(int, int, String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Construct an object representing a holiday
- SimpleHoliday(int, int, String, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Construct an object representing a holiday
- SimpleHoliday(int, int, int, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
// TODO: remove
Construct an object representing a holiday
- SimpleHoliday(int, int, int, String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
- SimpleHoliday(int, int, int, String, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
- SimpleLocaleKeyFactory(Object, ULocale, int, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.SimpleLocaleKeyFactory
-
- SimpleLocaleKeyFactory(Object, ULocale, int, boolean, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.SimpleLocaleKeyFactory
-
- SimpleModifier - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
- SimpleModifier(String, Format.Field, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
Creates a modifier that uses the SimpleFormatter string formats.
- SimpleModifier(String, Format.Field, boolean, Modifier.Parameters) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
-
Creates a modifier that uses the SimpleFormatter string formats.
- SimpleNotation - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines the simple notation style to be used when formatting numbers in NumberFormatter.
- SimpleNumberFormatFactory(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
-
Constructs a SimpleNumberFormatFactory with the given locale.
- SimpleNumberFormatFactory(Locale, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
-
Constructs a SimpleNumberFormatFactory with the given locale and the
visibility.
- SimpleNumberFormatFactory(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
-
Constructs a SimpleNumberFormatFactory with the given locale.
- SimpleNumberFormatFactory(ULocale, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
-
Constructs a SimpleNumberFormatFactory with the given locale and the
visibility.
- SimpleTimeZone - Class in org.graalvm.shadowed.com.ibm.icu.util
-
.
- SimpleTimeZone(int, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Constructs a SimpleTimeZone with the given base time zone offset from GMT
and time zone ID.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Constructs a SimpleTimeZone with the given base time zone offset from
GMT, time zone ID, time to start and end the daylight time.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Constructs a SimpleTimeZone with the given base time zone offset from
GMT, time zone ID, time and its mode to start and end the daylight time.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Constructor.
- SimpleUnitIdentifiersSink() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.SimpleUnitIdentifiersSink
-
- SIMPLIFIED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.Utils.ChineseDigits
-
- SIMPLIFIED_CHINESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- SIMPLIFIED_HAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SINDHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SINGLE_CHAR_BOUNDARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
- SINGLE_QUOTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- SINGLE_QUOTE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
-
- SINGLE_SCRIPT_CONFUSABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
- singleLeadMightHaveNonZeroFCD16(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Returns true if the single-or-lead code unit c might have non-zero FCD data.
- SINGLETON - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
-
- SingleUnitImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
A class representing a single unit (optional SI or binary prefix, and dimensionality).
- SingleUnitImpl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
-
- SINHALA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SINHALA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Sinhala
- SINHALA_ARCHAIC_NUMBERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SINHALA_ARCHAIC_NUMBERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SINHALA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- Sink() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Sink
-
- SIVAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Sivan, the 10th month of the Hebrew year.
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
-
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
-
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
-
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
-
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket
-
Get the number of records in the bucket.
- size() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns the number of elements in this set (its cardinality)
Note than the elements of a set may include both individual
codepoints and strings.
- size - Variable in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Size of the internal byte array used.
- SkeletonSyntaxException - Exception in org.graalvm.shadowed.com.ibm.icu.number
-
Exception used for illegal number skeleton strings.
- SkeletonSyntaxException(String, CharSequence) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.number.SkeletonSyntaxException
-
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
- SkeletonSyntaxException(String, CharSequence, Throwable) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.number.SkeletonSyntaxException
-
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
- SKIP_SCRIPT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XLikelySubtags
-
- SKIP_WHITESPACE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Bitmask option to enable skipping of whitespace.
- skipBytes(ByteBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
- skipIdentifier(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
Skips over a "pattern identifier" starting at index i of the CharSequence.
- skipIgnored(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Skips ahead past any ignored characters, as indicated by the given
options.
- skipToStrings() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Skips over the remaining code points/ranges, if any.
- skipWhiteSpace(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
Skips over Pattern_White_Space starting at index i of the CharSequence.
- sliceWithOrder(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Same as ByteBuffer.slice() plus preserving the byte order.
- SMALL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- SMALL_FORM_VARIANTS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SMALL_FORM_VARIANTS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SMALL_KANA_EXTENSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SMALL_KANA_EXTENSION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- smaller() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Returns the next smaller time unit, or null if this is the smallest.
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
-
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CodePointMatcher
-
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CombinedCurrencyMatcher
-
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.DecimalMatcher
-
- smokeTest(StringSegment) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParseMatcher
-
Performs a fast "smoke check" for whether or not this matcher could possibly match against the
given string segment.
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ScientificMatcher
-
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
-
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
-
- smokeTest(StringSegment) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ValidationMatcher
-
- SOFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUCache
-
- SOFT_DOTTED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Soft_Dotted (new).
- SoftCache<K,V,D> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Generic, thread-safe cache implementation, usually storing cached instances
in
References via
CacheValues.
- SoftCache() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SoftCache
-
- SOGDIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SOGDIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
- SOGDIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SOLAR_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The number of sidereal hours in one mean solar day.
- SOLAR_LUMINOSITY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of light: solar-luminosity
- SOLAR_MASS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: solar-mass
- SOLAR_RADIUS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: solar-radius
- SORA_SOMPENG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SORA_SOMPENG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SORA_SOMPENG_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- sort(List<FieldPosition>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueFieldPositionIteratorImpl
-
- SortedSetRelation - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Computationally efficient determination of the relationship between
two SortedSets.
- SortedSetRelation() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
- SortKeyByteSink(byte[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
-
- sourceIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
- sourceIndexFromDestinationIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
Computes the source index corresponding to the given destination index.
- SOYOMBO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SOYOMBO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SOYOMBO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SP - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
- SPACE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- SPACE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the space property.
- SPACE_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Zs
- SPACES_RELATIVE_TO_TEXT_BEGIN_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
This option effects the meaning of BEGIN and END options.
- SPACES_RELATIVE_TO_TEXT_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for swapping BEGIN and END for Visual LTR text
- SPACING_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- SPACING_MODIFIER_LETTERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SPACING_MODIFIER_LETTERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- span(CharSequence, int, UnicodeSet.SpanCondition, OutputInt) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.BMPSet
-
Span the initial substring for which each character c has spanCondition==contains(c).
- span(CharSequence, int, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
Spans a string.
- span(CharSequence, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Span a string using this UnicodeSet.
- span(CharSequence, int, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Span a string using this UnicodeSet.
- spanAndCount(CharSequence, int, UnicodeSet.SpanCondition, OutputInt) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
Spans a string and counts the smallest number of set elements on any path across the span.
- spanBack(CharSequence, int, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.BMPSet
-
Symmetrical with span().
- spanBack(CharSequence, int, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
Span a string backwards.
- spanBack(CharSequence, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Span a string backwards (from the end) using this UnicodeSet.
- spanBack(CharSequence, int, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Span a string backwards (from the fromIndex) using this UnicodeSet.
- spanField - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
-
- SpanField(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UFormat.SpanField
-
Construct a new instance.
- SpanFieldPlaceholder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
-
- spanQuickCheckYes(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
-
- spanQuickCheckYes(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
-
- spanQuickCheckYes(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
-
- spanQuickCheckYes(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
-
- spanQuickCheckYes(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Returns the end of the normalized substring of the input string.
- spanQuickCheckYes(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns the end of the normalized substring of the input string.
- SPECIALS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SPECIALS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SPECIFIC_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for specific non-location format, such as Pacific Daylight Time;
used in combinations date + time + zone, or time + zone.
- SPELLOUT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Selector code that tells the constructor to create a spellout formatter
- splice(int, int, CharSequence, int, int, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Replaces the chars between startThis and endThis with the chars between startOther and endOther of
the given CharSequence.
- split(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Splitter
-
- split(String, char, String[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Split a string into pieces based on the given divider character
- split(String, char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Split a string into pieces based on the given divider character
- splitString(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
- Splitter(char) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Splitter
-
- Splitter(Pattern) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Splitter
-
- splitToList(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Splitter
-
- splitToSingleUnits() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Returns the list of SINGLE units contained within a sequence of COMPOUND units.
- splitWhitespace(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Split the string at runs of ascii whitespace characters.
- SpoofChecker - Class in org.graalvm.shadowed.com.ibm.icu.text
-
This class, based on
Unicode Technical Report #36 and
Unicode Technical Standard #39, has two main functions:
Checking whether two strings are visually
confusable with each other, such as "desparejado" and
"ԁеѕрагејаԁо".
Checking whether an individual string is likely to be an attempt at confusing the reader (
spoof
detection), such as "pаypаl" spelled with Cyrillic 'а' characters.
- SpoofChecker.Builder - Class in org.graalvm.shadowed.com.ibm.icu.text
-
SpoofChecker Builder.
- SpoofChecker.CheckResult - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A struct-like class to hold the results of a Spoof Check operation.
- SpoofChecker.RestrictionLevel - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Constants from UTS 39 for use in setRestrictionLevel.
- SQUARE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- SQUARE_CENTIMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: square-centimeter
- SQUARE_FOOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: square-foot
- SQUARE_INCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: square-inch
- SQUARE_KILOMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: square-kilometer
- SQUARE_METER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: square-meter
- SQUARE_MILE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: square-mile
- SQUARE_YARD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: square-yard
- SRAVANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Sravana, the 5th month of the Indian year.
- SRC_BIDI - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From ubidi_props.c/ubidi.icu
- SRC_CASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From ucase.c/ucase.icu
- SRC_CASE_AND_NORM - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From ucase.c/ucase.icu as well as unorm.cpp/unorm.icu
- SRC_CHAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From uchar.c/uprops.icu main trie
- SRC_CHAR_AND_PROPSVEC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From uchar.c/uprops.icu main trie as well as properties vectors trie
- SRC_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
One more than the highest UPropertySource (SRC_) constant.
- SRC_EMOJI - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- SRC_INPC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- SRC_INSC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- SRC_NAMES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From unames.c/unames.icu
- SRC_NFC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From normalizer2impl.cpp/nfc.nrm
- SRC_NFC_CANON_ITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From normalizer2impl.cpp/nfc.nrm canonical iterator data
- SRC_NFKC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From normalizer2impl.cpp/nfkc.nrm
- SRC_NFKC_CF - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From normalizer2impl.cpp/nfkc_cf.nrm
- SRC_NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
No source, not a supported property.
- SRC_PROPSVEC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
From uchar.c/uprops.icu properties vectors trie
- SRC_VO - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
- ST_STEPHENS_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Saint Stephen's Day, December 26th
- STANDALONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constant for context.
- STANDALONE_DAY_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- STANDALONE_MONTH_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'L' field alignment,
corresponding to the
Calendar.MONTH field.
- STANDALONE_QUARTER_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'q' field alignment,
corresponding to the
Calendar.MONTH field.
- STANDARD_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Time rule type for local standard time.
- STANDARD_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Constant for a mode of start or end time specified as local standard time.
- STANDARDCURRENCYSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify currency style of format which uses currency symbol
to represent currency, for example "$3.00", using non-accounting style for
negative values (e.g.
- StandardPlural - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
Standard CLDR plural form/category constants.
- StandardPluralRanges - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.range
-
- start - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
-
- start - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
-
- start - Variable in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Beginning index, inclusive, of the text to be transliteratd.
- start - Variable in class org.graalvm.shadowed.com.ibm.icu.util.RangeValueIterator.Element
-
Starting integer of the continuous result range that has the same
value
- START_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Ps
- startCodePoint - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.Range
-
- startRealValues(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors.CompactHandler
-
- startRealValues(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PVecToTrieCompactHandler
-
- startsWith(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns true if the first code point of this StringSegment equals the given code point.
- startsWith(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns true if the first code point of this StringSegment is in the given UnicodeSet.
- startsWith(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns true if there is at least one code point of overlap between this StringSegment and the
given CharSequence.
- startsWith(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
- State() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.State
-
Constructs an empty State.
- State() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.State
-
Constructs an empty State.
- StaticUnicodeSets - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This class statically initializes UnicodeSets, originally built for number parsing.
- StaticUnicodeSets() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets
-
- StaticUnicodeSets.Key - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
- stats() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
When the statistics for this service is already enabled,
return the log and resets he statistics.
- status - Variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
- STD3_ASCII_RULES_ERROR - Static variable in exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
- step(long, CharSequence, Appendable) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl.IterInternal
-
- STERM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
- STONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: stone
- STRAIGHT_WAW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- string(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
-
- string(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
-
- string - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
-
- string - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat.URelativeString
-
- string - Variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
If codepoint == IS_STRING, then string points
to the current string.
- STRING - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for strings.
- STRING_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
First constant for string Unicode properties.
- STRING_V2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Resource type constant for 16-bit Unicode strings in formatVersion 2.
- stringArray(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
-
- stringArray(String, String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
-
- StringComparator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Default constructor that does code unit comparison and case sensitive comparison.
- StringComparator(boolean, boolean, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UTF16.StringComparator
-
Constructor that does comparison based on the argument options.
- StringContextIterator(CharSequence) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
Constructor.
- StringContextIterator(CharSequence, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
Constructor.
- stringIterator(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap
-
Returns an iterator (not a java.util.Iterator) over code points of a string
for fetching map values.
- stringIterator(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast
-
Returns an iterator (not a java.util.Iterator) over code points of a string
for fetching map values.
- stringIterator(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small
-
Returns an iterator (not a java.util.Iterator) over code points of a string
for fetching map values.
- StringPrep - Class in org.graalvm.shadowed.com.ibm.icu.text
-
StringPrep API implements the StingPrep framework as described by
RFC 3454.
- StringPrep(InputStream) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Creates an StringPrep object after reading the input stream.
- StringPrepDataReader - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- StringPrepDataReader(ByteBuffer) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.StringPrepDataReader
-
private constructor.
- StringPrepParseException - Exception in org.graalvm.shadowed.com.ibm.icu.text
-
Exception that signals an error has occurred while parsing the
input to StringPrep or IDNA.
- StringPrepParseException(String, int) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Construct a ParseException object with the given message
and error code
- StringPrepParseException(String, int, String, int) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Construct a ParseException object with the given message and
error code
- StringPrepParseException(String, int, String, int, int) - Constructor for exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Construct a ParseException object with the given message and error code
- StringRange - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- StringRange() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.StringRange
-
- StringRange.Adder - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
- strings() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
For iterating through the strings in the set.
- StringSearch - Class in org.graalvm.shadowed.com.ibm.icu.text
-
- StringSearch(String, CharacterIterator, RuleBasedCollator, BreakIterator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
- StringSearch(String, CharacterIterator, RuleBasedCollator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules defined in
the argument collator to search for argument pattern in the argument
target text.
- StringSearch(String, CharacterIterator, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules and
break iterator rules defined in the argument locale to search for
argument pattern in the argument target text.
- StringSearch(String, CharacterIterator, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules and
break iterator rules defined in the argument locale to search for
argument pattern in the argument target text.
- StringSearch(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Initializes the iterator to use the language-specific rules and
break iterator rules defined in the default locale to search for
argument pattern in the argument target text.
- StringSegment - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A mutable String wrapper with a variable offset and length and
support for case folding.
- StringSegment(String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
- stringTable(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
-
- stringTable(String, String[][]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
-
- StringTokenIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
-
- StringTokenIterator(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
-
- StringTokenizer - Class in org.graalvm.shadowed.com.ibm.icu.util
-
.
- StringTokenizer(String, UnicodeSet, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTokenizer(String, UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTokenizer(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTransform - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Provide a base class for Transforms that focuses just on the transformation of the text.
- StringTrieBuilder - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Base class for string trie builder classes.
- StringTrieBuilder.Option - Enum in org.graalvm.shadowed.com.ibm.icu.util
-
Build options for BytesTrieBuilder and CharsTrieBuilder.
- SUB - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- subdivisionData - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.ValiditySet
-
- subFormat(char, int, int, FieldPosition, DateFormatSymbols, Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Formats a single field, given its pattern character.
- subParse(String, int, char, int, boolean, boolean, boolean[], Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Protected method that converts one field of the input string into a
numeric field value in cal.
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.FormattedList
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
- subString(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Use this instead of subSequence if returning publicly.
- substring(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Creates a new Java String for a sub-sequence of this resource key string.
- substring(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Creates a new Java String for a sub-sequence of this resource key string.
- substring(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Return a substring of the given string.
- subtract(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain BigDecimal whose value is this-rhs, using fixed point arithmetic.
- subtract(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a BigDecimal whose value is this-rhs.
- success() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
Returns whether this the parse was successful.
- suffix - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
The pattern string corresponding to the suffix that got consumed.
- suffixChars - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- suffixEndpoints - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
-
- suffixFields - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- SUKKOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- SUMMER_SOLSTICE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Constant representing the summer solstice.
- SUNDANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUNDANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SUNDANESE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUNDANESE_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUNDANESE_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUNDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Sunday.
- SUPER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- SUPERSCRIPTS_AND_SUBSCRIPTS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPERSCRIPTS_AND_SUBSCRIPTS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- suppGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast
-
Returns a trie value for a supplementary code point (U+10000..U+10FFFF),
without range checking.
- suppGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast16
-
Returns a trie value for a supplementary code point (U+10000..U+10FFFF),
without range checking.
- suppGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast32
-
Returns a trie value for a supplementary code point (U+10000..U+10FFFF),
without range checking.
- suppGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast8
-
Returns a trie value for a supplementary code point (U+10000..U+10FFFF),
without range checking.
- SUPPLEMENTAL_ARROWS_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_C - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_ARROWS_C_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_MATHEMATICAL_OPERATORS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_MATHEMATICAL_OPERATORS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_PUNCTUATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_PUNCTUATION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTAL_SYMBOLS_AND_PICTOGRAPHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The minimum value for Supplementary code points, constant U+10000.
- SUPPLEMENTARY_MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
The minimum value for Supplementary code points
- SUPPLEMENTARY_PRIVATE_USE_AREA_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_PRIVATE_USE_AREA_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_PRIVATE_USE_AREA_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUPPLEMENTARY_PRIVATE_USE_AREA_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- suppressBreakAfter(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator.Builder
-
- suppressBreakAfter(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Suppress a certain string from being the end of a segment.
- SURROGATE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
- SURROGATE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Cs
- SURROGATE_BLOCK_BITS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Number of bits of a trail surrogate that are used in index table lookups.
- SURROGATE_BLOCK_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Number of index (stage 1) entries per lead surrogate.
- SURROGATE_BLOCK_COUNT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Number of index (stage 1) entries per lead surrogate.
- SURROGATE_MASK_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Surrogate mask to use when shifting offset to retrieve supplementary
values
- SURROGATE_MAX_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Maximum surrogate value
- SURROGATE_MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Surrogate minimum value
- SUTTON_SIGNWRITING - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SUTTON_SIGNWRITING_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SWASH_KAF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- SYLLABLE_MODIFIER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- SYLOTI_NAGRI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYLOTI_NAGRI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- SYLOTI_NAGRI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the symbol property.
- SYMBOL_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Selector for getName() indicating a symbolic name for a
currency, such as "$" for USD.
- SYMBOL_REF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.SymbolTable
-
The character preceding a symbol reference name.
- symbolMap() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
-
- symbolMap() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns a mapping from localized symbols and currency codes to currency codes.
- SymbolMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet.
- SymbolMatcher(String, UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
-
- SymbolMatcher(StaticUnicodeSets.Key) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
-
- symbols - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
- symbols - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
- symbols - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
-
- SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- symbols(DecimalFormatSymbols) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the symbols (decimal separator, grouping separator, percent sign, numerals, etc.) to use
when rendering numbers.
- symbols(NumberingSystem) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies that the given numbering system should be used when fetching symbols.
- SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOLS_AND_PICTOGRAPHS_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOLS_EMOJI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SYMBOLS_FOR_LEGACY_COMPUTING - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYMBOLS_FOR_LEGACY_COMPUTING_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SymbolTable - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
An interface that defines both lookup protocol and parsing of
symbolic names.
- SYNODIC_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The average number of solar days from one new moon to the next.
- SYNTAX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
- SYRIAC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Syriac
- SYRIAC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- SYRIAC_WAW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- T - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- TABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for tables of key-value pairs.
- TABLE16 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Resource type constant for tables with 16-bit count, key offsets and values.
- TABLE32 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Resource type constant for tables with 32-bit count, key offsets and values.
- TABLESPOON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: tablespoon
- TAGALOG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAGALOG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Tagalog
- TAGALOG_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAGBANWA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAGBANWA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Tagbanwa
- TAGBANWA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAGS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAGS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAGSIDX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
offset to the "tagIndex" field in a state table row.
- TAH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- TAHSAS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ታኅሣሥ, the 4th month of the Ethiopic year.
- TAI_LE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAI_LE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Tai Le
Script in Unicode 4
- TAI_LE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAI_THAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAI_THAM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAI_VIET - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAI_VIET - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- TAI_VIET_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAI_XUAN_JING_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAI_XUAN_JING_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TailoredSet - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Finds the set of characters and strings that sort differently in the tailoring
from the base data.
- TailoredSet(UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.TailoredSet
-
- TAISHO - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constant for the era starting on July 30, 1912 AD.
- TAIWAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- TaiwanCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
TaiwanCalendar is a subclass of GregorianCalendar
that numbers years since 1912.
- TaiwanCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar using the current time
in the default time zone with the default locale.
- TaiwanCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the given time zone with the default locale.
- TaiwanCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the default time zone with the given locale.
- TaiwanCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the default time zone with the given locale.
- TaiwanCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the given time zone with the given locale.
- TaiwanCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar based on the current time
in the given time zone with the given locale.
- TaiwanCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar with the given date set
in the default time zone with the default locale.
- TaiwanCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar with the given date set
in the default time zone with the default locale.
- TaiwanCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a TaiwanCalendar with the given date
and time set for the default time zone with the default locale.
- takeReciprocal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Mutates this MeasureUnitImpl to take the reciprocal.
- TAKRI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAKRI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- TAKRI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Tamil
- TAMIL_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAMIL_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TAMMUZ_17 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- TAMUZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Tammuz, the 11th month of the Hebrew year.
- TANGSA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TANGSA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
- TANGSA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- TANGUT_COMPONENTS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_COMPONENTS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TANGUT_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- targetText - Variable in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Target text for searching.
- TASHKEEL_BEGIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- TASHKEEL_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- TASHKEEL_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for Tashkeel replacement with Space or Tatweel memory options.
- TASHKEEL_REPLACE_BY_TATWEEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- TASHKEEL_RESIZE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: allow the result to have a different length than the source.
- TAW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- TEASPOON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: teaspoon
- TEH_MARBUTA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- TEH_MARBUTA_GOAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- TEKEMT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ጥቅምት, the 2nd month of the Ethiopic year.
- TELUGU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TELUGU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Telugu
- TELUGU_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
The BigDecimal constant "10".
- TENGWAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- TER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ጥር, the 5th month of the Ethiopic year.
- TERABIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: terabit
- TERABYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: terabyte
- TERMINAL_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Terminal_Punctuation.
- TERMINATOR_BYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- TERTIARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Third level collator strength value.
- TERTIARY_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
- tertiaryOrder(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Return the tertiary order of the specified collation element, i.e.
- test(T) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Predicate
-
Evaluates this predicate on the given argument.
- testOnlyDistance(ULocale, ULocale, int, LocaleMatcher.FavorSubtag) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- testOnlyGetDistanceTable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- testOnlyPrintDistanceTable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- TETH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- TEVET - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Tevet, the 4th month of the Hebrew year.
- TEVET_10 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- TEXT_DIRECTION_LOGICAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Direction indicator: the source is in logical (keyboard) order.
- TEXT_DIRECTION_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for direction indicators.
- TEXT_DIRECTION_VISUAL_LTR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Direction indicator: the source is in visual (display) order, that is,
the leftmost displayed character is stored first.
- TEXT_DIRECTION_VISUAL_RTL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Direction indicator:the source is in visual RTL order,
the rightmost displayed character stored first.
- TextTrieMap<V> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
TextTrieMap is a trie implementation for supporting
fast prefix match for the key.
- TextTrieMap(boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
-
Constructs a TextTrieMap object.
- TextTrieMap.CharIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- TextTrieMap.Output - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- TextTrieMap.ResultHandler<V> - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Callback handler for processing prefix matches used by
find method.
- THAANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- THAANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Thana
- THAANA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- THAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- THAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Thai
- THAI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- ThaiBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
-
- ThaiBreakEngine() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.ThaiBreakEngine
-
- THERM_US - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: therm-us
- THIN_YEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- threeToTwoLetterLanguage(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
- threeToTwoLetterRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
-
- threshold - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
-
- THURSDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Thursday.
- TIBETAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TIBETAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Tibetan
- TIBETAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TIFINAGH - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TIFINAGH - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- TIFINAGH_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TIME_ZONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the time zone field.
- TimeArrayTimeZoneRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
TimeArrayTimeZoneRule represents a time zone rule whose start times are
defined by an array of milliseconds since the standard base time.
- TimeArrayTimeZoneRule(String, int, int, long[], int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Constructs a TimeArrayTimeZoneRule with the name, the GMT offset of its
standard time, the amount of daylight saving offset adjustment and
the array of times when this rule takes effect.
- timeToFields(long, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
- timeToString(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
Convenient method for formatting time to ISO 8601 style
date string.
- timeType() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo
-
- TimeUnit - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
'Enum' for individual time units.
- TimeUnit - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Measurement unit for time units.
- TimeUnitAmount - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Express a duration as a time unit and number.
- TimeUnitAmount(Number, TimeUnit) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeUnitAmount
-
Create from a number and unit.
- TimeUnitAmount(double, TimeUnit) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeUnitAmount
-
Create from a number and unit.
- TimeUnitConstants - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Easy access to time units for Java 1.4, which doesn't have static imports.
- TimeZone - Class in org.graalvm.shadowed.com.ibm.icu.util
-
.
- TimeZone() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Default constructor.
- TimeZone.SystemTimeZoneType - Enum in org.graalvm.shadowed.com.ibm.icu.util
-
- TIMEZONE_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- TIMEZONE_GENERIC_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- TIMEZONE_ICU - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A time zone implementation type indicating ICU's own TimeZone used by
getTimeZone, setDefaultTimeZoneType
and getDefaultTimeZoneType.
- TIMEZONE_ISO_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- TIMEZONE_ISO_LOCAL_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- TIMEZONE_JDK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A time zone implementation type indicating the
TimeZone
used by
getTimeZone,
setDefaultTimeZoneType
and
getDefaultTimeZoneType.
- TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- TIMEZONE_RFC_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- TIMEZONE_SPECIAL_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
- TimeZoneAdapter - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
TimeZoneAdapter wraps a org.graalvm.shadowed.com.ibm.icu.util.TimeZone
subclass and inherits from java.util.TimeZone.
- TimeZoneAdapter(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
Constructs an adapter for a org.graalvm.shadowed.com.ibm.icu.util.TimeZone object.
- TimeZoneFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
TimeZoneFormat supports time zone display name formatting and parsing.
- TimeZoneFormat(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
The protected constructor for subclassing.
- TimeZoneFormat.GMTOffsetPatternType - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Offset pattern type enum.
- TimeZoneFormat.ParseOption - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Parse option enum, used for specifying optional parse behavior.
- TimeZoneFormat.Style - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Time zone display format style enum used by format/parse APIs in TimeZoneFormat.
- TimeZoneFormat.TimeType - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Time type enum used for receiving time type (standard time, daylight time or unknown)
in TimeZoneFormat APIs.
- TimeZoneGenericNames - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This class interact with TimeZoneNames and LocaleDisplayNames
to format and parse time zone's generic display names.
- TimeZoneGenericNames(ULocale, TimeZoneNames) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
Constructs a TimeZoneGenericNames with the given locale
and the TimeZoneNames.
- TimeZoneGenericNames.GenericMatchInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- TimeZoneGenericNames.GenericNameType - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
Generic name type enum
- TimeZoneGenericNames.Pattern - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
Format pattern enum used for composing location and partial location names
- TimeZoneNames - Class in org.graalvm.shadowed.com.ibm.icu.text
-
- TimeZoneNames() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Sole constructor for invocation by subclass constructors.
- TimeZoneNames.MatchInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
- TimeZoneNames.NameType - Enum in org.graalvm.shadowed.com.ibm.icu.text
-
Time zone display name types
- TimeZoneNamesFactoryImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
The implementation class of TimeZoneNames.Factory
- TimeZoneNamesFactoryImpl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesFactoryImpl
-
- TimeZoneNamesImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
The standard ICU implementation of TimeZoneNames
- TimeZoneNamesImpl(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
-
- TimeZoneRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
TimeZoneRule is an abstract class representing a rule for time zone.
- TimeZoneRule(String, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Constructs a TimeZoneRule with the name, the GMT offset of its
standard time and the amount of daylight saving offset adjustment.
- TimeZoneTransition - Class in org.graalvm.shadowed.com.ibm.icu.util
-
TimeZoneTransition is a class representing a time zone transition.
- TimeZoneTransition(long, TimeZoneRule, TimeZoneRule) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneTransition
-
Constructs a TimeZoneTransition with the time and the rules before/after
the transition.
- TIRHUTA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TIRHUTA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- TIRHUTA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TISHA_BAV - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- TISHRI - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Tishri, the 1st month of the Hebrew year.
- TITLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- TITLECASE_ADJUST_TO_CASED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- TITLECASE_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Lt
- TITLECASE_MAPPING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Titlecase_Mapping.
- TITLECASE_NO_BREAK_ADJUSTMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Do not adjust the titlecasing indexes from BreakIterator::next() indexes;
titlecase exactly the characters at breaks from the iterator.
- TITLECASE_NO_LOWERCASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Do not lowercase non-initial parts of words when titlecasing.
- TITLECASE_SENTENCES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- TITLECASE_WHOLE_STRING - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- to - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The to date to filter on (as milliseconds).
- to - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Date at which the currency stopped being officially used in the region.
- TO_MAX_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the maximum to value
for a time scale.
- TO_MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the minimum to value
for a time scale.
- TO_U_CALLBACK_ESCAPE - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Write escape callback
- TO_U_CALLBACK_SKIP - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Skip callback
- TO_U_CALLBACK_STOP - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Stop callback
- TO_U_CALLBACK_SUBSTITUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
-
Write substitute callback
- toArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- toArray(T[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
-
- toArray(UnicodeSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Add the contents of the UnicodeSet (as strings) into an array.
- TOBA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Τωβι / طﻮﺒﻫ,
the 5th month of the Coptic year.
- toBcpKey(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- toBcpType(String, String, Output<Boolean>, Output<Boolean>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- toBigDecimal() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- toBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- toBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal to a java.math.BigDecimal.
- toBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Export the formatted number as a BigDecimal.
- toBigDecimal(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a datetime from the universal time scale to a BigDecimal in the given time scale.
- toBigDecimal(BigDecimal, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a datetime from the universal time scale to a BigDecimal in the given time scale.
- toBigInteger() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal to a java.math.BigInteger.
- toBigIntegerExact() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this BigDecimal to a java.math.BigInteger.
- toBinary(OutputStream) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Writes a representation of the trie to the output stream.
- toByteArray() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Duplicates and returns the value of this CollationKey as a sequence
of big-endian bytes terminated by a null.
- toCharacterIterator(CharSequence, List<FieldPosition>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueFieldPositionIteratorImpl
-
- toCharacterIterator(FormattedStringBuilder, Format.Field) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl
-
- toCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Exports the formatted number as an AttributedCharacterIterator.
- toCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Exports the formatted number as an AttributedCharacterIterator.
- toCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
-
Exports the formatted number as an AttributedCharacterIterator.
- toCharacterIterator() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.FormattedValue
-
Exports the formatted number as an AttributedCharacterIterator.
- toCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.FormattedList
-
Exports the formatted number as an AttributedCharacterIterator.
- toCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Exports the formatted number as an AttributedCharacterIterator.
- toCharArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- toCharArray() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the BigDecimal as a character array.
- toChars(int, char[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- toChars(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- toCodePoint(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
- toDebugString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Returns a string that includes field information, for debugging purposes.
- toDouble() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
- toDouble() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Returns a double approximating the internal BCD.
- toExponentString() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Returns the string using ASCII digits and using exponential notation for non-zero
exponents, following the UTS 35 specification for plural rule samples.
- toExponentString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- toFieldArray() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
- toFormat() - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Creates a representation of this LocalizedNumberFormat as a
Format, enabling the
use of this number formatter with APIs that need an object of that type, such as MessageFormat.
- toFractionLong(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
This returns a long representing the fraction digits of the number, as required by PluralRules.
- toFullFolding(int, Appendable, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- toFullLower(int, UCaseProps.ContextIterator, Appendable, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
Get the full lowercase mapping for c.
- toFullTitle(int, UCaseProps.ContextIterator, Appendable, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- toFullUpper(int, UCaseProps.ContextIterator, Appendable, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- toHmsString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Equatorial
-
Return a string representation of this object with the right ascension
measured in hours, minutes, and seconds.
- toJavaCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns a java.util.Currency object based on the currency represented by this Currency.
- TokenIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
-
An iterator class that returns successive string tokens from some
source.
- TokenIterator(ResourceReader) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.TokenIterator
-
Construct an iterator over the tokens returned by the given
ResourceReader, ignoring blank lines and comment lines (first
non-blank character is '#').
- toLanguageTag() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a well-formed IETF BCP 47 language tag representing
this locale.
- toLegacyKey(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- toLegacyKey(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Converts the specified keyword (BCP 47 Unicode locale extension key, or
legacy key) to the legacy key.
- toLegacyType(String, String, Output<Boolean>, Output<Boolean>) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
-
- toLegacyType(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Converts the specified keyword value (BCP 47 Unicode locale extension type,
or legacy type or type alias) to the canonical legacy type.
- toLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Converts this ULocale object to a
Locale.
- toLocalizedPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
- toLocalizedPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Return a localized pattern string describing this date format.
- toLong(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Returns a long approximating the decimal quantity.
- toLong(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- toLong(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a datetime from the universal time scale stored as a BigDecimal to a
long in the given time scale.
- toLower(int, int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- toLower(int, int, CharSequence, A, Edits) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- toLower(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- tolower(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- toLower() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
-
- toLowerCase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The given code point is mapped to its lowercase equivalent; if the code
point has no lowercase equivalent, the code point itself is returned.
- toLowerCase(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the lowercase version of the argument string.
- toLowerCase(Locale, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the lowercase version of the argument string.
- toLowerCase(ULocale, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the lowercase version of the argument string.
- toLowerString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- TON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: ton
- TONE_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- TONE_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- TONNE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: tonne
- toNumberFormatter() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Converts this DecimalFormat to a NumberFormatter.
- toOld() - Method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
-
- TOP - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_BOTTOM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_BOTTOM_AND_LEFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_BOTTOM_AND_RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_LEFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_LEFT_AND_RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- TOP_AND_RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- toPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Serializes this formatter object to a decimal format pattern string.
- toPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns the applied pattern string.
- toPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Returns the pattern for this PluralFormat.
- toPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
-
Returns the pattern for this SelectFormat
- toPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Return a pattern string describing this date format.
- toPattern(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
Returns a string representation of this matcher.
- toPattern(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns a string representation of this set.
- toPlainString() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Returns the string in "plain" format (no exponential notation) using ASCII digits.
- toPlainString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- toPlainString(StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- toRules(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a rule string for this transliterator.
- toScientificString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- toScientificString(StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
- toSkeleton() - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Creates a skeleton string representation of this number formatter.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Ecliptic
-
Return a string representation of this object
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Equatorial
-
Return a string representation of this object, with the
angles measured in degrees.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Horizon
-
Return a string representation of this object, with the
angles measured in degrees.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Returns the string represented by the characters in this string builder.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
For debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.SimpleLocaleKeyFactory
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock.Stats
-
Return a string listing all the stats.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
For debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Returns the result of super.toString, appending the name in curly braces.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.Extension
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker.Where
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XLikelySubtags
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixPatternMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CodePointMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CombinedCurrencyMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.DecimalMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.IgnorablesMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.InfinityMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MinusSignMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MultiplierParseHandler
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NanMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PaddingMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PercentMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PermilleMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PlusSignMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireAffixValidator
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireCurrencyValidator
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireDecimalSeparatorValidator
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireNumberValidator
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ScientificMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns a string representation of this object, consisting of the
characters being iterated, with a '|' marking the current position.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns a string representation useful for debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
Returns a string representation of this object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Creates/caches/returns this resource key string as a Java String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
Only for debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.ValiditySet
-
- toString(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Converts argument code point and returns a String object representing
the code point's value in UTF-16 format.
- toString(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacterCategory
-
Gets the name of the argument category
- toString(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacterDirection
-
Gets the name of the argument direction
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the BigDecimal as a String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Returns the MathContext as a readable string.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Returns the formatted string as a Java String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Returns the formatted string as a Java String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket
-
Standard toString()
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Record
-
Standard toString()
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiRun
-
String to display run
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
-
Returns a string representing the currency digits, for debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a string representing the filter, for debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Returns a string representation of this object, useful for debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
-
Returns the formatted string as a Java String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo.PatternInfo
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the default value of toString() with extra DecimalFormat-specific information appended
to the end of the string.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
A string representation of the current edit represented by the iterator for debugging.
- toString() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.FormattedValue
-
Returns the formatted string as a Java String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.FormattedList
-
Returns the formatted string as a Java String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
-
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ArgNode
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageNode
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.TextNode
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.VariantNode
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Returns the formatted string as a Java String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Return the contents of this object as a String.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Returns the description (rules) used to create this iterator.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Generates a textual description of this formatter.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Returns a string similar to the original pattern, only for debugging.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.CheckResult
- toString() - Method in exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Returns the position of error in the rules string
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Returns a string representation of this Position.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.EntryRange
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Return a programmer-readable string representation of this object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Returns a String representation of this AnnualTimeZoneRule object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Returns string value for debugging
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a string representation of this calendar.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CaseInsensitiveString
-
Overrides superclass method
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the ISO 4217 code for this currency.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateInterval
-
Override toString
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Returns a String representation of this DateTimeRule object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Measure
-
Returns a string representation of this object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Output
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Returns the string representation of this region
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns a string representation of this object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Returns a String representation of this TimeArrayTimeZoneRule object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Returns a String representation of this TimeZoneRule object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneTransition
-
Returns a String representation of this TimeZoneTransition object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a string representation of this object.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns the String representative of VersionInfo in the format of
"major.minor.milli.micro"
- toStringBare(StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Appends a string containing properties that differ from the default, but without being surrounded
by <Properties>.
- toTitle(int, int, BreakIterator, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- toTitle(int, int, BreakIterator, CharSequence, A, Edits) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- totitle(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- toTitle() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
-
- toTitleCase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Converts the code point argument to titlecase.
- toTitleCase(String, BreakIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTitleCase(Locale, String, BreakIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTitleCase(ULocale, String, BreakIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTitleCase(ULocale, String, BreakIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the titlecase version of the argument string.
- toTitleCase(Locale, String, BreakIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- toTitleString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- TOTO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TOTO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
- TOTO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- toTrie2_16() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Produce an optimized, read-only Trie2_16 from this writable Trie.
- toTrie2_32() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Produce an optimized, read-only Trie2_32 from this writable Trie.
- toUnicodeLocaleKey(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Converts the specified keyword (legacy key, or BCP 47 Unicode locale
extension key) to the equivalent BCP 47 Unicode locale extension key.
- toUnicodeLocaleType(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Converts the specified keyword value (legacy type, or BCP 47
Unicode locale extension type) to the well-formed BCP 47 Unicode locale
extension type for the specified keyword (category).
- toUpper(int, int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- toUpper(int, int, CharSequence, A, Edits) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
- toUpper(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- toupper(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- toUpper() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
-
- toUpperCase(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Converts the character argument to uppercase.
- toUpperCase(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the uppercase version of the argument string.
- toUpperCase(Locale, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the uppercase version of the argument string.
- toUpperCase(ULocale, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the uppercase version of the argument string.
- toUpperString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
-
- TOUT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for ωογτ / تﻮﺗ,
the 1st month of the Coptic year.
- trace - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
- TRADITIONAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.Utils.ChineseDigits
-
- TRADITIONAL_CHINESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- TRADITIONAL_HAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- TRAIL_CANONICAL_COMBINING_CLASS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Trail_Canonical_Combining_Class.
- TRAIL_SURROGATE_BOUNDARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
- TRAIL_SURROGATE_MAX_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Trail surrogate maximum value
- TRAIL_SURROGATE_MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Trail surrogate minimum value
- TRAILING_JAMO - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.HangulSyllableType
-
- trailingZeroDisplay(NumberFormatter.TrailingZeroDisplay) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Configure how trailing zeros are displayed on numbers.
- transform(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Adds full Unicode property support, with the latest version of Unicode,
to Java Regex, bringing it up to Level 1 (see
http://www.unicode.org/reports/tr18/).
- transform(CharSequence, byte, BidiTransform.Order, byte, BidiTransform.Order, BidiTransform.Mirroring, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform
-
Performs transformation of text from the bidi layout defined by the
input ordering scheme to the bidi layout defined by the output ordering
scheme, and applies character mirroring and Arabic shaping operations.
- transform(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.StringTransform
-
Transform the text in some way, to be determined by the subclass.
- Transform<S,D> - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Provide an interface for Transforms that focuses just on the transformation of the text.
- transform(S) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Transform
-
Transform the input in some way, to be determined by the subclass.
- transform(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Implements StringTransform via this method.
- TRANSFORMED_ROTATED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.VerticalOrientation
-
- TRANSFORMED_UPRIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.VerticalOrientation
-
- transliterate(Replaceable, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterates a segment of a string, with optional filtering.
- transliterate(Replaceable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterates an entire string in place.
- transliterate(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterate an entire string and returns the result.
- transliterate(Replaceable, Transliterator.Position, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterates the portion of the text buffer that can be
transliterated unambiguosly after new text has been inserted,
typically as a result of a keyboard event.
- transliterate(Replaceable, Transliterator.Position, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterates the portion of the text buffer that can be
transliterated unambiguosly after a new character has been
inserted, typically as a result of a keyboard event.
- transliterate(Replaceable, Transliterator.Position) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterates the portion of the text buffer that can be
transliterated unambiguosly.
- Transliterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Transliterator is an abstract class that transliterates text from one format to another.
- Transliterator(String, UnicodeFilter) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Default constructor.
- Transliterator.Factory - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
The factory interface for transliterators.
- Transliterator.Position - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Position structure for incremental transliteration.
- TRANSPARENT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningType
-
- TRANSPORT_AND_MAP_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- TRANSPORT_AND_MAP_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- trie - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
- trie - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
-
- trie - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XLikelySubtags.Data
-
- Trie - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A trie is a kind of compressed, serializable table of values
associated with Unicode code points (0..0x10ffff).
- Trie(ByteBuffer, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Trie constructor for CharTrie use.
- Trie(char[], int, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Trie constructor
- Trie.DataManipulate - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Character data in com.ibm.impl.Trie have different user-specified format
for different purposes.
- Trie2 - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This is the interface and common implementation of a Unicode Trie2.
- Trie2() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
- Trie2.CharSequenceIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
An iterator that operates over an input CharSequence, and for each Unicode code point
in the input returns the associated value from the Trie2.
- Trie2.CharSequenceValues - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Struct-like class for holding the results returned by a UTrie2 CharSequence iterator.
- Trie2.Range - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
When iterating over the contents of a Trie2, Elements of this type are produced.
- Trie2.ValueMapper - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
When iterating over the contents of a Trie2, an instance of TrieValueMapper may
be used to remap the values from the Trie2.
- Trie2_16 - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- Trie2_32 - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- Trie2Writable - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- Trie2Writable(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Create a new, empty, writable Trie2.
- Trie2Writable(Trie2) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie2Writable
-
Create a new build time (modifiable) Trie2 whose contents are the same as the source Trie2.
- TrieBuilder - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Builder class to manipulate and generate a trie.
- TrieBuilder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
- TrieBuilder(TrieBuilder) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
- TrieBuilder.DataManipulate - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Character data in com.ibm.impl.Trie have different user-specified format
for different purposes.
- TrieIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Class enabling iteration of the values in a Trie.
- TrieIterator(Trie) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TrieIterator
-
TrieEnumeration constructor
- trim(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start and
end of the string, using TrimOption.BOTH and SpanCondition.SIMPLE.
- trim(CharSequence, UnicodeSetSpanner.TrimOption) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or
end of the string, using the trimOption and SpanCondition.SIMPLE.
- trim(CharSequence, UnicodeSetSpanner.TrimOption, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or
end of the string, depending on the trimOption and spanCondition.
- trimResults() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Splitter
-
- trimSpaceChar(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
- trimWhiteSpace(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
-
- TROPICAL_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The average number number of days between successive vernal equinoxes.
- truncate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Removes all fraction digits.
- truncateAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.IntegerWidth
-
Truncate numbers exceeding a certain number of numerals before the decimal separator.
- TU_BSHEVAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
- TUESDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the DAY_OF_WEEK field indicating
Tuesday.
- turkic() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Fold
-
Returns an instance that behaves like this one but
handles dotted I and dotless i appropriately for Turkic languages (tr, az).
- type() - Method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
Get the Type part of the enum item
(e.g.
- TYPE_APPROXIMATELY_SIGN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
- TYPE_CURRENCY_DOUBLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a double currency symbol '¤¤'.
- TYPE_CURRENCY_OVERFLOW - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a sequence of six or more currency symbols.
- TYPE_CURRENCY_QUAD - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a quadruple currency symbol '¤¤¤¤'.
- TYPE_CURRENCY_QUINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a quintuple currency symbol '¤¤¤¤¤'.
- TYPE_CURRENCY_SINGLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a single currency symbol '¤'.
- TYPE_CURRENCY_TRIPLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a triple currency symbol '¤¤¤'.
- TYPE_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
- TYPE_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Character type mask
- TYPE_MINUS_SIGN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a minus sign symbol '-'.
- TYPE_PERCENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a percent sign symbol '%'.
- TYPE_PERMILLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a permille sign symbol '‰'.
- TYPE_PLUS_SIGN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Represents a plus sign symbol '+'.
- TZDBTimeZoneNames - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Yet another TimeZoneNames implementation based on the tz database.
- TZDBTimeZoneNames(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
-
- tzID() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo
-
- tzID() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.MatchInfo
-
Returns the time zone ID, or null if not available.
- V - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
- VAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- VAI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VAISAKHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Vaisakha, the 2nd month of the Indian year.
- VALID_LOCALE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Selector for getLocale() indicating the most specific
locale for which any data exists.
- validate(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Check all bounds.
- validateArgumentName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Validates and parses an argument name or argument number string.
- validateFallbackLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Return the name of the current fallback locale.
- validateField(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Validate a single field of this calendar.
- validateField(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Validate a single field of this calendar given its minimum and
maximum allowed value.
- validateFields() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
- ValidationMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
A Matcher used only for post-process validation, not for consuming characters at runtime.
- ValidationMatcher() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ValidationMatcher
-
- ValidIdentifiers - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ValidIdentifiers() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers
-
- ValidIdentifiers.Datasubtype - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
- ValidIdentifiers.Datatype - Enum in org.graalvm.shadowed.com.ibm.icu.impl
-
- ValidIdentifiers.ValiditySet - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
- ValiditySet(Set<String>, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.ValiditySet
-
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
-
- value(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUDebug
-
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceValues
-
The Trie2 value for the current code point
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.Range
-
- Value() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
-
- value() - Method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
Get the value part of the enum item
(e.g.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Entry
-
The value associated with the byte sequence.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.Entry
-
The value associated with the string.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.util.Output
-
The value field
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.util.RangeValueIterator.Element
-
Gets the common value of the continuous result range
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.util.ValueIterator.Element
-
Gets the Object value associated with the integer index.
- ValueIterator - Interface in org.graalvm.shadowed.com.ibm.icu.util
-
Interface for enabling iteration over sets of <int, Object>, where
int is the sorted integer index in ascending order, and Object its
associated value.
- ValueIterator.Element - Class in org.graalvm.shadowed.com.ibm.icu.util
-
The return result container of each iteration.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CacheValue.Strength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData.CompactType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.Pattern
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.Convertibility
-
Returns the enum constant of this type with the specified name.
- valueOf(int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Utility method to take a int[] containing codepoints and return
a string representation with code units.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(double) - Static method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Translates a double to a BigDecimal.
- valueOf(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Translates a long to a BigDecimal.
- valueOf(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Translates a long to a BigDecimal with a given scale.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.RoundingPriority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Mirroring
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Width
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.DialectHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ApostropheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.PluralRules.PluralType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.SearchIterator.ElementComparisonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.ParseOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.TimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.ComparisonStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.TrimOption
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Convenience method corresponding to String.valueOf(char).
- valueOf(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Convenience method corresponding to String.valueOf(codepoint at offset16).
- valueOf(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Convenience method corresponding to StringBuffer.valueOf(codepoint at offset16).
- valueOf(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Convenience method.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.RangeOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.ValueWidth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Demotion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.FavorSubtag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Complexity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.ULocale.AvailableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.ULocale.Category
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CacheValue.Strength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
-
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
-
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData.CompactType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
-
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- values(C) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
-
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Unmodifiable List of all standard plural form constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.Pattern
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.Convertibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.RoundingPriority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Mirroring
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
Unmodifiable List of all the capitalizations constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Unmodifiable List of all display lengths constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
Unmodifiable List of all grammatical cases constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Unmodifiable List of all name styles constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
Unmodifiable List of all noun classes constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
Unmodifiable List of all plural categories constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Unmodifiable List of all substitute handlings constants.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Width
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.DialectHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ApostropheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.PluralRules.PluralType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.SearchIterator.ElementComparisonType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.ParseOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.TimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.ComparisonStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.TrimOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.RangeOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.ValueWidth
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyUsage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Demotion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.FavorSubtag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Complexity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeUnit
-
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.ULocale.AvailableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.graalvm.shadowed.com.ibm.icu.util.ULocale.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variableTop - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Variable-top primary weight.
- VARIANT_SYMBOL_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Selector for getName() indicating the variant currency symbol.
- variantDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
-
- variantDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided variant.
- VARIATION_SELECTOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Variation_Selector (new in Unicode 4.0.1).
- VARIATION_SELECTORS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VARIATION_SELECTORS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VARIATION_SELECTORS_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VARIATION_SELECTORS_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VEDIC_EXTENSIONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VEDIC_EXTENSIONS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VERIFICATION_ERROR - Static variable in exception org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
- VERNAL_EQUINOX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Constant representing the vernal equinox.
- VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFastLatin
-
Fast Latin format version (one byte 1..FF).
- version - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationTailoring
-
- VersionInfo - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Class to store version numbers of the form major.minor.milli.micro.
- VERTICAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
- VERTICAL_FORMS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VERTICAL_FORMS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VERTICAL_ORIENTATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Vertical_Orientation.
- VERTICAL_TAIL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
- VIRAMA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- VISARGA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- visible - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
- VISIBLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
- visible - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
- visible() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator.CollatorFactory
-
Return true if this factory will be visible.
- visible() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns true if this factory is visible.
- visible() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.SimpleNumberFormatFactory
-
Returns true if this factory is visible.
- VISIBLE_SPEECH - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- visit(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.URLHandler.URLVisitor
-
- VISUAL_ORDER_LEFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
-
- VITHKUQI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VITHKUQI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
- VITHKUQI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
- VOLT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of electric: volt
- VOWEL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- VOWEL_DEPENDENT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- VOWEL_INDEPENDENT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
-
- VOWEL_JAMO - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.HangulSyllableType
-
- VTimeZone - Class in org.graalvm.shadowed.com.ibm.icu.util
-
VTimeZone is a class implementing RFC2445 VTIMEZONE.