Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- A_AND_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
The relationship between two sets A and B can be determined by looking at: A - B A invalid input: '&' B (intersection) B - A These are represented by a set of bits.
- A_NOT_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
The relationship between two sets A and B can be determined by looking at: A - B A invalid input: '&' B (intersection) B - A These are represented by a set of bits.
- ABBR_GENERIC_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for generic non-location format, abbreviated if possible, such as PT; used in combinations date + time + zone, or time + zone.
- ABBR_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with abbreviated month.
- ABBR_MONTH_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with abbreviated month and day.
- ABBR_MONTH_WEEKDAY_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with abbreviated month, weekday, and day.
- ABBR_QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with abbreviated quarter.
- ABBR_SPECIFIC_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for specific non-location format, abbreviated if possible, such as PDT; used in combinations date + time + zone, or time + zone.
- ABBR_STANDALONE_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.
- ABBR_UTC_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for localized GMT/UTC format, such as GMT+8:00 or HPG-8:00; used in combinations date + time + zone, or time + zone.
- ABBR_WEEKDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with abbreviated weekday.
- ABBREVIATED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
-
An abbreviated field name (may be the same as the wide version, if short enough)
- ABBREVIATED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constant for width.
- ABBREVIATED_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat.FormatWidth - ABLATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- abs() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value is the absolute value of thisBigDecimal. - abs(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value is the absolute value of thisBigDecimal. - accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.IgnorablesMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.InfinityMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MinusSignMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NanMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PaddingMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PercentMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PermilleMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PlusSignMatcher
- accept(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
- ACCEPTING - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
offset to the "accepting" field in a state table row.
- ACCEPTING_UNCONDITIONAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
value constant for the ACCEPTING field of a state table row.
- acceptLanguage(String, boolean[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Based on a HTTP formatted list of acceptable locales, determine an available locale for the user.
- acceptLanguage(String, ULocale[], boolean[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Based on a HTTP formatted list of acceptable locales, determine an available locale for the user.
- acceptLanguage(ULocale[], boolean[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Based on an ordered array of acceptable locales, determine an available locale for the user.
- acceptLanguage(ULocale[], ULocale[], boolean[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Based on a list of acceptable locales, determine an available locale for the user.
- acceptsListener(EventListener) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUNotifier
-
Subclasses implement this to return true if the listener is of the appropriate type.
- acceptsListener(EventListener) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Return true if the listener is accepted; by default this requires a ServiceListener.
- ACCOUNTING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Use the locale-dependent accounting format on negative numbers, and do not show the sign on positive numbers.
- ACCOUNTING_ALWAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Use the locale-dependent accounting format on negative numbers, and show the plus sign on positive numbers, including zero.
- ACCOUNTING_EXCEPT_ZERO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Use the locale-dependent accounting format on negative numbers, and show the plus sign on positive numbers.
- ACCOUNTING_NEGATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Same as ACCOUNTING, but do not show the sign on negative zero.
- ACCOUNTINGCURRENCYSTYLE - 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 accounting, for example: "($3.00), instead of "-$3.00" (
NumberFormat.CURRENCYSTYLE). - ACCUSATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- ACE_PREFIX_ERROR - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- acquireRead() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
Acquire a read lock, blocking until a read lock is available.
- acquireWrite() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
Acquire the write lock, blocking until the write lock is available.
- ACRE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: acre
- ACRE_FOOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: acre-foot
- ACTUAL_LOCALE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Selector for getLocale() indicating the locale of the resource containing the data.
- actualLocale - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationTailoring
- AD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Value of the
ERAfield indicating the common era (Anno Domini), also known as CE. - ADAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for the Adar, the 7th month of the Hebrew year.
- ADAR_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Adar I, the 6th month of the Hebrew year (present in leap years only).
- add(byte[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Adds a (byte sequence, value) pair.
- add(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Adds the specified character to this set if it is not already present.
- add(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Adds the specified range to this set if it is not already present.
- add(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Add a signed amount to a specified field, using this calendar's rules.
- add(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Override Calendar to handle leap months properly.
- add(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Add a signed amount to a specified field, using this calendar's rules.
- add(E) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
- add(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Adds the specified multicharacter to this set if it is not already present.
- add(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Adds a (string, value) pair.
- add(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Add the contents of the collection (as strings) into this UnicodeSet.
- add(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
-
Creates a Builder, parses the RFC 2616 string, and adds locales with weights accordingly.
- add(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList.Builder
-
Parses the RFC 2616 string, and adds locales with weights accordingly.
- add(String, String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.StringRange.Adder
- add(Date, DateRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RangeDateRule
- add(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value isthis+rhs, using fixed point arithmetic. - add(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value isthis+rhs. - add(DateRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RangeDateRule
- add(LocalePriorityList) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
-
Creates a Builder and adds locales with weights.
- add(LocalePriorityList) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList.Builder
-
Adds locales with weights.
- add(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList.Builder
-
Adds a locale with weight 1.0.
- add(ULocale...) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
-
Creates a Builder and adds locales, each with weight 1.0.
- add(ULocale...) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList.Builder
-
Adds locales, each with weight 1.0.
- add(ULocale, double) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
-
Creates a Builder and adds a locale with a specified weight.
- add(ULocale, double) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList.Builder
-
Adds a locale with a specified weight.
- ADD_CASE_MAPPINGS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Adds all case mappings for each element in the set.
- addAll(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Adds all characters in range (uses preferred naming convention).
- addAll(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Adds each of the characters in this string to the set.
- addAll(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Add a collection (as strings) into this UnicodeSet.
- addAll(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
- addAll(MFFunctionRegistry) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- addAll(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Adds all of the elements in the specified set to this set if they're not already present.
- addAll(T...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- ADDALL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- addAllInverted(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- addAllInverted(Relation) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- addAllTo(Iterable, T[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Utility for adding the contents of an iterable to a collection.
- addAllTo(Iterable, U) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Utility for adding the contents of an iterable to a collection.
- addAllTo(String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Add the contents of the UnicodeSet (as strings) into a collection.
- addAllTo(T) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Add the contents of the UnicodeSet (as strings) into a collection.
- addBaseNamesInFileFolder(String, String, Set) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
- addBridges(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- addCanonIterPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- addCaseClosure(int, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
Adds all simple case mappings and the full case folding for c to sa, and also adds special case closure mappings.
- addDecimalQuantitySamples(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- addElement(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
- addElement(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
- addError(IDNA.Info, IDNA.Error) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- addExact(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
This implementation is equivalent to Java 8+ Math#addExact(int, int)
- addField(PersonName.NameField, Collection, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName.Builder
-
Sets the value for one field (with optional modifiers) in the new name object.
- addImpl(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- addInverseTo(U) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Gets the inverse of this map, adding to the target.
- Additional Information - Section in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
- addLabelError(IDNA.Info, IDNA.Error) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- addLabels(Locale...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLabels(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLabels(ULocale...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Add more index characters (aside from what are in the locale)
- addLcccChars(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- addLikelySubtags(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Adds the likely subtags for a provided locale ID, per the algorithm described in the following CLDR technical report: http://www.unicode.org/reports/tr35/#Likely_Subtags If the provided ULocale instance is already in the maximal form, or there is no data available available for maximization, it will be returned.
- addListener(EventListener) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUNotifier
-
Add a listener to be notified when notifyChanged is called.
- addMatcher(NumberParseMatcher) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
- addMatcher(NumberParseMatcher) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
- addMatchers(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
- addMatchSetTo(UnicodeSet) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
Union the set of all characters that may be matched by this object into the given set.
- addMatchSetTo(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Implementation of UnicodeMatcher API.
- addOverlapSpans(List, Format.Field, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueFieldPositionIteratorImpl
- addPattern(String, boolean, DateTimePatternGenerator.PatternInfo) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Adds a pattern to the generator.
- addPatternWithSkeleton(String, String, boolean, DateTimePatternGenerator.PatternInfo) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- addPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EmojiProps
- addPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- addPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UBiDiProps
- addPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- addPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- addRecord(CharSequence, V) - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Add a record (name and data) to the index.
- addRef() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject
-
Increments the number of references to this object.
- addReplace(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Adds a change edit: a record for a text replacement/insertion/deletion.
- ADDRESSING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Usage
-
Used for when the name is going to be used to address the user directly: "Turn left here, John."
- addSamples(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- addSamples(Collection, Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- addSimpleCaseClosure(int, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- addSourceTargetSet(UnicodeSet, UnicodeSet, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedTransliterator
-
Deprecated.This API is ICU internal only.
- addSourceTargetSet(UnicodeSet, UnicodeSet, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Deprecated.This API is ICU internal only.
- addStringCaseClosure(String, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
Maps the string to single code points and adds the associated case closure mappings.
- addStrings(int, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EmojiProps
- addSupportedLocale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Adds another supported locale.
- addSupportedULocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Adds another supported locale.
- addTitleAdjustmentOption(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
- addTitleIteratorOption(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
- addToChain(MicroPropsGenerator) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Used by the unsafe code path.
- addToChain(MicroPropsGenerator) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier.ImmutablePatternModifier
- addTransitionRule(TimeZoneRule) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Adds the
TimeZoneRulewhich represents time transitions. - addUnchanged(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Adds a no-change edit: a record for an unchanged segment of text.
- addUnicodeLocaleAttribute(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
- addUnicodeLocaleAttribute(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Adds a unicode locale attribute, if not already present, otherwise has no effect.
- addUnit(String, String, MeasureUnit.Factory) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.This API is ICU internal only.
- adjustExponent(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- adjustExponent(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Adjusts the value for the (suppressed) exponent stored when using notation with exponents (ex: compact, scientific).
- adjustMagnitude(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- adjustMagnitude(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Scales the number by a power of ten.
- adjustOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Equivalent to
setOffset(getOffset()+delta). - adjustOffsetByCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Adjusts the offset by the width of the current lead code point, either 1 or 2 chars.
- adjustToCased() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but adjusts each titlecasing BreakIterator index to the next cased character.
- ADLAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ADLAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ADLAM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- AdoptingModifierStore - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
This implementation of ModifierStore adopts references to Modifiers.
- AdoptingModifierStore() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.AdoptingModifierStore
-
This constructor prepares the ParameterizedModifier to be populated with a positive and negative Modifier for multiple plural forms.
- AdoptingModifierStore(Modifier, Modifier, Modifier, Modifier) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.AdoptingModifierStore
-
This constructor populates the ParameterizedModifier with a single positive and negative form.
- Advanced bidirectional usage - Section in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
- AEGEAN_NUMBERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- AEGEAN_NUMBERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- AFAKA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- AffixMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- AffixPatternMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
A specialized version of
SeriesMatcherthat matches EITHER a prefix OR a suffix. - AffixPatternProvider - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
- AffixPatternProvider.Flags - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- affixProvider - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- AffixTokenMatcherFactory - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Small helper class that generates matchers for individual tokens for AffixPatternMatcher.
- AffixTokenMatcherFactory() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- AffixUtils - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Performs manipulations on affix patterns: the prefix and suffix strings associated with a decimal format pattern.
- AffixUtils() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
- AffixUtils.SymbolProvider - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
- AffixUtils.TokenConsumer - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
- AFRICAN_FEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- AFRICAN_NOON - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- AFRICAN_QAF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- after(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Compares the time field records.
- AFTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingType
- AFTER_FIRST - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfPlacement
- AFTER_PREFIX - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
- AFTER_SUFFIX - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
- AFTERNOON1 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- AFTERNOON2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- AGE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Age.
- AGRAHAYANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Agrahayana, the 9th month of the Indian year.
- AHOM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- AHOM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- AHOM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- AIN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- AKSARA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- AKSARA_PREBASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- AKSARA_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- ALAPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- ALCHEMICAL_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ALCHEMICAL_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ALEF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- ALETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- ALIAS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Resource type constant for aliases; internally stores a string which identifies the actual resource storing the data (can be in a different resource bundle).
- all() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currency data.
- ALL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Collapse any field that is equal across the range sign.
- ALL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
- ALL_CAPS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Requests the field value converted to ALL CAPS.
- ALL_CHECKS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Enable all spoof checks.
- ALL_CODE_POINTS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constant for the set of all code points.
- ALL_SAINTS_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
All Saints' Day, November 1st
- ALL_SEPARATORS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- ALL_SOULS_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
All Souls' Day, November 1st
- ALL_STYLES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.ParseOption
-
When a time zone display name is not found within a set of display names used for the specified style, look for the name from display names used by other styles.
- allIgnorable(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.RbnfLenientScanner
-
Deprecated.ICU 54
- allocWeights(long, long, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationWeights
-
Determine heuristically what ranges to use for a given number of weights between (excluding) two limits.
- ALLOW_UNASSIGNED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - ALLOW_UNASSIGNED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Option to allow processing of unassigned code points in the input
- ALLOWED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierStatus
- allowZero() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Return true if zeros are allowed in the display.
- ALPHABETIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- ALPHABETIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Alphabetic.
- ALPHABETIC_PRESENTATION_FORMS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ALPHABETIC_PRESENTATION_FORMS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- AlphabeticIndex<V> - Class in org.graalvm.shadowed.com.ibm.icu.text
-
AlphabeticIndex supports the creation of a UI index appropriate for a given language.
- AlphabeticIndex(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Create the index object.
- AlphabeticIndex(RuleBasedCollator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Create an AlphabeticIndex that uses a specific collator.
- AlphabeticIndex(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Create the index object.
- AlphabeticIndex.Bucket<V> - Class in org.graalvm.shadowed.com.ibm.icu.text
-
An index "bucket" with a label string and type.
- AlphabeticIndex.Bucket.LabelType - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Type of the label
- AlphabeticIndex.ImmutableIndex<V> - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Immutable, thread-safe version of
AlphabeticIndex. - AlphabeticIndex.Record<V> - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A (name, data) pair, to be sorted by name into one of the index buckets.
- ALT_QUOTATION_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Delimiter type for
LocaleData.getDelimiter(int). - ALT_QUOTATION_START - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Delimiter type for
LocaleData.getDelimiter(int). - ALWAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
-
Always show the decimal separator, even if there are no digits to display after the separator.
- ALWAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Show the minus sign on negative numbers and the plus sign on positive numbers, including zero.
- AM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- AM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
AM_PMfield indicating the period of the day from midnight to just before noon. - AM_PM - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the time of day indicator(am/pm).
- AM_PM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating whether theHOURis before or after noon. - AM_PM_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'a' field alignment, corresponding to the
Calendar.AM_PMfield. - AM_PM_MIDNIGHT_NOON - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the am/pm/midnight/noon field.
- AM_PM_MIDNIGHT_NOON_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'b' field alignment.
- AMBIGUOUS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
- AMBIGUOUS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- AMPERE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of electric: ampere
- AMSHIR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Μεϣιρ / ﺮﻴﺸﻣأ, the 6th month of the Coptic year.
- ANATOLIAN_HIEROGLYPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ANATOLIAN_HIEROGLYPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ANATOLIAN_HIEROGLYPHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ANCIENT_GREEK_MUSICAL_NOTATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ANCIENT_GREEK_MUSICAL_NOTATION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ANCIENT_GREEK_NUMBERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ANCIENT_GREEK_NUMBERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ANCIENT_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ANCIENT_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- and(float, TimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Set the given unit to have the given count.
- AND - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
- AND - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Type
-
Conjunction formatting, e.g.
- ANIMATE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- annotation - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.FunctionExpression
-
Deprecated.
- annotation - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.LiteralExpression
-
Deprecated.
- annotation - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.VariableExpression
-
Deprecated.
- AnnualTimeZoneRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
AnnualTimeZoneRuleis a class used for representing a time zone rule which takes effect annually. - AnnualTimeZoneRule(String, int, int, DateTimeRule, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Constructs a
AnnualTimeZoneRulewith the name, the GMT offset of its standard time, the amount of daylight saving offset adjustment, the annual start time rule and the start/until years. - any - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
- ANY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Any system zones.
- ANY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- ANY_BASE_WEIGHT_IS_WILDCARD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator.ElementComparisonType
-
Collation element comparison is modified to effectively provide behavior between the specified strength and strength - 1.
- ANY_CASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Deprecated.ICU 58 Any case confusable mappings were removed from UTS 39; the corresponding ICU API was deprecated.
- APOSTROPHE_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- append(byte[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Appends the internal byte array from offset size with the contents of src from offset start to limit.
- append(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
This method is provided for Java Appendable compatibility.
- append(char) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- append(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Adds a codepoint to offset16 position of the argument char array.
- append(char[], Object[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Appends the chars in the specified char array to the end of the string, and associates them with the fields in the specified field array, which must have the same length as chars.
- append(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- append(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
This method is provided for Java Appendable compatibility.
- append(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- append(CharSequence, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
This method is provided for Java Appendable compatibility.
- append(CharSequence, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- append(CharSequence, int, int, boolean, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- append(CharSequence, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Appends the specified CharSequence to the end of the string.
- append(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Append a single UTF-32 value to the end of a StringBuffer.
- append(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- append(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- append(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Appends the second string to the first string (merging them at the boundary) and returns the first string.
- append(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Appends the second string to the first string (merging them at the boundary) and returns the first string.
- append(FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Appends the contents of another
FormattedStringBuilderto the end of this instance. - Append(byte[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
- Append(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
- AppendBeyondCapacity(byte[], int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
- appendCEsFromCE32(CollationData, int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- appendChar16(char, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- appendCodePoint(int, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Appends the specified codePoint to the end of the string.
- appendCodePoint(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Cover JDK 1.5 APIs.
- appendCount(TimeUnit, boolean, boolean, int, int, boolean, String, boolean, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append a count to the string builder.
- appendCountValue(int, int, int, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append a count value to the builder.
- appendDigit(byte, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Deprecated.This API is ICU internal only.
- appendDigits(long, int, int, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append digits to the string builder, using this.zero for '0' etc.
- appendInteger(int, int, int, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
- appendLines(List, InputStream, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Utility for loading lines from a UTF8 file.
- appendLines(List, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
-
Utility for loading lines from a file.
- appendNumber(T, int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Append a number to the given Appendable in the given radix.
- appendPrefix(int, int, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append the appropriate prefix to the string builder, depending on whether and how a limit and direction are to be displayed.
- appendSingleUnit(SingleUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Mutates this MeasureUnitImpl to append a single unit.
- appendSkippedUnit(StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append a marker for skipped units internal to a string.
- appendSuffix(int, int, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append the appropriate suffix to the string builder, depending on whether and how a limit and direction are to be displayed.
- appendTo(A) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.FormattedMessage
-
Deprecated.This API is for ICU internal use only.
- appendTo(A) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- appendTo(A) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.FormattedValue
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.FormattedList
-
Appends the formatted string to an Appendable.
- appendTo(A) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Appends the formatted string to an Appendable.
- appendTo(CharSequence, A) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Appends a CharSequence to an Appendable, converting IOException to ICUUncheckedIOException.
- appendToRule(StringBuffer, int, boolean, boolean, StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Append a character to a rule that is being built up.
- appendToRule(StringBuffer, String, boolean, boolean, StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Append the given string to the rule.
- appendToRule(StringBuffer, String, boolean, boolean, StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
-
Append the given string to the rule.
- appendToRule(StringBuffer, UnicodeMatcher, boolean, StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Given a matcher reference, which may be null, append its pattern as a literal to the given rule.
- appendToRule(StringBuffer, UnicodeMatcher, boolean, StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
-
Given a matcher reference, which may be null, append its pattern as a literal to the given rule.
- appendUnit(TimeUnit, int, int, int, boolean, boolean, boolean, boolean, boolean, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append the count and unit to the string builder.
- appendUnitSeparator(TimeUnit, boolean, boolean, boolean, StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Append the appropriate separator between units
- appendZeroCC(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- apply(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.ValueFilter
-
Modifies the map value.
- apply(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Fold
-
Case-folds a string.
- apply(CharSequence, A, Edits) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Fold
-
Case-folds a string and optionally records edits (see
CaseMap.Fold.omitUnchangedText()). - apply(Locale, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Lower
-
Lowercases a string.
- apply(Locale, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Upper
-
Uppercases a string.
- apply(Locale, CharSequence, A, Edits) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Lower
-
Lowercases a string and optionally records edits (see
CaseMap.Lower.omitUnchangedText()). - apply(Locale, CharSequence, A, Edits) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Upper
-
Uppercases a string and optionally records edits (see
CaseMap.Upper.omitUnchangedText()). - apply(Locale, BreakIterator, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Titlecases a string.
- apply(Locale, BreakIterator, CharSequence, A, Edits) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Titlecases a string and optionally records edits (see
CaseMap.Title.omitUnchangedText()). - apply(FormattedStringBuilder, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
- apply(FormattedStringBuilder, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
- apply(FormattedStringBuilder, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencySpacingEnabledModifier
-
Safe code path
- apply(FormattedStringBuilder, int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Apply this Modifier to the string builder.
- apply(FormattedStringBuilder, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
- apply(FormattedStringBuilder, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
- apply(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Deprecated.ICU 60 This API is ICU internal only.
- apply(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Precision.BogusRounder
-
Deprecated.This API is ICU internal only.
- applyCurrencySpacing(FormattedStringBuilder, int, int, int, int, DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencySpacingEnabledModifier
-
Unsafe code path
- applyDimensionality(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Applies dimensionality to all the internal single units.
- applyIntPropertyValue(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the given value for the given binary or enumerated property, as returned by UCharacter.getIntPropertyValue.
- applyLocalizedPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Converts the given string to standard notation and then parses it using
DecimalFormat.applyPattern(String). - applyLocalizedPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Apply the given localized pattern string to this date format.
- applyMaxInteger(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- applyMaxInteger(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Truncates digits from the upper magnitude of the number in order to satisfy the specified maximum number of integer digits.
- applyPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Parses the given pattern string and overwrites the settings specified in the pattern string.
- applyPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the pattern used by this message format.
- applyPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Sets the pattern used by this plural format.
- applyPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
-
Sets the pattern used by this select format.
- applyPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Apply the given unlocalized pattern string to this date format.
- applyPattern(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern.
- applyPattern(String, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern, optionally ignoring whitespace.
- applyPattern(String, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Modifies this set to represent the set specified by the given pattern, optionally ignoring whitespace.
- applyPattern(String, ParsePosition, SymbolTable, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- applyPattern(String, MessagePattern.ApostropheMode) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the ApostropheMode and the pattern used by this message format.
- applyPropertyAlias(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the given value for the given property.
- applyPropertyAlias(String, String, SymbolTable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Modifies this set to contain those code points which have the given value for the given property.
- applyPropertyAlias(String, String, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.XSymbolTable
-
Override the interpretation of the sequence [:propertyName=propertyValue:] (and its negated and Perl-style variant).
- applyReciprocalTo(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Deprecated.ICU 62 This API is ICU internal only.
- applySpanRange(FormattedStringBuilder, UFormat.SpanField, Object, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl
-
Upgrade a range of a string to a span field.
- applyTo(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Deprecated.ICU 62 This API is ICU internal only.
- applyToMicros(MicroProps, DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier.ImmutablePatternModifier
- approximately - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- APPROXIMATELY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Show the number using a locale-sensitive approximation pattern.
- APPROXIMATELY_OR_SINGLE_VALUE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Show the number using a locale-sensitive approximation pattern.
- APPROXIMATELY_SIGN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
Approximately sign.
- APRIL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the fourth month of the year. - ARABIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EPluralization
- ARABIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Arabic
- ARABIC_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_EXTENDED_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_EXTENDED_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_EXTENDED_C - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_EXTENDED_C_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_NASTALIQ - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- ARABIC_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type AN
- ARABIC_PRESENTATION_FORMS_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_PRESENTATION_FORMS_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_PRESENTATION_FORMS_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_PRESENTATION_FORMS_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARABIC_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ArabicShaping - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Shape Arabic text on a character basis.
- ArabicShaping(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Construct ArabicShaping using the options flags.
- ArabicShapingException - Exception Class in org.graalvm.shadowed.com.ibm.icu.text
-
Thrown by ArabicShaping when there is a shaping error.
- ArabicShapingException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.text.ArabicShapingException
-
Construct the exception with the given message
- ARC_MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: arc-minute
- ARC_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: arc-second
- areConfusable(int, CharSequence, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check whether two specified strings are visually when displayed in a paragraph with the given direction.
- areConfusable(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check whether two specified strings are visually confusable.
- areEqual(Object, Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- areSignificantDigitsUsed() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether significant digits are being used in rounding.
- arg - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.LiteralExpression
-
Deprecated.
- arg - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.VariableExpression
-
Deprecated.
- ARG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
-
This is an ArgNode representing a message argument (downcast and use specific methods).
- ARG_DOUBLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
A numeric value, for example the offset or an explicit selector value in a PluralFormat style.
- ARG_INT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
An integer value, for example the offset or an explicit selector value in a PluralFormat style.
- ARG_LIMIT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
End of an argument.
- ARG_NAME - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
The argument name.
- ARG_NAME_NOT_NUMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Return value from
MessagePattern.validateArgumentName(String)for when the string is a valid "pattern identifier" but not a number. - ARG_NAME_NOT_VALID - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Return value from
MessagePattern.validateArgumentName(String)for when the string is invalid. - ARG_NUMBER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
The argument number, provided by the value.
- ARG_SELECTOR - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
A selector substring in a "complex" argument style.
- ARG_START - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Start of an argument.
- ARG_STYLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
The argument style text.
- ARG_TYPE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
The argument type.
- ARGUMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat.Field
-
Constant identifying a portion of a message that was generated from an argument passed into
formatToCharacterIterator. - Argument formatting - Section in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- ARMENIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARMENIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Armenian
- ARMENIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARMENIANINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- ARMENIANINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- ARRAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for arrays of resources.
- ARRAY16 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Resource type constant for arrays with 16-bit count and values.
- arrayEquals(byte[], Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
- arrayEquals(double[], Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two double[]s Ought to be in System
- arrayEquals(int[], Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two int[]s Ought to be in System
- arrayEquals(Object[], Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two Object[]s.
- arrayEquals(Object, Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two Object[]s Ought to be in System
- arrayRegionMatches(byte[], int, byte[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
- arrayRegionMatches(char[], int, char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two Object[]s Ought to be in System.
- arrayRegionMatches(double[], int, double[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two arrays of doubles.
- arrayRegionMatches(int[], int, int[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two int[]s.
- arrayRegionMatches(Object[], int, Object[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convenience utility to compare two Object[]s Ought to be in System.
- arrayToRLEString(byte[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct a string representing a byte array.
- arrayToRLEString(char[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct a string representing a char array.
- arrayToRLEString(int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct a string representing an int array.
- arrayToRLEString(short[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct a string representing a short array.
- ARROWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ARROWS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ASADHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Asadha, the 4th month of the Indian year.
- ascension - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Equatorial
-
The right ascension, in radians.
- ASCENSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Ascension, 39 days after Easter
- ASCII - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
All characters in the string are in the identifier profile and all characters in the string are in the ASCII range.
- ASCII_HEX_DIGIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property ASCII_Hex_Digit (0-9 A-F a-f).
- asciiGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Returns a trie value for an ASCII code point, without range checking.
- AsciiUtil - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- AsciiUtil() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
- AsciiUtil.CaseInsensitiveKey - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- ASH_WEDNESDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Ash Wednesday, start of Lent, 47 days before Easter
- asMap() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- ASPIRATIONAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Aspirational Use script.
- Assert - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Assert() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Assert
- assrt(boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Assert
- assrt(String, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Assert
- asString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
-
Returns a String that is equivalent to the CharSequence representation.
- ASSUMPTION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Assumption, August 15th
- ASTRONOMICAL_UNIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: astronomical-unit
- ASVINA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Asvina, the 7th month of the Indian year.
- at() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the duration as being at the defined duration.
- at(float, TimeUnit) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Constructs a Period representing a duration of count units extending into the past.
- at(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- at(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- atEnd() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns true if this iterator has no more characters to return.
- ATERM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- ATMOSPHERE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: atmosphere
- ATTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: atto, 10^-18.
- Attribute(String, MFDataModel.LiteralOrVariableRef) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Attribute
-
Deprecated.This API is for technology preview only.
- attributes - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.FunctionExpression
-
Deprecated.
- attributes - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.LiteralExpression
-
Deprecated.
- attributes - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup
-
Deprecated.
- attributes - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.VariableExpression
-
Deprecated.
- AUGUST - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the eighth month of the year. - AUTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
-
Show the decimal separator when there are one or more digits to display after the separator, and do not show it otherwise.
- AUTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Display grouping using the default strategy for all locales.
- AUTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Show the minus sign on negative numbers, and do not show the sign on positive numbers.
- AUTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
-
Display trailing zeros according to the settings for minimum fraction and significant digits.
- AUTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Use locale data and heuristics to determine how much of the string to collapse.
- autoQuoteApostrophe(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Converts an 'apostrophe-friendly' pattern into a standard pattern.
- autoQuoteApostropheDeep() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Returns a version of the parsed pattern string where each ASCII apostrophe is doubled (escaped) if it is not already, and if it is not interpreted as quoting syntax.
- AV - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Av, the 12th month of the Hebrew year.
- AVAGRAHA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- AVESTAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- AVESTAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- AVESTAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
B
- B - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- B_NOT_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
The relationship between two sets A and B can be determined by looking at: A - B A invalid input: '&' B (intersection) B - A These are represented by a set of bits.
- B_REMOVEALL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- BABA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Παοπι / ﻪﺑﺎﺑ, the 2nd month of the Coptic year.
- BACK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
- BACK_SLASH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- BACK_UTF16_CONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
- BACK_UTF16_NOT_CONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
- Background - Section in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
- BACKWARD_SECONDARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Options bit 11: Compare secondary weights backwards.
- backwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- backwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
- backwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- backwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
- backwardNumCodePoints(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- BAIL_OUT_RESULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFastLatin
-
Comparison return value when the regular comparison must be used.
- BALINESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BALINESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- BALINESE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BAMUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BAMUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- BAMUM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BAMUM_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BAMUM_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: bar
- BARAMHAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Παρεμϩατ / تﺎﻬﻣﺮﺑ, the 7th month of the Coptic year.
- BARAMOUDA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Φαρμοθι / هدﻮﻣﺮﺑ, the 8th month of the Coptic year.
- BARREL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: barrel
- base - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
Base collation data, or null if this data itself is a base.
- BASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.NoUnit
-
Constant for the base unit (dimensionless and no scaling).
- BASE_CONFLICT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
- BASE_FIELD_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- baseIsLeftToRight() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return true if the base direction is left-to-right
- BaseLocale - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- baseToRules(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a rule string for this transliterator.
- BASHANS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Παϣαν / ﺲﻨﺸﺑ;, the 9th month of the Coptic year.
- BASIC_EMOJI - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property of strings Basic_Emoji.
- BASIC_LATIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BASIC_LATIN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- Basic concept: levels - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- Basic concept: paragraph - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- Basic concept: Reordering Mode - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- Basic concept: Reordering Options - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- Basic concept: text direction - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- BasicDurationFormat - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration
- BasicDurationFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
- BasicDurationFormat(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
- BasicPeriodFormatterFactory - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
An implementation of PeriodFormatterFactory that provides customization of formatting behavior.
- BasicPeriodFormatterService - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
An implementation of PeriodFormatterService that constructs a BasicPeriodFormatterFactory.
- BasicPeriodFormatterService(PeriodFormatterDataService) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterService
-
Construct a BasicPeriodFormatterService using the given PeriodFormatterDataService.
- BasicTimeZone - Class in org.graalvm.shadowed.com.ibm.icu.util
-
BasicTimeZone extends
TimeZonewith additional methods to access time zone transitions and rules. - BasicTimeZone() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Protected no arg constructor.
- BasicTimeZone(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- BasicTimeZone.LocalOption - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Options used by
BasicTimeZone.getOffsetFromLocal(long, LocalOption, LocalOption, int[])to specify how to interpret an input time when it does not exist, or when it is ambiguous, around a time zone transition. - Basic usage - Section in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
- BASSA_VAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BASSA_VAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- BASSA_VAH_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BATAK - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BATAK - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- BATAK_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Value of the
ERAfield indicating the period before the common era (before Christ), also known as BCE. - bcdToBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Returns a BigDecimal encoding the internal BCD value.
- bcdToBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- BE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constant for the Buddhist Era.
- BEAUFORT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of speed: beaufort
- before(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Compares the time field records.
- BEFORE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingType
- BEFORE_MINGUO - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constant for the Taiwan Era for years before Minguo 1.
- BEFORE_PREFIX - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
- BEFORE_SUFFIX - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
- beforeAnalysis(Feature.BeforeAnalysisAccess) - Method in class org.graalvm.shadowed.com.ibm.icu.ICU4JFeature
- BEGIN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
- BEGINNING_OF_SENTENCE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the beginning of a sentence.
- BEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- BENGALI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BENGALI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Bengali
- BENGALI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BEST_EFFORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.ErrorHandlingBehavior
-
Deprecated.This API is for technology preview only.
- BETH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- BHADRA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Bhadra, the 6th month of the Indian year.
- BHAIKSUKI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BHAIKSUKI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- BHAIKSUKI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BI_CHARACTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Break iterator type
- BI_LINE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Break iterator type
- BI_SENTENCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Break iterator type
- BI_TITLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Break iterator type
- BI_WORD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Break iterator type
- Bidi - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Bidi algorithm for ICU
- Bidi() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Allocate a
Bidiobject. - Bidi(char[], int, byte[], int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Create Bidi from the given text, embedding, and direction information.
- Bidi(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Allocate a
Bidiobject with preallocated memory for internal structures. - Bidi(String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Create Bidi from the given paragraph of text and base direction.
- Bidi(AttributedCharacterIterator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Create Bidi from the given paragraph of text.
- BIDI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label does not meet the IDNA BiDi requirements (for right-to-left characters).
- BIDI_CLASS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Bidi_Class.
- BIDI_CONTROL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Bidi_Control.
- BIDI_MIRRORED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Bidi_Mirrored.
- BIDI_MIRRORING_GLYPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Bidi_Mirroring_Glyph.
- BIDI_PAIRED_BRACKET - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Bidi_Paired_Bracket (new in Unicode 6.3).
- BIDI_PAIRED_BRACKET_TYPE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Bidi_Paired_Bracket_Type (new in Unicode 6.3).
- Bidi algorithm for ICU - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- BidiClassifier - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Overrides default Bidi class values with custom ones.
- BidiClassifier(Object) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.BidiClassifier
- BidiRun - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A BidiRun represents a sequence of characters at the same embedding level.
- BidiTransform - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Bidi Layout Transformation Engine.
- BidiTransform() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform
-
default constructor.BidiTransform - BidiTransform.Mirroring - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
indicates whether or not characters with the "mirrored" property in RTL runs should be replaced with their mirror-image counterparts.BidiTransform.Mirroring - BidiTransform.Order - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
indicates the order of text.BidiTransform.Order - BigDecimal - Class in org.graalvm.shadowed.com.ibm.icu.math
-
The
BigDecimalclass implements immutable arbitrary-precision decimal numbers. - BigDecimal(char[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject from an array of characters. - BigDecimal(char[], int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject from an array of characters. - BigDecimal(double) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject directly from adouble. - BigDecimal(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject directly from aint. - BigDecimal(long) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject directly from along. - BigDecimal(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject from aString. - BigDecimal(BigDecimal) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject from ajava.math.BigDecimal. - BigDecimal(BigInteger) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject from aBigInteger, with scale 0. - BigDecimal(BigInteger, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Constructs a
BigDecimalobject from aBigIntegerand a scale. - bigDecimalFrom(double, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a
doubledatetime from the given time scale to the universal time scale. - bigDecimalFrom(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a
longdatetime from the given time scale to the universal time scale. - bigDecimalFrom(BigDecimal, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a
BigDecimaldatetime from the given time scale to the universal time scale. - BINARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for binary data.
- BINARY_LIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- BINARY_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
First constant for binary Unicode properties.
- BINDU - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- BIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: bit
- BITS_16 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.ValueWidth
-
The trie stores 16 bits per data value.
- BITS_32 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.ValueWidth
-
The trie stores 32 bits per data value.
- BITS_8 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.ValueWidth
-
The trie stores 8 bits per data value.
- BLISSYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- BLOCK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Block.
- BLOCK_ELEMENTS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BLOCK_ELEMENTS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BLOCK_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type B
- BLOCKSHIFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- BMP_INDEX_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Length of the BMP portion of the index (stage 1) array.
- BMP_INDEX_LENGTH_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Length of the BMP portion of the index (stage 1) array.
- bmpGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast
-
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
- bmpGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast16
-
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
- bmpGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast32
-
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
- bmpGet(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast8
-
Returns a trie value for a BMP code point (U+0000..U+FFFF), without range checking.
- BMPSet - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Helper class for frozen UnicodeSets, implements contains() and span() optimized for BMP code points.
- BMPSet(int[], int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.BMPSet
- BMPSet(BMPSet, int[], int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.BMPSet
- BOCSU - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
Binary Ordered Compression Scheme for Unicode
- BOGUS_PRECISION - Static variable in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Deprecated.ICU internal only.
- BogusRounder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.number.Precision.BogusRounder
-
Deprecated.This API is ICU internal only.
- BOOK_PAHLAVI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- bool(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
- bool(String, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
- boolArray(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
- boolArray(String, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
- BOPOMOFO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BOPOMOFO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Bopomofo
- BOPOMOFO_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BOPOMOFO_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BOPOMOFO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BOTH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.TrimOption
-
Trim leading and trailing spans.
- BOTTOM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- BOTTOM_AND_LEFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- BOTTOM_AND_RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- BOUNDARY_NEUTRAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type BN
- bounded - Variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- BOUNDED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
The keyword is valid, used, not unique, and has a finite set of values.
- bounds(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the type of the boundaries around the char at offset16.
- bounds(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the type of the boundaries around the char at offset16.
- bounds(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns the type of the boundaries around the char at offset16.
- BOX_DRAWING - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BOX_DRAWING_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BOXING_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Boxing Day, December 26th
- BRAHMI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BRAHMI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- BRAHMI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BRAHMI_JOINING_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- BRAILLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Braille Script in Unicode 4
- BRAILLE_PATTERNS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BRAILLE_PATTERNS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BREAK_AFTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- BREAK_BEFORE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- BREAK_BOTH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- BREAK_SYMBOLS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- breakIterator - Variable in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
The BreakIterator to define the boundaries of a logical match.
- BreakIterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- BreakIterator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Default constructor.
- breaksBetweenLetters(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns true if the script allows line breaks between letters (excluding hyphenation).
- BRITISH_THERMAL_UNIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: british-thermal-unit
- BROKEN_ESCAPE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- BROKEN_QUOTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- BUDDHIST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- BuddhistCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
BuddhistCalendaris a subclass ofGregorianCalendarthat numbers years since the birth of the Buddha. - BuddhistCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarusing the current time in the default time zone with the default locale. - BuddhistCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarwith the given date set in the default time zone with the default locale. - BuddhistCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a BuddhistCalendar with the given date and time set for the default time zone with the default locale.
- BuddhistCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarwith the given date set in the default time zone with the default locale. - BuddhistCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarbased on the current time in the default time zone with the given locale. - BuddhistCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarbased on the current time in the given time zone with the default locale. - BuddhistCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarbased on the current time in the given time zone with the given locale. - BuddhistCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarbased on the current time in the given time zone with the given locale. - BuddhistCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Constructs a
BuddhistCalendarbased on the current time in the default time zone with the given locale. - buffer_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
- BUFFER_OVERFLOW_ERROR - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- BUGINESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BUGINESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- BUGINESE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BUHID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BUHID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Buhid
- BUHID_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Transform this MeasureUnitImpl into a MeasureUnit, simplifying if possible.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.Builder
-
Deprecated.This API is for technology preview only.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Builds the display options.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Builder
-
Returns a new PersonNameFormatter with the values that were passed to this builder.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName.Builder
-
Returns a SimplePersonName with the field values and name locale that were passed to this builder.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Create a SpoofChecker with current configuration.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Builds and returns a new locale matcher.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList.Builder
-
Creates a LocalePriorityList.
- build() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Returns an instance of
ULocalecreated from the fields set on this builder. - build(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList.Builder
-
Creates a LocalePriorityList.
- build(StringTrieBuilder.Option) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Builds a BytesTrie for the add()ed data.
- build(StringTrieBuilder.Option) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Builds a CharsTrie for the add()ed data.
- buildByteBuffer(StringTrieBuilder.Option) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Builds a BytesTrie for the add()ed data and byte-serializes it.
- buildCharSequence(StringTrieBuilder.Option) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Builds a CharsTrie for the add()ed data and char-serializes it.
- builder - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.PVecToTrieCompactHandler
- builder() - Static method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
-
Deprecated.This API is for technology preview only.
- builder() - Static method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry
-
Deprecated.This API is for technology preview only.
- builder() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions
-
Creates a builder with the
UNDEFINEDvalue for all the parameters. - builder() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter
-
Returns a Builder object that can be used to construct a new PersonNameFormatter.
- builder() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName
-
Returns a Builder object that can be used to construct a new SimplePersonName object.
- builder() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns a builder used in chaining parameters for building a LocaleMatcher.
- Builder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator.Builder
-
Create SimpleFilteredBreakIteratorBuilder with no exception
- Builder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Constructor: Create a default Unicode Spoof Checker Builder, configured to perform all checks except for LOCALE_LIMIT and CHAR_LIMIT.
- Builder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Constructs an empty Builder.
- Builder(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator.Builder
- Builder(SpoofChecker) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Constructor: Create a Spoof Checker Builder, and set the configuration from an existing SpoofChecker.
- Builder(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator.Builder
-
Create SimpleFilteredBreakIteratorBuilder using given locale
- buildImmutable(CodePointTrie.Type, CodePointTrie.ValueWidth) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Compacts the data and builds an immutable
CodePointTrieaccording to the parameters. - buildImmutableIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Builds an immutable, thread-safe version of this instance, without data records.
- buildImpl(StringTrieBuilder.Option) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- buildMessageNode(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil
-
Factory method, builds and returns a MessageNode from a MessageFormat pattern string.
- buildMessageNode(MessagePattern) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil
-
Factory method, builds and returns a MessageNode from a MessagePattern.
- BUILTIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.RegionValidateMap
-
Deprecated.This API is ICU internal only.
- Built-in formatter functions - Section in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
- bundleName - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
- BurmeseBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- BurmeseBreakEngine() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.BurmeseBreakEngine
- BURUSHASKI_YEH_BARREE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- BUSHEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: bushel
- byBigDecimal(BigDecimal) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Multiply numbers by an arbitrary value before formatting.
- byDouble(double) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Multiply numbers by an arbitrary value before formatting.
- byDoubleAndPowerOfTen(double, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Multiply a number by both a power of ten and by an arbitrary double value before formatting.
- BYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: byte
- ByteArrayWrapper - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A simple utility class to wrap a byte array.
- ByteArrayWrapper() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Construct a new ByteArrayWrapper with no data.
- ByteArrayWrapper(byte[], int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Construct a new ByteArrayWrapper from a byte array and size
- ByteArrayWrapper(ByteBuffer) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Construct a new ByteArrayWrapper from the contents of a ByteBuffer.
- byteAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Entry
-
Returns a byte of the byte sequence.
- bytes - Variable in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Internal byte array.
- bytesAsByteBuffer() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Entry
- bytesLength() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Entry
- BytesTrie - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Light-weight, non-const reader class for a BytesTrie.
- BytesTrie(byte[], int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Constructs a BytesTrie reader instance.
- BytesTrie(BytesTrie) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Copy constructor.
- BytesTrie.Entry - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Return value type for the Iterator.
- BytesTrie.Iterator - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Iterator for all of the (byte sequence, value) pairs in a BytesTrie.
- BytesTrie.Result - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Return values for BytesTrie.next(), CharsTrie.next() and similar methods.
- BytesTrie.State - Class in org.graalvm.shadowed.com.ibm.icu.util
-
BytesTrie state object, for saving a trie's current state and resetting the trie back to this state later.
- BytesTrieBuilder - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Builder class for BytesTrie.
- BytesTrieBuilder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Constructs an empty builder.
- byteValueExact() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto abyte. - BYZANTINE_MUSICAL_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- BYZANTINE_MUSICAL_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
C
- c - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- c - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
Deprecated.This API is ICU internal only.
- CA_JAPANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
- CacheBase<K,
V, - Class in org.graalvm.shadowed.com.ibm.icu.implD> -
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" whengetInstance()was called. - CacheValue() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
- CacheValue.Strength - Enum Class 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
DateFormatuses 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
FORMATlocale. - 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_JAPANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
- Calendar.FormatConfiguration - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- Calendar.WeekData - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Simple, immutable struct-like class for access to the CLDR week data.
- CalendarAstronomer - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
CalendarAstronomeris 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
CalendarAstronomerobject that is initialized to the current date and time. - CalendarAstronomer(long) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Construct a new
CalendarAstronomerobject that is initialized to the specified time. - 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.
- 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.
- Callback API for CharsetICU API - Section in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetCallback
- CALORIE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: calorie
- CalType - Enum Class 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Canonical system zones.
- 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.
- CANONICAL_LOCATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Canonical system zones associated with actual locations.
- 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(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.
- canonicalize(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags
-
Implementation of LocaleMatcher.canonicalize(ULocale).
- canonicalize(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Partially canonicalizes a locale (language).
- 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
- CAPITALIZATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
CAPITALIZATION can be set to one of CAPITALIZATION_NONE through CAPITALIZATION_FOR_STANDALONE.
- CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION: The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the beginning of a sentence.
- CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION: The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the middle of a sentence.
- CAPITALIZATION_FOR_STANDALONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION: The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for stand-alone usage such as an isolated name on a calendar page.
- CAPITALIZATION_FOR_UI_LIST_OR_MENU - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION: The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for a user-interface list or menu item.
- CAPITALIZATION_NONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for CAPITALIZATION: The capitalization context to be used is unknown (this is the default value).
- CARAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: carat
- CARDINAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.PluralType
-
Plural rules for cardinal numbers: 1 file vs.
- 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
-
Deprecated.ICU 73 Use
UnicodeSet.CASE_INSENSITIVEinstead. - 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
-
Enable case insensitive matching.
- 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.
- CASH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyUsage
-
a setting to specify currency usage which determines currency digit and rounding for cash usage, for example: "50 NT$"
- 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".
- CatchallKey() - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.CatchallKey
-
Deprecated.
- 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
- CENTI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: centi, 10^-2.
- 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
- ceToJD(long, int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Convert an Coptic/Ethiopic year, month and day to a Julian day
- ceToJD(long, int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Convert an Coptic/Ethiopic year, month and day to a Julian day
- 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.
- 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_DIRECTION_COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- CHAR_LIMIT - Static variable in class 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
- 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.
- 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(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(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- 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.message2.FormattedMessage
-
Deprecated.This API is for ICU internal use only.
- charAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- 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(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(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(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Extract a single UTF-32 value from a string.
- 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
-
Same as
Character.charCount(int). - 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.
- CharSequences - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Deprecated.This API is ICU internal only.
- 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
-
CharsetDetectorprovides 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, 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(int, int, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Make a dummy CharTrie.
- 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.
- 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 class 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.
- checkHealth() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
Deprecated.This API is for ICU internal use only.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- 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
-
ChineseCalendaris a concrete subclass ofCalendarthat implements a traditional Chinese calendar. - ChineseCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Construct a
ChineseCalendarwith the default time zone and locale. - ChineseCalendar(int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Constructs a
ChineseCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - ChineseCalendar(int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Constructs a
ChineseCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - ChineseCalendar(int, int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Constructs a
ChineseCalendarwith the given date and time set for the default time zone with the defaultFORMATlocale. - ChineseCalendar(int, int, int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Constructs a
ChineseCalendarwith the given date and time set for the default time zone with the defaultFORMATlocale. - ChineseCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Construct a
ChineseCalendarwith the give date set in the default time zone with the default locale. - ChineseCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Constructs a
ChineseCalendarbased 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
ChineseCalendarbased on the current time in the given time zone with the defaultFORMATlocale. - ChineseCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Construct a
ChineseCalendarbased on the current time in the given time zone with the given locale. - ChineseCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Construct a
ChineseCalendarbased on the current time with the given time zone with the given locale. - ChineseCalendar(TimeZone, ULocale, int, TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Deprecated.This API is ICU internal only.
- ChineseCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Constructs a
ChineseCalendarbased on the current time in the default time zone with the given locale. - ChineseDateFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 50 Use SimpleDateFormat instead.
- ChineseDateFormat(String, String, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat
-
Deprecated.ICU 50
- ChineseDateFormat(String, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat
-
Deprecated.ICU 50
- ChineseDateFormat(String, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat
-
Deprecated.ICU 50
- ChineseDateFormat.Field - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 50
- ChineseDateFormatSymbols - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 50
- ChineseDateFormatSymbols() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormatSymbols
-
Deprecated.ICU 50
- ChineseDateFormatSymbols(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormatSymbols
-
Deprecated.ICU 50
- ChineseDateFormatSymbols(Calendar, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormatSymbols
-
Deprecated.ICU 50
- ChineseDateFormatSymbols(Calendar, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormatSymbols
-
Deprecated.ICU 50
- ChineseDateFormatSymbols(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormatSymbols
-
Deprecated.ICU 50
- 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).
- CHOICE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
The argument is a ChoiceFormat with one or more ((ARG_INT | ARG_DOUBLE), ARG_SELECTOR, message) tuples.
- 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_EXTENSION_I - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- CJK_UNIFIED_IDEOGRAPHS_EXTENSION_I_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
- CLASS_DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- 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.impl.UnicodeMap
- 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() - 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.
- clear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Clears the value in the given time field.
- 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
- clearDefaultFormatterNames() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- 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.
- clearFormatters() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- clearImpl() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- 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.
- clearSelectors() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- 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).
- Client Support - Section in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
- 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
DateTimePatternGeneratorobject. - 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.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - 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.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat - 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.CompactByteArray
-
Deprecated.This API is ICU internal only.
- clone() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- 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.UnicodeMap
-
Standard clone.
- 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.
- CODE_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- CODE_POINTS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
- 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.UnicodeMap.EntryRange
- codepoint - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Current code point, or the special value IS_STRING, if the iterator points to a string.
- 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 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceValues
-
The code point at index.
- 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(char[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Same as
Character.codePointAt(char[], int). - codePointAt(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- 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
- 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
- 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
- codePointCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- codePointCount(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Equivalent to the
Character.codePointCount(char[], int, int)method, for convenience. - codePointCount(CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Equivalent to the
Character.codePointCount(CharSequence, int, int)method, for convenience. - codepointEnd - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap.EntryRange
- codepointEnd - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
When iterating over ranges using nextRange(), codepointEnd contains the inclusive end of the iteration range, if codepoint != IS_STRING.
- 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.
- codePointLength(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- 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 Class 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns an
Iterablefor iteration over all the code points in this set. - codePoints(int, int, Padder.PadPosition) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
- codePoints(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- codePointStream() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns an
IntStreamof Unicode code point values from thisUnicodeSet. - 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
-
A CodePointTrie with
CodePointTrie.Type.FAST. - CodePointTrie.Fast16 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A CodePointTrie with
CodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_16. - CodePointTrie.Fast32 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A CodePointTrie with
CodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_32. - CodePointTrie.Fast8 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A CodePointTrie with
CodePointTrie.Type.FASTandCodePointTrie.ValueWidth.BITS_8. - CodePointTrie.Small - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A CodePointTrie with
CodePointTrie.Type.SMALL. - CodePointTrie.Small16 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A CodePointTrie with
CodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_16. - CodePointTrie.Small32 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A CodePointTrie with
CodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_32. - CodePointTrie.Small8 - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A CodePointTrie with
CodePointTrie.Type.SMALLandCodePointTrie.ValueWidth.BITS_8. - CodePointTrie.Type - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Selectors for the type of a CodePointTrie.
- CodePointTrie.ValueWidth - Enum Class 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
-
CollationElementIteratoris 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
CollationKeyrepresents aStringunder the rules of a specificCollatorobject. - 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 invalid input: '&' 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) - 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
- COMITATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- COMMA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- COMMON - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- 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() - 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.
- compact() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- compact() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- compact(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- compact(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- compact(Set, StringRange.Adder, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StringRange
-
Faster but not as good compaction.
- compact(Set, StringRange.Adder, boolean, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StringRange
-
Compact the set of strings.
- compact(PropsVectors.CompactHandler) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
- COMPACT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- CompactByteArray - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- CompactByteArray() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- CompactByteArray(byte) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- CompactByteArray(char[], byte[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- CompactByteArray(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- CompactCharArray - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- CompactCharArray() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- CompactCharArray(char) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- CompactCharArray(char[], char[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- CompactCharArray(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- 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 Class 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 Class 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(char[], char[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- 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(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, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- 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(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(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- 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(CharSequence, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- compare(Iterable, Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
- compare(Iterable, Iterable) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Utility to compare two iterables.
- compare(Object, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Compares the source Object to the target Object.
- compare(StringBuffer, StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - compare(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UPropertyAliases
-
Compare two property names, returning invalid input: '<'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(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(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(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
- compare(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - compare(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Compare two strings for canonical equivalence.
- compare(Collection, Collection, 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(Iterator, Iterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- compare(UCharacterIterator, UCharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - 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
- COMPARE_NORM_OPTIONS_SHIFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - 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, Iterable) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
- compareTo(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
- compareTo(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- 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(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Compares this
BigDecimalto another, using unlimited precision. - compareTo(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Compares this
BigDecimalto 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(PluralRules) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.internal
- compareTo(PluralRules.FixedDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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(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
Calendarobjects. - 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(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Creates a formatter from the pattern string.
- 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(...).
- 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) - 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
This is equivalent to
complement(MIN_VALUE, MAX_VALUE). - complement(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complements the specified character in this set.
- complement(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complements the specified range in this set.
- complement(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Complement the specified string in this set.
- 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.
- COMPLEMENTALL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- 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(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Constructs
ComplexUnitsConverterNOTE: - inputUnit and outputUnits must be under the same category - e.g. - ComplexUnitsConverter(MeasureUnitImpl, ConversionRates) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Constructs
ComplexUnitsConverterfor aninputUnitthat could be Single, Compound or Mixed. - ComplexUnitsConverter(MeasureUnitImpl, MeasureUnitImpl, ConversionRates) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Constructs
ComplexUnitsConverterNOTE: - inputUnit and outputUnits must be under the same category - e.g. - ComplexUnitsConverter.ComplexConverterResult - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- compose(char[], char[], boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - compose(char[], int, int, char[], int, int, boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - compose(int, String, T, T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap.Composer
-
This will be called with either a string or a code point.
- compose(CharSequence, int, int, boolean, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- compose(String, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - compose(String, boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - COMPOSE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
Decomposition followed by composition.
- COMPOSE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.8. Use Normalier.NFC
- COMPOSE_COMPAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.8. Use Normalizer.NFKC
- COMPOSE_CONTIGUOUS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
Compose only contiguously.
- composeAndAppend(CharSequence, boolean, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- ComposedCharIter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 2.2
- ComposedCharIter() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ComposedCharIter
-
Deprecated.ICU 2.2
- ComposedCharIter(boolean, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ComposedCharIter
-
Deprecated.ICU 2.2
- 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.
- Composer() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap.Composer
- composeWith(UnicodeMap, UnicodeMap.Composer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- composeWith(UnicodeSet, T, UnicodeMap.Composer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- COMPOUND - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Complexity
-
A compound unit, like meter-per-second.
- 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.
- compress(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
-
Compress a string 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.
- COMPRESSIONOFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- COMPRESSIONOFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- computeFields() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Converts the current millisecond time value
timeto field values infields[]. - 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.
- computeLimited(String, PluralRules.SampleType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.internal
- computeMillisInDay() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.ICU 60
- computeMillisInDayLong() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- computeTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Converts the current field values in
fields[]to the millisecond time valuetime. - computeZoneOffset(long, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.ICU 60
- computeZoneOffset(long, long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- concatenate(char[], char[], Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - concatenate(char[], int, int, char[], int, int, char[], int, int, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - concatenate(String, String, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - CONDITION_COUNT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
One more than the last span condition.
- 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
-
Enable this flag in
SpoofChecker.Builder.setChecks(int)to turn on all types of confusables. - Confusables - Section 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicConjunctBreak
- 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() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
-
Constructs a new instance with an empty prefix, suffix, and field.
- 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.
- ConstantMultiFieldModifier - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
An implementation of
Modifierthat 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.
- constrainFieldAndValue(Format.Field, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Deprecated.This API is for technology preview and might be changed or removed in a future release.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
Spans the longest substring that is a concatenation of set elements (characters or strings).
- CONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
- contains(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.BMPSet
- 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(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(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
- 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(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(Region) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Region
- CONTAINS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- containsAll(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- 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(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.
- 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(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- containsKey(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- containsKey(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- 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(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) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- 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.
- 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(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) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- 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.
- 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
- containsValue(T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- contentEquals(char[], Object[]) - 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
- contentEquals(FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- 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. - CONTEXTJ - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label does not meet the IDNA CONTEXTJ requirements.
- 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.
- CONTEXTO_DIGITS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label does not meet the IDNA CONTEXTO requirements for digits.
- CONTEXTO_PUNCTUATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label does not meet the IDNA CONTEXTO requirements for punctuation characters.
- 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.
- CONTINENT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Type representing a continent.
- 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, 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) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
- 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.
- 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
- CONVERTIBLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.Convertibility
- convertIDNToASCII(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertIDNToASCII(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
- convertIDNToASCII(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertIDNToASCII(UCharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertIDNToUnicode(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertIDNToUnicode(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.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertIDNToUnicode(UCharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - 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(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertToASCII(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertToASCII(UCharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.IDNA2003
- convertToASCII(UCharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertToUnicode(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertToUnicode(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - convertToUnicode(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.text.IDNA
-
Deprecated.ICU 55 Use UTS 46 instead via
IDNA.getUTS46Instance(int). - COPTIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- 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
CopticCalendarusing the current time in the default time zone with the default locale. - CopticCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constructs a
CopticCalendarwith 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
CopticCalendarwith the given date and time set for the default time zone with the default locale. - CopticCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constructs a
CopticCalendarwith the given date set in the default time zone with the default locale. - CopticCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constructs a
CopticCalendarbased on the current time in the default time zone with the given locale. - CopticCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constructs a
CopticCalendarbased on the current time in the given time zone with the default locale. - CopticCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constructs a
CopticCalendarbased 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
CopticCalendarbased on the current time in the given time zone with the given locale. - CopticCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constructs a
CopticCalendarbased on the current time in the default time zone with the given 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- copyFrom(DecimalQuantity) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Sets this instance to be equal to another instance.
- copyFrom(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
- copyOf(Map) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableMap
- copyOf(Set) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableSet
- copyOf(XCldrStub.Multimap) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.ImmutableMultimap
- 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.
- CORE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
If the field contains a main word with one or more separate prefixes, such as "van den Hul", this requests just the main word ("Hul").
- CORPUS_CHRISTI - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Corpus Christi, 60 days after Easter
- COUNT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
- COUNT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingType
- COUNT - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Number of standard plural forms/categories.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.BidiPairedBracketType
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.HangulSyllableType
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningType
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.NumericType
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty.NameChoice
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey.BoundMode
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- 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
- 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
- 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
nextTokenmethod can be called before it generates an exception. - cpFromCodePointAndLength(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
- cpIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Deprecated.This API is ICU internal only.
- cpIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Fast
-
Deprecated.This API is ICU internal only.
- cpIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small
-
Deprecated.This API is ICU internal only.
- 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() - 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(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(Reader) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Create a
VTimeZoneinstance by RFC2445 VTIMEZONE data. - create(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Create a
VTimeZoneinstance by the time zone ID. - create(String, String) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Factory
-
Deprecated.This API is ICU internal only.
- 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.
- 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(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator.CollatorFactory
-
Return an instance of the appropriate collator.
- createCollator(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator.CollatorFactory
-
Return an instance of the appropriate collator.
- createCopy() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- createCopy() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Like clone, but without the restrictions of the Cloneable interface clone.
- createData(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
- createData(UResourceBundle) - 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(Locale, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns a number format of the appropriate type.
- createFormat(ULocale, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
-
Returns a number format of the appropriate type.
- createFormatter(Locale, Map) - Method in interface org.graalvm.shadowed.com.ibm.icu.message2.FormatterFactory
-
Deprecated.This API is for technology preview only.
- createFromRules(String, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a
Transliteratorobject constructed from the given rule string. - 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.
- createFromSerialized(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
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) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Create a key from an id.
- 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
- 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.
- createScanner(ULocale, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.text.RbnfScannerProviderImpl
-
Deprecated.This API is ICU internal only.
- createSelector(Locale, Map) - Method in interface org.graalvm.shadowed.com.ibm.icu.message2.SelectorFactory
-
Deprecated.This API is for technology preview only.
- 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.
- createWithExponent(double, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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.
- CREDENTIALS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Professional qualifiers that in English generally follow the actual name, such as "M.D." or "J.D.".
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- currency - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- currency - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The currency to filter on.
- 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 - 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData.CompactType
- CURRENCY - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the currency property.
- CURRENCY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- CURRENCY_MATCH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
- CURRENCY_SPC_CURRENCY_MATCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Indicates the currency match pattern used in
DecimalFormatSymbols.getPatternForCurrencySpacing(int, boolean). - CURRENCY_SPC_INSERT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Indicates the insertion value used in
DecimalFormatSymbols.getPatternForCurrencySpacing(int, boolean). - CURRENCY_SPC_SURROUNDING_MATCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Indicates the surrounding match pattern used in
DecimalFormatSymbols.getPatternForCurrencySpacing(int, boolean). - 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
- Currency.CurrencyStringInfo - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- Currency.CurrencyUsage - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Currency Usage used for Decimal Format
- CurrencyAmount - Class in org.graalvm.shadowed.com.ibm.icu.util
-
An amount of currency, consisting of 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 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 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(Number, Currency) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CurrencyAmount
-
Constructs a new object given a number and a currency.
- currencyAsDecimal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- 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() - 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 Class in org.graalvm.shadowed.com.ibm.icu.impl
- CurrencyData.CurrencySpacingInfo.SpacingType - Enum Class 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) - 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.impl.ICUCurrencyMetaInfo
- 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.
- CurrencyDisplayNames() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Deprecated.This API is ICU internal only.
- 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.
- CurrencyInfo(String, String, long, long, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Deprecated.ICU 51 Use
CurrencyMetaInfo.currencyInfo(CurrencyFilter)instead. - CurrencyInfo(String, String, long, long, int, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Deprecated.This API is ICU internal only.
- CurrencyMetaInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Provides information about currencies that is not specific to a locale.
- CurrencyMetaInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Deprecated.This API is ICU internal only.
- 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
FORMATlocale. - 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
-
Identical to
ConstantMultiFieldModifier, but supports currency spacing. - 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
- CurrencyStringInfo(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyStringInfo
-
Deprecated.This API is ICU internal only.
- 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.Normalizer
-
Deprecated.ICU 56
- 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.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- 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.
- CURRENT_ERA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
- current32(CharacterIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteration
- 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".
D
- DAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- DALATH_RISH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- DALTON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: dalton
- DANGI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- DangiCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- DangiCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.DangiCalendar
-
Deprecated.This API is ICU internal only.
- DangiCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.DangiCalendar
-
Deprecated.This API is ICU internal only.
- DangiCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.DangiCalendar
-
Deprecated.This API is ICU internal only.
- DASH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Dash.
- DASH_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pd
- data - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- data - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationTailoring
- data - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Deprecated.This API is ICU internal only.
- Data(byte[], byte[], String[], Set, int[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- Data(Map, Map, byte[], LSR[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags.Data
- DATA_BLOCK_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Number of data values in a stage 2 (data array) block.
- DATA_BLOCK_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Number of data values in a stage 2 (data array) block.
- DATA_FORMAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DATA_GRANULARITY_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
The alignment size of a stage 2 data block.
- dataLength - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Deprecated.This API is ICU internal only.
- dataModelToString(MFDataModel.Message) - Static method in class org.graalvm.shadowed.com.ibm.icu.message2.MFSerializer
-
Deprecated.This API is for technology preview only.
- DataRecord - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
-
DataRecord contains the data used by PeriodFormatterData.
- DataRecord() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord
- DataRecord.ECountVariant - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EDecimalHandling - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EFractionHandling - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EGender - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EHalfPlacement - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EHalfSupport - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EMilliSupport - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.ENumberSystem - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EPluralization - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.ESeparatorVariant - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.ETimeDirection - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.ETimeLimit - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EUnitVariant - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.EZeroHandling - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DataRecord.ScopeData - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- DATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the day of the month. - DATE_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'd' field alignment, corresponding to the
Calendar.DATEfield. - DATE_INTERVAL_SPAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.SpanField
-
The concrete field used for spans in FormattedDateInterval.
- DATE_SKELETONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.This API is ICU internal only.
- DateFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- DateFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a new date format.
- DateFormat.BooleanAttribute - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
boolean attributes
- DateFormat.Field - Class in org.graalvm.shadowed.com.ibm.icu.text
-
The instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that DateFormat.formatToCharacterIterator() method returns.
- DateFormat.HourCycle - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Hour Cycle
- DateFormatSymbols - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- DateFormatSymbols() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constructs a DateFormatSymbols object by loading format data from resources for the default
FORMATlocale. - DateFormatSymbols(Class, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Variant of DateFormatSymbols(Calendar, Locale) that takes the Calendar class instead of a Calendar instance.
- DateFormatSymbols(Class, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Variant of DateFormatSymbols(Calendar, ULocale) that takes the Calendar class instead of a Calendar instance.
- DateFormatSymbols(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constructs a DateFormatSymbols object by loading format data from resources for the given locale.
- DateFormatSymbols(ResourceBundle, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Fetches a custom calendar's DateFormatSymbols out of the given resource bundle.
- DateFormatSymbols(ResourceBundle, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Fetches a custom calendar's DateFormatSymbols out of the given resource bundle.
- DateFormatSymbols(Calendar, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns the
DateFormatSymbolsobject that should be used to format a calendar system's dates in the given locale. - DateFormatSymbols(Calendar, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns the
DateFormatSymbolsobject that should be used to format a calendar system's dates in the given locale. - DateFormatSymbols(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constructs a DateFormatSymbols object by loading format data from resources for the given ulocale.
- DateFormatter - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Abstract formatter for dates.
- DateInterval - Class in org.graalvm.shadowed.com.ibm.icu.util
-
This class represents date interval.
- DateInterval(long, long) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.DateInterval
-
Constructor given from date and to date.
- DateIntervalFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
DateIntervalFormat is a class for formatting and parsing date intervals in a language-independent manner.
- DateIntervalFormat(String, DateIntervalInfo, SimpleDateFormat) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Deprecated.This API is ICU internal only.
- DateIntervalFormat.FormattedDateInterval - Class in org.graalvm.shadowed.com.ibm.icu.text
-
An immutable class containing the result of a date interval formatting operation.
- DateIntervalFormat.SpanField - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Class for span fields in FormattedDateInterval.
- DateIntervalInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
DateIntervalInfo is a public class for encapsulating localizable date time interval patterns.
- DateIntervalInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Deprecated.This API is ICU internal only.
- DateIntervalInfo(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Construct DateIntervalInfo for the given
Locale. - DateIntervalInfo(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Construct DateIntervalInfo for the given locale,
- DateIntervalInfo.PatternInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
PatternInfo class saves the first and second part of interval pattern, and whether the interval pattern is earlier date first.
- DateNumberFormat - Class in org.graalvm.shadowed.com.ibm.icu.impl
- DateNumberFormat(ULocale, char, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
- DateNumberFormat(ULocale, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
- DateRule - Interface in org.graalvm.shadowed.com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- DateTimePatternGenerator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
This class provides flexible generation of date format patterns, like "yy-MM-dd".
- DateTimePatternGenerator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Only for use by subclasses
- DateTimePatternGenerator.DisplayWidth - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Field display name width constants for getFieldDisplayName
- DateTimePatternGenerator.FormatParser - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- DateTimePatternGenerator.PatternInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
PatternInfo supplies output parameters for addPattern(...).
- DateTimePatternGenerator.VariableField - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- DateTimeRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
DateTimeRuleis a class representing a time in a year by a rule specified by month, day of month, day of week and time in the day. - DateTimeRule(int, int, int, boolean, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Constructs a
DateTimeRuleby the first/last day of week on or after/before the day of month and the time rule. - DateTimeRule(int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Constructs a
DateTimeRuleby the day of month and the time rule. - DateTimeRule(int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Constructs a
DateTimeRuleby the day of week and its ordinal number and the time rule. - DATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- DAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Day
- DAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is day, e.g.
- DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents a day.
- DAY - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents a day.
- DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with day.
- DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: day
- DAY_MS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The number of milliseconds in one day.
- DAY_OF_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of month field.
- DAY_OF_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the day of the month. - DAY_OF_WEEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of week field.
- DAY_OF_WEEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the day of the week. - DAY_OF_WEEK_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'E' field alignment, corresponding to the
Calendar.DAY_OF_WEEKfield. - DAY_OF_WEEK_IN_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of week in month field.
- DAY_OF_WEEK_IN_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- DAY_OF_WEEK_IN_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the ordinal number of the day of the week within the current month. - DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'F' field alignment, corresponding to the
Calendar.DAY_OF_WEEK_IN_MONTHfield. - DAY_OF_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the day of year field.
- DAY_OF_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- DAY_OF_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the day number within the current year. - DAY_OF_YEAR_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'D' field alignment, corresponding to the
Calendar.DAY_OF_YEARfield. - DAY_PERSON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: day-person
- DAYLIGHT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.TimeType
-
Daylight saving time
- DAYLIGHT_FORMER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
An input time is interpreted as daylight saving time when local time is switched to/from standard time.
- DAYLIGHT_LATTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
An input time is interpreted as daylight saving time when local time is switched to/from standard time.
- dayOfWeek(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
Return the day of week on the 1970-epoch day
- DAYPERIOD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- DayPeriodRules - Class in org.graalvm.shadowed.com.ibm.icu.impl
- DayPeriodRules.DayPeriod - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl
- DAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Days
- dayToFields(long, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- DB2_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in DB2.
- DEBUG - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.Utils.ChineseDigits
- DEBUG_OUTPUT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- DECADE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: decade
- DECEMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the twelfth month of the year. - DECI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: deci, 10^-1.
- DECILITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: deciliter
- decimal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- decimal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- decimal(NumberFormatter.DecimalSeparatorDisplay) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Sets the decimal separator display strategy.
- DECIMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData.CompactType
- DECIMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.SampleType
-
Deprecated.This API is ICU internal only.
- DECIMAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.NumericType
- DECIMAL_DIGIT_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Nd
- DECIMAL_SEPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- DECIMAL1 - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
- DECIMAL2 - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
- DECIMAL3 - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
- DecimalFormat - Section in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
- DecimalFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- DecimalFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the number pattern and symbols for the default locale.
- DecimalFormat(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the given pattern, using symbols for the default locale.
- DecimalFormat(String, DecimalFormatSymbols) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the given pattern and symbols.
- DecimalFormat(String, DecimalFormatSymbols, CurrencyPluralInfo, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Creates a DecimalFormat based on the given pattern and symbols, with additional control over the behavior of currency.
- DecimalFormat.PropertySetter - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- DecimalFormatProperties - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- DecimalFormatProperties() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
- DecimalFormatProperties.ParseMode - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Controls the set of rules for parsing a string from the old DecimalFormat API.
- DecimalFormatSymbols - Class in org.graalvm.shadowed.com.ibm.icu.text
-
. This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by
DecimalFormatto format numbers. - DecimalFormatSymbols() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Creates a DecimalFormatSymbols object for the default
FORMATlocale. - DecimalFormatSymbols(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Creates a DecimalFormatSymbols object for the given locale.
- DecimalFormatSymbols(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Creates a DecimalFormatSymbols object for the given locale.
- DecimalMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- DecimalQuantity - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
-
An interface representing a number to be processed by the decimal formatting pipeline.
- DecimalQuantity_AbstractBCD - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Represents numbers and digit display properties using Binary Coded Decimal (BCD).
- DecimalQuantity_AbstractBCD() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- DecimalQuantity_DualStorageBCD - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
A DecimalQuantity with internal storage as a 64-bit BCD, with fallback to a byte array for numbers that don't fit into the standard BCD.
- DecimalQuantity_DualStorageBCD() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantity_DualStorageBCD(double) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantity_DualStorageBCD(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantity_DualStorageBCD(long) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantity_DualStorageBCD(Number) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantity_DualStorageBCD(BigDecimal) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantity_DualStorageBCD(BigInteger) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantity_DualStorageBCD(DecimalQuantity_DualStorageBCD) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- DecimalQuantitySamplesRange(DecimalQuantity, DecimalQuantity) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
-
Deprecated.This API is ICU internal only.
- decimals(double) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- DECIMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: decimeter
- declarations - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.PatternMessage
-
Deprecated.
- declarations - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.SelectMessage
-
Deprecated.
- declination - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Equatorial
-
The declination, in radians.
- decode(CharSequence, boolean[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Punycode
-
Converts Punycode to Unicode.
- decodeInts(int[], String[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- decodeLoop(ByteBuffer, CharBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Decodes one or more bytes.
- decomp - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
- DECOMP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.8. Use Normalizer.NFD
- DECOMP_COMPAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.8. Use Normalizer.NFKD
- decompose(char[], char[], boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - decompose(char[], int, int, char[], int, int, boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - decompose(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 and returns the length of the decomposition (2 or 3).
- decompose(CharSequence, int, int, StringBuilder, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Decomposes s[src, limit[ and writes the result to dest.
- decompose(CharSequence, int, int, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- decompose(CharSequence, StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- decompose(String, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - decompose(String, boolean, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - DECOMPOSE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
Map, and reorder canonically.
- decomposeAndAppend(CharSequence, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- DecomposeNormalizer2(Normalizer2Impl) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
- decomposition() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ComposedCharIter
-
Deprecated.ICU 2.2
- DECOMPOSITION_TYPE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Decomposition_Type.
- decompress(byte[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
-
Decompress a byte array into a String.
- decompress(byte[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
-
Decompress a byte array into a Unicode character array.
- decompress(byte[], int, int, int[], char[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
-
Decompress a byte array into a Unicode character array.
- DEFAULT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.PreferredOrder
-
Indicates the name has no preferred field order, and that the formatter should deduce the proper field order based on the locales of the name and the formatter.
- DEFAULT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.DisplayOrder
-
The default display order; used to indicate normal formatting.
- DEFAULT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Formality
-
The default formality for the locale.
- DEFAULT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Length
-
The default name length for the locale.
- DEFAULT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.AvailableType
-
Locales that return data when passed to ICU APIs, but not including legacy or alias locales.
- DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
- DEFAULT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ENumberSystem
- DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.StandardPluralRanges
-
An empty StandardPluralRanges instance.
- DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
A
MathContextobject initialized to the default settings for general-purpose arithmetic. - DEFAULT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
A special reordering code that is used to specify the default reordering codes for a locale.
- DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for default style pattern.
- DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Default options value: UTS #46 nontransitional processing.
- DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
The default rules that accept any number and return
PluralRules.KEYWORD_OTHER. - DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Option to prohibit processing of unassigned code points in the input
- DEFAULT_CURRENCY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Deprecated.ICU 61 This API is ICU internal only.
- DEFAULT_IGNORABLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- DEFAULT_IGNORABLE_CODE_POINT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Default_Ignorable_Code_Point (new).
- DEFAULT_IGNORABLES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- DEFAULT_MATH_CONTEXT_34_DIGITS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
The default MathContext, 34-digit version.
- DEFAULT_MATH_CONTEXT_UNLIMITED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
The default MathContext, unlimited-precision version.
- DEFAULT_REGION - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
- DEFAULT_ROUNDING_MODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
The default rounding mode.
- DEFAULT_USAGE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
- defaultDigits - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Deprecated.This API is ICU internal only.
- defaultKeywordValue(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
-
Set the keyword value only if it is not already set to something else.
- Defining Custom Plural Rules - Section in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- DEGREE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: degree
- DEKA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: deka, 10^1.
- delete(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Removes the codepoint at the specified position in this target (shortening target by 1 character if the codepoint is a non-supplementary, 2 otherwise).
- delete(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Removes the codepoint at the specified position in this target (shortening target by 1 character if the codepoint is a non-supplementary, 2 otherwise).
- deleteFrom(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Delete all the matching spans in sequence, using SpanCondition.SIMPLE The code alternates spans; see the class doc for
UnicodeSetSpannerfor a note about boundary conditions. - deleteFrom(CharSequence, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Delete all matching spans in sequence, according to the spanCondition.
- deleteIfZeroRefCount() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject
- DELIMITER_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- DELTA_SHIFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- DELTA_TCCC_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- DELTA_TCCC_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- DELTA_TCCC_GT_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- DELTA_TCCC_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- DEMOTIC_EGYPTIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- deprecated - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
- DEPRECATED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- DEPRECATED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Type representing a region whose code has been deprecated, usually due to a country splitting into multiple territories or changing its name.
- DEPRECATED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Deprecated (new).
- DequeI() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
- describePosition() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Return a string description of the position of the last line returned by readLine() or readLineSkippingComments().
- describePosition() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.TokenIterator
-
Return a string description of the position of the last line returned by readLine() or readLineSkippingComments().
- DESERET - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DESERET - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Deseret
- DESERET_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DESSERT_SPOON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: dessert-spoon
- DESSERT_SPOON_IMPERIAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: dessert-spoon-imperial
- destinationIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
The start index of the current span in the destination string; the span has length
Edits.Iterator.newLength(). - destinationIndexFromSourceIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
Computes the destination index corresponding to the given source index.
- detect() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Return the charset that best matches the supplied input data.
- detectAll() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Return an array of all charsets that appear to be plausible matches with the input data.
- DEVANAGARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DEVANAGARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Devanagari
- DEVANAGARI_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DEVANAGARI_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DEVANAGARI_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DEVANAGARI_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DEVANAGARI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DF_FULL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_LONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_MEDIUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DF_SHORT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Date Format type
- DH_CATCOUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_FORMATVERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_FTABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_FTABLELEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_MAGIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_RTABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_RTABLELEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_RULESOURCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_RULESOURCELEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_SIZE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_STATUSTABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_STATUSTABLELEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_TRIE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DH_TRIELEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- DHU_AL_HIJJAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Dhu al-Hijjah, the 12th month of the Islamic year.
- DHU_AL_QIDAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Dhu al-Qi'dah, the 11th month of the Islamic year.
- DIACRITIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Diacritic.
- DIALECT_HANDLING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
DIALECT_HANDLING can be set to STANDARD_NAMES or DIALECT_NAMES.
- DIALECT_NAMES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for DIALECT_HANDLING: use dialect names, when generating a locale name, e.g.
- DIALECT_NAMES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Use dialect names, when generating a locale name, e.g.
- DIALECT_NAMES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.DialectHandling
-
Use dialect names when generating a locale name, e.g.
- DictionaryBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- DictionaryBreakEngine() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine
-
Constructor
- DictionaryBreakEngine.DequeI - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
-
A deque-like structure holding raw ints.
- Differences from java.text.MessageFormat - Section in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- digit(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- digit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returnss the numeric value of a decimal digit code point.
- digit(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returnss the numeric value of a decimal digit code point.
- DIGIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.NumericType
- DIGIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the digit property.
- DIGIT_TYPE_AN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Digit type option: Use Arabic-Indic digits (U+0660...U+0669).
- DIGIT_TYPE_AN_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Digit type option: Use Eastern (Extended) Arabic-Indic digits (U+06f0...U+06f9).
- DIGIT_TYPE_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for digit type options.
- DIGITS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- DIGITS_AN2EN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Digit shaping option: Replace Arabic-Indic digits by European digits (U+0030...U+0039).
- DIGITS_EN2AN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Digit shaping option: Replace European digits (U+0030...U+0039) by Arabic-Indic digits.
- DIGITS_EN2AN_INIT_AL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Digit shaping option: Replace European digits (U+0030...U+0039) by Arabic-Indic digits if the most recent strongly directional character is an Arabic letter (its Bidi direction value is RIGHT_TO_LEFT_ARABIC).
- DIGITS_EN2AN_INIT_LR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Digit shaping option: Replace European digits (U+0030...U+0039) by Arabic-Indic digits if the most recent strongly directional character is an Arabic letter (its Bidi direction value is RIGHT_TO_LEFT_ARABIC).
- DIGITS_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for digit shaping options.
- DIGITS_NOOP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Digit shaping option: do not perform digit shaping.
- DIGITS_OR_ALL_SEPARATORS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- DIGITS_OR_STRICT_ALL_SEPARATORS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- DINGBATS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DINGBATS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- dir - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
- DIR_NON_SPACING_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type NSM
- DIRECT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Open a resource bundle for the exact bundle name as requested; no fallbacks, do not load parent bundles.
- DIRECTION_DEFAULT_LEFT_TO_RIGHT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm.
- DIRECTION_DEFAULT_RIGHT_TO_LEFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Constant indicating that the base direction depends on the first strong directional character in the text according to the Unicode Bidirectional Algorithm.
- DIRECTION_LEFT_TO_RIGHT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Constant indicating base direction is left-to-right.
- DIRECTION_RIGHT_TO_LEFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Constant indicating base direction is right-to-left.
- DIRECTIONALITY_ARABIC_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_ARABIC_NUMBER. - DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_BOUNDARY_NEUTRAL. - DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_COMMON_NUMBER_SEPARATOR. - DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_EUROPEAN_NUMBER. - DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR. - DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR. - DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_LEFT_TO_RIGHT. - DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING. - DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE. - DIRECTIONALITY_NONSPACING_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_NONSPACING_MARK. - DIRECTIONALITY_OTHER_NEUTRALS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_OTHER_NEUTRALS. - DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_PARAGRAPH_SEPARATOR. - DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_POP_DIRECTIONAL_FORMAT. - DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_RIGHT_TO_LEFT. - DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC. - DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING. - DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE. - DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_SEGMENT_SEPARATOR. - DIRECTIONALITY_UNDEFINED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Undefined bidirectional character type.
- DIRECTIONALITY_WHITESPACE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Equivalent to
Character.DIRECTIONALITY_WHITESPACE. - Direct Use - Section in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
- DISALLOWED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label or domain name contains disallowed characters.
- DISJOINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- DISPLAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Category
-
Category used to represent the default locale for displaying user interfaces.
- DISPLAY_LENGTH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
DISPLAY_LENGTH can be set to LENGTH_FULL or LENGTH_SHORT.
- DisplayContext - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Display context settings.
- DisplayContext.Type - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Type values for DisplayContext
- displayOptions(DisplayOptions) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the
DisplayOptions. - DisplayOptions - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents all the display options that are supported by CLDR such as grammatical case, noun class, ...
- DisplayOptions.Builder - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Responsible for building
DisplayOptions. - DisplayOptions.Capitalization - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents all the capitalization options.
- DisplayOptions.DisplayLength - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents all the display lengths.
- DisplayOptions.GrammaticalCase - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents all the grammatical cases that are supported by CLDR.
- DisplayOptions.NameStyle - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents all the name styles.
- DisplayOptions.NounClass - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents all the grammatical noun classes that are supported by CLDR.
- DisplayOptions.PluralCategory - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Standard CLDR plural category constants.
- DisplayOptions.SubstituteHandling - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents all the substitute handlings.
- DISTANCE_SKIP_SCRIPT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
Distance value bit flag, set by the builder.
- distances - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- DIVES_AKURU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DIVES_AKURU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- DIVES_AKURU_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- divide(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value isthis/rhs, using fixed point arithmetic. - divide(BigDecimal, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value isthis/rhs, using fixed point arithmetic and a rounding mode. - divide(BigDecimal, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value isthis/rhs, using fixed point arithmetic and a given scale and rounding mode. - divide(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value isthis/rhs. - divideInteger(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value is the integer part ofthis/rhs. - divideInteger(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value is the integer part ofthis/rhs. - divideUpDictionaryRange(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.BurmeseBreakEngine
- divideUpDictionaryRange(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.CjkBreakEngine
- divideUpDictionaryRange(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.KhmerBreakEngine
- divideUpDictionaryRange(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LaoBreakEngine
- divideUpDictionaryRange(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
- divideUpDictionaryRange(CharacterIterator, int, int, DictionaryBreakEngine.DequeI, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.ThaiBreakEngine
- divideUpRange(CharacterIterator, int, int, CharacterIterator, int, int[], DictionaryBreakEngine.DequeI) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.MlBreakEngine
-
Divide up a range of characters handled by this break engine.
- DO_MIRRORING - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
option bit for writeReordered(): replace characters with the "mirrored" property in RTL runs by their mirror-image mappings
- doCompare(CharSequence, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Deprecated.This API is ICU internal only.
- doCompare(CharSequence, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Deprecated.This API is ICU internal only.
- DOGRA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DOGRA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- DOGRA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DOLLAR_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- DOM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Date rule type defined by exact day of month.
- DOMAIN_NAME_TOO_LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A domain name is longer than 255 bytes in its storage form.
- DOMAIN_NAME_TOO_LONG_ERROR - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- DOMINO_TILES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DOMINO_TILES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- DONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Value returned when there are no more characters to iterate.
- DONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl.IterInternal
- DONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
DONE is returned by previous() and next() after all valid boundaries have been returned.
- DONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ComposedCharIter
-
Deprecated.ICU 2.2
- DONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- DONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
DONE is returned by previous() and next() after all valid matches have been returned, and by first() and last() if there are no matches at all.
- DONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.UForwardCharacterIterator
-
Indicator that we have reached the ends of the UTF16 text.
- DONE32 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteration
- DONT_CARE_FLAGS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- DontCareFieldPosition - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
DontCareFieldPosition is a subclass of FieldPosition that indicates that the caller is not interested in the start and end position of any field.
- dontCheckFCD() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- doOperation(SortedSet, int, SortedSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
Utility that could be on SortedSet.
- DOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: dot
- DOT_PER_CENTIMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: dot-per-centimeter
- DOT_PER_INCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: dot-per-inch
- DOTNET_DATE_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in the .NET framework's
System.DateTimestructure. - DOUBLE_LIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- DOUBLE_OPTIONAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ApostropheMode
-
A literal apostrophe is represented by either a single or a double apostrophe pattern character.
- DOUBLE_QUOTE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- DOUBLE_REQUIRED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ApostropheMode
-
A literal apostrophe must be represented by a double apostrophe pattern character.
- DOUBLE_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
First constant for double Unicode properties.
- doubleValue() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto adouble. - doubleValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- DOW - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Date rule type defined by day of week in month.
- DOW_GEQ_DOM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Date rule type defined by first day of week on or after exact day of month.
- DOW_LEQ_DOM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Date rule type defined by last day of week on or before exact day of month.
- DOW_LOCAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the local day of week field.
- DOW_LOCAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
get()andset()indicating the localized day of week. - DOW_LOCAL_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'e' field alignment, corresponding to the
Calendar.DOW_LOCALfield. - DPAUCAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EDecimalHandling
- DPLURAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EDecimalHandling
- DRAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: dram
- DROP - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: drop
- DSINGULAR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EDecimalHandling
- DSINGULAR_SUBONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EDecimalHandling
- DST_OFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the daylight savings offset in milliseconds. - DT_CONTEXT_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- DT_WIDTH_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- DUAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EPluralization
- DUAL_JOINING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningType
- dummyStringBuilder - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- dump(PrintStream) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
Debug function to display the break iterator data.
- dump(PrintStream) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Deprecated.This API is ICU internal only.
- DUNAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: dunam
- DUPLOYAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DUPLOYAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- DUPLOYAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- DUPLOYAN_SHORTAND - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Deprecated.ICU 54
- DURATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Deprecated.ICU 74 Use MeasureFormat instead.
- DurationFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 56 Use MeasureFormat or RelativeDateTimeFormatter instead.
- DurationFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DurationFormat
-
Deprecated.This API is ICU internal only.
- DurationFormat(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DurationFormat
-
Deprecated.This API is ICU internal only.
- DurationFormatter - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Formatter for durations in milliseconds.
- DurationFormatterFactory - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Factory used to construct DurationFormatters.
E
- e - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- E - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- E_BASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- E_BASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- E_BASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- E_BASE_GAZ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- E_BASE_GAZ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- E_MODIFIER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- E_MODIFIER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- E_MODIFIER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- EARLY_DYNASTIC_CUNEIFORM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EARLY_DYNASTIC_CUNEIFORM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EARTH_MASS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: earth-mass
- EARTH_RADIUS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: earth-radius
- EAST_ASIAN_WIDTH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property East_Asian_Width.
- EASTER_MONDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Easter Monday, 1 day after Easter
- EASTER_SUNDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Easter Sunday
- EasterHoliday - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- EasterHoliday(int, boolean, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Construct a holiday that falls a specified number of days before or after Easter Sunday each year, using either the Western or Orthodox calendar.
- EasterHoliday(int, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Construct a holiday that falls a specified number of days before or after Easter Sunday each year.
- EasterHoliday(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Construct a holiday that falls on Easter Sunday every year
- EASTERN_SYRIAC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- Ecliptic(double, double) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Ecliptic
-
Constructs an Ecliptic coordinate object.
- eclipticToEquatorial(double, double) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Convert from ecliptic to equatorial coordinates.
- Edits - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Records lengths of string edits but not replacement text.
- Edits() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Constructs an empty object.
- Edits.Iterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Access to the list of edits.
- EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EGYPTIAN_HIEROGLYPH_FORMAT_CONTROLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EGYPTIAN_HIEROGLYPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EGYPTIAN_HIEROGLYPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- EGYPTIAN_HIEROGLYPHS_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EGYPTIAN_HIEROGLYPHS_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EGYPTIAN_HIEROGLYPHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ELBASAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ELBASAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ELBASAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ELECTRONVOLT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: electronvolt
- Element() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.RangeValueIterator.Element
-
Empty default constructor to make javadoc happy
- Element() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ValueIterator.Element
-
Empty default constructor to make javadoc happy
- ELEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Field
-
The element text in the result which came from the input strings.
- elementAt(char) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- elementAt(char) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- elementAt(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
- elementAti(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
- elementAti(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
- ELUL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Elul, the 13th month of the Hebrew year.
- ELYMAIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ELYMAIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- ELYMAIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: em
- EMOJI - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Emoji.
- EMOJI_COMPONENT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Emoji_Component.
- EMOJI_KEYCAP_SEQUENCE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property of strings Emoji_Keycap_Sequence.
- EMOJI_MODIFIER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Emoji_Modifier.
- EMOJI_MODIFIER_BASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Emoji_Modifier_Base.
- EMOJI_PRESENTATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Emoji_Presentation.
- EmojiProps - Class in org.graalvm.shadowed.com.ibm.icu.impl
- EMOTICONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EMOTICONS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EMPTY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- EMPTY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarCache
- EMPTY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
A constant, empty FormattedStringBuilder.
- EMPTY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
- EMPTY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constant for the empty set.
- EMPTY_EXTENSIONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
- EMPTY_LABEL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A non-final domain name label (or the whole domain name) is empty.
- enabled() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUDebug
- enabled(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUDebug
- enableInputFilter(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Enable filtering of input text.
- enableTentativeEra() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Deprecated.This API is ICU internal only.
- ENCLOSED_ALPHANUMERIC_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSED_ALPHANUMERIC_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSED_ALPHANUMERICS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSED_ALPHANUMERICS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSED_CJK_LETTERS_AND_MONTHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSED_IDEOGRAPHIC_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSED_IDEOGRAPHIC_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ENCLOSING_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Me
- encode(CharSequence, boolean[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Punycode
-
Converts Unicode to Punycode.
- encodeLoop(CharBuffer, ByteBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Encodes one or more chars.
- encodeToIntForResource(List) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- end - Variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
-
Deprecated.This API is ICU internal only.
- END - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
- END_OF_SUBTAG - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
-
Bit flag used on the last character of a subtag in the trie.
- END_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Pe
- endCodePoint - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.Range
- endElement - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
- endIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- endsWith(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
- engineering() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Notation
-
Print the number using engineering notation, a variant of scientific notation in which the exponent must be divisible by 3.
- ENGINEERING - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Standard floating point notation (with engineering exponential format, where the power of ten is a multiple of 3).
- ENGLISH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- ensureCanonIterData() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Builds the canonical-iterator data for this instance.
- ensureCapacity(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Ensure that the internal byte array is at least of length capacity.
- entries() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- EntryRange() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap.EntryRange
- entryRanges() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Returns an Iterable over EntryRange, designed for efficient for loops over UnicodeMaps.
- entrySet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- entrySet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- EPEP - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Επηπ / ﺐﻴﺑأ, the 11th month of the Coptic year.
- EPIPHANY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Epiphany, January 6th
- EPOCH_JULIAN_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The Julian day of the epoch, that is, January 1, 1970 on the Gregorian calendar.
- EPOCH_OFFSET_MINUS_1_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Deprecated.This API is ICU internal only.
- EPOCH_OFFSET_PLUS_1_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the epoch plus one value for a time scale.
- EPOCH_OFFSET_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the epoch offset value for a time scale.
- EPSILON - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
- EPSILON_MULTIPLIER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
- EQ_0 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- EQ_1 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- equal(CharSequence, int, int, CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.UTF16Plus
-
Compares two CharSequence subsequences for binary equality.
- equal(CharSequence, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.UTF16Plus
-
Compares two CharSequence objects for binary equality.
- EQUAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- EQUAL_AFTER_ROUNDING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Used to indicate that the two numbers in the range were equal, but only after rounding rules were applied.
- EQUAL_BEFORE_ROUNDING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Used to indicate that the two numbers in the range were equal, even before any rounding rules were applied.
- equal_int(int[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Compare two sections of an array for equality.
- equals(int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- equals(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- equals(CharSequence, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.BurmeseBreakEngine
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.CjkBreakEngine
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.KhmerBreakEngine
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LaoBreakEngine
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.ThaiBreakEngine
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
CLOVER:OFF
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if rhs extends Period and the two Periods are equal.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ImmutableEntry
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
CLOVER:OFF
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil.CaseInsensitiveKey
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags.Data
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixPatternMatcher
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Pair
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
Boilerplate API; calls through to wrapped object.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
CLOVER:OFF
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Equals function.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.Range
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Compares this
BigDecimalwithrhsfor equality. - equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatterSettings
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Tests that argument object is equals to this CollationElementIterator.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Compare this CollationKey and the specified Object for equality.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Compares the equality of two Collator objects.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Override equals
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Overrides equals.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Overrides equals.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Override equals
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Compares the specified object with this
PatternInfofor equality. - equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Tests for equality between this formatter and another formatter.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Two MeasureFormats, a and b, are equal if and only if they have the same formatWidth, locale, and equal number formats.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Overrides equals.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Returns true if both BreakIterators are of the same class, have the same rules, and iterate over the same text.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Compares the equality of two Collator objects.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Tests two RuleBasedNumberFormats for equality.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Override equals.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Equality function.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- equals(Object) - Method in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Compare this ParseException to another and evaluate if they are equal.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Returns true if this Position is equal to the given object.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Compares the specified object with this set for equality.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Return true if the bytes in each wrapper are equal.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Compares this calendar to the specified object.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CaseInsensitiveString
-
Compare the object with this
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateInterval
-
Override equals
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Measure
-
Returns true if the given object is equal to this object.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Overrides equals.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Overrides equals.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns true if the other object is another ULocale with the same full name.
- equals(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Checks if this version information is equals to the argument version
- equals(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Compares the equality of two text Strings using this Collator's rules, strength and decomposition mode.
- equals(Period) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if the same units are defined with the same counts, both extend into the future or both into the past, and if the limits (at, more than, less than) are the same.
- equals(RBBIDataWrapper.RBBIStateTable, RBBIDataWrapper.RBBIStateTable) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
Equals helper for state tables, including null handling.
- equals(CollationKey) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Compare this CollationKey and the argument target CollationKey for equality.
- equals(CurrencyMetaInfo.CurrencyFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Type-safe override of
CurrencyMetaInfo.CurrencyFilter.equals(Object). - equals(PluralFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Returns true if this equals the provided PluralFormat.
- equals(PluralRules) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Returns true if rhs is equal to this.
- equals(ULocale.RegionValidateMap) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.RegionValidateMap
-
Deprecated.This API is ICU internal only.
- equals(T, T) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- EQUALS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- equalsChars(CharSequence, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- Equatorial(double, double) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Equatorial
-
Constructs an Equatorial coordinate object.
- ERA - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the era field.
- ERA - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- ERA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the era, e.g., AD or BC in the Julian calendar. - ERA_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'G' field alignment, corresponding to the
Calendar.ERAfield. - EraRules - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
EraRulesrepresents calendar era rules specified in supplementalData/calendarData. - ERGATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- ERROR_VALUE_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
- ES_AUXILIARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
EXType for
LocaleData.getExemplarSet(int, int). - ES_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- ES_CURRENCY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Deprecated.ICU 51
- ES_INDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
EXType for
LocaleData.getExemplarSet(int, int). - ES_PUNCTUATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Corresponds to the 'punctuation' CLDR exemplars in http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements.
- ES_STANDARD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
EXType for
LocaleData.getExemplarSet(int, int). - escape(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Version of
AffixUtils.escape(CharSequence, StringBuilder)that returns a String, or null if input is null. - escape(CharSequence, StringBuilder) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Takes a string and escapes (quotes) characters that have special meaning in the affix pattern syntax.
- escape(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convert characters outside the range U+0020 to U+007F to Unicode escapes, and convert backslash to a double backslash.
- escape(T, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Escapes one code point using
uxxxx notation for U+0000 to U+FFFF and Uxxxxxxxx for U+10000 and above. - escapeUnprintable(T, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Escapes one unprintable code point using
uxxxx notation for U+0000 to U+FFFF and Uxxxxxxxx for U+10000 and above. - ESTHER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- estimateLength(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Estimates the number of code points present in an unescaped version of the affix pattern string (one that would be returned by
AffixUtils.unescape(CharSequence, FormattedStringBuilder, int, AffixUtils.SymbolProvider, NumberFormat.Field)), assuming that all interpolated symbols consume one code point and that currencies consume as many code points as their symbol width. - ESTRANGELO_SYRIAC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ETHER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
The character at index i, where i < contextStart || i >= contextLimit, is ETHER.
- ETHIOPIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ETHIOPIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Ethiopic
- ETHIOPIC_AMETE_ALEM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ETHIOPIC_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_EXTENDED_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_EXTENDED_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ETHIOPIC_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- EthiopicCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Implement the Ethiopic calendar system.
- EthiopicCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a default
EthiopicCalendarusing the current time in the default time zone with the default locale. - EthiopicCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarwith the given date set in the default time zone with the default locale. - EthiopicCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarwith the given date and time set for the default time zone with the default locale. - EthiopicCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarwith the given date set in the default time zone with the default locale. - EthiopicCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarbased on the current time in the default time zone with the given locale. - EthiopicCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarbased on the current time in the given time zone with the default locale. - EthiopicCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarbased on the current time in the given time zone with the given locale. - EthiopicCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarbased on the current time in the given time zone with the given locale. - EthiopicCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constructs a
EthiopicCalendarbased on the current time in the default time zone with the given locale. - EthiopicToJD(long, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Convert an Ethiopic year, month, and day to a Julian day.
- EUROPEAN_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type EN
- EUROPEAN_NUMBER_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type ES
- EUROPEAN_NUMBER_TERMINATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type ET
- EVENING1 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- EVENING2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- EXA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: exa, 10^18.
- Examples - Section in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
- Example Usage - Section in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- EXBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: exbi, 1024^6.
- EXCEL_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in Excel.
- EXCEPT_ZERO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Show the minus sign on negative numbers and the plus sign on positive numbers.
- EXCLAMATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- EXCLUDED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Candidate for Exclusion from Identifiers.
- EXCLUSION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- EXEMPLAR_LOCATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Exemplar location, such as "Los Angeles" and "Paris".
- EXEMPLAR_LOCATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Exemplar location name, such as "Los Angeles".
- exists(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
- expand(String, String, boolean, Collection) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.StringRange
- EXPLICIT_LANGUAGE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- EXPLICIT_LSR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- EXPLICIT_REGION - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- EXPLICIT_SCRIPT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- explicitExactDouble - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Deprecated.This API is ICU internal only.
- exponent - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
The value of the (suppressed) exponent after the number has been put into a notation with exponents (ex: compact, scientific).
- EXPONENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- EXPONENT_SIGN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- EXPONENT_SYMBOL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- exponentHasPlusSign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- exponentZeros - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- EXT_MAX_BYTES - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Deprecated.This API is ICU internal only.
- EXTEND - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicConjunctBreak
- EXTEND - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- EXTEND - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- EXTEND - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- EXTENDED_CHAR_NAME - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.UCharacterNameChoice
- EXTENDED_PICTOGRAPHIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Extended_Pictographic.
- EXTENDED_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the extended year field.
- EXTENDED_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
get()andset()indicating the extended year. - EXTENDED_YEAR_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'u' field alignment, corresponding to the
Calendar.EXTENDED_YEARfield. - EXTENDER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Extender.
- EXTENDNUMLET - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- Extension - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- Extension(char) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.Extension
- extract(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TrieIterator
-
Called by next() to extracts a 32 bit value from a trie value used for comparison.
- extractBaseUnits(MeasureUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
- extractBaseUnits(SingleUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
- extractCompoundBaseUnit(MeasureUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
- extractConvertibility(MeasureUnitImpl, MeasureUnitImpl, ConversionRates) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
- extractIndividualUnitsWithIndices() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
- extractSystems(SingleUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
F
- f - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- 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.
- Factory() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Factory
-
Deprecated.This API is ICU internal only.
- Factory() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.Factory
-
Deprecated.This API is ICU internal only.
- 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) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check the specified string for possible security issues.
- failsChecks(String, SpoofChecker.CheckResult) - 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_FORMAT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.Pattern
- 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
- FAST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Type
-
Fast/simple/larger BMP data structure.
- FAST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder.Option
-
Builds a trie quickly.
- fastIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Deprecated.This API is ICU internal only.
- 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
- FAVOR_REGION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Minimize
-
Deprecated.This API is ICU internal only.
- FAVOR_SCRIPT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Minimize
-
Deprecated.This API is ICU internal only.
- 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
- FCD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
"Fast C or D" form.
- FCD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - 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
-
Partial constructor, see
CollationIterator(CollationData). - FCDUTF16CollationIterator(CollationData, boolean, CharSequence, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- fDebugEnv - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Deprecated.This API is ICU internal only.
- 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
MONTHfield indicating the second month of the year. - FEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- FEMALE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.Gender
-
Deprecated.This API is ICU internal only.
- fEmbedding - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
- FEMININE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- FEMTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: femto, 10^-15.
- fetchCEs() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Fetches all CEs.
- FEW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- FEW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
- 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) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat.Field
-
Create a
Fieldwith 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.
- Field(String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat.Field
-
Deprecated.ICU 50
- Field(String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constructs a
DateFormat.Fieldwith the given name and theCalendarfield which this attribute represents. - FIELD_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- 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.
- FilteredBreakIteratorBuilder() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Deprecated.internal to ICU
- 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
- FINAL_VALUE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
The input unit(s) continued a matching string and there is a value for the string so far.
- finalize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject.Reference
- find(CharSequence, int, EnumSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
- find(CharSequence, int, EnumSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
- find(CharSequence, int, EnumSet) - 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.
- find(CharSequence, int, TextTrieMap.ResultHandler) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
- find(CharSequence, TextTrieMap.ResultHandler) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
- find(String, int, EnumSet) - 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.
- findBestMatch(String, int, EnumSet) - 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
- findBySubType(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.This API is ICU internal only.
- 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.
- 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(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.
- findCommonPrefix(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Utility to find the maximal common prefix of two strings.
- 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.
- findIn(CharSequence, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only. Use span instead.
- findLastIn(CharSequence, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only. Use spanBack instead.
- findMismatch(Matcher, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.RegexUtilities
- 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.
- 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(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.
- 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
- findText(String, String, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.RbnfLenientScanner
-
Deprecated.ICU 54
- findTopLevel(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- findTopLevel(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Deprecated.This API is ICU internal only.
- findTopLevel(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- findTopLevel(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Deprecated.This API is ICU internal only.
- 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 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Pair
- 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() - 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- 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 - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
The first entry in the enumeration of reordering groups.
- 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
-
the first day of the week, where 1 =
Calendar.SUNDAYand 7 =Calendar.SATURDAY - 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.
- FIXED_ALL_SURROGATES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.RangeOption
-
getRange() enumerates all same-value ranges as stored in the map, except that all surrogates (U+D800..U+DFFF) are treated as having the surrogateValue, which is passed to getRange() as a separate parameter.
- FIXED_LEAD_SURROGATES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.RangeOption
-
getRange() enumerates all same-value ranges as stored in the map, except that lead surrogates (U+D800..U+DBFF) are treated as having the surrogateValue, which is passed to getRange() as a separate parameter.
- FixedDecimal(double) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- FixedDecimal(double, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- FixedDecimal(double, int, long) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- FixedDecimal(double, int, long, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- FixedDecimal(double, int, long, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- FixedDecimal(long) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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 - 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).
- Flags() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider.Flags
- 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
BigDecimalto afloat. - floatValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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(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.
- 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.
- 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
- fold(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- 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_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(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, 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(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
- FORCE_GIVEN_FIRST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.DisplayOrder
-
Forces the formatter to format the name in given-first order.
- FORCE_SURNAME_FIRST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.DisplayOrder
-
Forces the formatter to format the name in surname-first order.
- 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
- forCustomData(Map) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.CompactNotation
-
Deprecated.This API is ICU internal only.
- 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(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined cardinal-number
PluralRulesfor a givenLocale. - forLocale(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a ULocale object for a
Locale. - forLocale(Locale, PluralRules.PluralType) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined
PluralRulesfor a givenLocaleand the plural type. - forLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.StandardPluralRanges
-
Create a StandardPluralRanges based on locale.
- forLocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Factory
-
Deprecated.This API is ICU internal only.
- forLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined cardinal-number
PluralRulesfor a given 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, PluralRules.PluralType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Factory
-
Deprecated.This API is ICU internal only.
- forLocale(ULocale, PluralRules.PluralType) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Provides access to the predefined
PluralRulesfor a given locale and the plural type. - forLocaleOrDefault(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Deprecated.This API is ICU internal only.
- FORMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Use the formal variant of the currency symbol; for example, "NT$" for the New Taiwan dollar in zh-TW.
- FORMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Formality
-
The more formal version of the name.
- 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) - 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) - 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(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Specialization of format.
- format(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Formats a plural message for a given number.
- 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(double, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
- format(double, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Specialization of format.
- format(double, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Specialization of format.
- 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(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(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(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the
Stringrepresentation of thisBigDecimal, modified by layout parameters. - format(int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the
Stringrepresentation of thisBigDecimal, modified by layout parameters and allowing exponential notation. - format(long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DateFormatter
-
Format the date, provided as milliseconds.
- 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(long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Specialization of format.
- 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(long, 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.text.DecimalFormat
-
Specialization of format.
- format(long, 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.RuleBasedNumberFormat
-
Formats the specified number using the formatter's default rule set.
- format(CharSequence...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Formats the given values.
- format(Number) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given
BigInteger,BigDecimal, or otherNumberto a string using the settings specified in the NumberFormatter fluent setting chain. - format(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Formats a number
- format(Object...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a list of objects.
- 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 providedStringBuffer. - format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicDurationFormat
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
-
Formats a Number using the wrapped LocalizedNumberFormatter.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a time object into a time string.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format an object to produce a string.
- format(Object, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DurationFormat
-
Deprecated.ICU 56
- 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 a map or array of objects and appends the
MessageFormat's pattern, with format elements replaced by the formatted objects, to the providedStringBuffer. - 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(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(Object, StringBuffer, FieldPosition) - 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.TimeZoneFormat
- format(Object, Map) - Method in interface org.graalvm.shadowed.com.ibm.icu.message2.Formatter
-
Deprecated.This API is for technology preview only.
- format(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
-
Selects the phrase for the given keyword.
- 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) - 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(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format a BigDecimal.
- 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.text.DecimalFormat
-
Formats a BigDecimal.
- 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.RuleBasedNumberFormat
-
NEW Implement org.graalvm.shadowed.com.ibm.icu.text.NumberFormat: Format a BigDecimal.
- format(BigInteger) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format a BigInteger.
- format(BigInteger, 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.text.DecimalFormat
-
Formats a BigInteger.
- format(BigInteger, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats a BigInteger.
- 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(Temporal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a
Temporalinto a date/time string. - format(Temporal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a
Temporalinto a date/time string. - format(Temporal, Temporal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format two
Temporals to produce a string. - format(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a collection of objects.
- format(Date) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DateFormatter
-
Format the date, provided as a java Date object.
- format(Date) - 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(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
-
Deprecated.This API is for technology preview only.
- format(Map, 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 providedStringBuffer. - format(Period) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatter
-
Format a Period.
- format(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format an ICU BigDecimal.
- 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.text.DecimalFormat
-
Formats an ICU BigDecimal.
- format(BigDecimal, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats an ICU 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(RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.AbsoluteUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date without a quantity.
- 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) - 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(Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat
- format(Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Formats a date into a date/time string.
- 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(Calendar, Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format 2 Calendars to produce a string.
- format(CurrencyAmount) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Convenience method to format a CurrencyAmount.
- format(CurrencyAmount, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Formats a CurrencyAmount.
- format(CurrencyAmount, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Formats a CurrencyAmount.
- format(DateInterval, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format a DateInterval to produce a string.
- format(Measure) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Format the given
MeasureorCurrencyAmountto a string using the settings specified in the NumberFormatter fluent setting chain. - FORMAT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Category
-
Category used to represent the default locale for formatting date, number and/or currency.
- 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 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constant for context.
- 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
- format1ForSource(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Format a String for representation in a source file.
- formatAndAppend(StringBuilder, int[], CharSequence...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Formats the given values, appending to the appendTo builder.
- 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.
- 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.
- 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.
- 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.
- formatDurationFrom(long, long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DurationFormat
-
Deprecated.ICU 56
- 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.
- formatDurationFromNow(long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DurationFormat
-
Deprecated.ICU 56
- 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.
- formatDurationFromNowTo(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DurationFormat
-
Deprecated.ICU 56
- formatForSource(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Format a String for representation in a source file.
- formatImpl(DecimalQuantity, FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Deprecated.ICU 60 This API is ICU internal only.
- formatImpl(DecimalQuantity, MeasureUnit, FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Deprecated.ICU 67 This API is ICU internal only.
- formatInput(StringBuffer, Replaceable, Transliterator.Position) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
-
Convenience method.
- 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(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.
- formatMeasurePerUnit(Measure, MeasureUnit, StringBuilder, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Formats a single measure per unit.
- formatMeasures(StringBuilder, FieldPosition, Measure...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Formats a sequence of measures.
- formatMeasures(Measure...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Format 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.
- FormatParser() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
- 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(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(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(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.
- FormattedMessage - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for ICU internal use only.
- FormattedMessage() - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.FormattedMessage
-
Deprecated.This API is for ICU internal use only.
- 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.
- FormattedPlaceholder - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for ICU internal use only.
- FormattedPlaceholder(Object, FormattedValue) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.FormattedPlaceholder
-
Deprecated.This API is for ICU internal use only.
- 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.
- Formatter - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- 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
- FormatterFactory - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- 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 anAttributedCharacterIterator. - 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(Object, Map) - Method in interface org.graalvm.shadowed.com.ibm.icu.message2.Formatter
-
Deprecated.This API is for technology preview only.
- formatToString(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
-
Deprecated.This API is for technology preview only.
- formatToString(PersonName) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
- formatToString(PersonName) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter
-
Formats a name.
- 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(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.
- formatToValue(Object...) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a list of objects to a FormattedList.
- formatToValue(Temporal, Temporal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format two
Temporals to produce a FormattedDateInterval. - formatToValue(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Format a collection of objects to a FormattedList.
- formatToValue(RelativeDateTimeFormatter.Direction, RelativeDateTimeFormatter.AbsoluteUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Formats a relative date without a quantity.
- formatToValue(Calendar, Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format 2 Calendars to produce a FormattedDateInterval.
- formatToValue(DateInterval) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Format a DateInterval to produce a FormattedDateInterval.
- 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, NumberFormatter.UnitWidth, String, PluralRules, MicroPropsGenerator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameMultiplexer
- FORMER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
An input time is always interpreted as local time before a time zone transition.
- FORMER_LATTER_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- 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
-
Alternative to the
Character.UnicodeBlock.forName(String)method. - 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.
- forString(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Returns the appropriate fieldModifier for its display name.
- forString(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Deprecated.This API is for ICU internal use only.
- forULocaleOrDefault(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Deprecated.This API is ICU internal only.
- 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
-
FieldPosition selector for 'S' field alignment, corresponding to the
Calendar.MILLISECONDfield. - 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.
- fRData - Variable in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Deprecated.This API is ICU internal only.
- 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.
- Freezable Model - Section in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
- 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.UnicodeMap
- 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.
- freeze(Map) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Freeze an inverse map.
- FRENCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- FRIDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Friday
- FRIDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Friday, e.g.
- FRIDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
DAY_OF_WEEKfield indicating Friday. - FRIDAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Fridays
- 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(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Convert a
longdatetime from the given time scale to the universal time scale. - from(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Makes a set from a multicharacter string.
- 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(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(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.
- 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.Fast
-
Creates a trie from its binary form.
- fromBinary(CodePointTrie.ValueWidth, ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Small
-
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. - fromDecimalFormat(DecimalFormatProperties, DecimalFormatSymbols, DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter
-
Deprecated.ICU 60 This API is ICU internal only.
- 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 class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- fromIdentifier(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- fromIdentifier(String) - Static method in enum class 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.
- fromMeasureUnitImpl(MeasureUnitImpl) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.Internal API for ICU use only.
- fromName(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.ListGenderStyle
-
Deprecated.This API is ICU internal only.
- fromOld(int) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
- fromString(CharSequence) - Static method in enum class 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_NAME - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Print the full name of the unit, without any abbreviations.
- FULL_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat.FormatWidth - FULLWIDTH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
- FunctionAnnotation(String, Map) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.FunctionAnnotation
-
Deprecated.This API is for technology preview only.
- FunctionExpression(MFDataModel.FunctionAnnotation, List) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.FunctionExpression
-
Deprecated.This API is for technology preview only.
- 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
- 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
- GARAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- GARAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- GARAY_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- GASOLINE_ENERGY_DENSITY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: gasoline-energy-density
- 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
- GenderInfo - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- GenderInfo(GenderInfo.ListGenderStyle) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo
-
Deprecated.This API is ICU internal only.
- GenderInfo.Gender - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- GenderInfo.ListGenderStyle - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- 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
- General remarks about the API: - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- GENERATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Generational qualifiers that in English generally follow the actual name, such as "Jr." or "III".
- GENERIC_LOCATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Generic location format, such as "United States Time (New York)" and "Italy Time".
- 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_LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Generic long non-location format, such as "Eastern Time".
- GENERIC_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Generic short non-location format, such as "ET".
- 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.
- GENITIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- GENITIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Requests the genitive form of the field's contents, if possible.
- genPatternInfo(String, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Deprecated.This API is ICU internal only.
- 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(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.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.Trie2Writable
-
Get the value for a code point as stored in the Trie2.
- get(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Gets the value associated with a given code point.
- 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(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the resource in a given resource at the specified index.
- get(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarCache
- 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(Object) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUCache
- 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(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(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUConfig
-
Get ICU configuration property value for the given name.
- get(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override for get(String, String[]).
- 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(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Gets the value associated with a given code point.
- 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(String, 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[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Convenience override for get(Key, String[]).
- get(URL) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
- 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(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(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(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- get(ULocale, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULangDataTables
- get(ULocale, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURegionDataTables
- get(ULocale, int) - 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(ULocale, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.text.RbnfScannerProviderImpl
-
Deprecated.This API is ICU internal only.
- get(ULocale, String) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.RbnfLenientScannerProvider
-
Deprecated.ICU 54
- get(ULocale, ULocale[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- 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.
- getAffixImpl(boolean, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Deprecated.This API is ICU internal only. Use
FormattedNumber.nextPosition(ConstrainedFieldPosition)for related functionality. - 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(String, ClassLoader, String, String[], int, String[], HashMap, UResourceBundle) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- getAliasedResource(ICUResourceBundle, String[], int, String, int, HashMap, 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.
- 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
pathin 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 specifiedsink'sput()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
CharsetDetectorclass. - getAllItemsWithFallback(String, UResource.Sink) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Locates the resource specified by
pathin this resource bundle (performing any necessary fallback and following any aliases) and calls the specifiedsink'sput()method with that resource. - getAllItemsWithFallbackNoFail(String, UResource.Sink) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- getAllKeywordDecimalQuantityValues(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- 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.
- getAllKeywordValues(String, PluralRules.SampleType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- getAllNames() - Static method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetProviderICU
-
Deprecated.This API is ICU internal only.
- 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
Localeinstances 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
- getAppendFormatNumber(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- getAppendFormatNumber(UResource.Key) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- 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.
- getApproximatelySignString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Deprecated.This API is for technology preview only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
- getArgumentLimit(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
- 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Get all of the available units.
- getAvailable(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
For the given type, return 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(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
Localeon the given date. - 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.
- getAvailableIDs() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns an enumeration over the programmatic names of registered
Transliteratorobjects. - getAvailableIDs() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Return a new String array containing all system TimeZone IDs.
- 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(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(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.
- 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() - 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(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.
- 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of ULocales installed the base bundle.
- 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
getInstancemethods 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
getInstancemethods 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, notLocale. - 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(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(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.
- 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() - 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.impl.TimeZoneNamesImpl
- getAvailableMetaZoneIDs(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TZDBTimeZoneNames
- 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.charset.CharsetProviderICU
-
Deprecated.This API is ICU internal only.
- 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Get the set of ULocales installed the base bundle.
- 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
getInstancemethods 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
getInstancemethods 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Factory
-
Deprecated.This API is ICU internal only.
- 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.
- 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(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(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.
- getAvailableValues() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Old form for compatibility
- getAvailableValues(U) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Old form for compatibility
- 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 class 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.
- getBaseFactor() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the base name of the resource bundle
- getBaseName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the (normalized) base name for the specified locale, like
ULocale.getName(String), but without keywords. - 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) - 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.
- getBeginIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.2. Use startIndex() instead.
- getBeginIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- 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(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches one of the desired locales.
- getBestLocale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches the desired locale.
- getBestLocaleResult(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired and supported 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.
- getBestMatch(Iterable) - 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
LocalePriorityListdoes and returns the supported locale which best matches one of the desired locales. - getBestMatch(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the supported locale which best matches the desired locale.
- getBestMatchResult(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Returns the best match between the desired and supported 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.
- 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.
- getBidiSkeleton(int, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Get the "bidiSkeleton" for an identifier string and a direction.
- 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.
- getBreakInstance(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Deprecated.This API is ICU internal only.
- 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) - 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, 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.impl.ICUResourceBundle
- getBundleInstance(String, String, ClassLoader, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
- 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(String, String, ClassLoader, ICUResourceBundle.OpenType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- 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, 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) - 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, 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. - getBundleInstance(String, ULocale, ICUResourceBundle.OpenType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- 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.
- 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.Calendar.FormatConfiguration
-
Deprecated.This API is ICU internal only.
- 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
Calendarfield 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(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.
- getCanonicalCLDRID(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
- getCanonicalCode(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.This API is ICU internal only.
- 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) - 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.
- getCanonicalSkeletonAllowingDuplicates(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- 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
-
Like
StringSegment.getCommonPrefixLength(CharSequence), but never performs case folding, even if case folding was enabled in the constructor. - 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
- getCCFromYesOrMaybeYes(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- getCCFromYesOrMaybeYesCP(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.CharacterIteratorobject 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
- getCharFromName1_0(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.ICU 49
- 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(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.
- getChars(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
- 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ClassLoaderUtil
-
Returns a fallback class loader.
- getClassLoader(Class) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ClassLoaderUtil
-
Returns the class loader used for loading the specified class.
- 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(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.
- 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.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
- 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(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.
- 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.
- getCodePointZero() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Deprecated.This API is ICU internal only.
- 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
-
Gets the
RuleBasedCollatorused for the language rules. - 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
-
BEGIN GETTERS/SETTERS ///
- 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, 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 class 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_da_DK
- 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_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_de
- 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_el
- 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_en
- 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_es
- 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_fr
- 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_it
- 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_iw
- 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.impl.data.HolidayBundle
- getContents() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageNode
- 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.impl.LocaleDisplayNamesImpl
- 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
- getCopyOfMeasureUnitImpl() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.This API is ICU internal only.
- 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.
- getCountVisibleFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UFieldPosition
-
Deprecated.This API is ICU internal only.
- 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
-
Returns the currency symbol, for
DecimalFormatSymbols.getCurrency()API compatibility only. - 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the default
FORMATlocale. - 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(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Return a formatter for CurrencyAmount objects in the given locale.
- getCurrencyInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getCurrencyInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getCurrencyInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getCurrencyPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Deprecated.This API is for ICU internal use only
- 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
- getCurrencyString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyStringInfo
-
Deprecated.This API is ICU internal only.
- 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(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Creates a custom zone for the offset
- 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.
- getData() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRoot
- 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
- 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(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.
- getDataCE32(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Returns the CE32 from the data trie.
- getDataModel() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
-
Deprecated.This API is for technology preview only.
- 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
CalendarAstronomerobject, represented as aDateobject. - getDateAtTimePattern(Calendar, ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- 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.
- getDateFormatBundle(Class, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.ICU 4.0
- getDateFormatBundle(Class, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.ICU 4.0
- getDateFormatBundle(Calendar, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.ICU 4.0
- getDateFormatBundle(Calendar, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.ICU 4.0
- getDateFormatSymbols() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Gets the date/time formatting data.
- getDateFormatSymbols() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.This API is ICU internal only.
- 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
FORMATlocale. - 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
FORMATlocale. - 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) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject for the default locale that can be used to format dates in the calendar system specified bycal. - getDateInstance(Calendar, int, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format dates in the calendar system specified bycal. - getDateInstance(Calendar, int, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format dates in the calendar system specified bycal. - 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
DateFormatappropriate to this calendar. - getDateTimeFormat(int, int, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a
DateFormatappropriate 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
FORMATlocale. - 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
FORMATlocale. - 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) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject for the default locale that can be used to format dates and times in the calendar system specified bycal. - getDateTimeInstance(Calendar, int, int, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format dates and times in the calendar system specified bycal. - getDateTimeInstance(Calendar, int, int, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format dates and times in the calendar system specified bycal. - getDateTimePattern(Calendar, ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- getDayOfWeekInMonth(int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- getDayOfWeekType(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.
- 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.
- getDecimalDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- getDecimalDigitsWithoutTrailingZeros() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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
- getDecimalQuantitySamples(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.ICU internal only
- getDecimalQuantitySamples(String, PluralRules.SampleType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.ICU internal only
- getDecimalSamples(String, PluralRules.SampleType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the decomposition mode of this Collator.
- getDecomposition() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Returns the decomposition mode of this Collator.
- 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(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.
- getDefault() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterFactory
-
Return the default rdf factory as a BasicPeriodFormatterFactory.
- getDefault() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the default
TimeZonefor this host. - getDefault() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the current default ULocale.
- getDefault(URL) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
- 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.
- getDefaultFactory() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Factory
-
Deprecated.This API is ICU internal only.
- getDefaultFormatterNameForType(Class) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry
-
Deprecated.This API is for technology preview only.
- getDefaultFormatterTypes() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry
-
Deprecated.This API is for technology preview only.
- 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.
- getDefaultHourFormatChar() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- 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
TimeZoneFormatinstance. - 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.
- getDefaultXSymbolTable() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- 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.
- getDetectableCharsets() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the character used for a digit in a pattern.
- getDigit(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- getDigit(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Gets the digit at the specified magnitude.
- 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
- getDigitStringsLocal() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Deprecated.This API is ICU internal only.
- 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() - 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
- getDirection(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns the Bidirection property of a code point.
- getDirectionality(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Equivalent to the
Character.getDirectionality(char)method, for convenience. - getDisplayCountry() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's country localized for display in the default
DISPLAYlocale. - 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.
- 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.
- getDisplayKeyword(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns a keyword localized for display in the default
DISPLAYlocale. - 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
DISPLAYlocale. - 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.
- 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.
- getDisplayLanguage() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the default
DISPLAYlocale. - 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.
- 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.
- getDisplayLanguageWithDialect() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's language localized for display in the default
DISPLAYlocale. - 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.
- 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.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the display name for this currency in the default locale.
- getDisplayName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Return the name of this holiday in the language of the default
DISPLAYlocale. - 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
DISPLAYlocale. - getDisplayName() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the default
DISPLAYlocale. - 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
DISPLAYlocale. - 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(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) - 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
DISPLAYlocale. - 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(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, 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, 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, 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, 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(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(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.
- 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
DISPLAYlocale. - 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(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Returns the display name for this currency in the given 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(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(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(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(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(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
DISPLAYlocale. - 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(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
nameparameter 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(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(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the provided locale.
- 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(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.
- 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(String, TimeZoneNames.NameType[], long, String[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
- getDisplayNames(String, TimeZoneNames.NameType[], long, String[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Deprecated.This API is ICU internal only.
- 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, 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) - 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, Comparator, 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.
- getDisplayNameWithDialect() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the default
DISPLAYlocale. - 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.
- getDisplayNameWithDialect(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale name localized for display in the provided locale.
- getDisplayOrder() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
- 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
DISPLAYlocale. - 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.
- 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.
- getDisplayScriptInContext() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Deprecated.This API is ICU internal only.
- getDisplayScriptInContext(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Deprecated.This API is ICU internal only.
- getDisplayScriptInContext(String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Deprecated.This API is ICU internal only.
- getDisplayScriptInContext(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Deprecated.This API is ICU internal only.
- getDisplayVariant() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns this locale's variant localized for display in the default
DISPLAYlocale. - 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.
- 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.
- 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.
- getEffectiveCurrency() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Deprecated.This API is ICU internal only.
- 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.
- getEndIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.2. Use endIndex() instead.
- getEndIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- 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 class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Returns the error code of this exception.
- getErrorHandlingBehavior() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
-
Deprecated.This API is for technology preview only.
- getErrorIndex() - Method in exception class 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 class 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
- getErrorOnReset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- 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(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Returns the set of exemplar characters for a locale.
- 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.
- getExponent() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- getExponent() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- 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(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.
- getExtension(Character) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the fallback locale for this locale.
- 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.
- getFallbackIntervalPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Get the fallback interval pattern.
- getFC_NFKC_Closure(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- getFC_NFKC_Closure(int, char[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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.
- getFields(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- getFieldValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Gets the value associated with the current field position.
- getFieldValue(PersonName.NameField, Set) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.PersonName
-
Returns one field of the name, possibly in a modified form.
- getFieldValue(PersonName.NameField, Set) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName
-
Returns one field of the name, possibly in a modified form.
- 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.
- getFilterAsUnicodeSet(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Deprecated.This API is ICU internal only.
- 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.
- getFirstCharactersInScripts() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Deprecated.This API is ICU internal, only for testing.
- getFirstCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- getFirstDayOfWeek() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns what the first day of the week is, where 1 =
Calendar.SUNDAYand 7 =Calendar.SATURDAY. - getFirstFixedDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Deprecated.This API is ICU internal only.
- 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.
- getFixedDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Deprecated.This API is ICU internal only.
- getFixedDecimal(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Deprecated.This API is ICU internal only.
- 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
formatmethods or returned fromparsemethods. - getFormatStyle() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Return style
- getFormattedValue() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.FormattedPlaceholder
-
Deprecated.This API is for ICU internal use only.
- 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.
- getFormatter(String) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry
-
Deprecated.This API is for technology preview only.
- getFormatterNames() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry
-
Deprecated.This API is for technology preview only.
- 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.
- getFractionDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UFieldPosition
-
Deprecated.This API is ICU internal only.
- 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_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.Trie2
-
Get the trie 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.
- getFrozenInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- getFrozenTimeZone(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the
TimeZonefor 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(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(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(ULocale, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
Returns the functionally equivalent locale.
- getFunctionalEquivalent(ULocale, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Factory
-
Deprecated.This API is ICU internal only.
- 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.
- getGender() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Deprecated.This API is for technology preview only.
- 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.
- 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
-
CLOVER:OFF
- getGroupMSB(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the MSB from the group index
- getGroupName(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the group name of the character
- getGroupName(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Gets the name of the argument group index.
- 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
- getIanaID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns primary IANA zone ID for the input zone ID.
- getIanaID(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns the preferred time zone ID in the IANA database for the given time zone ID.
- getICUCanonicalName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetProviderICU
-
Deprecated.This API is ICU internal only.
- getId() - Method in enum class 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 class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- getIdentifier() - Method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- getIdentifier() - Method in enum class 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.
- getIdentifier() - Method in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Deprecated.This API is ICU internal only.
- getIdentifierTypes(int, EnumSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Writes code point c's Identifier_Type as a set of IdentifierType values and returns the number of types.
- 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.
- getIDTypes(int, EnumSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- 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() - 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.Normalizer
-
Deprecated.ICU 56
- 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.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- 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
- getIndex(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance
- getIndexArray() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- getIndexArray() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- 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 class 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
- getInput() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.FormattedPlaceholder
-
Deprecated.This API is for ICU internal use only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Properties
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the Collator for the current default locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Returns the unique instance of the currency meta info.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the default 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the default locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Construct a flexible generator according to data for the default
FORMATlocale. - getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns a DecimalFormatSymbols instance for the default 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() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the default
FORMATlocale. - getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for the default locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a calendar using the default time zone and locale.
- getInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Gets the LocaleData object associated with the default
FORMATlocale - getInstance(boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireDecimalSeparatorValidator
- 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(char[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a
UCharacterIteratorobject given a source character array. - getInstance(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a
UCharacterIteratorobject given a source character array. - getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CodePointMatcher
- getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.IgnorablesMatcher
- 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(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getInstance(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Gets a StringPrep instance for the specified profile
- 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(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(int, boolean, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Factory method for creating a numbering system.
- 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, 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, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(short, short, short) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
- 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(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PaddingMatcher
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton and the default
FORMATlocale. - 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
Transliteratorobject given its ID. - getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a
UCharacterIteratorobject given a source string. - 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(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Region
-
Returns a Region using the given region ID.
- getInstance(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns an instance of VersionInfo with the argument version.
- getInstance(StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a
UCharacterIteratorobject given a source StringBuffer. - getInstance(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Returns a
Transliteratorobject given its ID. - getInstance(String, String, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
- 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, 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, DateIntervalInfo) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Construct a DateIntervalFormat from skeleton DateIntervalInfo, and the default
FORMATlocale. - 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, 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(ByteBuffer, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
- getInstance(CharacterIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a
UCharacterIteratorobject given a CharacterIterator. - getInstance(Locale) - 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.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.CurrencyPluralInfo
-
Gets a CurrencyPluralInfo instance for the given locale.
- getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the 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(Locale) - 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(Locale) - 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.LocaleDisplayNames
-
Convenience overload of
LocaleDisplayNames.getInstance(Locale, DisplayContext...)that specifiesDisplayContext.STANDARD_NAMES. - getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified locale.
- getInstance(Locale) - 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.TimeZoneFormat
-
Returns a frozen instance of
TimeZoneFormatfor the givenLocale. - getInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns an instance of
TimeZoneNamesfor the specifiedLocale. - 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(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(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo
-
Deprecated.This API is ICU internal only.
- 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(Locale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead 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
NumberFormatterinstead of NumberFormat. - 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(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(Locale, MeasureFormat.FormatWidth) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Create a format from the
Localeand formatWidth. - 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(Locale, NumberFormat) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular
Localethat uses a particular NumberFormat object. - getInstance(K, D) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheBase
-
Retrieves an instance from the cache.
- getInstance(K, D) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SoftCache
- getInstance(CalType, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
- getInstance(DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.InfinityMatcher
- 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.MinusSignMatcher
- getInstance(DecimalFormatSymbols, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.PlusSignMatcher
- getInstance(DecimalFormatSymbols, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NanMatcher
- getInstance(DecimalFormatSymbols, Grouper) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ScientificMatcher
- getInstance(DecimalFormatSymbols, Grouper, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.DecimalMatcher
- getInstance(Replaceable) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns a
UCharacterIteratorobject given aReplaceableobject. - 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(Calendar.FormatConfiguration) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Deprecated.This API is ICU internal only.
- 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(Currency, DecimalFormatSymbols, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CombinedCurrencyMatcher
- 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(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(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(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames
-
The factory method of
TimeZoneGenericNames. - getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Returns the Collator for the desired locale.
- 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(ULocale) - 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.DateFormatSymbols
-
Returns a DateFormatSymbols instance for the given 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(ULocale) - 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.DurationFormat
-
Deprecated.ICU 56
- 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) - 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.LocaleDisplayNames
-
Convenience overload of
LocaleDisplayNames.getInstance(ULocale, DialectHandling)that specifies STANDARD dialect handling. - getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Returns the default numbering system for the specified ULocale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter
-
Returns a RelativeDateTimeFormatter for a particular locale.
- getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns a frozen instance of
TimeZoneFormatfor the given locale. - getInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Returns an instance of
TimeZoneNamesfor the 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(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(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo
-
Deprecated.This API is ICU internal only.
- 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(ULocale, boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfoProvider
- getInstance(ULocale, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyDisplayInfoProvider
- 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(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getInstance(ULocale, CompactDecimalFormat.CompactStyle) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getInstance(ULocale, DisplayContext...) - 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.text.LocaleDisplayNames
-
Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale, using the provided DisplayContext settings
- 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(ULocale, LocaleDisplayNames.DialectHandling) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- 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, MeasureFormat.FormatWidth) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Create a format from the locale, formatWidth, and format.
- 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(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(V) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
-
Returns a CacheValue instance that holds the value.
- 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
DateFormatobject 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
DateFormatobject 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
DateFormatobject 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
DateFormatobject that can be used to format dates and times in the calendar system specified bycal. - getInstanceForSkeleton(Calendar, String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format dates and times in the calendar system specified bycal. - 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.
- getInstanceFromCompiledRules(ByteBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Deprecated.This API is ICU internal only.
- getInstanceNoStdPat(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- 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
NumberFormatterinstead of NumberFormat. - getIntegerInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getIntegerInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getIntegerValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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() - 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.impl.LocaleIDs
-
Returns a three-letter abbreviation for the provided country.
- 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() - 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.impl.LocaleIDs
-
Returns a three-letter abbreviation for the 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.
- getISOCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyStringInfo
-
Deprecated.This API is ICU internal only.
- getISOComment(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.ICU 49
- getISOCommentCharacters(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
CLOVER:OFF
- 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 unique language codes defined in ISO 639.
- getItems() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
- getIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the iterator which iterates over this resource bundle
- getJavaCanonicalName(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetProviderICU
-
Deprecated.This API is ICU internal only.
- getJDEpochOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Deprecated.This API is ICU internal only.
- getJDEpochOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Deprecated.This API is ICU internal only.
- 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
- getJulianDay() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Get the current time of this
CalendarAstronomerobject, 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ImmutableEntry
- 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.
- 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
- 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 class 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
PluralRulesobject. - 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, Output) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Find the status for the keyword, given a certain set of explicit values.
- getKeywordStatus(String, int, Set, Output, PluralRules.SampleType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- 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) - 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.
- 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.
- 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.
- getLeapMonth(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormatSymbols
-
Deprecated.ICU 50
- getLeapMonthPattern(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- 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() - 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.Normalizer
-
Deprecated.ICU 56
- getLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
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.
- 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.
- getListGender(List) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo
-
Deprecated.This API is ICU internal only.
- getListGender(GenderInfo.Gender...) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
-
Deprecated.This API is for technology preview only.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Get locale
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Returns the locale for which this object was constructed.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.This API is ICU internal only.
- getLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the locale of this bundle
- getLocale(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Convenience function for getting the locales in priority order
- 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(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(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(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.
- 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.
- getLocalOptionValue(BasicTimeZone.LocalOption) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- getLocalPatternChars() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Returns localized date-time pattern characters.
- 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- getLowerDisplayMagnitude() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Gets the smallest power of ten that needs to be displayed.
- getMagnitude() - 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
- 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(DecimalFormat, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses markup for exponents.
- 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.
- 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
-
Returns the text that was matched by the most recent call to
SearchIterator.first(),SearchIterator.next(),SearchIterator.previous(), orSearchIterator.last(). - 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
-
Returns the
MathContextbeing used to round numbers. - getMathContextICU() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the
MathContextbeing used to round numbers. - 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.
- getMaxBranchLinearSubNodeLength() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- getMaxBranchLinearSubNodeLength() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- getMaxBranchLinearSubNodeLength() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- 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
-
CLOVER:OFF
- getMaxLabelCount() - Method in class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex
-
Get the limit on the number of labels in the index.
- getMaxLinearMatchLength() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- getMaxLinearMatchLength() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- getMaxLinearMatchLength() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- 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 exception class org.graalvm.shadowed.com.ibm.icu.message2.MFParseException
-
Deprecated.
- 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.
- getMinLinearMatch() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- getMinLinearMatch() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- getMinLinearMatch() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- 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.
- getMode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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.
- 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.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
- getMultiplier() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns the multiplier being applied to numbers before they are formatted.
- getMultiplier(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
- getMultiplier(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.MultiplierProducer
-
Maps a magnitude to a multiplier in powers of ten.
- 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() - 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() - 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() - 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() - 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(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_VALUEandUCharacter.MAX_VALUEor does not have a name. - 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(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Retrieve the name of a Unicode code point.
- getName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
- 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(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the (normalized) full name for the specified locale.
- 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(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(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, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
- 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(ULocale, int, String, 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.util.Currency
-
Returns the display name for the given currency in the given locale.
- getName1_0(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.ICU 49
- getName1_0Iterator() - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.ICU 49
- 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
- getNameLocale() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.PersonName
-
Returns the locale of the name-- that is, the language or country of origin for the person being named.
- getNameLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName
-
Returns the locale of the name-- that is, the language or country of origin for the person being named.
- getNameStyle() - Method in class 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
- getNFKC_SCFInstance() - 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 toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Casefold mappings and then NFC.
- 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.
- getNFKCSimpleCasefoldInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for a variant of Unicode toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Simple_Casefold mappings and then NFC.
- getNFKDInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns a Normalizer2 instance for Unicode NFKD normalization.
- getNonRangeStrings() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Get the strings that are not in the ranges.
- getNorm16(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- getNormalizer2(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer.Mode
-
Deprecated.This API is ICU internal only.
- 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() - 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.
- getNumber(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat. - 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
NumberFormatterinstead of NumberFormat. - getNumberInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getNumberInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
- getOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
- 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.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) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- 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(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(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(int, int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
TimeZone API.
- getOffset(int, int, int, int, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Deprecated.This API is ICU internal only.
- 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.impl.JavaTimeZone
- getOffset(long, boolean, 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.util.RuleBasedTimeZone
-
Returns the time zone raw and GMT offset for the given moment in time.
- 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(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.
- getOffset(MeasureUnitImpl, MeasureUnitImpl, UnitsConverter.Factor, UnitsConverter.Factor, UnitsConverter.Convertibility) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
- 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.
- getOperand(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- getOption(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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.
- 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: ...
- getOverrideString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.This API is ICU internal only.
- 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
- getParentLocaleID(String, String, ICUResourceBundle.OpenType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- 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
- getParseMaxDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Deprecated.Setting max parse digits has no effect since ICU4J 59.
- 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
- getParsingTrie(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixPatternMatcher
- getPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
-
Deprecated.This API is for technology preview only.
- getPattern() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Returns the pattern for which StringSearch is searching for.
- getPattern(int, PluralRules, DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
- getPattern(Locale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Deprecated.ICU 3.4 subclassers should override getPattern(ULocale, int) instead of this method.
- getPattern(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns the pattern for the provided locale and choice.
- 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.
- getPatternForStyle(ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Deprecated.This API is ICU internal only.
- getPatternForStyleAndNumberingSystem(ULocale, String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Deprecated.This API is ICU internal only.
- 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
DateFormatobject 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
DateFormatobject 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
DateFormatobject 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
DateFormatobject that can be used to format dates and times in the calendar system specified bycal. - getPatternInstance(Calendar, String, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format dates and times in the calendar system specified bycal. - getPatterns() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Deprecated.This API is ICU internal only.
- getPatterns(Calendar, Calendar, Output) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Deprecated.This API is ICU internal only.
- 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
- getPatternString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.FormatConfiguration
-
Deprecated.This API is ICU internal only.
- 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
NumberFormatterinstead of NumberFormat. - getPercentInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getPercentInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead 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
- getPluralOperand(PluralRules.Operand) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- getPluralOperand(PluralRules.Operand) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.PluralRules.IFixedDecimal
-
Deprecated.This API is ICU internal only.
- 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- getPositionFingerprint() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
This method is for internal testing only.
- 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 class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns the power of the prefix.
- getPowerFromTrieIndex(int) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- getPreferencesFor(String, String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
- getPreferencesFor(String, String, ULocale, UnitsData) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences
- getPreferredOrder() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.PersonName
-
Returns the preferred field order for the name.
- getPreferredOrder() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName
-
Returns the preferred field order for the name.
- 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.
- getPropertyValueEnumNoThrow(int, CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.This API is ICU internal only.
- 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.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.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.impl.UnicodeMap
-
Get the number of ranges; used for getRangeStart/End.
- 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.impl.UnicodeMap
-
Get the start of a range.
- 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.
- getRangeFormat(ULocale, MeasureFormat.FormatWidth) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Deprecated.This API is ICU internal only.
- getRangeStart(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Get the start of a range.
- 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.
- getRangeValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Get the value for the range.
- 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) - 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.
- 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.
- 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() - 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.
- 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.
- getRawPatterns() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Deprecated.This API is ICU internal only.
- getRawPatterns() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Deprecated.This API is ICU internal only.
- 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.
- 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.
- 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.
- getRedundants(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- 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.
- getRegexEquivalent() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- 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.
- getRegionForSupplementalData(ULocale, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Deprecated.This API is ICU internal only.
- getRelatedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- 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(Class, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUData
-
Convenience method that calls getStream(root, resourceName, true).
- 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).
- 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.
- getRestrictionLevel() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Deprecated.This API is ICU internal only.
- 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
- getRuleBasedCollator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Deprecated.This API is ICU internal only.
- 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.
- getRules(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- 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
DISPLAYlocale. - 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.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display names for the current default
DISPLAYlocale. - getRuleSetDisplayNames(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Return the rule set display names for the provided 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- 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.
- getSamples(String, PluralRules.SampleType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.ICU internal only
- 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
NumberFormatterinstead of NumberFormat. - getScientificInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead of NumberFormat. - getScientificInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
NOTE: New users are strongly encouraged to use
NumberFormatterinstead 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() - 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(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Gets the script code associated with the given codepoint.
- 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.
- getScriptCode() - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- 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.
- getScriptLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- getScriptStart() - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- 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.
- getSecondFixedDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Deprecated.This API is ICU internal only.
- 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.
- getSelector(String) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry
-
Deprecated.This API is for technology preview only.
- getSelectorNames() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry
-
Deprecated.This API is for technology preview only.
- 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.
- getSet(T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Old form for compatibility
- getSet(T, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Old form for compatibility
- 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(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns the time zone's short ID for the zone ID.
- getShortID(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Returns the time zone's short ID for the zone.
- 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
TimeZoneRulewhich 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.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- getSingleCodePoint(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- 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(int, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Deprecated.ICU 58
- getSkeleton(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Get the "skeleton" for an identifier string.
- getSkeleton(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Utility to return a unique skeleton from a given pattern.
- getSkeletonAllowingDuplicates(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- getSkeletons(Map) - 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.
- getSource() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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
- getSpecialMappingName() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
- getSpecialMappingName(MeasureUnitImpl) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates
- getStamp(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the timestamp of a field.
- getStandardPlural(PluralRules) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- 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.
- 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
- getStartEndSamples(Set) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
Gets the first year when this rule takes effect.
- getStartYear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
-
Gets start year of an era
- 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(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.
- 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.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Gets the current string from the iterator.
- getString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
- 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() - 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(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(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(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(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Returns the string in a given resource at the specified index.
- getString(ByteBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
- 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
- getStringPropertyValue(int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.This API is ICU internal only.
- 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.
- 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(DecimalFormat) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ScientificNumberFormatter
-
Gets a ScientificNumberFormatter instance that uses superscript characters for exponents.
- 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.
- 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.
- getSurnameAllCaps() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
- 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() - 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
DISPLAYlocale. - 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.impl.CurrencyData.DefaultInfo
- 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(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
- getSystems() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRateInfo
- 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.
- getTemporalMonthCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Gets The Temporal monthCode value corresponding to the month for the date.
- getTemporalMonthCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Gets The Temporal monthCode value corresponding to the month for the date.
- getTemporalMonthCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Gets The Temporal monthCode value corresponding to the month for the date.
- getTemporalMonthCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Gets The Temporal monthCode value corresponding to the month for the date.
- getTemporalMonthCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Gets The Temporal monthCode value corresponding to the month for the date.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- 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.Normalizer
-
Deprecated.ICU 56
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Returns a CharacterIterator over the text being analyzed.
- getText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Convenience method for returning the underlying text storage as as string
- getText(char[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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(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(char[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
- 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.
- getTextAsString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Get the text.
- getTextWithNoArguments() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleFormatter
-
Returns the pattern text with none of the arguments.
- getTextWithNoArguments(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFormatterImpl
-
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
CalendarAstronomerobject, 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
FORMATlocale. - 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
FORMATlocale. - 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) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format times in the calendar system specified bycal. - getTimeInstance(Calendar, int, Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format times in the calendar system specified bycal. - getTimeInstance(Calendar, int, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Creates a
DateFormatobject that can be used to format times in the calendar system specified bycal. - 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.
- getTimeSeparatorString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- 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
TimeZonefor the given ID. - getTimeZone(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Gets the
TimeZonefor 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns the time zone display name data used by this instance.
- getTimeZoneNames(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesFactoryImpl
- getTimeZoneNames(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.Factory
-
Deprecated.This API is ICU internal only.
- 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
TimeZoneRulewhich represents the rule of this time zone object. - getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Returns the array of
TimeZoneRulewhich represents the rule of this time zone object. - getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns the array of
TimeZoneRulewhich represents the rule of this time zone object. - getTimeZoneRules() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns the array of
TimeZoneRulewhich 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
TimeZoneRulewhich represents the rule of this time zone object since the specified start time. - getTimeZoneRules(long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns the array of
TimeZoneRulewhich 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
- getTitleInstance() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Deprecated.ICU 64 Use
BreakIterator.getWordInstance()instead. - getTitleInstance(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Deprecated.ICU 64 Use
BreakIterator.getWordInstance()instead. - getTitleInstance(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Deprecated.ICU 64 Use
BreakIterator.getWordInstance()instead. - 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.
- getTopLevelKeySet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Deprecated.This API is ICU internal only.
- 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 class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
- getTrieIndex() - Method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
- getTrieIndex() - Method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
- getType() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.This API is ICU internal only.
- 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.DangiCalendar
-
Deprecated.This API is ICU internal only.
- 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.PersianCalendar
-
Deprecated.This API is ICU internal only.
- 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.
- 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(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns a value indicating a code point's Unicode category.
- 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
-
Returns an instance of
TimeZoneNamescontaining only short specific zone names (TimeZoneNames.NameType.SHORT_STANDARDandTimeZoneNames.NameType.SHORT_DAYLIGHT), compatible with the IANA tz database's zone abbreviations (not localized). - 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, boolean, Comparator) - 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, Comparator) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- getUiListCompareWholeItems(Set, Comparator) - 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Returns the UnicodeSet used for processing.
- 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.
- 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.
- getUniqueKeywordDecimalQuantityValue(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- 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_VALUEif the keyword matches multiple values or is not defined for this PluralRules. - getUniquePatterns(Set) - 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(MeasureUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Gets the display name of the specified
MeasureUnitcorresponding to the current locale and format width. - getUnitDisplayName(ULocale, MeasureUnit, NumberFormatter.UnitWidth) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameHandler
- 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- getUpperDisplayMagnitude() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Gets the largest power of ten that needs to be displayed.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ImmutableEntry
- getValue() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.Extension
- getValue() - Method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
- getValue() - Method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
- getValue() - Method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- 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
- 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) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Gets the value at the argument index
- getValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Old form for compatibility
- getValue(int, boolean[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Get a 32 bit data from the table data
- getValue(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
- getValue(int, UResource.Value) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UResource.Array
- getValue(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Old form for compatibility
- getValueArray() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- getValueArray() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- 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, List) - 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() - 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.
- 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).
- 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.
- getVersionString(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Deprecated.This API is ICU internal only. (For use in CLDR, etc.)
- getVisibleDecimalDigitCount() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- getVisibleDecimalDigitCountWithoutTrailingZeros() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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
BidiRunobject 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.
- getWeekendTransition(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.
- 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.
- GIBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: gibi, 1024^3.
- GIGA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: giga, 10^9.
- 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
- GIVEN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
The given name.
- GIVEN_FIRST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.PreferredOrder
-
Indicates that the name should be formatted in given-first order, even when the formatter would normally guess that it should be formatted in surname-first order.
- GIVEN2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Additional given names.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
- 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
quantityof theinputUnit, expressed in terms of the biggest unit in the MeasureUnitoutputUnit, is greater than or equal tolimit. - GREATEST_MINIMUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Limit type for
getLimit()andhandleGetLimit()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".
- GREEKINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- GREEKINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- 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
- GREGORIAN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- 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
FORMATlocale. - 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
FORMATlocale. - 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
FORMATlocale. - 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
FORMATlocale. - 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(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
FORMATlocale. - 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(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.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Type representing a grouping of territories that is not to be used in the normal WORLD/CONTINENT/SUBCONTINENT/TERRITORY containment tree.
- 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
- GURUNG_KHEMA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- GURUNG_KHEMA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- GURUNG_KHEMA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
H
- H2 - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- H3 - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- HAH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- HALF_FRACTION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
- HALFWIDTH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
- HALFWIDTH_AND_FULLWIDTH_FORMS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HALFWIDTH_AND_FULLWIDTH_FORMS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HALFWIDTHKATAKANAINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- HALFWIDTHKATAKANAINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- HAMLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ሐምሌ, the 11th month of the Ethiopic year.
- HAMZA_ON_HEH_GOAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- HAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Han
- HAN_WITH_BOPOMOFO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- handleCE(long) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.coll.ContractionsAndExpansions.CESink
- handleChar(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.UnhandledBreakEngine
-
Update the set of unhandled characters to include all that have the same script as c.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Subclasses may override this method to compute several fields specific to each calendar system.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Override Calendar to compute several fields specific to the Chinese calendar system.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Deprecated.This API is ICU internal only.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Deprecated.This API is ICU internal only.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Override Calendar to compute several fields specific to the hybrid Gregorian-Julian calendar system.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Subclasses may override this method to compute several fields specific to each calendar system.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Subclasses may override this method to compute several fields specific to each calendar system.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Override Calendar to compute several fields specific to the Islamic calendar system.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- handleComputeFields(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Override Calendar to compute several fields specific to the hybrid Gregorian-Julian calendar system.
- handleComputeJulianDay(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Subclasses may override this.
- handleComputeJulianDay(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the Julian day number of day before the first day of the given month in the given extended year.
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Return JD of start of given month/extended year
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Return JD of start of given month/extended year
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Return the Julian day number of day before the first day of the given month in the given extended year.
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Return JD of start of given month/year
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Return JD of start of given month/year.
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Returns the Julian day number of day before the first day of the given month in the given extended year.
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
- handleComputeMonthStart(int, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- handleCreate(ULocale, int, ICUService) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
-
Create the service.
- handleCreate(ULocale, int, ICUService) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Utility method used by create(Key, ICUService).
- handleCreateFields() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Subclasses that use additional fields beyond those defined in
Calendarshould override this method to return anint[]array of the appropriate length. - handleDefault(ICUService.Key, String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Default handler for this service if no factory in the list handled the key.
- handleExpansion(long[], int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.coll.ContractionsAndExpansions.CESink
- handleGet(int, HashMap, UResourceBundle) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Actual worker method for fetching a resource based on the given index.
- handleGet(String, HashMap, UResourceBundle) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Actual worker method for fetching a resource based on the given key.
- handleGetDateFormat(String, String, Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Creates a
DateFormatappropriate to this calendar. - handleGetDateFormat(String, String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Creates a
DateFormatappropriate to this calendar. - handleGetDateFormat(String, String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Creates a
DateFormatappropriate to this calendar. - handleGetDateFormat(String, Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Creates a
DateFormatappropriate to this calendar. - handleGetDateFormat(String, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Creates a
DateFormatappropriate to this calendar. - handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the extended year defined by the current fields.
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Implement abstract Calendar method to return the extended year defined by the current fields.
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Deprecated.This API is ICU internal only.
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Deprecated.This API is ICU internal only.
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Returns the extended year defined by the current fields.
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- handleGetExtendedYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Returns the extended year defined by the current fields.
- handleGetKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- handleGetKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Actual worker method for fetching the keys of resources contained in the resource.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Override GregorianCalendar.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Subclass API for defining limits of different types.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Calculate the limit for a specified type of limit and field
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Override Calendar to return the limit value for the given field.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Deprecated.This API is ICU internal only.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Subclass API for defining limits of different types.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Override GregorianCalendar.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- handleGetLimit(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Override GregorianCalendar.
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the number of days in the given month of the given extended year of this calendar system.
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Return the number of days in the given month of the given extended year of this calendar system.
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Return the number of days in the given month of the given extended year of this calendar system.
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Override Calendar method to return the number of days in the given extended year and month.
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Returns the length of the given month in the given year
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Returns the number of days in the given month of the given extended year of this calendar system.
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Return the length (in days) of the given month.
- handleGetMonthLength(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- handleGetObject(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ResourceBundleWrapper
- handleGetObject(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
- handleGetSourceSet() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Framework method that returns the set of all characters that may be modified in the input text by this Transliterator, ignoring the effect of this object's filter.
- handleGetStringArray() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Actual worker method for fetching the array of strings in a resource.
- handleGetTrailSurrogate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Called when handleNextCE32() returns a LEAD_SURROGATE_TAG for a lead surrogate code unit.
- handleGetTrailSurrogate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
- handleGetTrailSurrogate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
- handleGetTrailSurrogate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- handleGetYearLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the number of days in the given extended year of this calendar system.
- handleGetYearLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
- handleGetYearLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Returns the number of days in the given Hebrew year
- handleGetYearLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Returns the number of days in the given extended year of this calendar system.
- handleGetYearLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Return the number of days in the given Islamic year
- handleGetYearLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- handleKeySet() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Deprecated.This API is ICU internal only.
- handleNext(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Abstract method which subclasses override to provide the mechanism for finding the next match in the target text.
- handleNext(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Abstract method which subclasses override to provide the mechanism for finding the next match in the target text.
- handleNextCE32() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Returns the next code point and its local CE32 value.
- handleNextCE32() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
- handleNextCE32() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- handleNextCE32() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
- handleNextCE32() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- handlePrefixMatch(int, Iterator) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.ResultHandler
-
Handles a prefix key match
- handlePrevious(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Abstract method which subclasses override to provide the mechanism for finding the previous match in the target text.
- handlePrevious(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Abstract method which subclasses override to provide the mechanism for finding the previous match in the target text.
- handles(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.BurmeseBreakEngine
- handles(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine
- handles(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.KhmerBreakEngine
- handles(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LanguageBreakEngine
- handles(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LaoBreakEngine
- handles(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
- handles(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.ThaiBreakEngine
- handles(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.UnhandledBreakEngine
- handlesKey(ICUService.Key) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
- handleTransliterate(Replaceable, Transliterator.Position, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedTransliterator
-
Deprecated.This API is ICU internal only.
- handleTransliterate(Replaceable, Transliterator.Position, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Abstract method that concrete subclasses define to implement their transliteration algorithm.
- Hangul() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- HANGUL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Hangul
- HANGUL_BASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- HANGUL_COMPATIBILITY_JAMO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_COMPATIBILITY_JAMO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- HANGUL_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- HANGUL_JAMO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_JAMO_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_JAMO_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_JAMO_EXTENDED_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_JAMO_EXTENDED_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_JAMO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- HANGUL_SYLLABLE_TYPE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Hangul_Syllable_Type, new in Unicode 4.
- HANGUL_SYLLABLES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANGUL_SYLLABLES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANIFI_ROHINGYA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANIFI_ROHINGYA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- HANIFI_ROHINGYA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANIFI_ROHINGYA_KINNA_YA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- HANIFI_ROHINGYA_PA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- HANUKKAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- HANUNOO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HANUNOO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Hanunooo
- HANUNOO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HARAPPAN_INDUS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- HAS_COMP_BOUNDARY_AFTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- hasAfterCurrency - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
- hasBeforeCurrency - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo
- hasBinaryProperty(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EmojiProps
- hasBinaryProperty(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- hasBinaryProperty(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- hasBinaryProperty(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Check a binary Unicode property for a code point.
- hasBinaryProperty(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.EmojiProps
- hasBinaryProperty(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Returns true if the property is true for the string.
- hasBody() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
-
True if the pattern has a number placeholder like "0" or "#,##0.00"; false if the pattern does not have one.
- hasBody() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
- hasBody() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- hasBody() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
- hasBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
- hasBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
- hasBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
- hasBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- hasBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Tests if the character always has a normalization boundary after it, regardless of context.
- hasBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Tests if the character always has a normalization boundary after it, regardless of context.
- hasBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
- hasBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
- hasBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
- hasBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- hasBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Tests if the character always has a normalization boundary before it, regardless of context.
- hasBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Tests if the character always has a normalization boundary before it, regardless of context.
- hasCertainErrors(IDNA.Info, EnumSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- hasCertainLabelErrors(IDNA.Info, EnumSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- hasChange() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
Returns whether the edit currently represented by the iterator is a change edit.
- hasChanges() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
- hasCompBoundaryAfter(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- hasCompBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- hasCurrencyDecimal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- hasCurrencySign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- hasCurrencySign() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
- hasCurrencySign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
- hasCurrencySign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- hasCurrencySign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
- hasCurrencySymbols(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Checks whether the specified affix pattern has any unquoted currency symbols ("¤").
- hasData() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyDisplayInfoProvider
- hasData() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyDisplayInfoProvider
- hasData() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Deprecated.This API is ICU internal only.
- hasData() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Deprecated.This API is ICU internal only.
- hasDateAndTimeFields() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
- hasDecimal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- hasDecompBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- hasDecompBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- hasEquivalentTransitions(TimeZone, long, long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Checks if the time zone has equivalent transitions in the time range.
- hasEquivalentTransitions(TimeZone, long, long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Checks if the time zone has equivalent transitions in the time range.
- hasEquivalentTransitions(TimeZone, long, long, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Checks if the time zone has equivalent transitions in the time range.
- hasErrors() - Method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Info
-
Were there IDNA processing errors?
- hasExplicitOffset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.ComplexArgStyleNode
- hasFCDBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- hasFCDBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.BurmeseBreakEngine
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.CjkBreakEngine
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.KhmerBreakEngine
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LaoBreakEngine
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.ThaiBreakEngine
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns the hashCode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ImmutableEntry
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil.CaseInsensitiveKey
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags.Data
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixPatternMatcher
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Pair
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
Boilerplate API; calls through to wrapped object.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.Range
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the hashcode for this
BigDecimal. - hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatterSettings
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
CLOVER:OFF
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Mock implementation of hashCode().
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Returns a hash code for this CollationKey.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Generates a hash code for this Collator object.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Override hashCode
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
CLOVER:OFF
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Override hashCode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo
-
Override hashcode
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Returns the hash code of this
PatternInfo. - hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Compute a hashcode for this BreakIterator
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Generates a unique hash code for this RuleBasedCollator.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Override hashCode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Overrides
Object.hashCode(). - hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- hashCode() - Method in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
-
Mock implementation of hashCode().
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns the hash code value for this set.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Return the hashcode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns a hash code for this calendar.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CaseInsensitiveString
-
Returns the hashCode of this object
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.DateInterval
-
Override hashcode
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Override hashCode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocalePriorityList
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Measure
-
Returns a hashcode for this object.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Overrides hashCode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Overrides hashCode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Returns the hashCode.
- hashCode() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Returns the hash code value for this set.
- hasIdentifierType(int, UCharacter.IdentifierType) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Does the set of Identifier_Type values code point c contain the given type?
- hasIDType(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- hasIDType(int, UCharacter.IdentifierType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- hasIntegerValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- hasLccc(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFCD
- hasMetaData() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Replaceable
-
R Returns true if this object contains metadata.
- hasMetaData() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Implements Replaceable
- hasMidnight() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules
- hasMinusSign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- hasMoreCodePointsThan(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Check if the sub-range of char array, from argument start to limit, contains more Unicode code points than a certain number.
- hasMoreCodePointsThan(StringBuffer, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Check if the string buffer contains more Unicode code points than a certain number.
- hasMoreCodePointsThan(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Check if the string contains more Unicode code points than a certain number.
- hasMoreElements() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Returns the same value as the
hasMoreTokensmethod. - hasMoreTokens() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Tests if there are more tokens available from this tokenizer's string.
- hasNamedArguments() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Does the parsed pattern have named arguments like {first_name}?
- hasNegativeSubpattern() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
- hasNegativeSubpattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
- hasNegativeSubpattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- hasNegativeSubpattern() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
- hasNext() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
- hasNext() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.CharIterator
- hasNext() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceIterator
- hasNext() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ComposedCharIter
-
Deprecated.ICU 2.2
- hasNext() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Iterator
- hasNext() - Method in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
Equivalent to (result==NO_VALUE || result==INTERMEDIATE_VALUE).
- hasNext() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.Iterator
- hasNext() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundleIterator
-
Checks whether the given resource has another element to iterate over.
- hasNoon() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules
- hasNumberedArguments() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Does the parsed pattern have numbered arguments like {2}?
- hasNumericValue() - Method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Indicates whether this part has a numeric value.
- hasOverride(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
- hasOverride(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Factory
-
Deprecated.This API is ICU internal only.
- hasPercentSign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- hasPerMilleSign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- hasPluralStyle() - Method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
- hasPlusSign - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- hasPrevious() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceIterator
- hasRelation(SortedSet, int, SortedSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
Utility that could be on SortedSet.
- hasReordering() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- hasSameRules(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- hasSameRules(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
- hasSameRules(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Returns true if this zone has the same rule and offset as another zone.
- hasSameRules(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Returns true if this zone has the same rules and offset as another zone.
- hasSameRules(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Returns true if this zone has the same rule and offset as another zone.
- hasSameRules(TimeZone) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Returns true if this zone has the same rule and offset as another zone.
- hasScript(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Do the Script_Extensions of code point c contain script sc? If c does not have explicit Script_Extensions, then this tests whether c has the Script property value sc.
- hasStrings() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- hasTccc(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFCD
- hasValue() - Method in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
Equivalent to (result==INTERMEDIATE_VALUE || result==FINAL_VALUE).
- HATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Αθορ / رﻮﺗﺎﻫ, the 3rd month of the Coptic year.
- HATRAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HATRAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- HATRAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- haveData(LocaleDisplayNamesImpl.DataTableType) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- haveDefaultCentury() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- haveDefaultCentury() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Deprecated.This API is ICU internal only.
- haveDefaultCentury() - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Deprecated.This API is ICU internal only.
- HE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- HEADER_LENGTH_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Size of Trie header in bytes
- HEADER_OPTIONS_DATA_IS_32_BIT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
- HEADER_OPTIONS_INDEX_SHIFT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
- HEADER_OPTIONS_LATIN1_IS_LINEAR_MASK_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Latin 1 option mask
- HEADER_SIGNATURE_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Constant number to authenticate the byte block
- HEBREW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- HEBREW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EPluralization
- HEBREW - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HEBREW - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Hebrew
- HEBREW_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HEBREW_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- HEBREW_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- HebrewCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
HebrewCalendaris a subclass ofCalendarthat that implements the traditional Hebrew calendar. - HebrewCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a default
HebrewCalendarusing the current time in the default time zone with the defaultFORMATlocale. - HebrewCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - HebrewCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarwith the given date and time set for the default time zone with the defaultFORMATlocale. - HebrewCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - HebrewCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarbased on the current time in the default time zone with the given locale. - HebrewCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarbased on the current time in the given time zone with the defaultFORMATlocale. - HebrewCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarbased on the current time in the given time zone with the given locale. - HebrewCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarbased on the current time in the given time zone with the given locale. - HebrewCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constructs a
HebrewCalendarbased on the current time in the default time zone with the given locale. - HebrewHoliday - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- HebrewHoliday(int, int, int, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- HebrewHoliday(int, int, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
-
Construct a holiday defined in reference to the Hebrew calendar.
- HECTARE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of area: hectare
- HECTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: hecto, 10^2.
- HECTOLITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: hectoliter
- HECTOPASCAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: hectopascal
- HEDAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ኅዳር, the 3rd month of the Ethiopic year.
- HEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- HEH_GOAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- HEISEI - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constant for the era starting on Jan.
- HERTZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of frequency: hertz
- HESHVAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Heshvan, the 2nd month of the Hebrew year.
- HETH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- hex(byte[], int, int, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
- hex(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convert a char to 4 hex uppercase digits.
- hex(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Supplies a zero-padded hex representation of an integer (without 0x)
- hex(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convert a string to comma-separated groups of 4 hex uppercase digits.
- hex(S, int, S) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convert a string to comma-separated groups of 4 hex uppercase digits.
- hex(S, int, U, boolean, T) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convert a string to separated groups of hex uppercase digits.
- HEX_DIGIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Hex_Digit.
- HIDDEN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Format the number according to the specified unit, but do not display the unit.
- HIDDEN_OVERLAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check that an identifier does not have a combining character following a character in which that combining character would be hidden; for example 'i' followed by a U+0307 combining dot.
- HIDE_IF_WHOLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
-
Same as AUTO, but hide trailing zeros after the decimal separator if they are all zero.
- HIERATIC_EGYPTIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- HIGH_PRIVATE_USE_SURROGATES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HIGH_PRIVATE_USE_SURROGATES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HIGH_SURROGATES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HIGH_SURROGATES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- highBit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Find the highest bit in a positive integer.
- HIGHLY_RESTRICTIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
The string classifies as Single Script, or all characters in the string are in the identifier profile and the string is covered by any of the following sets of scripts, according to the definition in UTS 39 section 5.1: Latin + Han + Bopomofo (or equivalently: Latn + Hanb) Latin + Han + Hiragana + Katakana (or equivalently: Latn + Jpan) Latin + Han + Hangul (or equivalently: Latn +Kore)
- highStart - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Deprecated.This API is ICU internal only.
- HIRAGANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HIRAGANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Hiragana
- HIRAGANA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- HIRAGANAINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- HIRAGANAINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- Holiday - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- Holiday(String, DateRule) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Holiday
-
Construct a new Holiday object.
- HolidayBundle - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle
- HolidayBundle_da - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_da() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_da
- HolidayBundle_da_DK - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_da_DK() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_da_DK
- HolidayBundle_de - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_de() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_de
- HolidayBundle_de_AT - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_de_AT() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_de_AT
- HolidayBundle_de_DE - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_de_DE() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_de_DE
- HolidayBundle_el - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_el() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_el
- HolidayBundle_el_GR - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_el_GR() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_el_GR
- HolidayBundle_en - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_en() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en
- HolidayBundle_en_CA - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_en_CA() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en_CA
- HolidayBundle_en_GB - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_en_GB() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en_GB
- HolidayBundle_en_US - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_en_US() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_en_US
- HolidayBundle_es - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_es() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_es
- HolidayBundle_es_MX - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_es_MX() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_es_MX
- HolidayBundle_fr - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_fr() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_fr
- HolidayBundle_fr_CA - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_fr_CA() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_fr_CA
- HolidayBundle_fr_FR - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_fr_FR() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_fr_FR
- HolidayBundle_it - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_it() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_it
- HolidayBundle_it_IT - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_it_IT() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_it_IT
- HolidayBundle_iw - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_iw() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_iw
- HolidayBundle_iw_IL - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_iw_IL() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_iw_IL
- HolidayBundle_ja_JP - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
- HolidayBundle_ja_JP() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.HolidayBundle_ja_JP
- HORSEPOWER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of power: horsepower
- HOSHANAH_RABBAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- HOUR - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Hour
- HOUR - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is hour, e.g.
- HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents an hour.
- HOUR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents an hour.
- HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with hour, with the locale's preferred hour format (12 or 24).
- HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the hour of the morning or afternoon. - HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: hour
- HOUR_CYCLE_11 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
hour in am/pm (0~11)
- HOUR_CYCLE_12 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
hour in am/pm (1~12)
- HOUR_CYCLE_23 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
hour in day (0~23)
- HOUR_CYCLE_24 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
hour in day (1~24)
- HOUR_GENERIC_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.ICU 50 Use instead
DateFormat.HOUR+DateFormat.ABBR_GENERIC_TZor some other timezone presentation. - HOUR_MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with hour and minute, with the locale's preferred hour format (12 or 24).
- HOUR_MINUTE_GENERIC_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.ICU 50 Use instead
DateFormat.HOUR_MINUTE+DateFormat.ABBR_GENERIC_TZor some other timezone presentation. - HOUR_MINUTE_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with hour, minute, and second, with the locale's preferred hour format (12 or 24).
- HOUR_MINUTE_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.ICU 50 Use instead
DateFormat.HOUR_MINUTE+DateFormat.ABBR_SPECIFIC_TZor some other timezone presentation. - HOUR_MS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The number of milliseconds in one hour.
- HOUR_OF_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the hour of the day. - HOUR_OF_DAY0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the hour(0-23) of day field.
- HOUR_OF_DAY0_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'H' field alignment, corresponding to the
Calendar.HOUR_OF_DAYfield. - HOUR_OF_DAY1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the hour(1-24) of day field.
- HOUR_OF_DAY1_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'k' field alignment, corresponding to the
Calendar.HOUR_OF_DAYfield. - HOUR_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.ICU 50 Use instead
DateFormat.HOUR+DateFormat.ABBR_SPECIFIC_TZor some other timezone presentation. - HOUR0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the hour(0-11) field.
- HOUR0_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'K' field alignment, corresponding to the
Calendar.HOURfield. - HOUR1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the hour(1-12) field.
- HOUR1_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'h' field alignment, corresponding to the
Calendar.HOURfield. - HOUR24 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with hour in 24-hour presentation.
- HOUR24_MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with hour and minute in 24-hour presentation.
- HOUR24_MINUTE_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with hour, minute, and second in 24-hour presentation.
- HOURS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Hours
- HYPHEN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- HYPHEN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Hyphen.
- HYPHEN_3_4 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label contains hyphen-minus ('-') in the third and fourth positions.
I
- i - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- 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_DATA_VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Deprecated.This API is ICU internal only.
- ICU_DATA_VERSION_PATH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Deprecated.This API is ICU internal only.
- 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
- ICU4C_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in the ICU4C.
- ICU4JFeature - Class in org.graalvm.shadowed.com.ibm.icu
- ICU4JFeature() - Constructor for class org.graalvm.shadowed.com.ibm.icu.ICU4JFeature
- 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 Class in org.graalvm.shadowed.com.ibm.icu.util
-
Unchecked version of
CloneNotSupportedException. - ICUCloneNotSupportedException() - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
-
Default constructor.
- ICUCloneNotSupportedException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
-
Constructor.
- ICUCloneNotSupportedException(String, Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUCloneNotSupportedException
-
Constructor.
- ICUCloneNotSupportedException(Throwable) - Constructor for exception class 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 Class in org.graalvm.shadowed.com.ibm.icu.util
-
Base class for unchecked, ICU-specific exceptions.
- ICUException() - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Default constructor.
- ICUException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Constructor.
- ICUException(String, Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Constructor.
- ICUException(Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUException
-
Constructor.
- ICUInputTooLongException - Exception Class in org.graalvm.shadowed.com.ibm.icu.util
-
The input is impractically long for an operation.
- ICUInputTooLongException() - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUInputTooLongException
-
Default constructor.
- ICUInputTooLongException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUInputTooLongException
-
Constructor.
- ICUInputTooLongException(String, Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUInputTooLongException
-
Constructor.
- ICUInputTooLongException(Throwable) - Constructor for exception class 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 Class 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 Class in org.graalvm.shadowed.com.ibm.icu.util
-
Unchecked version of
IOException. - ICUUncheckedIOException() - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Default constructor.
- ICUUncheckedIOException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Constructor.
- ICUUncheckedIOException(String, Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Constructor.
- ICUUncheckedIOException(Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.ICUUncheckedIOException
-
Constructor.
- id - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
- id() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
Return the original ID used to construct this key.
- ID_COMPAT_MATH_CONTINUE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property ID_Compat_Math_Continue.
- ID_COMPAT_MATH_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property ID_Compat_Math_Start.
- 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
- IDENTIFIER_STATUS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Identifier_Status.
- IDENTIFIER_TYPE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Miscellaneous property Identifier_Type.
- 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() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- IDNA.Error - Enum Class 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).
- IDS_UNARY_OPERATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property IDS_Unary_Operator.
- 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_HANGUL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.8. This option is no longer supported.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- ILLEGAL_CHAR_FOUND - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- IllegalIcuArgumentException - Exception Class in org.graalvm.shadowed.com.ibm.icu.impl
- IllegalIcuArgumentException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.IllegalIcuArgumentException
- IllegalIcuArgumentException(String, Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.IllegalIcuArgumentException
- IllegalIcuArgumentException(Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.IllegalIcuArgumentException
- IllformedLocaleException - Exception Class in org.graalvm.shadowed.com.ibm.icu.util
-
Thrown by methods in
ULocaleandULocale.Builderto indicate that an argument is not a well-formed BCP 47 tag. - IllformedLocaleException() - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.IllformedLocaleException
-
Constructs a new
IllformedLocaleExceptionwith no detail message and -1 as the error index. - IllformedLocaleException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.IllformedLocaleException
-
Constructs a new
IllformedLocaleExceptionwith the given message and -1 as the error index. - IllformedLocaleException(String, int) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.IllformedLocaleException
-
Constructs a new
IllformedLocaleExceptionwith 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
- ImmutableEntry<K,
V> - Class in org.graalvm.shadowed.com.ibm.icu.impl - 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
- Immutable Objects - Section in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
- 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(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.
- 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.
- 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
- INANIMATE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- INCLUSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Security Profile constant from UTS 39 for use in
SpoofChecker.Builder.setAllowedChars(UnicodeSet). - 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.
- incremental - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
- 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.
- 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.
- 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
- 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 class 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(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- 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, 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) - 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, 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 class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- indexOrOtherIndexFromString(CharSequence) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- INDIAN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- IndianCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
IndianCalendaris a subclass ofGregorianCalendarthat numbers years since the birth of the Buddha. - IndianCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a
IndianCalendarusing the current time in the default time zone with the defaultFORMATlocale. - IndianCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a
IndianCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - 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
FORMATlocale. - IndianCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a
IndianCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - IndianCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a
IndianCalendarbased on the current time in the default time zone with the given locale. - IndianCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a
IndianCalendarbased on the current time in the given time zone with the defaultFORMATlocale. - IndianCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a
IndianCalendarbased 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
IndianCalendarbased on the current time in the given time zone with the given locale. - IndianCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constructs a
IndianCalendarbased on the current time in the default time zone with the given locale. - INDIC_CONJUNCT_BREAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Indic_Conjunct_Break.
- 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
- INFINITY_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- 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
- INFLOW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Inflow (between scripts)
- Info() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Info
-
Constructor.
- INFORMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Requests an "informal" variant of the field, generally a nickname of some type: if "given" is "James", "given-informal" might be "Jimmy".
- INFORMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Formality
-
The more informal version of the name.
- 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 class 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Requests an initial for the specified field.
- INITIAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
- INITIAL_CAP - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Requests the field value with the first grapheme of each word converted to titlecase.
- INITIAL_COMPOUND_PART_PER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
- 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
- initializeData(ULocale, ICUResourceBundle, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormatSymbols
-
Deprecated.ICU 50
- initializeData(ULocale, ICUResourceBundle, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- InitialTimeZoneRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
InitialTimeZoneRulerepresents 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
InitialTimeZoneRulewith 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.
- InputDeclaration(String, MFDataModel.VariableExpression) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.InputDeclaration
-
Deprecated.This API is for technology preview only.
- 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(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(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, 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, 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, FormattedStringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Inserts the contents of another
FormattedStringBuilderinto this instance at the given index. - 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_BETWEEN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
- INSERT_CHAR - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Indicates that a syntax character needs to be inserted for auto-quoting.
- 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
- INSIDE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
- INSTALLED_LOCALES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
The name of the resource containing the installed locales
- 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.DontCareFieldPosition
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.EmojiProps
- INSTANCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags
- 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.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.
- INSTRUMENTAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- 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_LIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- INT_START - Static variable in interface 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 - Variable in class org.graalvm.shadowed.com.ibm.icu.util.ValueIterator.Element
-
Integer index of the current iteration
- integer() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to the nearest integer.
- INTEGER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.SampleType
-
Deprecated.This API is ICU internal only.
- INTEGER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
- INTEGER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- 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(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.
- 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.
- inTemporalLeapYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns true if the date is in a leap year.
- inTemporalLeapYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Returns true if the date is in a leap year.
- inTemporalLeapYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Returns true if the date is in a leap year.
- inTemporalLeapYear() - Method in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Returns true if the date is in a leap year.
- INTERMEDIATE_VALUE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
The input unit(s) continued a matching string and there is a value for the string so far.
- Internal Caches - Section in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
- internalEncodeDelta(int, byte[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- 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.
- internalGetCEs(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Deprecated.This API is ICU internal only.
- internalGetInstance(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.This API is ICU internal only.
- internalGetMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- internalGetMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Deprecated.This API is ICU internal only.
- internalGetMonth() - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Deprecated.This API is ICU internal only.
- internalGetMonth(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- internalGetMonth(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Deprecated.This API is ICU internal only.
- 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. - internalOptions - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
-
Deprecated.This API is ICU internal only.
- internalSet(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Set a field to a value.
- internalSetThresholdDistance(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Deprecated.This API is ICU internal only.
- intervalFormatByAlgorithm(Calendar, Calendar, StringBuffer, FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Deprecated.This API is ICU internal only.
- into(Precision) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Precision.BogusRounder
-
Deprecated.This API is ICU internal only.
- 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(int, int, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Make a dummy IntTrie.
- 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.
- IntTrieBuilder - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Builder class to manipulate and generate a trie.
- IntTrieBuilder(int[], int, int, int, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Constructs a build table
- IntTrieBuilder(IntTrieBuilder) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Copy constructor
- intValue() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto anint. - intValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- intValueExact() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto anint. - INVALID - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
The keyword is not valid for the rules.
- INVALID_ACE_LABEL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
An ACE label does not contain a valid label string.
- INVALID_CHAR_FOUND - Static variable in exception class 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
- INVALIDCHAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- INVALIDCHAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- InvalidFormatException - Exception Class in org.graalvm.shadowed.com.ibm.icu.impl
- InvalidFormatException() - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.InvalidFormatException
- InvalidFormatException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.InvalidFormatException
- InvalidFormatException(Throwable) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.InvalidFormatException
- INVALIDWINDOW - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- INVALIDWINDOW - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- inVariable() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns true if this iterator is currently within a variable expansion.
- invertFrom(Map, R) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimaps
- invertFrom(XCldrStub.Multimap, 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
- IPAEXTENSIONINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- IPAEXTENSIONINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- IS_LEAP_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat.Field
-
Deprecated.ICU 50 This field is only used by the deprecated ChineseDateFormat class.
- IS_LEAP_MONTH - Static variable in class 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.impl.UnicodeMapIterator
-
Value of codepoint if the iterator points to a string.
- 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.
- isBiDi(IDNA.Info) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- 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
trueif this object is using the fixed-cycle civil calendar, orfalseif 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.impl.UnicodeMap
- 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(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.AnnualTimeZoneRule
-
Returns if this rule represents the same rule and offsets as another.
- 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.
- isEra0CountingBackward() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BuddhistCalendar
-
Deprecated.This API is ICU internal only.
- isEra0CountingBackward() - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- isEra0CountingBackward() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Deprecated.This API is ICU internal only.
- isEra0CountingBackward() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Deprecated.This API is ICU internal only.
- isEra0CountingBackward() - Method in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Deprecated.This API is ICU internal only.
- 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 class 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.UnicodeMap
- 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
- isHasIntegerValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- isHasIntegerValue() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.PluralRules.IFixedDecimal
-
Deprecated.This API is ICU internal only.
- isHighSurrogate(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Same as
Character.isHighSurrogate(char), except that the ICU version acceptsintfor code points. - isHiraganaQuaternary() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Deprecated.ICU 50 Implementation detail, cannot be set via API, was removed from implementation.
- 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- isInfinite() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- isInfinite() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- isInfinite() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.PluralRules.IFixedDecimal
-
Deprecated.This API is ICU internal only.
- 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
Bidiobject 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.
- isJavaLetter(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.ICU 3.4 (Java)
- isJavaLetterOrDigit(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.ICU 3.4 (Java)
- 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
- ISLAMIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ISLAMIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Religious calendar (astronomical simulation)
- ISLAMIC_CIVIL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ISLAMIC_CIVIL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29]) algorithm with civil (Friday) epoch.
- ISLAMIC_RGSA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ISLAMIC_TBLA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ISLAMIC_TBLA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Tabular (intercalary years [2,5,7,10,13,16,18,21,24,26,29]) algorithm with astronomical (Thursday) epoch.
- ISLAMIC_UMALQURA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ISLAMIC_UMALQURA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Umm al-Qura calendar
- IslamicCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
IslamicCalendaris a subclass ofCalendarthat that implements the Islamic civil and religious calendars. - IslamicCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs a default
IslamicCalendarusing the current time in the default time zone with the defaultFORMATlocale. - IslamicCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an
IslamicCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - IslamicCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an
IslamicCalendarwith the given date and time set for the default time zone with the defaultFORMATlocale. - IslamicCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an
IslamicCalendarwith the given date set in the default time zone with the defaultFORMATlocale. - IslamicCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an
IslamicCalendarbased on the current time in the default time zone with the given locale. - IslamicCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an
IslamicCalendarbased on the current time in the given time zone with the defaultFORMATlocale. - IslamicCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an
IslamicCalendarbased 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
IslamicCalendarbased on the current time in the given time zone with the given locale. - IslamicCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constructs an
IslamicCalendarbased on the current time in the default time zone with the given locale. - IslamicCalendar.CalculationType - Enum Class 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.
- isLeapYear(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Deprecated.This API is ICU internal only.
- 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.
- isLimited(String, PluralRules.SampleType) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.internal
- 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
-
Same as
Character.isLowSurrogate(char), except that the ICU version acceptsintfor code points. - 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- isNaN() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- isNaN() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- isNaN() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.PluralRules.IFixedDecimal
-
Deprecated.This API is ICU internal only.
- isNegative() - 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.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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(char[], int, int, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - isNormalized(int, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - 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.
- isNormalized(String, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - 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() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.This API is ICU internal only.
- 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_BASIC_FIXED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (basic format) or the UTC indicator.
- ISO_BASIC_FULL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (basic format) with optional seconds field, or the UTC indicator.
- ISO_BASIC_LOCAL_FIXED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (basic format).
- ISO_BASIC_LOCAL_FULL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (basic format) with optional seconds field.
- ISO_BASIC_LOCAL_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Short ISO 8601 locale time difference (basic format).
- ISO_BASIC_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Short ISO 8601 local time difference (basic format) or the UTC indicator.
- ISO_CODE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Use the three-digit ISO XXX code in place of the symbol for displaying currencies.
- ISO_COMMENT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 49
- ISO_COMMENT_ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.UCharacterNameChoice
- ISO_EXTENDED_FIXED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (extended format) or the UTC indicator.
- ISO_EXTENDED_FULL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (extended format) with optional seconds field, or the UTC indicator.
- ISO_EXTENDED_LOCAL_FIXED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Fixed width ISO 8601 local time difference (extended format).
- ISO_EXTENDED_LOCAL_FULL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
ISO 8601 local time difference (extended format) with optional seconds field.
- ISO8601 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- 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
- isOkBiDi(IDNA.Info) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- 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
Bidiobject 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
-
Returns whether
DecimalFormat.parse(String, ParsePosition)will always return a BigDecimal. - 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() - 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.
- isRightToLeft(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Returns true if the 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(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Determines if the given time field has a value set.
- isSet(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.RegionValidateMap
-
Deprecated.This API is ICU internal only.
- isSet(TimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Returns true if the given unit is set.
- isSignAlwaysShown() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns whether the sign is being shown on positive numbers.
- isSingleField(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- 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
- isSpace(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Deprecated.ICU 3.4 (Java)
- 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
-
Same as
Character.isSurrogatePair(char, char), except that the ICU version acceptsintfor code points. - 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
- isTopLevelResource() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Deprecated.This API is ICU internal only.
- 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
TimeZoneRulehas one or more start times. - isTransitionRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.InitialTimeZoneRule
-
Returns if this
TimeZoneRulehas one or more start times. - isTransitionRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeArrayTimeZoneRule
-
Returns if this
TimeZoneRulehas one or more start times. - isTransitionRule() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Returns if this
TimeZoneRulehas 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 character is permissible as a non-initial character of an identifier according to UAX #31 Unicode Identifier and Pattern Syntax.
- isUnicodeIdentifierStart(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Determines if the specified character is permissible as the first character in an identifier according to UAX #31 Unicode Identifier and Pattern Syntax.
- 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.
- isUsingBytes() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
-
Deprecated.This API is ICU internal only.
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
- isValid(ValidIdentifiers.Datatype, Set, 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, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers
- isValid(ULocale, LocaleValidityChecker.Where) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker
- isValidCodePoint(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Equivalent to
Character.isValidCodePoint(int). - 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() - 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.
- 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.
- 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.
- isWhiteSpace(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
- isZeroish() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- isZeroish() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- 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) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.IterableComparator
- IterableComparator(Comparator, 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() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Iterates from the current state of this trie.
- 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
- 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(int) - 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.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(Trie2.ValueMapper) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2
-
Create an iterator over the value ranges from this Trie2.
- 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.
- 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.
- 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_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_NO - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Two-way mappings; each starts with a character that combines backward.
- IX_MIN_MAYBE_NO_COMBINES_FWD - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
-
Two-way mappings invalid input: '&' compositions.
- 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 invalid input: '&' 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.
J
- j - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- JAMO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- JAMO_L - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- JAMO_L_BASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_L_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_L_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_L_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_T_BASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_T_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_T_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_V_BASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_V_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_V_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_V_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAMO_VT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- JAMO_VT_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.Hangul
- JAN_1_1_JULIAN_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The Julian day of the Gregorian epoch, that is, January 1, 1 on the Gregorian calendar.
- JANUARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the first month of the year. - JAPAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- JAPANESE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- JAPANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- JAPANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- JapaneseCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
JapaneseCalendaris a subclass ofGregorianCalendarthat numbers years and eras based on the reigns of the Japanese emperors. - JapaneseCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a default
JapaneseCalendarusing the current time in the default time zone with the default locale. - JapaneseCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarwith the given date set in the default time zone with the default locale. - JapaneseCalendar(int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarwith the given date set in the default time zone with the default locale. - JapaneseCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarwith the given date and time set for the default time zone with the default locale. - JapaneseCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarwith the given date set in the default time zone with the default locale. - JapaneseCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarbased on the current time in the default time zone with the given locale. - JapaneseCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarbased on the current time in the given time zone with the default locale. - JapaneseCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarbased on the current time in the given time zone with the given locale. - JapaneseCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarbased on the current time in the given time zone with the given locale. - JapaneseCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constructs a
JapaneseCalendarbased on the current time in the default time zone with the given locale. - JAVA_COMPATIBILITY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode
-
Internal parse mode for increased compatibility with java.text.DecimalFormat.
- JAVA_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in the JDK.
- JAVANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- JAVANESE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- JAVANESE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- JavaTimeConverters - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Deprecated.This API is ICU internal only.
- JavaTimeZone - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
JavaTimeZone inherits org.graalvm.shadowed.com.ibm.icu.util.TimeZone and wraps java.util.TimeZone.
- JavaTimeZone() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
Constructs a JavaTimeZone with the default Java TimeZone
- JavaTimeZone(TimeZone, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
-
Constructs a JavaTimeZone with the specified Java TimeZone and ID.
- jdToCE(int, int, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Convert a Julian day to an Coptic/Ethiopic year, month and day
- jdToCE(int, int, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Convert a Julian day to an Coptic/Ethiopic year, month and day
- JIGGER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: jigger
- JL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- join(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Joiner
- join(Iterable, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub
- join(T[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Joiner
- join(T[], String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub
- join(U, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.CollectionUtilities
- JOIN_CAUSING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningType
- JOIN_CONTROL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Join_Control.
- JOINER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- JOINING_GROUP - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Joining_Group.
- JOINING_TYPE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Joining_Type.
- joinStrings(CharSequence, Iterable) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Java 8+ String#join(CharSequence, Iterableinvalid input: '<'? extends CharSequence>) compatible method for Java 7 env.
- JOULE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: joule
- JP_ERA_2019_JA - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.This API is ICU internal only.
- JP_ERA_2019_NARROW - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.This API is ICU internal only.
- JP_ERA_2019_ROOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.This API is ICU internal only.
- JT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- JULIAN_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the Julian day field.
- JULIAN_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
get()andset()indicating the modified Julian day number. - JULIAN_DAY_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'g' field alignment, corresponding to the
Calendar.JULIAN_DAYfield. - JULIAN_EPOCH_MS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The start of the julian day numbering scheme used by astronomers, which is 1/1/4713 BC (Julian), 12:00 GMT.
- julianDayToDayOfWeek(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the day of week, from SUNDAY to SATURDAY, given a Julian day.
- julianDayToMillis(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Converts Julian day to time as milliseconds.
- JULY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the seventh month of the year. - JUMADA_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year.
- JUMADA_2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Jumada al-thani or (Jumada II), the 6th month of the Islamic year.
- jumpahead(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Advances the position by the given number of 16-bit code units.
- jumpByDelta(byte[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Deprecated.This API is ICU internal only.
- JUNE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the sixth month of the year. - JURCHEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- JV - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- JYAISTHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Jyaistha, the 3rd month of the Indian year.
K
- KAF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- KAITHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KAITHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- KAITHI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KAKTOVIK_NUMERALS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KAKTOVIK_NUMERALS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANA_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANA_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANA_EXTENDED_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANA_EXTENDED_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANA_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANA_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANBUN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANBUN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANGXI_RADICALS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANGXI_RADICALS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANNADA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KANNADA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Kannada
- KANNADA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KAPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- KARAT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: karat
- KARTIKA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Kartika, the 8th month of the Indian year.
- KASHMIRI_YEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- KATAKANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KATAKANA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- KATAKANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Katakana
- KATAKANA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KATAKANA_OR_HIRAGANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.0.1
- KATAKANA_PHONETIC_EXTENSIONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KATAKANA_PHONETIC_EXTENSIONS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KATAKANAINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- KATAKANAINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- KAWI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KAWI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- KAWI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KAYAH_LI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KAYAH_LI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- KAYAH_LI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- kCompoundPartOffset - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
- KEEP_BASE_COMBINING - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
option bit for writeReordered(): keep combining characters after their base characters in RTL runs
- KELVIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of temperature: kelvin
- key - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Data member where the subclasses store the key.
- Key() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Constructs an empty resource key string object.
- Key(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Key
-
Construct a key from an id.
- Key(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
-
Constructs a resource key object equal to the given string.
- keyDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- keyDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided locale key.
- keys - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Variant
-
Deprecated.
- keySet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- keySet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- keySet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Returns the keyset consisting of all the keys that would produce (non-null) values.
- keySet() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Deprecated.This API is ICU internal only.
- keySet(T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Returns the keyset consisting of all the keys that would produce the given value.
- keySet(T, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Returns the keyset consisting of all the keys that would produce the given value.
- KeyTypeData - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- KeyTypeData() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
- KeyTypeData.ValueType - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- keyValueDisplayName(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- keyValueDisplayName(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided value (used with the provided key).
- keyValueSet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- keyValuesSet() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- KEYWORD_FEW - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Common name for the 'paucal' or other special plural form.
- KEYWORD_MANY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Common name for the arabic (11 to 99) plural form.
- KEYWORD_ONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Common name for the 'singular' plural form.
- KEYWORD_OTHER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Common name for the default plural form.
- KEYWORD_TWO - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Common name for the 'dual' plural form.
- KEYWORD_ZERO - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Common name for the 'zero' plural form.
- KHAPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- KHAROSHTHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHAROSHTHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- KHAROSHTHI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHITAN_SMALL_SCRIPT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHITAN_SMALL_SCRIPT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- KHITAN_SMALL_SCRIPT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHMER - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHMER - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Khmer
- KHMER_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHMER_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHMER_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KhmerBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- KhmerBreakEngine() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.KhmerBreakEngine
- KHOJKI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHOJKI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- KHOJKI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHUDAWADI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHUDAWADI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- KHUDAWADI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KHUTSURI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- KIAHK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Χοιακ / ﻚﻬﻴﻛ;, the 4th month of the Coptic year.
- KIBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: kibi, 1024^1.
- KILO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: kilo, 10^3.
- KILOBIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: kilobit
- KILOBYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: kilobyte
- KILOCALORIE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: kilocalorie
- KILOGRAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: kilogram
- KILOHERTZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of frequency: kilohertz
- KILOJOULE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: kilojoule
- KILOMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: kilometer
- KILOMETER_PER_HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of speed: kilometer-per-hour
- KILOPASCAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: kilopascal
- KILOWATT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of power: kilowatt
- KILOWATT_HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of energy: kilowatt-hour
- KILOWATT_HOUR_PER_100_KILOMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of force: kilowatt-hour-per-100-kilometer
- kind - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup
-
Deprecated.
- kind() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Return the kind code associated with this key.
- KIND_ANY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
- KIND_CHARACTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
- KIND_LINE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
- KIND_SENTENCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
- KIND_TITLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Deprecated.ICU 64 Use
BreakIterator.getWordInstance()instead. - KIND_WORD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
- kInitialCompoundPartOffset - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
- KIRAT_RAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KIRAT_RAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- KIRAT_RAI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- KISLEV - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Kislev, the 3rd month of the Hebrew year.
- KNOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of speed: knot
- KNOTTED_HEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- KOREA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- KOREAN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ENumberSystem
- KOREAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.Utils.ChineseDigits
- KOREAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- KOREAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for language.
- KPELLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- kPowerPartOffset - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
- kPrefixOffset - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
- kSimpleUnitOffset - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
L
- L - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- LABEL_HAS_DOT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label contains a dot=full stop.
- LABEL_TOO_LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A domain name label is longer than 63 bytes.
- LABEL_TOO_LONG_ERROR - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- labelToASCII(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UTS46
- labelToASCII(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Converts a single domain name label into its ASCII form for DNS lookup.
- labelToUnicode(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UTS46
- labelToUnicode(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Converts a single domain name label into its Unicode form for human-readable display.
- LAG_BOMER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- LAM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- LAMADH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- LAMALEF_AUTO - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- LAMALEF_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.
- LAMALEF_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.
- LAMALEF_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for LamAlef memory options.
- LAMALEF_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.
- LAMALEF_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.
- LANG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType
- language - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- language - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- LANGUAGE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.FavorSubtag
-
Language differences are most important, then script differences, then region differences.
- languageAliases - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags.Data
- LanguageBreakEngine - Interface in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
-
The LanguageBreakEngine interface is to be used to implement any language-specific logic for break iteration.
- languageDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- languageDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided language code.
- LanguageTag - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LANNA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LAO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LAO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Lao
- LAO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LaoBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- LaoBreakEngine() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LaoBreakEngine
- larger() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Returns the next larger time unit, or null if this is the largest.
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position.
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Set the iterator to the last boundary position.
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Sets the current iteration position to the end of the text.
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the last index in the target text at which it matches the search pattern.
- last() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- LAST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Last
- LAST - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfPlacement
- LAST_2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Two before.
- lastIndexOf(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 last occurrence of the argument codepoint.
- lastIndexOf(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 last occurrence of the argument codepoint, where the result is less than or equals to fromIndex.
- lastIndexOf(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 last occurrence of the argument string str.
- lastIndexOf(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 last occurrence of the argument string str, where the result is less than or equals to fromIndex.
- LATIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Latin
- LATIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
For convenience, an instance representing the latn numbering system, which corresponds to digits in the ASCII range '0' through '9'.
- LATIN_1_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_1_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_CAPITAL_LETTER_I_WITH_DOT_ABOVE_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Latin capital letter i with dot above
- LATIN_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_ADDITIONAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_ADDITIONAL_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_C - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_C_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_D - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_D_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_E - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_E_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_F - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_F_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_G - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_EXTENDED_G_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LATIN_FRAKTUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LATIN_GAELIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LATIN_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFastLatin
- LATIN_MAX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFastLatin
- LATIN_SMALL_LETTER_DOTLESS_I_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Latin small letter i with dot above
- LATIN_SMALL_LETTER_I_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Latin lowercase i
- LATININDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- LATININDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- latitude - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Ecliptic
-
The ecliptic latitude, in radians.
- LATTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
An input time is always interpreted as local time after a time zone transition.
- LEAD_CANONICAL_COMBINING_CLASS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Lead_Canonical_Combining_Class.
- LEAD_INDEX_OFFSET_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Lead surrogate code points' index displacement in the index array.
- LEAD_SURROGATE_BOUNDARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Value returned in
bounds(). - LEAD_SURROGATE_MAX_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Lead surrogate maximum value
- LEAD_SURROGATE_MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Lead surrogate minimum value
- LEADING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.TrimOption
-
Trim leading spans.
- LEADING_COMBINING_MARK - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label starts with a combining mark.
- LEADING_HYPHEN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label starts with a hyphen-minus ('-').
- LEADING_JAMO - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.HangulSyllableType
- leadSurrogate - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.Range
- LEAST_MAXIMUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Limit type for
getLimit()andhandleGetLimit()indicating the least maximum value that a field can take. - LEFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- LEFT_AND_RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- LEFT_JOINING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningType
- LEFT_TO_RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type L
- LEFT_TO_RIGHT_EMBEDDING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type LRE
- LEFT_TO_RIGHT_ISOLATE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type LRI
- LEFT_TO_RIGHT_OVERRIDE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type LRO
- length - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.FormattedMessage
-
Deprecated.This API is for ICU internal use only.
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.FormattedList
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
- length() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Replaceable
-
Returns the number of 16-bit code units in the text.
- length() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Return the number of characters contained in this object.
- length(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
- length(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
- length(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- length(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
- LENGTH_FIXED_SPACES_AT_BEGINNING - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- LENGTH_FIXED_SPACES_AT_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- LENGTH_FIXED_SPACES_NEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Memory option: the result must have the same length as the source.
- LENGTH_FULL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for DISPLAY_LENGTH: use full names when generating a locale name, e.g.
- LENGTH_FULL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Uses full names when generating a locale name, e.g.
- LENGTH_GROW_SHRINK - 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.
- LENGTH_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for memory options.
- LENGTH_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for DISPLAY_LENGTH: use short names when generating a locale name, e.g.
- LENGTH_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Use short names when generating a locale name, e.g.
- length1 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
- length2 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
- lengthDelta() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
How much longer is the new text compared with the old text?
- lengthFromCodePointAndLength(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
- lengthInfix - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
- lengthOfWeight(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationWeights
- lengthPrefix - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
- lengthSuffix - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
- LENIENT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode
-
Lenient mode should be used if you want to accept malformed user input.
- lenientParseEnabled() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Returns true if lenient-parse mode is turned on.
- LEPCHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LEPCHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LEPCHA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LESS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- lessThan() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the duration as being less than the defined duration.
- lessThan(float, TimeUnit) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Constructs a Period representing a duration less than count units extending into the past.
- LETTER_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Nl
- LETTERLIKE_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LETTERLIKE_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LETTERS_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for letter shaping options.
- LETTERS_NOOP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Letter shaping option: do not perform letter shaping.
- LETTERS_SHAPE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Letter shaping option: replace normative letter characters in the U+0600 (Arabic) block, by shaped ones in the U+FE70 (Presentation Forms B) block.
- LETTERS_SHAPE_TASHKEEL_ISOLATED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Letter shaping option: replace normative letter characters in the U+0600 (Arabic) block, except for the TASHKEEL characters at U+064B...U+0652, by shaped ones in the U+Fe70 (Presentation Forms B) block.
- LETTERS_UNSHAPE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Letter shaping option: replace shaped letter characters in the U+FE70 (Presentation Forms B) block by normative ones in the U+0600 (Arabic) block.
- LEVEL_DEFAULT_LTR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Paragraph level setting
- LEVEL_DEFAULT_RTL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Paragraph level setting
- LEVEL_OVERRIDE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Bit flag for level input.
- LEVEL_SEPARATOR_BYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- LevelCallback() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.LevelCallback
- LEXICOGRAPHIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.ComparisonStyle
- LF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- LF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- LF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- LIGHT_SPEED - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of speed: light-speed
- LIGHT_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: light-year
- LikelySubtags - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LikelySubtags.Data - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LIMBU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LIMBU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Limbu Script in Unicode 4
- LIMBU_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- limit - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
- limit - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- limit - Variable in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Ending index, exclusive, of the text to be transliteratd.
- limit - Variable in class org.graalvm.shadowed.com.ibm.icu.util.RangeValueIterator.Element
-
(End + 1) integer of continuous result range that has the same value
- LIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- LIMITED_USE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- LIMITED_USE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Limited Use script.
- LINE_BREAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Line_Break.
- LINE_FEED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- LINE_SEPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
- LINE_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Zl
- LINEAR_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LINEAR_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LINEAR_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LINEAR_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Linear B Script in Unicode 4
- LINEAR_B_IDEOGRAMS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LINEAR_B_IDEOGRAMS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LINEAR_B_SYLLABARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LINEAR_B_SYLLABARY_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LINES_PER_GROUP_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Number of lines per group 1 invalid input: '<'invalid input: '<' GROUP_SHIFT_
- LINKER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicConjunctBreak
- LIST_SPAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.SpanField
-
The concrete field used for spans in FormattedList.
- ListFormatter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Immutable class for formatting a list, using data from CLDR (or supplied separately).
- ListFormatter(String, String, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter
-
Deprecated.This API is ICU internal only.
- ListFormatter.Field - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Field selectors for format fields defined by ListFormatter.
- ListFormatter.FormattedList - Class in org.graalvm.shadowed.com.ibm.icu.text
-
An immutable class containing the result of a list formatting operation.
- ListFormatter.SpanField - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Class for span fields in FormattedList.
- ListFormatter.Type - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Type of meaning expressed by the list.
- ListFormatter.Width - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Verbosity level of the list patterns.
- LISU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LISU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LISU_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LISU_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LISU_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: liter
- LITER_PER_100KILOMETERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of consumption: liter-per-100-kilometer
- LITER_PER_KILOMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of consumption: liter-per-kilometer
- Literal(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Literal
-
Deprecated.This API is for technology preview only.
- LITERAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- LITERAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Field
-
The literal text in the result which came from the resources.
- LITERAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Field
-
Represents a literal text string, like "tomorrow" or "days ago".
- LiteralExpression(MFDataModel.Literal, MFDataModel.Annotation, List) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.LiteralExpression
-
Deprecated.This API is for technology preview only.
- load() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags.Data
- load() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- load(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULangDataTables
- load(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURegionDataTables
- load(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- load(ByteBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- loadAllDisplayNames() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneNamesImpl
- loadAllDisplayNames() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Deprecated.This API is ICU internal only.
- loader - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PluralRulesLoader
-
The only instance of the loader.
- loader() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
- loadRange(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
- loadTailoring(ULocale, Output) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationLoader
- loc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- loc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
- LOC_DUTCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- LOC_ROOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- LOCAL_DST - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- LOCAL_FORMER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- LOCAL_LATTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- LOCAL_STD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- LocalDeclaration(String, MFDataModel.Expression) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.LocalDeclaration
-
Deprecated.This API is for technology preview only.
- locale - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- locale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.number.UnlocalizedNumberFormatter
-
Associate the given locale with the number formatter.
- locale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.number.UnlocalizedNumberRangeFormatter
-
Associate the given locale with the number range formatter.
- locale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.number.UnlocalizedNumberFormatter
-
ULocale version of the
UnlocalizedNumberFormatter.locale(Locale)setter above. - locale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.number.UnlocalizedNumberRangeFormatter
-
ULocale version of the
UnlocalizedNumberRangeFormatter.locale(Locale)setter above. - LOCALE_DEFAULT_ROOT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Open a resource bundle for the locale; if there is not even a base language bundle, then fall back to the default locale; if there is no bundle for that either, then load the root bundle.
- LOCALE_ONLY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Open a resource bundle for the locale; if there is not even a base language bundle, then fail; never fall back to the default locale nor to the root locale.
- LOCALE_ROOT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Open a resource bundle for the locale; if there is not even a base language bundle, then load the root bundle; never fall back to the default locale.
- LocaleData - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A class for accessing miscellaneous data in the locale bundles
- LocaleData.MeasurementSystem - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Enumeration for representing the measurement systems.
- LocaleData.PaperSize - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A class that represents the size of letter head used in the country
- localeDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- localeDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided locale id.
- localeDisplayName(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- localeDisplayName(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided locale.
- localeDisplayName(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- localeDisplayName(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided ulocale.
- LocaleDisplayNames - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Returns display names of ULocales and components of ULocales.
- LocaleDisplayNames() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Deprecated.This API is ICU internal only.
- LocaleDisplayNames.DialectHandling - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Enum used in
LocaleDisplayNames.getInstance(ULocale, DialectHandling). - LocaleDisplayNames.UiListItem - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Struct-like class used to return information for constructing a UI list, each corresponding to a locale.
- LocaleDisplayNamesImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
- LocaleDisplayNamesImpl(ULocale, DisplayContext...) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- LocaleDisplayNamesImpl(ULocale, LocaleDisplayNames.DialectHandling) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- LocaleDisplayNamesImpl.DataTable - Class in org.graalvm.shadowed.com.ibm.icu.impl
- LocaleDisplayNamesImpl.DataTableType - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl
- LocaleDistance - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
-
Offline-built data for LocaleMatcher.
- LocaleDistance.Data - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LocaleExtensions - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- localeFromString(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.Utils
- LocaleIDParser - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Utility class to parse and normalize locale ids (including POSIX style)
- LocaleIDParser(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
- LocaleIDParser(String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
- LocaleIDs - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Utilities for mapping between old and new language, country, and other locale ID related names.
- LocaleIDs() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDs
- LocaleKey(String, String, String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
PrimaryID is the user's requested locale string, canonicalPrimaryID is this string in canonical form, fallbackID is the current default locale's string in canonical form.
- LocaleKeyFactory(boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Constructor used by subclasses.
- LocaleKeyFactory(boolean, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Constructor used by subclasses.
- LocaleMatcher - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Immutable class that picks the best match between a user's desired locales and an application's supported locales.
- LocaleMatcher(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Parses the string like
LocalePriorityListdoes and constructs a LocaleMatcher for the supported locales parsed from the string. - LocaleMatcher(LocalePriorityList) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Copies the supported locales, preserving iteration order, and constructs a LocaleMatcher.
- LocaleMatcher.Builder - Class in org.graalvm.shadowed.com.ibm.icu.util
-
LocaleMatcher Builder.
- LocaleMatcher.Demotion - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Builder option for whether all desired locales are treated equally or earlier ones are preferred.
- LocaleMatcher.Direction - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Builder option for whether to include or ignore one-way (fallback) match data.
- LocaleMatcher.FavorSubtag - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Builder option for whether the language subtag or the script subtag is most important.
- LocaleMatcher.Result - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Data for the best-matching pair of a desired and a supported locale.
- LocaleObjectCache<K,
V> - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale - LocaleObjectCache() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleObjectCache
- LocaleObjectCache(int, float, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleObjectCache
- LocalePriorityList - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Provides an immutable list of languages/locales in priority order.
- LocalePriorityList.Builder - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Class used for building LocalePriorityLists.
- LocaleSyntaxException - Exception Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LocaleSyntaxException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleSyntaxException
- LocaleSyntaxException(String, int) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleSyntaxException
- LocaleUtility - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A class to hold utility functions missing from java.util.Locale.
- LocaleUtility() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.LocaleUtility
- LocaleValidityChecker - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LocaleValidityChecker(Set) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker
- LocaleValidityChecker(ValidIdentifiers.Datasubtype...) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker
- LocaleValidityChecker.Where - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LOCALIZED_GMT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Localized GMT offset format, such as "GMT-05:00", "UTC+0100" This style is equivalent to the LDML date format pattern "OOOO" and "ZZZZ"
- LOCALIZED_GMT_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Short localized GMT offset format, such as "GMT-5", "UTC+1:30" This style is equivalent to the LDML date format pattern "O".
- LocalizedNumberFormatter - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A NumberFormatter that has a locale associated with it; this means .format() methods are available.
- LocalizedNumberFormatterAsFormat - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
A wrapper around LocalizedNumberFormatter implementing the Format interface, enabling improved compatibility with other APIs.
- LocalizedNumberFormatterAsFormat(LocalizedNumberFormatter, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
- LocalizedNumberRangeFormatter - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A NumberRangeFormatter that has a locale associated with it; this means .formatRange() methods are available.
- LOCATION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
- LOCATION_TZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for generic location format, such as Los Angeles Time; used in combinations date + time + zone, or time + zone.
- LOCATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- LOCATIVE_COPULATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- LOGICAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Order
-
Constant indicating a logical order.
- LOGICAL_ORDER_EXCEPTION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Logical_Order_Exception (new).
- LOMA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
- LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Longer version, like "1.2 trillion", if available.
- LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Length
-
The longest name length.
- LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Style
-
Everything spelled out.
- LONG - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty.NameChoice
-
Selector for the long name of a property or value.
- LONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for long style pattern.
- LONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A style specifier for
getDisplayName()indicating a long name, such as "Pacific Standard Time." - LONG_DAYLIGHT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Long display name for daylight saving time, such as "Eastern Daylight Time".
- LONG_GENERIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Long display name, such as "Eastern Time".
- LONG_GENERIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A style specifier for
getDisplayName()indicating a long generic name, such as "Pacific Time." - LONG_GMT - 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 offset, such as "GMT-08:00." - LONG_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Selector for getName() indicating the long name for a currency, such as "US Dollar" for USD.
- LONG_STANDARD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Long display name for standard time, such as "Eastern Standard Time".
- LONGER_FIRST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.ComparisonStyle
- longitude - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer.Ecliptic
-
The ecliptic longitude, in radians.
- LongNameHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Takes care of formatting currency and measurement unit names, as well as populating the gender of measure units.
- LongNameMultiplexer - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
A MicroPropsGenerator that multiplexes between different LongNameHandlers, depending on the outputUnit.
- LongNameMultiplexer(MicroPropsGenerator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameMultiplexer
- LongNameMultiplexer.ParentlessMicroPropsGenerator - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
-
LongNameMultiplexer calls the parent MicroPropsGenerator itself, receiving the MicroProps instance in use for this formatting pipeline.
- longValue() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto along. - longValue() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- longValueExact() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto along. - LOOKAHEAD - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
offset to the "lookahead" field in a state table row.
- lookup(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.SymbolTable
-
Lookup the characters associated with this string and return it.
- lookup(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.XSymbolTable
-
Supplies default implementation for SymbolTable (no action).
- lookup(String, String[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Look up a given string in a string array.
- lookupMatcher(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.SymbolTable
-
Lookup the UnicodeMatcher associated with the given character, and return it.
- lookupMatcher(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.XSymbolTable
-
Supplies default implementation for SymbolTable (no action).
- LOW_SURROGATES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LOW_SURROGATES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LOWER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- LOWER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- LOWER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey.BoundMode
-
Lower bound
- LOWERCASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Lowercase.
- LOWERCASE_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Ll
- LOWERCASE_MAPPING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Lowercase_Mapping.
- lReqPos - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- LSR - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- LSR(String, String, String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- lsrs - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags.Data
- LSTMBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- LSTMBreakEngine(int, UnicodeSet, LSTMBreakEngine.LSTMData) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine
- LSTMBreakEngine.EmbeddingType - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- LSTMBreakEngine.LSTMClass - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- LSTMBreakEngine.LSTMData - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- LSTMData(UResourceBundle) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMData
- LT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeLimit
- LTR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Left-to-right text.
- LUMEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of light: lumen
- LUX - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of light: lux
- LV - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- LV_SYLLABLE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.HangulSyllableType
- LVT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- LVT_SYLLABLE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.HangulSyllableType
- LYCIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LYCIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LYCIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LYDIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- LYDIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- LYDIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
M
- M - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EGender
- m_data_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
- m_dataCapacity_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
- m_dataLength_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Length of the data array
- m_dataLength_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
- m_dataManipulate_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Internal TrieValue which handles the parsing of the data value.
- m_dataOffset_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Start index of the data portion of the trie.
- m_groupcount_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterName
-
Maximum number of groups
- m_index_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Index or UTF16 characters
- m_index_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Index values at build-time are 32 bits wide for easier processing.
- m_indexLength_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
- m_initialValue_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
- m_isCompacted_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
- m_isLatin1Linear_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
- m_map_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Map of adjusted indexes, used in utrie_compact().
- m_scriptExtensions_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Script_Extensions data
- m_trie_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Trie data
- m_unicodeVersion_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
-
Unicode version
- MAC_OLD_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in older Macintosh systems.
- MAC_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in the JDK.
- MacroProps - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- MacroProps() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- macroregion - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
- macros(MacroProps) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Deprecated.ICU 60 This API is ICU internal only.
- MAGHA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Magha, the 11th month of the Indian year.
- MAHAJANI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MAHAJANI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MAHAJANI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MAHJONG_TILES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MAHJONG_TILES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- main(String[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Main method prints out ICU version information
- MAKASAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MAKASAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- MAKASAR_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- makeCE(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Creates a CE from a primary weight.
- makeCodePointAndCE32Pair(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- makeFCD(CharSequence, int, int, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- makeFCDAndAppend(CharSequence, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- makeMaximizedLsrFrom(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags
- makeMaximizedLsrFrom(ULocale, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags
- makeResolvedLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Takes the best-matching supported locale and adds relevant fields of the best-matching desired locale, such as the -t- and -u- extensions.
- makeResolvedULocale() - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Result
-
Takes the best-matching supported locale and adds relevant fields of the best-matching desired locale, such as the -t- and -u- extensions.
- MALAYALAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MALAYALAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Malayalam
- MALAYALAM_BHA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MALAYALAM_JA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_LLA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_LLLA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_NGA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_NNA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_NNNA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_NYA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_RA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_SSA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALAYALAM_TTA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MALE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.Gender
-
Deprecated.This API is ICU internal only.
- MALE_TAINTS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.ListGenderStyle
-
Deprecated.This API is ICU internal only.
- MANDAEAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MANDAIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MANDAIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MANDAIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MANDATORY_BREAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- MANICHAEAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MANICHAEAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MANICHAEAN_ALEPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_AYIN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_BETH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_DALETH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_DHAMEDH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_FIVE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_GIMEL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_HETH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_HUNDRED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MANICHAEAN_KAPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_LAMEDH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_MEM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_NUN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_ONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_PE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_QOPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_RESH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_SADHE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_SAMEKH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_TAW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_TEN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_TETH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_THAMEDH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_TWENTY - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_WAW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_YODH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANICHAEAN_ZAYIN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MANY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- MANY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
- map - Variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.RegionValidateMap
-
Deprecated.This API is ICU internal only.
- map(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.Trie2.ValueMapper
- MAP_NOWHERE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Special value which can be returned by the mapping methods when a logical index has no corresponding visual index or vice-versa.
- MAPPING_HAS_CCC_LCCC_WORD - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- MAPPING_HAS_RAW_MAPPING - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- MAPPING_LENGTH_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- MARCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the third month of the year. - MARCHEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MARCHEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MARCHEN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- markDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Set the default size to the current number of registered factories.
- Markup(MFDataModel.Markup.Kind, String, Map, List) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup
-
Deprecated.This API is for technology preview only.
- MASARAM_GONDI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MASARAM_GONDI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MASARAM_GONDI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MASCULINE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- MASK_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Mask for getting the lower bits from the input index.
- MASK_LIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- MASK_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
First constant for bit-mask Unicode properties.
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CodePointMatcher
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CombinedCurrencyMatcher
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.DecimalMatcher
- match(StringSegment, ParsedNumber) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParseMatcher
-
Runs this matcher starting at the beginning of the given StringSegment.
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ScientificMatcher
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
- match(StringSegment, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ValidationMatcher
- match(StringSegment, ParsedNumber, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.DecimalMatcher
- match(ULocale, ULocale, ULocale, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher
-
Deprecated.ICU 65 Build and use a matcher rather than comparing pairs of locales.
- MATCH_ALL_FIELDS_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Option mask for forcing the width of all date and time fields.
- MATCH_HOUR_FIELD_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Option mask for forcing the width of hour field.
- MATCH_MINUTE_FIELD_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- MATCH_NO_OPTIONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Default option mask used for
DateTimePatternGenerator.getBestPattern(String, int)andDateTimePatternGenerator.replaceFieldTypes(String, String, int). - MATCH_SECOND_FIELD_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- matchAfter(CharSequence, CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- matchers - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
- matches() - Method in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
Same as (result!=NO_MATCH).
- matches(Object, List, Map) - Method in interface org.graalvm.shadowed.com.ibm.icu.message2.Selector
-
Deprecated.This API is for technology preview only.
- matches(PluralRules.FixedDecimal, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- matches(Replaceable, int[], int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeFilter
-
Default implementation of UnicodeMatcher::matches() for Unicode filters.
- matches(Replaceable, int[], int, boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
Return a UMatchDegree value indicating the degree of match for the given text at the given offset.
- matches(Replaceable, int[], int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Implementation of UnicodeMatcher.matches().
- matchesAt(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- matchesField(Format.Field, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Determines whether a given field and value should be included given the constraints.
- matchesIndexValue(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
Returns true if this matcher will match a character c, where c & 0xFF == v, at offset, in the forward direction (with limit > offset).
- matchesIndexValue(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Implementation of UnicodeMatcher API.
- MatchInfo(TimeZoneNames.NameType, String, String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.MatchInfo
-
Constructing a
MatchInfo. - matchLength - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.Output
- matchLength - Variable in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Length of the most current match in target text.
- matchLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo
- matchLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.MatchInfo
-
Returns the match length.
- matchNodesCanHaveValues() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- matchNodesCanHaveValues() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- matchNodesCanHaveValues() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- matchQuarterString(String, int, int, String[], Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Attempt to match the text at a given position against an array of quarter strings.
- matchString(String, int, int, String[], Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Attempt to match the text at a given position against an array of strings.
- MATH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Math.
- MATH_SYMBOL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Sm
- MathContext - Class in org.graalvm.shadowed.com.ibm.icu.math
-
The
MathContextimmutable class encapsulates the settings understood by the operator methods of theBigDecimalclass (and potentially other classes). - MathContext(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Constructs a new
MathContextwith a specified precision. - MathContext(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Constructs a new
MathContextwith a specified precision and form. - MathContext(int, int, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Constructs a new
MathContextwith a specified precision, form, and lostDigits setting. - MathContext(int, int, boolean, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Constructs a new
MathContextwith a specified precision, form, lostDigits, and roundingMode setting. - mathContextUnlimited(RoundingMode) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
Gets a MathContext with unlimited precision and the specified RoundingMode.
- MATHEMATICAL_ALPHANUMERIC_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MATHEMATICAL_ALPHANUMERIC_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MATHEMATICAL_NOTATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MATHEMATICAL_OPERATORS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MATHEMATICAL_OPERATORS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MAUNDY_THURSDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Maundy Thursday, 3 days before Easter
- max(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value is the maximum ofthisandrhs. - max(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value is the maximum ofthisandrhs. - MAX_CODE_POINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+10FFFF, same as
Character.MAX_CODE_POINT. - MAX_CP - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
- MAX_DATA_LENGTH_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Maximum length of the runtime data (stage 2) array.
- MAX_DATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The maximum supported
Date. - MAX_DELTA - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- MAX_EXPLICIT_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Maximum explicit embedding level.
- MAX_FIELD_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- MAX_HIGH_SURROGATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+DBFF, same as
Character.MAX_HIGH_SURROGATE. - MAX_INDEX_LENGTH_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Length of the index (stage 1) array before folding.
- MAX_INT_FRAC_SIG - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
The maximum number of fraction places, integer numerals, or significant digits.
- MAX_JULIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The maximum supported Julian day.
- MAX_LOW_SURROGATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+DFFF, same as
Character.MAX_LOW_SURROGATE. - MAX_MILLIS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- MAX_MILLIS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The maximum supported epoch milliseconds.
- MAX_PRIMARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- MAX_RADIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Compatibility constant for Java Character's MAX_RADIX.
- MAX_ROUND_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Deprecated.This API is ICU internal only.
- MAX_ROWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
- MAX_SCALE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Deprecated.ICU 59
- MAX_SCALE_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Deprecated.This API is ICU internal only.
- MAX_SCRIPT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- MAX_STRING_LENGTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
-
For string case mappings, a single character (a code point) is mapped either to itself (in which case in-place mapping functions do nothing), or to another single code point, or to a string.
- MAX_SURROGATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+DFFF, same as
Character.MAX_SURROGATE. - MAX_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The highest Unicode code point value (scalar value), constant U+10FFFF (uses 21 bits).
- MAX_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Maximum value that can be stored in a UnicodeSet.
- MAX_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.AnnualTimeZoneRule
-
The constant representing the maximum year used for designating a rule is permanent.
- maxBytesPerChar() - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetDecoderICU
-
Returns the maxBytesPerChar value for the Charset that created this decoder.
- maxCharsPerByte() - Method in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetEncoderICU
-
Returns the maxCharsPerByte value for the Charset that created this encoder.
- maxExpansions - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationTailoring
- maxFraction(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).
- MAXIMUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Limit type for
getLimit()andhandleGetLimit()indicating the maximum value that a field can take (greatest maximum). - MAXINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- MAXINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- maxRepresentableDigits() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- maxRepresentableDigits() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- maxSignificantDigits(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/figures.
- MAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the fifth month of the year. - MAY_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
May Day, May 1st
- MAYAN_HIEROGLYPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MAYAN_NUMERALS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MAYAN_NUMERALS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MAYBE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Indicates it cannot be determined if string is in the normalized format without further thorough checks.
- Measure - Class in org.graalvm.shadowed.com.ibm.icu.util
-
An amount of a specified unit, consisting of a Number and a Unit.
- Measure(Number, MeasureUnit) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Measure
-
Constructs a new object given a number and a unit.
- MEASURE_UNIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- MeasureFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A formatter for Measure objects.
- MeasureFormat.FormatWidth - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Formatting width enum.
- measures - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter.ComplexConverterResult
- MeasureUnit - Class in org.graalvm.shadowed.com.ibm.icu.util
-
A unit such as length, mass, volume, currency, etc.
- MeasureUnit(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.This API is ICU internal only.
- MeasureUnit.Complexity - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Enumeration for unit complexity.
- MeasureUnit.Factory - Interface in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- MeasureUnit.MeasurePrefix - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Enumeration for SI and binary prefixes, e.g.
- MeasureUnitImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- MeasureUnitImpl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
- MeasureUnitImpl(SingleUnitImpl) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
- MeasureUnitImpl.CompoundPart - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- MeasureUnitImpl.InitialCompoundPart - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- MeasureUnitImpl.MeasureUnitImplWithIndex - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- MeasureUnitImpl.PowerPart - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- MeasureUnitImpl.UnitsParser - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- MEBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: mebi, 1024^2.
- MEDEFAIDRIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEDEFAIDRIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- MEDEFAIDRIN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEDIAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
- MEDIUM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Length
-
The most typical name length.
- MEDIUM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EUnitVariant
- MEDIUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for medium style pattern.
- MEDIUM_ROWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
- MEEM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- MEETEI_MAYEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEETEI_MAYEK_EXTENSIONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEETEI_MAYEK_EXTENSIONS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEETEI_MAYEK_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEGA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: mega, 10^6.
- MEGABIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for መጋቢት, the 7th month of the Ethiopic year.
- MEGABIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: megabit
- MEGABYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: megabyte
- MEGAHERTZ - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of frequency: megahertz
- MEGALITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: megaliter
- MEGAPASCAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: megapascal
- MEGAPIXEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: megapixel
- MEGAWATT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of power: megawatt
- MEIJI - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constant for the era starting on Sept.
- MEITEI_MAYEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MENDE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Mende Kikakui ISO 15924 script code
- MENDE_KIKAKUI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MENDE_KIKAKUI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- merge(CollationKey) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey
-
Merges this CollationKey with another.
- MERGE_SEPARATOR_BYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Merge-sort-key separator.
- MERGE_SEPARATOR_PRIMARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- mergeAndAppend(Edits, Edits) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Merges the two input Edits and appends the result to this object.
- MEROITIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MEROITIC_CURSIVE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEROITIC_CURSIVE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MEROITIC_CURSIVE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEROITIC_HIEROGLYPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MEROITIC_HIEROGLYPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MEROITIC_HIEROGLYPHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MESKEREM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for መስከረም, the 1st month of the Ethiopic year.
- MESRA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Μεϲωρη / ىﺮﺴﻣ, the 12th month of the Coptic year.
- MessageFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- MessageFormat(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Constructs a MessageFormat for the default
FORMATlocale and the specified pattern. - MessageFormat(String, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Constructs a MessageFormat for the specified locale and pattern.
- MessageFormat(String, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Constructs a MessageFormat for the specified locale and pattern.
- MessageFormat.Field - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Defines constants that are used as attribute keys in the
AttributedCharacterIteratorreturned fromMessageFormat.formatToCharacterIterator. - MessageFormatter - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MessageFormatter.Builder - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MessageFormatter.ErrorHandlingBehavior - Enum Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MessagePattern - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Parses and represents ICU MessageFormat patterns.
- MessagePattern() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Constructs an empty MessagePattern with default ApostropheMode.
- MessagePattern(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Constructs a MessagePattern with default ApostropheMode and parses the MessageFormat pattern string.
- MessagePattern(MessagePattern.ApostropheMode) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Constructs an empty MessagePattern.
- MessagePattern.ApostropheMode - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Mode for when an apostrophe starts quoted literal text for MessageFormat output.
- MessagePattern.ArgType - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Argument type constants.
- MessagePattern.Part - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A message pattern "part", representing a pattern parsing event.
- MessagePattern.Part.Type - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Part type constants.
- MessagePatternUtil - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Utilities for working with a MessagePattern.
- MessagePatternUtil.ArgNode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A piece of MessageNode contents representing a message argument and its details.
- MessagePatternUtil.ComplexArgStyleNode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A Node representing details of the argument style of a complex argument.
- MessagePatternUtil.MessageContentsNode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A piece of MessageNode contents.
- MessagePatternUtil.MessageContentsNode.Type - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
The type of a piece of MessageNode contents.
- MessagePatternUtil.MessageNode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A Node representing a parsed MessageFormat pattern string.
- MessagePatternUtil.Node - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Common base class for all elements in a tree of nodes returned by
MessagePatternUtil.buildMessageNode(MessagePattern). - MessagePatternUtil.TextNode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Literal text, a piece of MessageNode contents.
- MessagePatternUtil.VariantNode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A Node representing a nested message (nested inside an argument) with its selection criterion.
- METER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: meter
- METER_PER_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of speed: meter-per-second
- METER_PER_SECOND_SQUARED - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of acceleration: meter-per-square-second
- METRIC_TON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: metric-ton (renamed to tonne in CLDR 42 / ICU 72).
- MFDataModel - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Annotation - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Attribute - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.CatchallKey - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Declaration - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Expression - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.FunctionAnnotation - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.FunctionExpression - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.InputDeclaration - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Literal - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.LiteralExpression - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.LiteralOrCatchallKey - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.LiteralOrVariableRef - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.LocalDeclaration - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Markup - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Message - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Option - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Pattern - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.PatternMessage - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.PatternPart - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.SelectMessage - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.StringPart - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.VariableExpression - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.VariableRef - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFDataModel.Variant - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFFunctionRegistry - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFFunctionRegistry.Builder - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFParseException - Exception Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFParseException(String, int) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.message2.MFParseException
-
Deprecated.Constructs a MFParseException with the specified message and offset.
- MFParser - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFSerializer - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- MFSerializer() - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFSerializer
-
Deprecated.
- MIAO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MIAO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MIAO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MIAZIA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ሚያዝያ, the 8th month of the Ethiopic year.
- MICRO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: micro, 10^-6.
- MICROGRAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: microgram
- MICROMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: micrometer
- MicroProps - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
MicroProps is the first MicroPropsGenerator that should be should be called, producing an initialized MicroProps instance that will be passed on and modified throughout the rest of the chain of MicroPropsGenerator instances.
- MicroProps(boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- MicroPropsGenerator - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
-
This interface is used when all number formatting settings, including the locale, are known, except for the quantity itself.
- MicroPropsMutator<T> - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
- MICROSECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: microsecond
- MIDDLE_OF_SENTENCE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for the middle of a sentence.
- MIDLETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- MIDNIGHT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- MIDNUM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- MIDNUMLET - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- MILE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: mile
- MILE_PER_GALLON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of consumption: mile-per-gallon
- MILE_PER_GALLON_IMPERIAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of consumption: mile-per-gallon-imperial
- MILE_PER_HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of speed: mile-per-hour
- MILE_SCANDINAVIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: mile-scandinavian
- MILLI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: milli, 10^-3.
- MILLIAMPERE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of electric: milliampere
- MILLIBAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: millibar
- MILLIGRAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: milligram
- MILLIGRAM_OFGLUCOSE_PER_DECILITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: milligram-ofglucose-per-deciliter
- MILLIGRAM_PER_DECILITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: milligram-per-deciliter
- MILLILITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: milliliter
- MILLIMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: millimeter
- MILLIMETER_OF_MERCURY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: millimeter-ofhg
- MILLIMOLE_PER_LITER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: millimole-per-liter
- MILLIS_PER_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- MILLIS_PER_HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- MILLIS_PER_MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- MILLIS_PER_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- MILLISECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents a millisecond.
- MILLISECOND - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents a millisecond.
- MILLISECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the millisecond field.
- MILLISECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the millisecond within the second. - MILLISECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: millisecond
- MILLISECOND_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Alias for FRACTIONAL_SECOND_FIELD.
- MILLISECONDS_IN_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the milliseconds in day field.
- MILLISECONDS_IN_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
get()andset()indicating the milliseconds in the day. - MILLISECONDS_IN_DAY_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'A' field alignment, corresponding to the
Calendar.MILLISECONDS_IN_DAYfield. - millisToJulianDay(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Converts time as milliseconds to Julian day.
- MILLIWATT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of power: milliwatt
- MIM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- min(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value is the minimum ofthisandrhs. - min(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value is the minimum ofthisandrhs. - MIN_CODE_POINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+0000, same as
Character.MIN_CODE_POINT. - MIN_DATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The minimum supported
Date. - MIN_ELEMENTS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Use the smallest number of elements in the spanned range for counting and modification, based on the
UnicodeSet.SpanCondition. - MIN_ENCODED_START - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.EraRules
- MIN_HIGH_SURROGATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+D800, same as
Character.MIN_HIGH_SURROGATE. - MIN_JULIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The minimum supported Julian day.
- MIN_LOW_SURROGATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+DC00, same as
Character.MIN_LOW_SURROGATE. - MIN_MILLIS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
- MIN_MILLIS - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The minimum supported epoch milliseconds.
- MIN_NORMAL_MAYBE_YES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- MIN_RADIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Compatibility constant for Java Character's MIN_RADIX.
- MIN_ROUND_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Deprecated.This API is ICU internal only.
- MIN_SUPPLEMENTARY_CODE_POINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+10000, same as
Character.MIN_SUPPLEMENTARY_CODE_POINT. - MIN_SURROGATE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Constant U+D800, same as
Character.MIN_SURROGATE. - MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
The lowest Unicode code point value, constant 0.
- MIN_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Minimum value that can be stored in a UnicodeSet.
- MIN_YES_YES_WITH_CC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- MIN2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Display grouping using locale defaults, except do not show grouping on values smaller than 10000 (such that there is a minimum of two digits before the first separator).
- minFraction(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Always show at least a certain number of fraction places after the decimal separator, padding with zeros if necessary.
- MINGUO - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constant for the Taiwan Era for Minguo.
- minimalDaysInFirstWeek - Variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
-
the minimal number of days in the first week
- MINIMALLY_RESTRICTIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
All characters in the string are in the identifier profile.
- minimized - Variable in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
-
Returns the minimized locale for an input locale, such as sr-Cyrl → sr
- minimizeSubtags(String, String, String, ULocale.Minimize) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags
- minimizeSubtags(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Minimizes the subtags for a provided locale ID, per the algorithm described in the following CLDR technical report: http://www.unicode.org/reports/tr35/#Likely_Subtags If the provided ULocale instance is already in the minimal form, or there is no data available for minimization, it will be returned.
- minimizeSubtags(ULocale, ULocale.Minimize) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Deprecated.This API is ICU internal only.
- MINIMUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Limit type for
getLimit()andhandleGetLimit()indicating the minimum value that a field can take (least minimum). - MINIMUM_GROUPING_DIGITS_AUTO - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Constant for
DecimalFormat.setMinimumGroupingDigits(int)to specify display grouping using the default strategy for all locales. - MINIMUM_GROUPING_DIGITS_MIN2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Constant for
DecimalFormat.setMinimumGroupingDigits(int)to specify display grouping using locale defaults, except do not show grouping on values smaller than 10000 (such that there is a minimum of two digits before the first separator). - MINIMUM_USER_STAMP - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
If the time stamp
stamp[]has a value greater than or equal toMINIMUM_USER_SETthen it has been set by the user via a call toset(). - minMaxFraction(int, 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); in addition, always show at least a certain number of places after the decimal separator, padding with zeros if necessary.
- minMaxSignificantDigits(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show numbers rounded if necessary to a certain number of significant digits/figures; in addition, always show at least a certain number of significant digits, padding with zeros if necessary.
- minSignificantDigits(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Always show at least a certain number of significant digits/figures, padding with zeros if necessary.
- MINUS_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- minusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- MinusSignMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- MINUTE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Minute
- MINUTE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is minute, e.g.
- MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents a minute.
- MINUTE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents a minute.
- MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the minute field.
- MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with minute.
- MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the minute within the hour. - MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: minute
- MINUTE_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'm' field alignment, corresponding to the
Calendar.MINUTEfield. - MINUTE_MS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
The number of milliseconds in one minute.
- MINUTE_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with minute and second.
- MINUTES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Minutes
- MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_SYMBOLS_AND_ARROWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_SYMBOLS_AND_ARROWS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_TECHNICAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MISCELLANEOUS_TECHNICAL_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MIXED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Complexity
-
A mixed unit, like hour-and-minute.
- MIXED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Mixed-directional text.
- MIXED_NEUTRAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.ListGenderStyle
-
Deprecated.This API is ICU internal only.
- MIXED_NUMBERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check that an identifier does not mix numbers from different numbering systems.
- MIXED_SCRIPT_CONFUSABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
When performing the two-string
SpoofChecker.areConfusable(String, String)test, this flag in the return value indicates that the two strings are visually confusable and that they are not from the same script, according to UTS 39 section 4. - mixedMeasures - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
Contains all the measures.
- mixedMeasuresToMicros(ComplexUnitsConverter.ComplexConverterResult, DecimalQuantity, MicroProps) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.UsagePrefsHandler
-
Populates micros.mixedMeasures and modifies quantity, based on the values in measures.
- MixedUnitLongNameHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Similar to LongNameHandler, but only for MIXED units.
- MlBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- MlBreakEngine(UnicodeSet, UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.MlBreakEngine
-
Constructor for Chinese and Japanese phrase breaking.
- Mode() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Normalizer.Mode
-
Deprecated.This API is ICU internal only.
- MODERATELY_RESTRICTIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
The string classifies as Highly Restrictive, or all characters in the string are in the identifier profile and the string is covered by Latin and any one other Recommended or Aspirational script, except Cyrillic, Greek, and Cherokee.
- MODI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MODI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MODI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- modified - Variable in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
-
Returns the modified locale for an input locale, such as sr → sr-Cyrl, where there is also an sr-Latn in the list
- Modifier - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
-
A Modifier is an object that can be passed through the formatting pipeline until it is finally applied to the string builder.
- MODIFIER_COMBINING_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Modifier_Combining_Mark.
- MODIFIER_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Lm
- MODIFIER_SYMBOL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Sk
- MODIFIER_TONE_LETTERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MODIFIER_TONE_LETTERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- Modifier.Parameters - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
A fill-in for getParameters().
- Modifier.Signum - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- ModifierStore - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
-
This is *not* a modifier; rather, it is an object that can return modifiers based on given parameters.
- MODIFYING_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- modInner - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- modMiddle - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- modOuter - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- MOLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: mole
- MONDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Monday
- MONDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Monday, e.g.
- MONDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
DAY_OF_WEEKfield indicating Monday. - MONDAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Mondays
- monetaryDecimalSeparator - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyFormatInfo
- monetaryGroupingSeparator - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencyFormatInfo
- MONGOLIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MONGOLIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Mangolian
- MONGOLIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MONGOLIAN_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MONGOLIAN_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MONOGRAM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Requests an initial for the specified field, suitable for use in a monogram (this usually differs from "initial" in that "initial" often adds a period and "monogram" never does).
- MONOGRAM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Usage
-
Used to generate monograms, short 1 to 3-character versions of the name suitable for use in things like chat avatars.
- MONTH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Month
- MONTH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is month, e.g.
- MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents a month.
- MONTH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents a month.
- MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the month field.
- MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with month.
- MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the month. - MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: month
- MONTH_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with long month and day.
- MONTH_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'M' field alignment, corresponding to the
Calendar.MONTHfield. - MONTH_PERSON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: month-person
- MONTH_WEEKDAY_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with month, weekday, and day.
- monthLength(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
Return the number of days in the given month.
- MONTHS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Months
- MOON - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- moreThan() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the duration as being more than the defined duration.
- moreThan(float, TimeUnit) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Constructs a Period representing a duration more than count units extending into the past.
- MORNING1 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- MORNING2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- moveCodePointIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Moves the current position by the number of code points specified, either forward or backward depending on the sign of delta (positive or negative respectively).
- moveCodePointOffset(char[], int, int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Shifts offset16 by the argument number of codepoints within a subarray.
- moveCodePointOffset(StringBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Shifts offset16 by the argument number of codepoints
- moveCodePointOffset(String, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Shifts offset16 by the argument number of codepoints
- moveIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
- moveIndex(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Moves the current position by the number of code units specified, either forward or backward depending on the sign of delta (positive or negative respectively).
- movePointLeft(int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose decimal point has been moved to the left by a specified number of positions. - movePointRight(int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose decimal point has been moved to the right by a specified number of positions. - moveTo(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
- moveToLimit() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
Move to the iteration limit without fetching code points up to there.
- MRO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MRO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MRO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MSG_LIMIT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
End of a message pattern (main or nested).
- MSG_START - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Start of a message pattern (main or nested).
- MT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeLimit
- MUHARRAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Muharram, the 1st month of the Islamic year.
- MULTANI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MULTANI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- MULTANI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- Multimaps() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimaps
- multiple - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
- MultiplierFormatHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Wraps a
Scalefor use in the number formatting pipeline. - MultiplierFormatHandler(Scale, MicroPropsGenerator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.MultiplierFormatHandler
- MultiplierParseHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Wraps a
Scalefor use in the number parsing pipeline. - MultiplierParseHandler(Scale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MultiplierParseHandler
- MultiplierProducer - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number
-
An interface used by compact notation and scientific notation to choose a multiplier while rounding.
- multiply(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value isthis*rhs, using fixed point arithmetic. - multiply(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value isthis*rhs. - multiplyBy(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- multiplyBy(BigDecimal) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Multiply the internal value.
- MUSICAL_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MUSICAL_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MutableCodePointTrie - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Mutable Unicode code point trie.
- MutableCodePointTrie(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Constructs a mutable trie that initially maps each Unicode code point to the same value.
- Mutable Objects - Section in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
- MutablePatternModifier - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
This class is a
Modifierthat wraps a decimal format pattern. - MutablePatternModifier(boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
- MutablePatternModifier.ImmutablePatternModifier - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- mutateMicros(MicroProps, T) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.MicroPropsMutator
- MYANMAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MYANMAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Myammar
- MYANMAR_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MYANMAR_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MYANMAR_EXTENDED_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MYANMAR_EXTENDED_B_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MYANMAR_EXTENDED_C - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MYANMAR_EXTENDED_C_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- MYANMAR_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- mzID() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.MatchInfo
-
Returns the meta zone ID, or
nullif not available.
N
- n - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- N - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EGender
- NA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- NABATAEAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NABATAEAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- NABATAEAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NAG_MUNDARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NAG_MUNDARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- NAG_MUNDARI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NAKHI_GEBA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Name used for debugging.
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Attribute
-
Deprecated.
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.FunctionAnnotation
-
Deprecated.
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.InputDeclaration
-
Deprecated.
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.LocalDeclaration
-
Deprecated.
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup
-
Deprecated.
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Option
-
Deprecated.
- name - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.VariableRef
-
Deprecated.
- NAME - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Name.
- namedIndex(String, String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
- namedIndex(String, String[], int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
- namedIndexArray(String, String[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
- namedIndexArray(String, String[], byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
- nameInDisplayLocale - Variable in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
-
Returns the name of the modified locale in the display locale, such as "Englisch (VS)" (for 'en-US', where the display locale is 'de').
- nameInSelf - Variable in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
-
Returns the name of the modified locale in itself, such as "English (US)" (for 'en-US').
- nameMap() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.DefaultInfo
- nameMap() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyDisplayNames
-
Returns a mapping from localized names (standard and plural) to currency codes.
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ECountVariant
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EDecimalHandling
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EFractionHandling
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EGender
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfPlacement
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfSupport
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EMilliSupport
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ENumberSystem
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EPluralization
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ESeparatorVariant
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeDirection
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeLimit
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EUnitVariant
- names - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EZeroHandling
- nameToASCII(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UTS46
- nameToASCII(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Converts a whole domain name into its ASCII form for DNS lookup.
- nameToUnicode(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UTS46
- nameToUnicode(CharSequence, StringBuilder, IDNA.Info) - Method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Converts a whole domain name into its Unicode form for human-readable display.
- nameType() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericMatchInfo
- nameType() - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.MatchInfo
-
Returns the time zone name type.
- NAN_FLAG - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- NANDINAGARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NANDINAGARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- NANDINAGARI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NanMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- NANO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: nano, 10^-9.
- NANOMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: nanometer
- NANOSECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: nanosecond
- NARROW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Print an abbreviated version of the unit name.
- NARROW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
-
The shortest possible field name (may be the same as the abbreviated version)
- NARROW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Width
-
Use list formatting of the shortest possible length.
- NARROW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Brief.
- NARROW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Style
-
Use single letters when possible.
- NARROW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
- NARROW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
- NARROW - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constant for width.
- NARROW_SYMBOL_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Selector for getName() indicating the narrow currency symbol.
- NASIE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Πικογϫι μαβοτ / ﺮﻴﻐﺼﻟاﺮﻬﺸﻟا, the 13th month of the Coptic year.
- NAUTICAL_MILE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: nautical-mile
- needsPlurals() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
-
Returns true if the pattern represented by this MurkyModifier requires a plural keyword in order to localize.
- needsStringSpanUTF16() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
Do the strings need to be checked in span() etc.?
- NEG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
- NEG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
- NEG_ZERO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
- negate() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- negate() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Flips the sign from positive to negative and back.
- negate() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value is-this. - negate(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value is-this. - negative - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- NEGATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Same as AUTO, but do not show the sign on negative zero.
- NEGATIVE_FLAG - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- NEGATIVE_H - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Negative offset with hours field
- NEGATIVE_HM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Negative offset with hours and minutes fields
- NEGATIVE_HMS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Negative offset with hours, minutes and seconds fields
- NEGATIVE_SUBPATTERN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider.Flags
- negativeHasMinusSign() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
- negativeHasMinusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
- negativeHasMinusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- negativeHasMinusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
- NEHASSE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ነሐሴ, the 12th month of the Ethiopic year.
- NEUTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- NEUTRAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.ListGenderStyle
-
Deprecated.This API is ICU internal only.
- NEUTRAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
- NEUTRAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
No strongly directional text.
- NEVER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Do not show the sign on positive or negative numbers.
- NEW_MOON - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Constant representing a new moon.
- NEW_TAI_LUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NEW_TAI_LUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- NEW_TAI_LUE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NEW_YEARS_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
New Year's Day - January 1st
- NEW_YEARS_EVE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
New Year's Eve, December 31st
- NEWA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NEWA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- NEWA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- newDurationFormatterFactory() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterService
- newDurationFormatterFactory() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterService
-
Creates a new factory for creating DurationFormatters.
- newerField(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the field that is newer, either defaultField, or alternateField.
- newestStamp(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the newest stamp of a given range of fields.
- newInternal(String, StandardPluralRanges) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- newLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
The length of the current span in the destination string, which starts at
Edits.Iterator.destinationIndex(), or in the replacement string, which starts atEdits.Iterator.replacementIndex(). - NEWLINE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- newPeriodBuilderFactory() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterService
- newPeriodBuilderFactory() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterService
-
Creates a new factory for creating PeriodBuilders.
- newPeriodFormatterFactory() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.BasicPeriodFormatterService
- newPeriodFormatterFactory() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatterService
-
Creates a new factory for creating PeriodFormatters.
- newString(int[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Cover JDK 1.5 API.
- NEWTON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of force: newton
- NEWTON_METER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of torque: newton-meter
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.TokenIterator
-
Return the next token from this iterator, or null if the last token has been returned.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Returns next UTF16 character and increments the iterator's currentIndex by 1.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.CharIterator
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceIterator
- next() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps.ContextIterator
-
Iterate and return the next code point, moving in the direction determined by the reset() call.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Increments the iterator's index by one and returns the character at the new index.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Returns the next element in the set, either a single code point or a string.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Advances the iterator forward one boundary.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CanonicalIterator
-
Get the next canonically equivalent string.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Get the next collation element in the source string.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ComposedCharIter
-
Deprecated.ICU 2.2
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
Advances the iterator to the next edit.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Advances the iterator to the next boundary position.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the index of the next point at which the text matches the search pattern, starting from the current position The iterator is adjusted so that its current index (as returned by
SearchIterator.getIndex()) is the match position if one was found. - next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns the UTF16 code unit at index, and increments to the next code unit (post-increment semantics).
- next() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.UForwardCharacterIterator
-
Returns the UTF16 code unit at index, and increments to the next code unit (post-increment semantics).
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Returns the next element in the set, either a single code point or a string.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Iterator
-
Finds the next (byte sequence, value) pair if there is one.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.Iterator
-
Finds the next (string, value) pair if there is one.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
Reads the next code point, post-increments the string index, and gets a value from the map.
- next() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundleIterator
-
Returns the next element of this iterator if this iterator object has at least one more element to provide
- next(byte[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Traverses the trie from the current state for this byte sequence.
- next(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Returns the next character using the given options, or DONE if there are no more characters, and advance the position to the next character.
- next(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- next(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Move the iterator by the specified number of steps in the text.
- next(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Advances the iterator either forward or backward the specified number of steps.
- next(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Traverses the trie from the current state for this input byte.
- next(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Traverses the trie from the current state for this input char.
- next(CharSequence, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Traverses the trie from the current state for this string.
- next(StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- next(RangeValueIterator.Element) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TrieIterator
-
Returns true if we are not at the end of the iteration, false otherwise.
- next(RangeValueIterator.Element) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.RangeValueIterator
-
Returns the next maximal result range with a common value and returns true if we are not at the end of the iteration, false otherwise.
- next(ValueIterator.Element) - Method in interface org.graalvm.shadowed.com.ibm.icu.util.ValueIterator
-
Returns the next result for this iteration and returns true if we are not at the end of the iteration, false otherwise.
- NEXT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Next
- NEXT_2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Two after.
- NEXT_LINE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- next32(CharacterIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteration
-
Move the iterator forward to the next code point, and return that code point, leaving the iterator positioned at char returned.
- nextCaseMapCP() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
-
Iterate forward through the string to fetch the next code point to be case-mapped, and set the context indexes for it.
- nextCE() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Returns the next collation element.
- nextCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Returns the next code point (with post-increment).
- nextCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
- nextCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- nextCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
- nextCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- nextCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Returns the code point at index, and increments to the next code point (post-increment semantics).
- nextCodePoint() - Method in interface org.graalvm.shadowed.com.ibm.icu.text.UForwardCharacterIterator
-
Returns the code point at index, and increments to the next code point (post-increment semantics).
- nextElement - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
- nextElement() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Returns the same value as the
nextTokenmethod, except that its declared return value isObjectrather thanString. - nextFieldPosition(FormattedStringBuilder, FieldPosition) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl
- nextForCodePoint(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Traverses the trie from the current state for the one or two UTF-16 code units for this input code point.
- nextIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.CharIterator
- nextPosition(List, ConstrainedFieldPosition) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueFieldPositionIteratorImpl
- nextPosition(FormattedStringBuilder, ConstrainedFieldPosition, Format.Field) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl
-
Implementation of nextPosition consistent with the contract of FormattedValue.
- nextPosition(ConstrainedFieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.FormattedMessage
-
Deprecated.This API is for ICU internal use only.
- nextPosition(ConstrainedFieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- nextPosition(ConstrainedFieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumber
-
Iterates over field positions in the FormattedValue.
- nextPosition(ConstrainedFieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FormattedNumberRange
-
Iterates over field positions in the FormattedValue.
- nextPosition(ConstrainedFieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.FormattedDateInterval
-
Iterates over field positions in the FormattedValue.
- nextPosition(ConstrainedFieldPosition) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.FormattedValue
-
Iterates over field positions in the FormattedValue.
- nextPosition(ConstrainedFieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.FormattedList
-
Iterates over field positions in the FormattedValue.
- nextPosition(ConstrainedFieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.FormattedRelativeDateTime
-
Iterates over field positions in the FormattedValue.
- nextRange() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Returns the next element in the set, either a code point range or a string.
- nextRange() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Returns the next element in the set, either a code point range or a string.
- NEXTSTATES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
-
offset to the start of the next states array in a state table row.
- nextString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundleIterator
-
Returns the next String of this iterator if this iterator object has at least one more element to provide
- nextToken() - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Returns the next token from this string tokenizer.
- nextToken(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Returns the next token in this string tokenizer's string.
- nextToken(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Returns the next token in this string tokenizer's string.
- nextTrail32(CharacterIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteration
- nextWeight() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationWeights
-
Given a set of ranges calculated by allocWeights(), iterate through the weights.
- NF_CURRENCY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Number Format type
- NF_INTEGER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Number Format type
- NF_NUMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Number Format type
- NF_PERCENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Number Format type
- NF_SCIENTIFIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Number Format type
- NFC - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - NFC_INERT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property NFC_Inert.
- NFC_QUICK_CHECK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property NFC_Quick_Check.
- nfcImpl - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
- NFD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - NFD_INERT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property NFD_Inert.
- NFD_QUICK_CHECK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property NFD_Quick_Check.
- NFKC - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - NFKC_INERT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property NFKC_Inert.
- NFKC_QUICK_CHECK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property NFKC_Quick_Check.
- NFKD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - NFKD_INERT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property NFKD_Inert.
- NFKD_QUICK_CHECK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property NFKD_Quick_Check.
- NIGHT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: night
- NIGHT1 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- NIGHT2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- NISAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Constant for Nisan, the 8th month of the Hebrew year.
- NKO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NKO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- NKO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NO - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfSupport
- NO - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EMilliSupport
- NO - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Indicates that string is not in the normalized format
- NO_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- NO_B - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- NO_BLOCK - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NO_CE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- NO_CP_AND_CE32 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- NO_DECOMPOSITION - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Decomposition mode value.
- NO_INHERITANCE_MARKER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
CLDR string value "∅∅∅" prevents fallback to the parent bundle.
- NO_JOINING_GROUP - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- NO_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Unspecified level.
- NO_MATCH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
The input unit(s) did not continue a matching string.
- NO_NUMERIC_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Special value that is returned by getUnicodeNumericValue(int) when no numeric value is defined for a code point.
- NO_NUMERIC_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Special value that is returned by getNumericValue(Part) when no numeric value is defined for a part.
- NO_OP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 2.8. Use Nomalizer.NONE
- NO_SUBSTITUTE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for SUBSTITUTE_HANDLING: Returns a null value when no data is available.
- NO_SUBSTITUTE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Returns a null value when no data is available.
- NO_UNIQUE_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Value returned by
PluralRules.getUniqueKeywordValue(String)when there is no unique value to return. - NO_UNIQUE_VALUE_DECIMAL_QUANTITY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- NO_VALUE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
The input unit(s) continued a matching string but there is no value for the string so far.
- NOBREAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
- noBreakAdjustment() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but does not adjust the titlecasing BreakIterator indexes; titlecases exactly the characters at breaks from the iterator.
- NODIRECTION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeDirection
- NOLIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeLimit
- noLowercase() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but does not lowercase non-initial parts of words when titlecasing.
- NOMINATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- NON_JOINER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- NON_JOINING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningType
- NON_SPACING_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Mn
- NONCHARACTER_CODE_POINT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Noncharacter_Code_Point.
- none() - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
- none() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Do not change the value of numbers when formatting or parsing.
- NONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicConjunctBreak
- NONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Do not collapse any part of the number.
- NONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
The argument has no specified type.
- NONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Demotion
-
All desired locales are treated equally.
- NONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EPluralization
- NONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ESeparatorVariant
- NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
- NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- NONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.BidiPairedBracketType
-
Not a paired bracket.
- NONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
- NONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.NumericType
- NONE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
A special reordering code that is used to specify no reordering codes.
- NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for empty style pattern.
- NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for "no resource".
- NONSTARTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- NONTRANSITIONAL_TO_ASCII - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
IDNA option for nontransitional processing in ToASCII().
- NONTRANSITIONAL_TO_UNICODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
IDNA option for nontransitional processing in ToUnicode().
- NOON - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- NOON - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- NOOP_NORMALIZER2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes
- NoopNormalizer2() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- norm16HasDecompBoundaryAfter(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- norm16HasDecompBoundaryBefore(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- Norm2AllModes - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Norm2AllModes.ComposeNormalizer2 - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Norm2AllModes.DecomposeNormalizer2 - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Norm2AllModes.FCDNormalizer2 - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Norm2AllModes.NoopNormalizer2 - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Norm2AllModes.Normalizer2WithImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl
- NORMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Normal
- NORMAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.RangeOption
-
getRange() enumerates all same-value ranges as stored in the map.
- normalField - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
- normalize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- normalize(char[], char[], Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - normalize(char[], int, int, char[], int, int, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - normalize(int, Normalizer.Mode) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - normalize(int, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - normalize(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Returns the normalized form of the source string.
- normalize(CharSequence, Appendable) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- normalize(CharSequence, Appendable) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- normalize(CharSequence, Appendable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Writes the normalized form of the source string to the destination Appendable and returns the destination Appendable.
- normalize(CharSequence, Appendable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Writes the normalized form of the source string to the destination Appendable and returns the destination Appendable.
- normalize(CharSequence, StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- normalize(CharSequence, StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- normalize(CharSequence, StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Writes the normalized form of the source string to the destination string (replacing its contents) and returns the destination string.
- normalize(CharSequence, StringBuilder) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Writes the normalized form of the source string to the destination string (replacing its contents) and returns the destination string.
- normalize(CharSequence, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
- normalize(CharSequence, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
- normalize(CharSequence, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
- normalize(CharSequence, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- normalize(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
- normalize(String, Normalizer.Mode) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - normalize(String, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - normalizeAndAppend(CharSequence, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
- normalizeAndAppend(CharSequence, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.DecomposeNormalizer2
- normalizeAndAppend(CharSequence, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.FCDNormalizer2
- normalizeAndAppend(CharSequence, boolean, Normalizer2Impl.ReorderingBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- normalizeKey(K) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleObjectCache
- Normalizer - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Old Unicode normalization API.
- Normalizer(String, Normalizer.Mode, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - Normalizer(CharacterIterator, Normalizer.Mode, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - Normalizer(UCharacterIterator, Normalizer.Mode, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - Normalizer.Mode - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 56 Use
Normalizer2instead. - Normalizer.QuickCheckResult - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Result values for quickCheck().
- Normalizer2 - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Unicode normalization functionality for standard Unicode normalization or for using custom mapping tables.
- Normalizer2() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Deprecated.This API is ICU internal only.
- Normalizer2.Mode - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Constants for normalization modes.
- Normalizer2Impl - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Low-level implementation of the Unicode Normalization Algorithm.
- Normalizer2Impl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- Normalizer2Impl.Hangul - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Normalizer2Impl.ReorderingBuffer - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Writable buffer that takes care of canonical ordering.
- Normalizer2Impl.UTF16Plus - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Normalizer2WithImpl(Normalizer2Impl) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- normalizeSecondAndAppend(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- normalizeSecondAndAppend(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- normalizeSecondAndAppend(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Appends the normalized form of the second string to the first string (merging them at the boundary) and returns the first string.
- normalizeSecondAndAppend(StringBuilder, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Appends the normalized form of the second string to the first string (merging them at the boundary) and returns the first string.
- normalizeSecondAndAppend(StringBuilder, CharSequence, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- NOT_APPLICABLE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.HangulSyllableType
- NOT_CHARACTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- NOT_CONTAINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
Continues a span() while there is no set element at the current position.
- NOT_CONTAINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
- NOT_ENCODED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Not encoded in Unicode.
- NOT_EQUAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Used to indicate that the two numbers in the range were not equal, even after rounding rules were applied.
- NOT_NFKC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- NOT_XID - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- notation - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- notation(Notation) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the notation style (simple, scientific, or compact) for rendering numbers.
- Notation - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines the notation style to be used when formatting numbers in NumberFormatter.
- notifyChanged() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUNotifier
-
Queue a notification on the notification thread for the current listeners.
- notifyListener(EventListener) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUNotifier
-
Subclasses implement this to notify the listener.
- notifyListener(EventListener) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Notify the listener, which by default is a ServiceListener.
- NoUnit - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Dimensionless unit for percent and permille.
- NOVEMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the eleventh month of the year. - now() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currencies in use as of the current date.
- NOW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Now
- nsName - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- NU_THAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.UnicodeLocaleExtension
- NUKTA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- NULL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUCache
- NULLORDER - 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 the end or the beginning of the source string has been reached, and there are no more valid collation elements to return.
- NUM_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with numeric month.
- NUM_MONTH_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with numeric month and day.
- NUM_MONTH_WEEKDAY_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with numeric month, weekday, and day.
- NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- NUMBER_FORMS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NUMBER_FORMS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NUMBER_JOINER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- NUMBER_RANGE_SPAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.SpanField
-
The concrete field used for spans in FormattedNumberRange.
- NUMBER_THAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleExtensions
- numberFormat - Variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
The number formatter that
DateFormatuses to format numbers in dates and times. - NumberFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
.
- NumberFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Empty constructor.
- NumberFormat.Field - Class in org.graalvm.shadowed.com.ibm.icu.text
-
The instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that NumberFormat.formatToCharacterIterator() method returns.
- NumberFormat.NumberFormatFactory - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A NumberFormatFactory is used to register new number formats.
- NumberFormat.SimpleNumberFormatFactory - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A NumberFormatFactory that supports a single locale.
- NumberFormatFactory() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.NumberFormatFactory
- NumberFormatter - Class in org.graalvm.shadowed.com.ibm.icu.number
-
All-in-one formatter for localized numbers, currencies, and units.
- NumberFormatter.DecimalSeparatorDisplay - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
An enum declaring how to render the decimal separator.
- NumberFormatter.GroupingStrategy - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
An enum declaring the strategy for when and how to display grouping separators (i.e., the separator, often a comma or period, after every 2-3 powers of ten).
- NumberFormatter.RoundingPriority - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
An enum declaring how to resolve conflicts between maximum fraction digits and maximum significant digits.
- NumberFormatter.SignDisplay - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
An enum declaring how to denote positive and negative numbers.
- NumberFormatter.TrailingZeroDisplay - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
An enum declaring how to render trailing zeros.
- NumberFormatter.UnitWidth - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
An enum declaring how to render units, including currencies.
- numberFormatterBoth(UnlocalizedNumberFormatter) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatterSettings
-
Sets the NumberFormatter instance to use for the numbers in the range.
- numberFormatterFirst(UnlocalizedNumberFormatter) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatterSettings
-
Sets the NumberFormatter instance to use for the first number in the range.
- numberFormatterSecond(UnlocalizedNumberFormatter) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatterSettings
-
Sets the NumberFormatter instances to use for the second number in the range.
- NumberFormatterSettings<T> - Class in org.graalvm.shadowed.com.ibm.icu.number
-
An abstract base class for specifying settings related to number formatting.
- NUMBERING_SYSTEM - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Selector code that tells the constructor to create a numbering system formatter
- NumberingSystem - Class in org.graalvm.shadowed.com.ibm.icu.text
-
NumberingSystemis the base class for all number systems. - NumberingSystem() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.NumberingSystem
-
Default constructor.
- NumberOfBytesAppended() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
- numberOfChanges() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
- NumberParseMatcher - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
The core interface implemented by all matchers used for number parsing.
- NumberParseMatcher.Flexible - Interface in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Matchers can implement the Flexible interface to indicate that they are optional and can be run repeatedly.
- NumberParserImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Primary number parsing implementation class.
- NumberParserImpl(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
Creates a new, empty parser.
- NumberRangeFormatter - Class in org.graalvm.shadowed.com.ibm.icu.number
-
The main entrypoint to the formatting of ranges of numbers, including currencies and other units of measurement.
- NumberRangeFormatter.RangeCollapse - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
Defines how to merge fields that are identical across the range sign.
- NumberRangeFormatter.RangeIdentityFallback - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
Defines the behavior when the two numbers in the range are identical after rounding.
- NumberRangeFormatter.RangeIdentityResult - Enum Class in org.graalvm.shadowed.com.ibm.icu.number
-
Used in the result class FormattedNumberRange to indicate to the user whether the numbers formatted in the range were equal or not, and whether or not the identity fallback was applied.
- NumberRangeFormatter.SpanField - Class in org.graalvm.shadowed.com.ibm.icu.number
-
Class for span fields in FormattedNumberRange.
- NumberRangeFormatterSettings<T> - Class in org.graalvm.shadowed.com.ibm.icu.number
-
An abstract base class for specifying settings related to number formatting.
- NUMBERSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify normal number style of format.
- NUMERIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Identical to NARROW except when formatMeasures is called with an hour and minute; minute and second; or hour, minute, and second Measures.
- NUMERIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Options bit 1: Numeric collation.
- NUMERIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- NUMERIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.NumericType
- NUMERIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- NUMERIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- NUMERIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- NUMERIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Field
-
Represents a number quantity, like "3" in "3 days ago".
- NUMERIC_TYPE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Numeric_Type.
- NUMERIC_VALUE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Double property Numeric_Value.
- numerics - Variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.CheckResult
-
The numerics found in the string, if MIXED_NUMBERS was set; otherwise null.
- NUMSTATICWINDOWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- NUMSTATICWINDOWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- NUMWINDOWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- NUMWINDOWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- NUN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- NUSHU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NUSHU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- NUSHU_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NYA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- NYIAKENG_PUACHUE_HMONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- NYIAKENG_PUACHUE_HMONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- NYIAKENG_PUACHUE_HMONG_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
O
- obj - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Parameters
- OBLIQUE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- observesDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
- observesDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
- observesDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
- observesDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
- observesDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
- observesDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Queries if this time zone is in daylight saving time or will observe daylight saving time at any future time.
- OBSOLETE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- OBSOLETE_UNUSED_UNICODE_10_CHAR_NAME - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.UCharacterNameChoice
- OCTOBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the tenth month of the year. - of(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Returns the Unicode allocation block that contains the code point, or null if the code point is not a member of a defined block.
- of(C0, C1) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
-
Convenience Methods
- of(C0, C1, C2) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
- of(C0, C1, C2, C3) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
- of(C0, C1, C2, C3, C4) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
- of(F, S) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Pair
-
Creates a pair object
- of(Map, Class) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- of(Map, Class, Comparator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- ofCalendarField(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat.Field
-
Deprecated.ICU 50
- ofCalendarField(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Returns the
Fieldconstant that corresponds to theCalendarfieldcalendarField. - OFF - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Do not display grouping separators in any locale.
- OFF - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Mirroring
-
Constant indicating that character mirroring should not be performed.
- offer(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
- offset - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat.URelativeString
- offset - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.ConversionInfo
- OFFSET_SHIFT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl
- offsetByCodePoints(char[], int, int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Equivalent to the
Character.offsetByCodePoints(char[], int, int, int, int)method, for convenience. - offsetByCodePoints(CharSequence, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Equivalent to the
Character.offsetByCodePoints(CharSequence, int, int)method, for convenience. - OGHAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OGHAM - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Ogham
- OGHAM_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OHM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of electric: ohm
- OK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
- OL_CHIKI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OL_CHIKI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- OL_CHIKI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OL_ONAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OL_ONAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- OL_ONAL_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_CHURCH_SLAVONIC_CYRILLIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- OLD_HUNGARIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_HUNGARIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- OLD_HUNGARIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_ITALIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_ITALIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Old Itallic
- OLD_ITALIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_NORTH_ARABIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_NORTH_ARABIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- OLD_NORTH_ARABIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_PERMIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_PERMIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- OLD_PERMIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_PERSIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_PERSIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Script in Unicode 4.1
- OLD_PERSIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_SOGDIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_SOGDIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- OLD_SOGDIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_SOUTH_ARABIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_SOUTH_ARABIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- OLD_SOUTH_ARABIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_TURKIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_TURKIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_UYGHUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OLD_UYGHUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- OLD_UYGHUR_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- oldLength() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
The length of the current span in the source string, which starts at
Edits.Iterator.sourceIndex(). - OLETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- OlsonTimeZone - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A time zone based on the Olson tz database.
- OlsonTimeZone(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
- OlsonTimeZone(UResourceBundle, UResourceBundle, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
-
Construct from a resource bundle
- omit(TimeUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.Period
-
Mark the given unit as not being set.
- OMIT_UNCHANGED_TEXT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl
-
Omit unchanged text when case-mapping with Edits.
- omitUnchangedText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Fold
-
Returns an instance that behaves like this one but omits unchanged text when case-mapping with
Edits. - omitUnchangedText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Lower
-
Returns an instance that behaves like this one but omits unchanged text when case-mapping with
Edits. - omitUnchangedText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
-
Returns an instance that behaves like this one but omits unchanged text when case-mapping with
Edits. - omitUnchangedText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but omits unchanged text when case-mapping with
Edits. - omitUnchangedText() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Upper
-
Returns an instance that behaves like this one but omits unchanged text when case-mapping with
Edits. - on(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Splitter
- on(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Joiner
- on(Pattern) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Splitter
- ON - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Mirroring
-
Constant indicating that character mirroring should be performed.
- ON_ALIGNED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Always display the grouping separator on values of at least 1000.
- onCharacterBoundary(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.CharSequences
-
Deprecated.This API is ICU internal only.
- onCurrency(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts the given currency.
- onDate(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currencies in use on the given date.
- onDate(Date) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currencies in use on the given date.
- onDateRange(long, long) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currencies that were in use at some point between the given dates, or if dates are equal, currencies in use on that date.
- onDateRange(Date, Date) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currencies that were in use at some point between the given dates, or if dates are equal, currencies in use on that date.
- ONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- ONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
- ONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
The absence of an SI prefix.
- ONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
The
BigDecimalconstant "1". - ONE_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The number of milliseconds in one day.
- ONE_HOUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The number of milliseconds in one hour.
- ONE_MINUTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The number of milliseconds in one minute.
- ONE_PLUS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfSupport
- ONE_SECOND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The number of milliseconds in one second.
- ONE_WEEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
The number of milliseconds in one week.
- ONLY_LEGACY_ALIASES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.AvailableType
-
Legacy or alias locales that return data when passed to ICU APIs.
- ONLY_TERTIARY_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Only the 2*6 bits for the pure tertiary weight.
- ONLY_TWO_WAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Direction
-
Locale matching limited to two-way matches including e.g.
- onRegion(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a filter that accepts all currencies ever used in the given region.
- onTender() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a CurrencyFilter for finding currencies that were either once used, are used, or will be used as tender.
- open(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
- open(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
- OPEN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.BidiPairedBracketType
-
Open paired bracket.
- OPEN_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- openFile(Class, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.FileUtilities
- openFile(Class, String, Charset) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.FileUtilities
- openOlsonResource(UResourceBundle, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
-
Given an ID and the top-level resource of the zoneinfo resource, open the appropriate resource for the given time zone.
- Operator methods - Section in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
- OPTICAL_CHARACTER_RECOGNITION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OPTICAL_CHARACTER_RECOGNITION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- Option(String, MFDataModel.LiteralOrVariableRef) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Option
-
Deprecated.This API is for technology preview only.
- OPTION_DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Option value for
setReorderingOptions: disable all the options which can be set with this method - OPTION_INSERT_MARKS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Option bit for
setReorderingOptions: insert Bidi marks (LRM or RLM) when needed to ensure correct result of a reordering to a Logical order - OPTION_REMOVE_CONTROLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Option bit for
setReorderingOptions: remove Bidi control characters - OPTION_STREAMING - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Option bit for
setReorderingOptions: process the output as part of a stream to be continued - options - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
CHECK_FCD etc.
- options - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.FunctionAnnotation
-
Deprecated.
- options - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Markup
-
Deprecated.
- OPTIONS_DATA_IS_32_BIT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
If set, then the data (stage 2) array is 32 bits wide.
- OPTIONS_INDEX_SHIFT_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
Shifting to position the index value in options
- OPTIONS_LATIN1_IS_LINEAR_ - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.TrieBuilder
-
If set, then Latin-1 data (for U+0000..U+00ff) is stored in the data (stage 2) array as a simple, linear array at data + DATA_BLOCK_LENGTH.
- OR - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Type
-
Disjunction (or alternative, or simply one of) formatting, e.g.
- orderParagraphsLTR(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Specify whether block separators must be allocated level zero, so that successive paragraphs will progress from left to right.
- ordinal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Returns the ordinal value of this time unit, largest is 0.
- ORDINAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.PluralType
-
Plural rules for ordinal numbers: 1st file, 2nd file, 3rd file, 4th file, etc.
- ORDINAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Selector code that tells the constructor to create an ordinal formatter
- ORDINAL_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field indicating the month.
- org.graalvm.shadowed.com.ibm.icu - package org.graalvm.shadowed.com.ibm.icu
- org.graalvm.shadowed.com.ibm.icu.charset - package org.graalvm.shadowed.com.ibm.icu.charset
- org.graalvm.shadowed.com.ibm.icu.impl - package org.graalvm.shadowed.com.ibm.icu.impl
- org.graalvm.shadowed.com.ibm.icu.impl.breakiter - package org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- org.graalvm.shadowed.com.ibm.icu.impl.coll - package org.graalvm.shadowed.com.ibm.icu.impl.coll
- org.graalvm.shadowed.com.ibm.icu.impl.data - package org.graalvm.shadowed.com.ibm.icu.impl.data
- org.graalvm.shadowed.com.ibm.icu.impl.duration - package org.graalvm.shadowed.com.ibm.icu.impl.duration
- org.graalvm.shadowed.com.ibm.icu.impl.duration.impl - package org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- org.graalvm.shadowed.com.ibm.icu.impl.locale - package org.graalvm.shadowed.com.ibm.icu.impl.locale
- org.graalvm.shadowed.com.ibm.icu.impl.number - package org.graalvm.shadowed.com.ibm.icu.impl.number
- org.graalvm.shadowed.com.ibm.icu.impl.number.parse - package org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- org.graalvm.shadowed.com.ibm.icu.impl.number.range - package org.graalvm.shadowed.com.ibm.icu.impl.number.range
- org.graalvm.shadowed.com.ibm.icu.impl.personname - package org.graalvm.shadowed.com.ibm.icu.impl.personname
- org.graalvm.shadowed.com.ibm.icu.impl.text - package org.graalvm.shadowed.com.ibm.icu.impl.text
- org.graalvm.shadowed.com.ibm.icu.impl.units - package org.graalvm.shadowed.com.ibm.icu.impl.units
- org.graalvm.shadowed.com.ibm.icu.lang - package org.graalvm.shadowed.com.ibm.icu.lang
- org.graalvm.shadowed.com.ibm.icu.math - package org.graalvm.shadowed.com.ibm.icu.math
- org.graalvm.shadowed.com.ibm.icu.message2 - package org.graalvm.shadowed.com.ibm.icu.message2
- org.graalvm.shadowed.com.ibm.icu.number - package org.graalvm.shadowed.com.ibm.icu.number
- org.graalvm.shadowed.com.ibm.icu.text - package org.graalvm.shadowed.com.ibm.icu.text
- org.graalvm.shadowed.com.ibm.icu.util - package org.graalvm.shadowed.com.ibm.icu.util
- origDelta - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
The change in magnitude relative to the original double.
- origDouble - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
The original number provided by the user and which is represented in BCD.
- ORIYA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ORIYA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Oriya
- ORIYA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ORKHON - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ORNAMENTAL_DINGBATS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ORNAMENTAL_DINGBATS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- orNullFromString(CharSequence) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- orOtherFromString(CharSequence) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- OSAGE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OSAGE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- OSAGE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OSMANYA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OSMANYA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Osmanya Script in Unicode 4
- OSMANYA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OTHER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- OTHER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- OTHER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
- OTHER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.Gender
-
Deprecated.This API is ICU internal only.
- OTHER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- OTHER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- OTHER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- OTHER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- OTHER_GROUPING_SEPARATORS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- OTHER_INDEX - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Numeric index of OTHER, same as OTHER.ordinal().
- OTHER_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Lo
- OTHER_NEUTRAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type ON
- OTHER_NUMBER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type No
- OTHER_PROPERTY_LIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- OTHER_PROPERTY_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
First constant for Unicode properties with unusual value types.
- OTHER_PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Po
- OTHER_SYMBOL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type So
- OTHERS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
A special reordering code that is used to specify all other codes used for reordering except for the codes listed as ReorderingCodes and those listed explicitly in a reordering.
- OTTOMAN_SIYAQ_NUMBERS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OTTOMAN_SIYAQ_NUMBERS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- OUNCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: ounce
- OUNCE_TROY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: ounce-troy
- Output<T> - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Simple struct-like class for output parameters.
- Output() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.Output
- Output() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Output
-
Constructs an empty
Output - Output(T) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Output
-
Constructs an
Outputwith the given value. - OUTPUT_REVERSE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
option bit for writeReordered(): write the output in reverse order
- OutputInt - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- OutputInt() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.OutputInt
-
Deprecated.This API is ICU internal only.
- OutputInt(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.OutputInt
-
Deprecated.This API is ICU internal only.
- outputUnit - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- outputUnit - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter.RouteResult
- OVERFLOW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Overflow (after the last)
- Overflowed() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
- OVERSTRUCK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- Overview of MessageFormatter - Section in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
P
- P10 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P11 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P12 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P13 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P14 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P15 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P3 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P4 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P5 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P6 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P7 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P8 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- P9 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
- PAD_AFTER_PREFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Constant for
DecimalFormat.getPadPosition()andDecimalFormat.setPadPosition(int)to specify pad characters inserted after the prefix. - PAD_AFTER_SUFFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Constant for
DecimalFormat.getPadPosition()andDecimalFormat.setPadPosition(int)to specify pad characters inserted after the suffix. - PAD_BEFORE_PREFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Constant for
DecimalFormat.getPadPosition()andDecimalFormat.setPadPosition(int)to specify pad characters inserted before the prefix. - PAD_BEFORE_SUFFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Constant for
DecimalFormat.getPadPosition()andDecimalFormat.setPadPosition(int)to specify pad characters inserted before the suffix. - padAndApply(Modifier, Modifier, FormattedStringBuilder, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
- padder - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- Padder - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- Padder(String, int, Padder.PadPosition) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder
- Padder.PadPosition - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- padding - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- padding(Padder) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Deprecated.ICU 60 This API is ICU internal only.
- PADDING - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider.Flags
- paddingEndpoints - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- paddingLocation - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- PaddingMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- PAGUMEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for ጳጉሜን, the 13th month of the Ethiopic year.
- PAHAWH_HMONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PAHAWH_HMONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- PAHAWH_HMONG_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- Pair<F,
S> - Class in org.graalvm.shadowed.com.ibm.icu.impl -
A pair of objects: first and second.
- Pair(F, S) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Pair
- PALM_SUNDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Palm Sunday, 7 days before Easter
- PALMYRENE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PALMYRENE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- PALMYRENE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PAONA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Constant for Παωνι / ﻪﻧؤﻮﺑ, the 10th month of the Coptic year.
- paradigmLSRs - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- PARAGRAPH_SEPARATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Zp
- Parameters() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Parameters
- parse(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.message2.MFParser
-
Deprecated.This API is for technology preview only.
- parse(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Parses a date/time string.
- parse(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Parses text from the beginning of the given string to produce an object array.
- parse(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Parses a MessageFormat pattern string.
- parse(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Parses text from the beginning of the given string to produce a number.
- parse(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns a
TimeZonefor the given text. - parse(String, boolean, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
- parse(String, int, boolean, ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
Primary entrypoint to parsing code path.
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.DateNumberFormat
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat
-
Parsing is currently unsupported, and throws an UnsupportedOperationException.
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Parses a date/time string according to the given parse position.
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals); otherwise, returns another type, such as a BigDecimal, BigInteger, or Double.
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Parses the string.
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals); otherwise, returns another type, such as a BigDecimal, BigInteger, or Double.
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
This method is not yet supported by
PluralFormat. - parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Parses the specified string, beginning at the specified position, according to this formatter's rules.
- parse(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns a
TimeZoneby parsing the time zone string according to the given parse position. - parse(String, ParseStatus) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
-
See BCP 47 “Tags for Identifying Languages”: https://www.rfc-editor.org/info/bcp47 --> https://www.rfc-editor.org/rfc/rfc5646.html#section-2.1
- parse(String, Calendar, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat
- parse(String, Calendar, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Parses a date/time string according to the given parse position.
- parse(String, Calendar, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Overrides DateFormat
- parse(TimeZoneFormat.Style, String, ParsePosition, EnumSet, Output) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns a
TimeZoneby parsing the time zone string according to the parse position, the style and the parse options. - parse(TimeZoneFormat.Style, String, ParsePosition, Output) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns a
TimeZoneby parsing the time zone string according to the parse position, the style and the default parse options. - parse(ULocale, String, int, ParsePosition) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Deprecated.This API is ICU internal only.
- PARSE_ALLOW_NUMERIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
indicates tolerance of numeric data when String data may be assumed.
- PARSE_ALLOW_WHITESPACE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
indicates whitespace tolerance.
- PARSE_ESCAPES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Bitmask option to enable parsing of escape sequences.
- PARSE_FLAG_ALLOW_INFINITE_RECURSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_EXACT_AFFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_FORCE_BIG_DECIMAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_GROUPING_DISABLED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_IGNORE_CASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_INCLUDE_UNPAIRED_AFFIXES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_INTEGER_ONLY - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_JAVA_COMPATIBILITY_IGNORABLES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_MONETARY_SEPARATORS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_NO_FOREIGN_CURRENCIES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_PLUS_SIGN_ALLOWED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_STRICT_GROUPING_SIZE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_STRICT_IGNORABLES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_STRICT_SEPARATORS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_FLAG_USE_FULL_AFFIXES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PARSE_MULTIPLE_PATTERNS_FOR_MATCH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
indicates tolerance of pattern mismatch between input data and specified format pattern.
- PARSE_PARTIAL_LITERAL_MATCH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
indicates tolerance of a partial literal match e.g.
- PARSE_PARTIAL_MATCH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
Deprecated.
- PARSE_VARIABLES - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Bitmask option to enable parsing of variable names.
- parseAndBuild(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationBuilder
- parseBaseName() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleIDParser
- PARSEC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: parsec
- parseChar(String, int[], char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse a single non-whitespace character 'ch', optionally preceded by whitespace.
- parseChoiceStyle(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Parses a ChoiceFormat pattern string.
- parseCurrency(CharSequence, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat
-
Parsing is currently unsupported, and throws an UnsupportedOperationException.
- parseCurrency(CharSequence, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Parses text from the given string as a CurrencyAmount.
- parseCurrency(CharSequence, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Parses text from the given string as a CurrencyAmount.
- parseDescription(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Parses a plural rules description and returns a PluralRules.
- ParsedNumber - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
Struct-like class to hold the results of a parsing routine.
- ParsedNumber() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
- ParsedSubpatternInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- parseFlags - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- parseForIdentifier(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.UnitsParser
-
Construct a MeasureUnit from a CLDR Unit Identifier, defined in UTS 35.
- parseInteger(String, int[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse an integer at pos, either of the form \d+ or of the form 0x[0-9A-Fa-f]+ or 0[0-7]+, that is, in standard decimal, hex, or octal format.
- parseLocale(BaseLocale, LocaleExtensions) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
- parseNumber(String, int[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse an unsigned 31-bit integer at the given offset.
- parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat
-
Not supported.
- parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Parses a date/time string into an Object.
- parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
-
Deprecated.This API is ICU internal only.
- parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DurationFormat
-
Deprecated.ICU 56
- parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat
-
Parses text from a string to produce a
Measure. - parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Parses text from a string to produce an object array or Map.
- parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Parses text from a string to produce a number.
- parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
This method is not yet supported by
PluralFormat. - parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
-
This method is not supported by
SelectFormat. - parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat. - parseObject(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
- parseOffsetISO8601(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns offset from GMT(UTC) in milliseconds for the given ISO 8601 basic or extended time zone string.
- parseOffsetLocalizedGMT(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns offset from GMT(UTC) in milliseconds for the given localized GMT offset format string.
- parseOffsetShortLocalizedGMT(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat
-
Returns offset from GMT(UTC) in milliseconds for the given short localized GMT offset format string.
- parsePattern(String, int, int, String, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse a pattern string starting at offset pos.
- parsePattern(String, Replaceable, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse a pattern string within the given Replaceable and a parsing pattern.
- parsePluralStyle(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Parses a PluralFormat pattern string.
- parseReference(String, ParsePosition, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.SymbolTable
-
Parse a symbol reference name from the given string, starting at the given position.
- parseReference(String, ParsePosition, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.XSymbolTable
-
Supplies default implementation for SymbolTable (no action).
- parseSelectStyle(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Parses a SelectFormat pattern string.
- parseStatic(String, ParsePosition, DecimalFormatProperties, DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
Parses the string without returning a NumberParserImpl.
- parseStaticCurrency(String, ParsePosition, DecimalFormatProperties, DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParserImpl
-
Parses the string without returning a NumberParserImpl.
- ParseStatus - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- ParseStatus() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.ParseStatus
- parseToExistingProperties(String, DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
- parseToExistingProperties(String, DecimalFormatProperties, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
-
Parses a pattern string into an existing property bag.
- parseToMap(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Parses text from the beginning of the given string to produce a map from argument to values.
- parseToMap(String, ParsePosition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Parses the string, returning the results in a Map.
- parseToPatternInfo(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
-
Runs the recursive descent parser on the given pattern string, returning a data structure with raw information about the pattern string.
- parseToProperties(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
- parseToProperties(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
-
Parses a pattern string into a new property bag.
- parseUnicodeIdentifier(String, int[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Parse a Unicode identifier from the given string at the given position.
- Parsing - Section in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- ParsingUtils - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
-
A collection of utility functions used by the number parsing package.
- ParsingUtils() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PART_PER_MILLION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: permillion
- partialMatch - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.Output
- partitionArrays - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- parts - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Pattern
-
Deprecated.
- partSubstringMatches(MessagePattern.Part, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern
-
Compares the part's substring with the input string s.
- PASCAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: pascal
- PASSOVER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- PAST - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ETimeDirection
- pattern - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- pattern - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.PatternMessage
-
Deprecated.
- PATTERN_BASE_WEIGHT_IS_WILDCARD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator.ElementComparisonType
-
Collation element comparison is modified to effectively provide behavior between the specified strength and strength - 1.
- PATTERN_SYNTAX - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Pattern_Syntax (new in Unicode 4.1).
- PATTERN_WHITE_SPACE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Pattern_White_Space (new in Unicode 4.1).
- patternCharToDateFormatField(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat
-
Deprecated.ICU 50
- patternCharToDateFormatField(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Returns a DateFormat.Field constant associated with the specified format pattern character.
- PatternInfo() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.PatternInfo
-
Simple constructor, since this is treated like a struct.
- PatternInfo(String, String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalInfo.PatternInfo
-
Constructs a
PatternInfoobject. - patternInfoToStringBuilder(AffixPatternProvider, boolean, PatternStringUtils.PatternSignType, boolean, StandardPlural, boolean, StringBuilder) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils
-
This method contains the heart of the logic for rendering LDML affix strings.
- PatternMessage(List, MFDataModel.Pattern) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.PatternMessage
-
Deprecated.This API is for technology preview only.
- PatternProps - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Implements the immutable Unicode properties Pattern_Syntax and Pattern_White_Space.
- PatternProps() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.PatternProps
- Patterns and Their Interpretation - Section in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- Patterns and Their Interpretation - Section in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- Patterns and Their Interpretation - Section in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
- Pattern String BNF - Section in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- PatternStringParser - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Implements a recursive descent parser for decimal format patterns.
- PatternStringParser() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser
- PatternStringParser.ParsedPatternInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Contains raw information about the parsed decimal format pattern string.
- PatternStringParser.ParsedSubpatternInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- Pattern Strings - Section in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- PatternStringUtils - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
Assorted utilities relating to decimal formatting pattern strings.
- PatternStringUtils() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils
- PatternStringUtils.PatternSignType - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- PatternTokenizer - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A simple parsing class for patterns and rules.
- PatternTokenizer() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- PAU_CIN_HAU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PAU_CIN_HAU - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- PAU_CIN_HAU_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PAUCAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EPluralization
- PAUSA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Pausa, the 10th month of the Indian year.
- PE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- PEBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: pebi, 1024^5.
- peek() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
- PENTECOST - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Pentecost (aka Whit Sunday), 49 days after Easter
- PER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
- percent() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- PERCENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- PERCENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: percent
- PERCENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.NoUnit
-
Constant for the percent unit, or 1/100 of a base unit.
- PERCENT_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- PercentMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- PERCENTSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify a style of format to display percent.
- Period - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Represents an approximate duration in multiple TimeUnits.
- PERIOD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- PeriodBuilder - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Constructs a Period given a base time and a duration in milliseconds.
- PeriodBuilderFactory - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
- PeriodFormatter - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Formats a Period, such as '2 hours 23 minutes'.
- PeriodFormatterData - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
-
PeriodFormatterData provides locale-specific data used to format relative dates and times, and convenience api to access it.
- PeriodFormatterData(String, DataRecord) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
- PeriodFormatterDataService - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
-
Abstract service for PeriodFormatterData, which defines the localization data used by period formatters.
- PeriodFormatterDataService() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterDataService
- PeriodFormatterFactory - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Abstract factory interface used to create PeriodFormatters.
- PeriodFormatterService - Interface in org.graalvm.shadowed.com.ibm.icu.impl.duration
-
Provider of Factory instances for building PeriodBuilders, PeriodFormatters, and DurationFormatters.
- permille() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- PERMILLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
- PERMILLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: permille
- PERMILLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.NoUnit
-
Constant for the permille unit, or 1/100 of a base unit.
- PERMILLE_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- PermilleMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- permute(String, boolean, Set) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CanonicalIterator
-
Deprecated.This API is ICU internal only.
- PERMYRIAD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of concentr: permyriad
- PERSIAN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- PersianCalendar - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- PersianCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(TimeZone, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PersianCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.PersianCalendar
-
Deprecated.This API is ICU internal only.
- PERSONAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
- PersonName - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
An object used to provide name data to the PersonNameFormatter for formatting.
- PersonName.FieldModifier - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Identifiers for the name field modifiers supported by the PersonName and PersonNameFormatter objects.
- PersonName.NameField - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Identifiers for the name fields supported by the PersonName object.
- PersonName.PreferredOrder - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
An enum to specify the preferred field order for the name.
- PersonNameFormatter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A class for formatting names of people.
- PersonNameFormatter(Locale, String[], String[], String[], String[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter
-
Deprecated.This API is for unit testing only.
- PersonNameFormatter.Builder - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A utility class that can be used to construct a PersonNameFormatter.
- PersonNameFormatter.DisplayOrder - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
An enum indicating the desired display order for a formatted name.
- PersonNameFormatter.Formality - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Specifies the intended formality of the formatted name.
- PersonNameFormatter.Length - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Specifies the desired length of the formatted name.
- PersonNameFormatter.Usage - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Specifies the intended usage of the formatted name.
- PersonNameFormatterImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl.personname
-
Actual implementation class for PersonNameFormatter.
- PersonNameFormatterImpl(Locale, String[], String[], String[], String[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
-
THIS IS A DUMMY CONSTRUCTOR JUST FOR THE USE OF THE UNIT TESTS TO CHECK SOME OF THE INTERNAL IMPLEMENTATION!
- PersonNameFormatterImpl(Locale, PersonNameFormatter.Length, PersonNameFormatter.Usage, PersonNameFormatter.Formality, PersonNameFormatter.DisplayOrder, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.personname.PersonNameFormatterImpl
- perUnit - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- perUnit(MeasureUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Sets a unit to be used in the denominator.
- PESACH_SHEINI - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- PETA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: peta, 10^15.
- PETABYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of digital: petabyte
- PHAGS_PA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHAGS_PA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- PHAGS_PA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHAISTOS_DISC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHAISTOS_DISC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHALGUNA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IndianCalendar
-
Constant for Phalguna, the 12th month of the Indian year.
- PHOENICIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHOENICIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- PHOENICIAN_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHONETIC_EXTENSIONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHONETIC_EXTENSIONS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHONETIC_EXTENSIONS_SUPPLEMENT_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PHONETIC_POLLARD - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- PICO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: pico, 10^-12.
- PICOMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: picometer
- PINCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: pinch
- pinField(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Adjust the specified field so that it is within the allowable range for the date to which this calendar is set.
- PINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: pint
- PINT_METRIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: pint-metric
- PIXEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: pixel
- PIXEL_PER_CENTIMETER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: pixel-per-centimeter
- PIXEL_PER_INCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of graphics: pixel-per-inch
- Placeholder examples - Section in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
- PLAIN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Plain, which means the absence of a qualifier
- PLAIN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Plain (fixed point) notation, without any exponent.
- PlainStringFormattedValue - Class in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for unit testing only.
- PlainStringFormattedValue(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- PLAYING_CARDS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PLAYING_CARDS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- plural - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Parameters
- PLURAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
The argument is a cardinal-number PluralFormat with an optional ARG_INT or ARG_DOUBLE offset (e.g., offset:1) and one or more (ARG_SELECTOR [explicit-value] message) tuples.
- PLURAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EPluralization
- PLURAL_LONG_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Selector for getName() indicating the plural long name for a currency, such as "US dollar" for USD in "1 US dollar", and "US dollars" for USD in "2 US dollars".
- PLURAL_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider.Flags
- PLURALCURRENCYSTYLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Constant to specify currency style of format which uses currency long name with plural format to represent currency, for example, "3.00 US Dollars".
- PluralFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
PluralFormatsupports the creation of internationalized messages with plural inflection. - PluralFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor the defaultFORMATlocale. - PluralFormat(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given pattern string. - PluralFormat(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a givenLocale. - PluralFormat(Locale, PluralRules) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given set of rules. - PluralFormat(Locale, PluralRules.PluralType) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new
PluralFormatfor the plural type. - PluralFormat(PluralRules) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given set of rules. - PluralFormat(PluralRules, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given set of rules and a pattern. - PluralFormat(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given locale. - PluralFormat(ULocale, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given pattern string and locale. - PluralFormat(ULocale, PluralRules) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given set of rules. - PluralFormat(ULocale, PluralRules.PluralType) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new
PluralFormatfor the plural type. - PluralFormat(ULocale, PluralRules.PluralType, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new
PluralFormatfor a plural type, a pattern and a locale. - PluralFormat(ULocale, PluralRules, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
-
Creates a new cardinal-number
PluralFormatfor a given set of rules, a pattern and a locale. - pluralization() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
-
Return the pluralization format used by this locale.
- PLURALIZED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EUnitVariant
- pluralPatternIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Deprecated.This API is ICU internal only.
- PluralRules - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Defines rules for mapping non-negative numeric values onto a small set of keywords.
- PluralRules.DecimalQuantitySamples - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- PluralRules.DecimalQuantitySamplesRange - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- PluralRules.Factory - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- PluralRules.FixedDecimal - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- PluralRules.IFixedDecimal - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- PluralRules.KeywordStatus - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Status of the keyword for the rules, given a set of explicit values.
- PluralRules.Operand - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- PluralRules.PluralType - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Type of plurals and PluralRules.
- PluralRules.SampleType - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- PluralRulesLoader - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Loader for plural rules data.
- Plural selection message - Section in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter
- plus() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value is+this. - plus(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value is+this. - PLUS_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- plusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixTokenMatcherFactory
- PlusSignMatcher - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- PM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- PM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
AM_PMfield indicating the period of the day from noon to just before midnight. - POINT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: point
- pop() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
- POP_DIRECTIONAL_FORMAT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type PDF
- POP_DIRECTIONAL_ISOLATE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type PDI
- popFromLeft(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Directly removes digits from the front of the BCD list.
- popFromLeft(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- populate(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
-
Java-only method used by CLDR tooling.
- populate(ULocale, String, CompactDecimalFormat.CompactStyle, CompactData.CompactType) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData
- populateUFieldPosition(FieldPosition) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- populateUFieldPosition(FieldPosition) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
If the given
FieldPositionis aUFieldPosition, populates it with the fraction length and fraction long value. - pos - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- POS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
- POS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
- POS_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
- POS_ZERO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
- position - Variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.CheckResult
-
Deprecated.ICU 51. No longer supported. Always set to zero.
- Position() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator.Position
- Position() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Constructs a Position object with start, limit, contextStart, and contextLimit all equal to zero.
- Position(int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Constructs a Position object with the given start, contextStart, and contextLimit.
- Position(int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Constructs a Position object with the given start, limit, contextStart, and contextLimit.
- Position(Transliterator.Position) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Constructs a Position object that is a copy of another.
- positive - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- POSITIVE_H - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Positive offset with hours field
- POSITIVE_HM - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Positive offset with hours and minutes fields
- POSITIVE_HMS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Positive offset with hours, minutes and seconds fields
- positiveHasPlusSign() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider
- positiveHasPlusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CurrencyPluralInfoAffixProvider
- positiveHasPlusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedPatternInfo
- positiveHasPlusSign() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PropertiesAffixPatternProvider
- POSIX_ALNUM - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property alnum (a C/POSIX character class).
- POSIX_BLANK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property blank (a C/POSIX character class).
- POSIX_GRAPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property graph (a C/POSIX character class).
- POSIX_PRINT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property print (a C/POSIX character class).
- POSIX_XDIGIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property xdigit (a C/POSIX character class).
- POSTFIX_NUMERIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- postProcess() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
Apply certain number-related flags to the DecimalQuantity.
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.AffixMatcher
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CodePointMatcher
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.CombinedCurrencyMatcher
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.DecimalMatcher
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.MultiplierParseHandler
- postProcess(ParsedNumber) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.parse.NumberParseMatcher
-
Method called at the end of a parse, after all matchers have failed to consume any more chars.
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireAffixValidator
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireCurrencyValidator
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireDecimalSeparatorValidator
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireNumberValidator
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ScientificMatcher
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SeriesMatcher
- postProcess(ParsedNumber) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
- POUND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of mass: pound
- POUND_FOOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of torque: pound-force-foot
- POUND_FORCE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of force: pound-force
- POUND_PER_SQUARE_INCH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of pressure: pound-force-per-square-inch
- POUND_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- pow(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value isthis**rhs, using fixed point arithmetic. - pow(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value isthis**rhs. - powerOfTen(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Multiply numbers by 100 before formatting.
- PRC - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- preceding(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- preceding(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Sets the iterator's current iteration position to be the last boundary position preceding the specified position.
- preceding(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Sets the iterator to refer to the last boundary position before the specified position.
- preceding(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the first index less than position at which the string text matches the search pattern.
- precision - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
The number of digits in the BCD.
- precision - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- precision(Precision) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the rounding precision to use when formatting numbers.
- Precision - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A class that defines the rounding precision to be used when formatting numbers in NumberFormatter.
- Precision.BogusRounder - Class in org.graalvm.shadowed.com.ibm.icu.number
-
Deprecated.This API is ICU internal only.
- prefix - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
The pattern string corresponding to the prefix that got consumed.
- prefix() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKey
-
Return the prefix associated with the kind, or null if the kind is KIND_ANY.
- PREFIX - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
If the field contains a main word with one or more separate prefixes, such as "van den Hul", this requests just the prefixes ("van den").
- PREFIX - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfPlacement
- PREFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixPatternProvider.Flags
- PREFIX_NUMERIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- prefixChars - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
- prefixEndpoints - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- prefixFields - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
- PrefixInfixSuffixLengthHelper - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.range
-
A small, mutable internal helper class for keeping track of offsets on range patterns.
- PrefixInfixSuffixLengthHelper() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.range.PrefixInfixSuffixLengthHelper
- prefixLength(String, String) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.RbnfLenientScanner
-
Deprecated.ICU 54
- prepare(String, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Prepare the input String for use in applications with the given profile.
- prepare(UCharacterIterator, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Prepare the input buffer for use in applications with the given profile.
- prepareGetActual(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Prepare this calendar for computing the actual minimum or maximum.
- PREPEND - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- PREPENDED_CONCATENATION_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Prepended_Concatenation_Mark.
- PREPOSITIONAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteratorWrapper
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CSCharacterIterator
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Returns previous UTF16 character and decrements the iterator's currentIndex by 1.
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceIterator
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
-
Decrements the iterator's index by one and returns the character at the new index.
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Move the iterator backward one boundary.
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Get the previous collation element in the source string.
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Moves the iterator backwards, to the boundary preceding the current one.
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Returns the index of the previous point at which the string text matches the search pattern, starting at the current position.
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Decrement to the position of the previous code unit in the text, and return it (pre-decrement semantics).
- previous() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
Reads the previous code point, pre-decrements the string index, and gets a value from the map.
- previous32(CharacterIterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.CharacterIteration
- previousCE(UVector32) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Returns the previous collation element.
- previousCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Returns the previous code point (with pre-decrement).
- previousCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
- previousCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- previousCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
- previousCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- previousCodePoint() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Retreat to the start of the previous code point in the text, and return it (pre-decrement semantics).
- previousMonthLength(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Grego
-
Return the length of a previous month of the Gregorian calendar.
- PRIMARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Strongest collator strength value.
- PRIMARY_COMPRESSION_HIGH_BYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Primary compression high terminator.
- PRIMARY_COMPRESSION_LOW_BYTE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Primary compression low terminator, must be greater than MERGE_SEPARATOR_BYTE.
- PRIMARY_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- PRIMARY_SENTINEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
Higher than any root primary.
- PRIMARY_STEP_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationRootElements
-
Mask for getting the primary range step value from a primary-range-end element.
- primaryOrder(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Return the primary order of the specified collation element, i.e.
- priority - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Preference order of currencies being used at the same time in the region.
- private_use - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
- PRIVATE_USE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE_AREA.
- PRIVATE_USE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Co
- PRIVATE_USE_AREA - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE.
- PRIVATE_USE_AREA_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE.
- PRIVATE_USE_EXTENSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
The key for the private use locale extension ('x').
- PRIVATE_USE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
-
Same as public static final int PRIVATE_USE_AREA.
- PRIVATEUSE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
- PRIVUSE_VARIANT_PREFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
- processedLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.CharIterator
- processLocales(List) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Process a language/locale priority list specified via
setLocales. - processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameHandler
- processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameMultiplexer
- processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
-
As MicroProps is the "base instance", this implementation of
MircoPropsGenerator.processQuantity()just ensures that the outputmicrosis correctly initialized. - processQuantity(DecimalQuantity) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.MicroPropsGenerator
-
Considers the given
DecimalQuantity, optionally mutates it, and returns aMicroProps. - processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MixedUnitLongNameHandler
-
Produces a plural-appropriate Modifier for a mixed unit:
quantityis taken as the final smallest unit, while the larger unit values must be provided bymicros.mixedMeasures, micros being the MicroProps instance returned by the parent. - processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MultiplierFormatHandler
- processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier.ImmutablePatternModifier
- processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
- processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.UnitConversionHandler
-
Obtains the appropriate output values from the Unit Converter.
- processQuantity(DecimalQuantity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.UsagePrefsHandler
-
Obtains the appropriate output value, MeasureUnit and rounding/precision behaviour from the UnitsRouter.
- processQuantityWithMicros(DecimalQuantity, MicroProps) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameHandler
-
Produces a plural-appropriate Modifier for a unit:
quantityis taken as the final smallest unit, while the larger unit values must be provided viamicros.mixedMeasures. - processQuantityWithMicros(DecimalQuantity, MicroProps) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.LongNameMultiplexer.ParentlessMicroPropsGenerator
- processQuantityWithMicros(DecimalQuantity, MicroProps) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MixedUnitLongNameHandler
-
Produces a plural-appropriate Modifier for a mixed unit:
quantityis taken as the final smallest unit, while the larger unit values must be provided viamicros.mixedMeasures. - product(MeasureUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Computes the product of this unit with another unit.
- PROHIBITED_ERROR - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- promoteAndResetLabelErrors(IDNA.Info) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- Properties - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
ICU 59 called the class DecimalFormatProperties as just Properties.
- Properties() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.Properties
- PropertiesAffixPatternProvider - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- Properties and Symbols - Section in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- propertiesToPatternString(DecimalFormatProperties) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils
-
Creates a pattern string from a property bag.
- PROPNAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
- PropsVectors - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Unicode Properties Vectors associated with code point ranges.
- PropsVectors(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.PropsVectors
- PropsVectors.CompactHandler - Interface in org.graalvm.shadowed.com.ibm.icu.impl
- provider - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData
- PSALTER_PAHLAVI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PSALTER_PAHLAVI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- PSALTER_PAHLAVI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- PUNCTUATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.Collator.ReorderCodes
-
Characters with the punctuation property.
- Punycode - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Ported code from ICU punycode.c
- Punycode() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Punycode
- PUNYCODE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label starts with "xn--" but does not contain valid Punycode.
- PURE_KILLER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- PURIM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- push(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
- put(int, T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Sets the codepoint value.
- put(long, long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarCache
- put(DataOutputStream) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
- put(CharSequence, V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
-
Adds the text key and its associated object in this object.
- put(String, T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Sets the codepoint value.
- put(K, V) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUCache
- put(K, V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- put(K, V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- put(K, V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleCache
- put(UResource.Key, UResource.Value, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.ConversionRates.ConversionRatesSink
- put(UResource.Key, UResource.Value, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences.UnitPreferencesSink
-
The unitPreferenceData structure (see icu4c/source/data/misc/units.txt) contains a hierarchy of category/usage/region, within which are a set of preferences.
- put(UResource.Key, UResource.Value, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.CategoriesSink
- put(UResource.Key, UResource.Value, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.SimpleUnitIdentifiersSink
- put(UResource.Key, UResource.Value, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Sink
-
Called once for each bundle (child-parent-...-root).
- putAll(int, int, T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Adds bunch o' codepoints; otherwise like add.
- putAll(Collection, V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- putAll(Collection, V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- putAll(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- putAll(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- putAll(K, Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- putAll(K, Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- putAll(K, V...) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- putAll(XCldrStub.Multimap) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.Multimap
- putAll(Relation) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- putAll(UnicodeMap) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Add all the (main) values from a UnicodeMap
- putAll(UnicodeSet, T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Adds bunch o' codepoints; otherwise like put.
- putAllCodepointsInto(U) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Utility for extracting map
- putAllFiltered(UnicodeMap, UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Add all the (main) values from a Unicode property
- putAllIn(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Deprecated.
- putAllInto(U) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Utility for extracting map
- putAllInverse(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- putLeadCodePoint(String, UnicodeSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- putLeadCodePoints(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap
- putLeadCodePoints(UnicodeSet, UnicodeSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsingUtils
- PVecToTrieCompactHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl
- PVecToTrieCompactHandler() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.PVecToTrieCompactHandler
Q
- QAF - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- QAPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- quantity - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.ParsedNumber
-
The numerical value that was parsed.
- QUART - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: quart
- QUART_IMPERIAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of volume: quart-imperial
- QUARTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Quarter
- QUARTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is quarter, e.g.
- QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the quarter field.
- QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with quarter.
- QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: quarter
- QUARTER_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'Q' field alignment, corresponding to the
Calendar.MONTHfield. - QUARTERS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Quarters
- QUATERNARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Fourth level collator strength value.
- QUATERNARY_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- QUATERNARY_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
- QUECTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: quecto, 10^-30.
- QUETTA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: quetta, 10^30.
- quickCheck(char[], int, int, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - quickCheck(char[], Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - quickCheck(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.ComposeNormalizer2
- quickCheck(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.NoopNormalizer2
- quickCheck(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Norm2AllModes.Normalizer2WithImpl
- quickCheck(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredNormalizer2
-
Tests if the string is normalized.
- quickCheck(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2
-
Tests if the string is normalized.
- quickCheck(String, Normalizer.Mode) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - quickCheck(String, Normalizer.Mode, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
Normalizer2instead. - QUOTATION - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- QUOTATION_END - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Delimiter type for
LocaleData.getDelimiter(int). - QUOTATION_MARK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Quotation_Mark.
- QUOTATION_START - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData
-
Delimiter type for
LocaleData.getDelimiter(int). - quotedIndexOf(String, int, int, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Returns the index of the first character in a set, ignoring quoted text.
- quoteLiteral(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- quoteLiteral(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
-
Quote a literal string, using the available settings.
- quoteLiteral(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
R
- R2(C0, C1) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Row.R2
- R3(C0, C1, C2) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Row.R3
- R4(C0, C1, C2, C3) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Row.R4
- R5(C0, C1, C2, C3, C4) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Row.R5
- RABI_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year.
- RABI_2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year.
- RADIAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: radian
- RADICAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Radical (new).
- RAJAB - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Rajab, the 7th month of the Islamic year.
- RAMADAN - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar
-
Constant for Ramadan, the 9th month of the Islamic year.
- Range() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.Range
- Range() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.Range
-
Constructor.
- RANGE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Show the number as the range of two equal values.
- RangeDateRule - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Note: The Holiday framework is a technology preview.
- RangeDateRule() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.RangeDateRule
- RangeMacroProps - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.range
- RangeMacroProps() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.range.RangeMacroProps
- ranges() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Provide for faster iteration than by String.
- rangeStream() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- RangeValueIterator - Interface in org.graalvm.shadowed.com.ibm.icu.util
-
Interface for enabling iteration over sets of <int index, int value>, where index is the sorted integer index in ascending order and value, its associated integer value.
- RangeValueIterator.Element - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Return result wrapper for org.graalvm.shadowed.com.ibm.icu.util.RangeValueIterator.
- RawCollationKey - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Simple class wrapper to store the internal byte representation of a CollationKey.
- RawCollationKey() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RawCollationKey
-
Default constructor, internal byte array is null and its size set to 0.
- RawCollationKey(byte[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RawCollationKey
-
RawCollationKey created, adopting bytes as the internal byte array.
- RawCollationKey(byte[], int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RawCollationKey
-
Construct a RawCollationKey from a byte array and size.
- RawCollationKey(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RawCollationKey
-
RawCollationKey created with an empty internal byte array of length capacity.
- RBBI_8BITS_ROWS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- RBBI_BOF_REQUIRED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- RBBI_LOOKAHEAD_HARD_BREAK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper
- RBBIDataHeader() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIDataHeader
- RBBIDataWrapper - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Internal class used for Rule Based Break Iterators.
- RBBIDataWrapper.RBBIDataHeader - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Data Header.
- RBBIDataWrapper.RBBIStateTable - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A RBBI State Transition table, the form of the data used at run time in Java.
- RBBIStateTable() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
- RbnfLenientScanner - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 54
- RbnfLenientScannerProvider - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 54
- RbnfScannerProviderImpl - Class in org.graalvm.shadowed.com.ibm.icu.impl.text
-
Deprecated.This API is ICU internal only.
- RbnfScannerProviderImpl() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.text.RbnfScannerProviderImpl
-
Deprecated.This API is ICU internal only.
- read(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringPrepDataReader
- read(String, RecordReader) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord
- read(RecordReader) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ScopeData
- readBigIntegerToBcd(BigInteger) - 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 BigInteger.
- readBigIntegerToBcd(BigInteger) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- readHeader(ByteBuffer, int, ICUBinary.Authenticate) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Reads an ICU data header, checks the data format, and returns the data version.
- readHeaderAndDataVersion(ByteBuffer, int, ICUBinary.Authenticate) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Same as readHeader(), but returns a VersionInfo rather than a compact int.
- readIndexes(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringPrepDataReader
- readIntToBcd(int) - 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 int.
- readIntToBcd(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- readLine() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Read and return the next line of the file or
nullif the end of the file has been reached. - readLineSkippingComments() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Read a line, ignoring blank lines and lines that start with '#'.
- readLineSkippingComments(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Read a line, ignoring blank lines and lines that start with '#'.
- readLongToBcd(long) - 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 long.
- readLongToBcd(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_DualStorageBCD
- readOnly() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject.Reference
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.SpanField
-
Deprecated.This API is ICU internal only.
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat.Field
-
Deprecated.ICU 50
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat.SpanField
-
Deprecated.This API is ICU internal only.
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Field
-
Deprecated.This API is ICU internal only.
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.SpanField
-
Deprecated.This API is ICU internal only.
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat.Field
-
Resolves instances being deserialized to the predefined constants.
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat.Field
-
serizalization method resolve instances to the constant NumberFormat.Field values
- readResolve() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Field
-
Deprecated.This API is ICU internal only.
- reciprocal - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.ConversionInfo
- reciprocal() - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Computes the reciprocal of this MeasureUnit, with the numerator and denominator flipped.
- RECIPROCAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.Convertibility
- RECOMMENDED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- RECOMMENDED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Recommended script.
- RECOMMENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Security Profile constant from UTS 39 for use in
SpoofChecker.Builder.setAllowedChars(UnicodeSet). - Reference(T) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject.Reference
- REFERRING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Usage
-
Used in general cases, when the name is used to refer to somebody else.
- RegexUtilities() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.RegexUtilities
- region - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- region - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- region - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
The region to filter on.
- region - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyInfo
-
Region code where currency is used.
- Region - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Regionis the class representing a Unicode Region Code, also known as a Unicode Region Subtag, which is defined based upon the BCP 47 standard. - REGION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType
- REGION - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Demotion
-
Earlier desired locales are preferred.
- REGION_FORMAT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.Pattern
- REGION_INDEX_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- Region.RegionType - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
RegionType is an enumeration defining the different types of regions.
- REGIONAL_INDICATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- REGIONAL_INDICATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- REGIONAL_INDICATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- REGIONAL_INDICATOR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Regional_Indicator.
- regionAliases - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LikelySubtags.Data
- regionDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- regionDisplayName(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided region code.
- regionMatches(int, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Key
- regions(CurrencyMetaInfo.CurrencyFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUCurrencyMetaInfo
- regions(CurrencyMetaInfo.CurrencyFilter) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo
-
Returns the list of region codes matching the provided filter.
- regionToPartitionsIndex - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.Data
- RegionValidateMap() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ULocale.RegionValidateMap
-
Deprecated.This API is ICU internal only.
- REGISTER_SHIFTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- registerAlias(String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Register an ID as an alias of another ID.
- registerAny() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Deprecated.This API is ICU internal only.
- registerClass(String, Class, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Registers a subclass of
Transliteratorwith the system. - registerFactory(String, Transliterator.Factory) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Register a factory object with the given ID.
- registerFactory(ICUService.Factory) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Register a Factory.
- registerFactory(Collator.CollatorFactory) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Registers a collator factory.
- registerFactory(NumberFormat.NumberFormatFactory) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Registers a new NumberFormatFactory.
- registerInstance(BreakIterator, Locale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Registers a new break iterator of the indicated kind, to use in the given locale.
- registerInstance(BreakIterator, ULocale, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Registers a new break iterator of the indicated kind, to use in the given locale.
- registerInstance(Collator, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Registers a collator as the default collator for the provided locale.
- registerInstance(Transliterator) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Register a Transliterator object with the given ID.
- registerInstance(Currency, ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Registers a new currency for the provided locale.
- registerObject(Object, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
A convenience override of registerObject(Object, String, boolean) that defaults visible to true.
- registerObject(Object, String, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Register an object with the provided id.
- registerObject(Object, ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- registerObject(Object, ULocale, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience override for callers using locales.
- registerObject(Object, ULocale, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience function for callers using locales.
- registerObject(Object, ULocale, int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService
-
Convenience function for callers using locales.
- regular - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
- regularData - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.ValiditySet
- REH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- reInitializeFactories() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Reinitialize the factory list to its default state.
- REIWA - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.JapaneseCalendar
-
Constant for the era starting on May 1, 2019 AD.
- REJANG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- REJANG - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- REJANG_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- RELATED_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Deprecated.This API is ICU internal only.
- Relation<K,
V> - Class in org.graalvm.shadowed.com.ibm.icu.impl -
A Relation is a set of mappings from keys to values.
- Relation(Map, Class) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- Relation(Map, Class, Comparator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- RELATIVE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for relative style mask.
- RELATIVE_DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for relative default style pattern.
- RELATIVE_FULL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for relative full style pattern.
- RELATIVE_LONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for relative style pattern.
- RELATIVE_MEDIUM - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for relative style pattern.
- RELATIVE_SHORT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for relative style pattern.
- RelativeDateFormat - Class in org.graalvm.shadowed.com.ibm.icu.impl
- RelativeDateFormat(int, int, ULocale, Calendar) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat
- RelativeDateFormat.URelativeString - Class in org.graalvm.shadowed.com.ibm.icu.impl
- RelativeDateTimeFormatter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Formats simple relative dates.
- RelativeDateTimeFormatter.AbsoluteUnit - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents an absolute unit.
- RelativeDateTimeFormatter.Direction - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents a direction for an absolute unit e.g "Next Tuesday" or "Last Tuesday"
- RelativeDateTimeFormatter.Field - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Field constants used when accessing field information for relative datetime strings in FormattedValue.
- RelativeDateTimeFormatter.FormattedRelativeDateTime - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents the result of a formatting operation of a relative datetime.
- RelativeDateTimeFormatter.RelativeDateTimeUnit - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents the unit for formatting a relative date.
- RelativeDateTimeFormatter.RelativeUnit - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Represents the unit for formatting a relative date.
- RelativeDateTimeFormatter.Style - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
The formatting style
- RELAXED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.RoundingPriority
-
Favor greater precision by relaxing one of the rounding constraints.
- releaseBytes() - Method in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Releases the internal byte array to the caller, resets the internal byte array to null and its size to 0.
- releaseRead() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
Release a read lock and return.
- releaseWrite() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
Release the write lock and return.
- remainder(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value is the remainder ofthis/rhs, using fixed point arithmetic. - remainder(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value is the remainder ofthis/rhs. - remove() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- remove() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TextTrieMap.CharIterator
- remove() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie2.CharSequenceIterator
-
Iterator.remove() is not supported by Trie2.CharSequenceIterator.
- remove() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Iterator
-
Iterator.remove() is not supported.
- remove() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.Iterator
-
Iterator.remove() is not supported.
- remove(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- remove(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Removes the specified character from this set if it is present.
- remove(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Removes the specified range from this set if it is present.
- remove(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Removes the specified string from this set if it is present.
- remove(Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
- remove(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- remove(K, V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- REMOVE_BIDI_CONTROLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
option bit for writeReordered(): remove Bidi control characters (this does not affect INSERT_LRM_FOR_NUMERIC)
- removeAll(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Remove EACH of the characters in this string.
- removeAll(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- removeAll(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
- removeAll(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- removeAll(K) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- removeAll(K...) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- removeAll(K, Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- removeAll(Relation) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- removeAll(UnicodeMap) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- removeAll(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- removeAll(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Removes from this set all of its elements that are contained in the specified set.
- REMOVEALL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- removeAllElements() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.DictionaryBreakEngine.DequeI
- removeAllElements() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
- removeAllElements() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
- removeAllStrings() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Remove all strings from this UnicodeSet
- removeDefaultFormatterNameForType(Class) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- removeFormatter(String) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- removeListener(EventListener) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUNotifier
-
Stop notifying this listener.
- removeRef() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.SharedObject
-
Decrements the number of references to this object, and auto-deletes "this" if the number becomes 0.
- removeSelector(String) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- removeSuffix(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- removeUnicodeLocaleAttribute(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
- removeUnicodeLocaleAttribute(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Builder
-
Removes a unicode locale attribute, if present, otherwise has no effect.
- Rendering a paragraph with the ICU Bidi API - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- reorder(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- REORDER_DEFAULT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reordering mode: Regular Logical to Visual Bidi algorithm according to Unicode.
- REORDER_GROUP_NUMBERS_WITH_R - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reordering mode: Logical to Visual algorithm grouping numbers with adjacent R characters (reversible algorithm).
- REORDER_INVERSE_FOR_NUMBERS_SPECIAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reordering mode: Inverse Bidi (Visual to Logical) algorithm for the
REORDER_NUMBERS_SPECIALBidi algorithm. - REORDER_INVERSE_LIKE_DIRECT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reordering mode: Visual to Logical algorithm equivalent to the regular Logical to Visual algorithm.
- REORDER_INVERSE_NUMBERS_AS_L - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reordering mode: Visual to Logical algorithm which handles numbers like L (same algorithm as selected by
setInverse(true). - REORDER_NUMBERS_SPECIAL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reordering mode: Logical to Visual algorithm which handles numbers in a way which mimicks the behavior of Windows XP.
- REORDER_RUNS_ONLY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reordering mode: Reorder runs only to transform a Logical LTR string to the logical RTL string with the same display, or vice-versa.
If this mode is set together with optionOPTION_INSERT_MARKS, some Bidi controls in the source text may be removed and other controls may be added to produce the minimum combination which has the required display. - reorderCodes - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Array of reorder codes; ignored if length == 0.
- REORDERING_KILLER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicSyllabicCategory
- ReorderingBuffer(Normalizer2Impl, Appendable, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.ReorderingBuffer
- reorderLogical(byte[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
This is a convenience method that does not use a
Bidiobject. - reorderTable - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
256-byte table for reordering permutation of primary lead bytes; null if no reordering.
- reorderVisual(byte[]) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
This is a convenience method that does not use a
Bidiobject. - reorderVisually(byte[], int, Object[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reorder the objects in the array into visual order based on their levels.
- repeat(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Utility to duplicate a string count times
- replace(int, int, char[], int, int) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Replaceable
-
Replaces a substring of this object with the given text.
- replace(int, int, char[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Replace a substring of this object with the given text.
- replace(int, int, String) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.Replaceable
-
Replaces a substring of this object with the given text.
- replace(int, int, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Replace zero or more characters with new characters.
- replace(String, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns a new UTF16 format Unicode string resulting from replacing all occurrences of oldChar32 in source with newChar32.
- replace(String, String, String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Returns a new UTF16 format Unicode string resulting from replacing all occurrences of oldStr in source with newStr.
- REPLACE_NUMBER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Indicates a syntactic (non-escaped) # symbol in a plural variant.
- REPLACE_NUMBER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
-
This Node represents a place in a plural argument's variant where the formatted (plural-offset) value is to be put.
- Replaceable - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Replaceableis an interface representing a string of characters that supports the replacement of a range of itself with a new string of characters. - ReplaceableString - Class in org.graalvm.shadowed.com.ibm.icu.text
-
ReplaceableStringis an adapter class that implements theReplaceableAPI around an ordinaryStringBuffer. - ReplaceableString() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Construct a new empty object.
- ReplaceableString(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Construct a new object with the given initial contents.
- ReplaceableString(StringBuffer) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.ReplaceableString
-
Construct a new object using
buffor internal storage. - ReplaceableUCharacterIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
DLF docs must define behavior when Replaceable is mutated underneath the iterator.
- ReplaceableUCharacterIterator(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Public constructor
- ReplaceableUCharacterIterator(StringBuffer) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Public constructor
- ReplaceableUCharacterIterator(Replaceable) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ReplaceableUCharacterIterator
-
Public constructor
- replaceFieldTypes(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Adjusts the field types (width and subtype) of a pattern to match what is in a skeleton.
- replaceFieldTypes(String, String, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Adjusts the field types (width and subtype) of a pattern to match what is in a skeleton.
- replaceFrom(CharSequence, CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Replace all matching spans in sequence by the replacement, counting by CountMethod.MIN_ELEMENTS using SpanCondition.SIMPLE.
- replaceFrom(CharSequence, CharSequence, UnicodeSetSpanner.CountMethod) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Replace all matching spans in sequence by replacement, according to the CountMethod, using SpanCondition.SIMPLE.
- replaceFrom(CharSequence, CharSequence, UnicodeSetSpanner.CountMethod, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Replace all matching spans in sequence by replacement, according to the countMethod and spanCondition.
- REPLACEMENT_CHAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Unicode value used when translating into Unicode encoding form and there is no existing character.
- replacementIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits.Iterator
-
The start index of the current span in the replacement string; the span has length
Edits.Iterator.newLength(). - replaceType(CharSequence, int, char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Replaces all occurrences of tokens with the given type with the given replacement char.
- RequireAffixValidator - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- RequireAffixValidator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireAffixValidator
- RequireCurrencyValidator - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- RequireCurrencyValidator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireCurrencyValidator
- RequireDecimalSeparatorValidator - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- RequireNumberValidator - Class in org.graalvm.shadowed.com.ibm.icu.impl.number.parse
- RequireNumberValidator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.RequireNumberValidator
- requiresBidi(char[], int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Return true if the specified text requires bidi analysis.
- RES_BOGUS - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
A resource word value that means "no resource".
- resemblesPattern(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Return true if the given position, in the given pattern, appears to be the start of a UnicodeSet pattern.
- reserved - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
- RESERVEDINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- RESERVEDINDEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Reset this reader so that the next call to
readLine()returns the first line of the file again. - reset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Reset the service to the default factories.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.ParseStatus
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TrieIterator
-
Resets the iterator to the beginning of the iteration
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Resets this iterator to the start of the set.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CanonicalIterator
-
Resets the iterator so that one can start again from the beginning.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CollationElementIterator
-
Resets the cursor to the beginning of the string.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.ConstrainedFieldPosition
-
Resets this ConstrainedFieldPosition to its initial state, as if it were newly created: - Removes any constraints that may have been set on the instance.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Edits
-
Resets the data but may not release memory.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Resets the iteration.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Resets the iteration.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
-
Reset the compressor to its initial state.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
-
Reset the decompressor to its initial state.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Resets this iterator to the start of the set.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Iterator
-
Resets this iterator to its initial state.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Resets this trie to its initial state.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.Iterator
-
Resets this iterator to its initial state.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Resets this trie to its initial state.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Restore the object to the initial state.
- reset() - Method in interface org.graalvm.shadowed.com.ibm.icu.util.RangeValueIterator
-
Resets the iterator to the beginning of the iteration.
- reset() - Method in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundleIterator
-
Resets the internal context of a resource so that iteration starts from the first element.
- reset() - Method in interface org.graalvm.shadowed.com.ibm.icu.util.ValueIterator
-
Resets the iterator to start iterating from the integer index Integer.MIN_VALUE or X if a setRange(X, Y) has been called previously.
- reset(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Resets the state as well as the numeric setting, and completes the initialization.
- reset(char[]) - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- reset(char[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- reset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
- reset(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps.ContextIterator
-
Reset the iterator for forward or backward iteration.
- reset(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- reset(CharSequence, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
Resets the iterator to a new string and/or a new string index.
- reset(String) - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- reset(String, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- reset(UnicodeMap) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Sets this iterator to visit the elements of the given set and resets it to the start of that set.
- reset(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Sets this iterator to visit the elements of the given set and resets it to the start of that set.
- resetExponent() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- resetExponent() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Resets the DecimalQuantity to the value before adjustMagnitude and adjustExponent.
- resetIfCleared(V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue
- resetInfo(IDNA.Info) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- resetLength() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
- resetReordering() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- resetStats() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock
-
Reset the stats.
- resetToOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationIterator
-
Resets the iterator state and sets the position to the specified offset.
- resetToOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDIterCollationIterator
- resetToOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.FCDUTF16CollationIterator
- resetToOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.IterCollationIterator
- resetToOffset(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- resetToState(BytesTrie.State) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Resets this trie to the saved state.
- resetToState(CharsTrie.State) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Resets this trie to the saved state.
- resetToState64(long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie
-
Resets this trie to the saved state.
- resetToState64(long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrie
-
Resets this trie to the saved state.
- Resize(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys.SortKeyByteSink
- resolve(StandardPlural, StandardPlural) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.range.StandardPluralRanges
- resolve(Currency, ULocale, DecimalFormatSymbols) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.CustomSymbolCurrency
- RESOLVE_REMAP - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value to OR against resolve table field values for remapping.
- resolveFields(int[][][]) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Given a precedence table, return the newest field combination in the table, or -1 if none is found.
- resolveSignDisplay(NumberFormatter.SignDisplay, Modifier.Signum) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils
- ResourceBasedPeriodFormatterDataService - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
-
A PeriodFormatterDataService that serves PeriodFormatterData objects based on data files stored as resources in this directory.
- ResourceBundleWrapper - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
just a wrapper for Java ListResourceBundles and
- ResourceReader - Class in org.graalvm.shadowed.com.ibm.icu.impl.data
-
A reader for text resource data in the current package or the package of a given class object.
- ResourceReader(InputStream, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Construct a reader object for the input stream associated with the given resource name.
- ResourceReader(InputStream, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Construct a reader object for the input stream associated with the given resource name.
- ResourceReader(Class, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Construct a reader object for the text file of the given name in the given class's package, using the default encoding.
- ResourceReader(Class, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Construct a reader object for the text file of the given name in the given class's package, using the given encoding.
- ResourceReader(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Construct a reader object for the text file of the given name in this package, using the default encoding.
- ResourceReader(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.data.ResourceReader
-
Construct a reader object for the text file of the given name in this package, using the given encoding.
- RESTRICTED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierStatus
- RESTRICTION_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Check that an identifier satisfies the requirements for the restriction level specified in
SpoofChecker.Builder.setRestrictionLevel(SpoofChecker.RestrictionLevel). - restrictionLevel - Variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.CheckResult
-
The restriction level that the text meets, if RESTRICTION_LEVEL is set; otherwise null.
- retain(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Retain the specified character from this set if it is present.
- retain(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Retain only the elements in this set that are contained in the specified range.
- retain(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Retain the specified string in this set if it is present.
- RETAIN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Deprecated.This API is ICU internal only.
- retainAll(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Retains EACH of the characters in this string.
- retainAll(Iterable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- retainAll(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
- retainAll(UnicodeMap) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- retainAll(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- retainAll(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Retains only the elements in this set that are contained in the specified set.
- RETAINALL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.SortedSetRelation
-
There are 8 combinations of the relationship bits.
- reverse(StringBuffer) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Reverses a UTF16 format Unicode string and replaces source's content with it.
- REVERSE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Direction constant indicating the reverse direction in a transliterator, e.g., the reverse rules of a rule-based Transliterator.
- REVERSED_PE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- REVOLUTION_ANGLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of angle: revolution
- RFC3491_NAMEPREP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3491 Nameprep
- RFC3530_NFS4_CIS_PREP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3530 nfs4_cis_prep
- RFC3530_NFS4_CS_PREP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3530 nfs4_cs_prep
- RFC3530_NFS4_CS_PREP_CI - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3530 nfs4_cs_prep with case insensitive option
- RFC3530_NFS4_MIXED_PREP_PREFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3530 nfs4_mixed_prep for prefix
- RFC3530_NFS4_MIXED_PREP_SUFFIX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3530 nfs4_mixed_prep for suffix
- RFC3722_ISCSI - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3722 iSCSI
- RFC3920_NODEPREP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3920 XMPP Nodeprep
- RFC3920_RESOURCEPREP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC3920 XMPP Resourceprep
- RFC4011_MIB - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC4011 Policy MIB Stringprep
- RFC4013_SASLPREP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC4013 SASLprep
- RFC4505_TRACE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC4505 trace
- RFC4518_LDAP - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC4518 LDAP
- RFC4518_LDAP_CI - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.StringPrep
-
Profile type: RFC4518 LDAP for case ignore, numeric and stored prefix matching rules
- RGI_EMOJI - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property of strings RGI_Emoji.
- RGI_EMOJI_FLAG_SEQUENCE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property of strings RGI_Emoji_Flag_Sequence.
- RGI_EMOJI_MODIFIER_SEQUENCE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property of strings RGI_Emoji_Modifier_Sequence.
- RGI_EMOJI_TAG_SEQUENCE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property of strings RGI_Emoji_Tag_Sequence.
- RGI_EMOJI_ZWJ_SEQUENCE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property of strings RGI_Emoji_ZWJ_Sequence.
- RIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicPositionalCategory
- RIGHT_JOINING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningType
- RIGHT_TO_LEFT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type R
- RIGHT_TO_LEFT_ARABIC - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type AL
- RIGHT_TO_LEFT_EMBEDDING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type RLE
- RIGHT_TO_LEFT_ISOLATE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type RLI
- RIGHT_TO_LEFT_OVERRIDE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type RLO
- RLEStringToByteArray(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct an array of bytes from a run-length encoded string.
- RLEStringToCharArray(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct an array of shorts from a run-length encoded string.
- RLEStringToIntArray(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct an array of ints from a run-length encoded string.
- RLEStringToShortArray(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Construct an array of shorts from a run-length encoded string.
- ROC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
- ROHINGYA_YEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- roll(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Rolls (up/down) a single unit of time on the given field.
- roll(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Rolls (up/down) a specified amount time on the given field.
- roll(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Override Calendar to handle leap months properly.
- roll(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GregorianCalendar
-
Roll a field by a signed amount.
- roll(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Rolls (up/down) a specified amount time on the given field.
- RONGORONGO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- RONNA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: ronna, 10^27.
- RONTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: ronto, 10^-27.
- ROOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.BaseLocale
- ROOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
The root ULocale.
- rootElements - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationData
-
Collation elements in the root collator.
- ROSH_HASHANAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- ROTATED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.VerticalOrientation
- ROUND_CEILING - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to round to a more positive number.
- ROUND_CEILING - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to round to a more positive number.
- ROUND_DOWN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to round towards zero.
- ROUND_DOWN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to round towards zero.
- ROUND_FLOOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to round to a more negative number.
- ROUND_FLOOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to round to a more negative number.
- ROUND_HALF_DOWN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded down.
- ROUND_HALF_DOWN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded down.
- ROUND_HALF_EVEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded to the nearest even neighbor.
- ROUND_HALF_EVEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded to the nearest even neighbor.
- ROUND_HALF_UP - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded up.
- ROUND_HALF_UP - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to round to nearest neighbor, where an equidistant value is rounded up.
- ROUND_UNNECESSARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to assert that no rounding is necessary.
- ROUND_UNNECESSARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to assert that no rounding is necessary.
- ROUND_UP - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Rounding mode to round away from zero.
- ROUND_UP - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Rounding mode to round away from zero.
- rounder - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- rounding - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- Rounding - Section in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- roundingIncrement - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyDigits
-
Rounding increment used when displaying this currency.
- roundingMode - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- roundingMode(RoundingMode) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies how to determine the direction to round a number when it has more digits than fit in the desired precision.
- RoundingUtils - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- RoundingUtils() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
- roundsAtMidpoint(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.RoundingUtils
-
Gets whether the given rounding mode's rounding boundary is at the midpoint.
- roundToIncrement(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- roundToIncrement(BigDecimal, MathContext) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Rounds the number to a specified interval, such as 0.05.
- roundToInfinity() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- roundToInfinity() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Rounds the number to an infinite number of decimal points.
- roundToMagnitude(int, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- roundToMagnitude(int, MathContext) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Rounds the number to a specified magnitude (power of ten).
- roundToNickel(int, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- roundToNickel(int, MathContext) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Rounds the number to the nearest multiple of 5 at the specified magnitude.
- ROUNDTRIP_AND_FALLBACK_SET - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetICU
-
Deprecated.This API is ICU internal only.
- ROUNDTRIP_SET - Static variable in class org.graalvm.shadowed.com.ibm.icu.charset.CharsetICU
-
Parameter that select the set of roundtrippable Unicode code points.
- route(BigDecimal, MicroProps) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter
-
If micros.rounder is a BogusRounder, this function replaces it with a valid one.
- Row<C0,
C1, - Class in org.graalvm.shadowed.com.ibm.icu.implC2, C3, C4> - Row() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Row
- Row.R2<C0,
C1> - Class in org.graalvm.shadowed.com.ibm.icu.impl - Row.R3<C0,
C1, - Class in org.graalvm.shadowed.com.ibm.icu.implC2> - Row.R4<C0,
C1, - Class in org.graalvm.shadowed.com.ibm.icu.implC2, C3> - Row.R5<C0,
C1, - Class in org.graalvm.shadowed.com.ibm.icu.implC2, C3, C4> - rReqPos - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- RTL - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Right-to-left text.
- RuleBasedBreakIterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Rule Based Break Iterator This is a port of the C++ class RuleBasedBreakIterator from ICU4C.
- RuleBasedBreakIterator(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Construct a RuleBasedBreakIterator from a set of rules supplied as a string.
- RuleBasedCollator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
RuleBasedCollator is a concrete subclass of Collator.
- RuleBasedCollator(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Constructor that takes the argument rules for customization.
- RuleBasedNumberFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A class that formats numbers according to a set of rules.
- RuleBasedNumberFormat(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat from a predefined description.
- RuleBasedNumberFormat(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
- RuleBasedNumberFormat(String, String[][]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
- RuleBasedNumberFormat(String, String[][], ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
- RuleBasedNumberFormat(String, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
- RuleBasedNumberFormat(String, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat that behaves according to the description passed in.
- RuleBasedNumberFormat(Locale, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat from a predefined description.
- RuleBasedNumberFormat(ULocale, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedNumberFormat
-
Creates a RuleBasedNumberFormat from a predefined description.
- RuleBasedTimeZone - Class in org.graalvm.shadowed.com.ibm.icu.util
-
RuleBasedTimeZoneis a concrete subclass ofTimeZonethat allows users to define custom historic time transition rules. - RuleBasedTimeZone(String, InitialTimeZoneRule) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Constructs a
RuleBasedTimeZoneobject with the ID and theInitialTimeZoneRule - RuleBasedTransliterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- RuleCharacterIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
An iterator that returns 32-bit code points.
- RuleCharacterIterator(String, SymbolTable, ParsePosition) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.RuleCharacterIterator
-
Constructs an iterator over the given text, starting at the given position.
- RuleCharacterIterator.Position - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
For use with
RuleCharacterIterator.getPos(Position)invalid input: '&'RuleCharacterIterator.setPos(Position). - rules - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- RUMI_NUMERAL_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- RUMI_NUMERAL_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- RUNIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- RUNIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Runic
- RUNIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- RUPEE_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
S
- s - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.CaseMapImpl.StringContextIterator
- s - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
Deprecated.This API is ICU internal only.
- 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.
- safeClone() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedTransliterator
-
Deprecated.This API is ICU internal only.
- 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.
- Sample code for the ICU Bidi API - Section in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
- samples - Variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- sampleType - Variable in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- SARATI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- SATURDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Saturday
- SATURDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Saturday, e.g.
- SATURDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
DAY_OF_WEEKfield indicating Saturday. - SATURDAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Saturdays
- 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
- SCHANGE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SCHANGEU - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SCHANGEU - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- 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).
- 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).
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- script - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LSR
- SCRIPT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.FavorSubtag
-
Makes script differences matter relatively more than language differences.
- 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_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(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- scriptDisplayName(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Returns the display name of the provided script code.
- scriptDisplayName(String) - 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.
- scriptDisplayNameInContext(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl
- scriptDisplayNameInContext(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames
-
Deprecated.This API is ICU internal only.
- SDEFINE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SDEFINEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SDEFINEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- 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 Class 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 invalid input: '&' tertiary weights, rather than a primary.
- second - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.Pair
- SECOND - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is second, e.g.
- 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 - 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
getandsetindicating 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.SECONDfield. - 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.
- SECONDS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Seconds
- 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(double, int, long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- 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.
- select(PluralRules.FixedDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Deprecated.This API is ICU internal only.
- select(PluralRules.IFixedDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules
-
Deprecated.This API is ICU internal only.
- SELECT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
The argument is a SelectFormat with one or more (ARG_SELECTOR, message) pairs.
- SelectFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
SelectFormatsupports 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
SelectFormatfor 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.
- SelectMessage(List, List, List) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.SelectMessage
-
Deprecated.This API is for technology preview only.
- Selector - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- SELECTORDINAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
The argument is an ordinal-number PluralFormat with the same style parts sequence and semantics as
MessagePattern.ArgType.PLURAL. - SelectorFactory - Interface in org.graalvm.shadowed.com.ibm.icu.message2
-
Deprecated.This API is for technology preview only.
- selectors - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.SelectMessage
-
Deprecated.
- SELIHOT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- 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.
- 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
MONTHfield indicating the ninth month of the year. - seq - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- serialize() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
-
Normalizes the MeasureUnitImpl and generates the identifier string in place.
- 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(OutputStream, boolean, TrieBuilder.DataManipulate) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Serializes the build table to an output stream.
- serialize(TrieBuilder.DataManipulate, Trie.DataManipulate) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrieBuilder
-
Serializes the build table with 32 bit data
- 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(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) - 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(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Make this object represent the range
start - end. - 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) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MutableCodePointTrie
-
Sets a value for a code point.
- 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) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.Range
-
Sets the range.
- 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, Object) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Row
- set(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
- set(String, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
- set(DecimalFormatProperties) - Method in interface org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat.PropertySetter
-
Deprecated.This API is ICU internal only.
- set(ValidIdentifiers.Datatype, String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker.Where
- set(Transliterator.Position) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator.Position
-
Copies the indices of this position from another.
- set(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Make this object represent the same set as
other. - 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) - 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) - 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() - 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.
- setAlternateHandlingDefault(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- 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.
- setApproximatelySignString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormatSymbols
-
Deprecated.This API is for technology preview only.
- 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
- setBiDi(IDNA.Info) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- 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(int, BreakIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Explicitly set the break iterator for this object.
- 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.
- 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() - 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.
- setCaseFirstDefault(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- 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(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.
- setCharAt(StringBuffer, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Set a code point into a UTF16 position.
- 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
-
Specify the bitmask of checks that will be performed by
SpoofChecker.failsChecks(String, SpoofChecker.CheckResult). - 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(Collator) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Explicitly set the collator for this object.
- setCollator(RuleBasedCollator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Sets the
RuleBasedCollatorto be used for language-specific searching. - setCompactCustomData(Map) - 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
-
Use compact decimal formatting with the specified
CompactDecimalFormat.CompactStyle. - setComplexity(MeasureUnit.Complexity) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl
- 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(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Set the context before a call to setPara().
- setContext(DisplayContext) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.RelativeDateFormat
- 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
-
Use the specified
CurrencyPluralInfoinstance when formatting currency long names. - 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.CurrencyUsageinstance, 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.
- setData(Reader, Reader) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.Builder
-
Deprecated.ICU 58
- setDataModel(MFDataModel.Message) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.Builder
-
Deprecated.This API is for technology preview only.
- 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(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.
- 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.
- 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
TimeZonethat is returned by thegetDefaultmethod. - 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
ULocalefor the specifiedCategory. - setDefaultFormatterNameForType(Class, String) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- setDefaultHourFormatChar(char) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- 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) - 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.
- setDefaultXSymbolTable(UnicodeSet.XSymbolTable) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- 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).
- setDetectableCharset(String, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CharsetDetector
-
Deprecated.This API is ICU internal only.
- 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.
- setDisplayOrder(PersonNameFormatter.DisplayOrder) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Builder
-
Specifies the desired display order for the formatted names.
- 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(char, byte) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- setElementAt(char, char) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- setElementAt(char, char, byte) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- setElementAt(char, char, char) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- 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) - 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) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the daylight savings ending rule.
- 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.
- setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.Builder
-
Deprecated.This API is for technology preview only.
- setErrorOnReset(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Puts the UnicodeMap into a state whereby new mappings are accepted, but changes to old mappings cause an exception.
- 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
-
Sets what the first day of the week is, where 1 =
Calendar.SUNDAYand 7 =Calendar.SATURDAY. - 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.
- setFormality(PersonNameFormatter.Formality) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Builder
-
Sets the name formality for the formatter to be constructed.
- 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
formatmethods or returned fromparsemethods. - setFormatsByArgumentName(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Sets the Format objects to use for the values passed into
formatmethods or returned fromparsemethods. - setFormatter(String, FormatterFactory) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- 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.
- setFractionDigits(int, long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UFieldPosition
-
Deprecated.This API is ICU internal only.
- 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.
- setFunctionRegistry(MFFunctionRegistry) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.Builder
-
Deprecated.This API is for technology preview only.
- 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.
- setHiraganaQuaternary(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Deprecated.ICU 50 Implementation detail, cannot be set via API, was removed from implementation.
- setHiraganaQuaternaryDefault() - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Deprecated.ICU 50 Implementation detail, cannot be set via API, was removed from implementation.
- setICUDefault(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Deprecated.This API is ICU internal only.
- 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.Normalizer
-
Deprecated.ICU 3.2
- 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.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- 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.
- setIndexOnly(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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
CalendarAstronomerobject. - 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(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.
- setLanguageTag(LanguageTag) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.InternalLocaleBuilder
- setLastModified(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Sets the date used for RFC2445 LAST-MODIFIED property value.
- setLeapMonthPattern(String, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- setLength(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.StringSegment
- setLength(PersonNameFormatter.Length) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Builder
-
Sets the name length for the formatter to be constructed.
- 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 aBidiobject 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(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.Builder
-
Deprecated.This API is for technology preview only.
- 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(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Builder
-
Sets the locale for the formatter to be constructed.
- setLocale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName.Builder
-
Set the locale for the new name object.
- setLocale(Locale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat. - 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(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.text.PluralFormat
-
Deprecated.ICU 50 This method clears the pattern and might create a different kind of PluralRules instance; use one of the constructors to create a new instance instead.
- setLocale(ULocale) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat. - 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
Builderto match the providedlocale. - 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.
- setLocales(List) - 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.
- 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.
- setMatchNotFound() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator
-
Deprecated.This API is ICU internal only.
- setMatchNotFound() - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringSearch
-
Deprecated.This API is ICU internal only.
- setMathContext(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the
MathContextto 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
MathContextused to round numbers. - setMathContextICU(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Overload of
DecimalFormat.setMathContext(MathContext)forMathContext. - 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) - 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.
- setMaxVariable(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- setMinFraction(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- setMinFraction(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Sets the minimum fraction digits that this
DecimalQuantityshould generate. - 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(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.
- 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.
- 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- setMinInteger(int) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Sets the minimum integer digits that this
DecimalQuantityshould generate. - 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.
- setMissing(T) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Set the currently unmapped Unicode code points to the given value.
- setMode(Normalizer.Mode) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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(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.
- setMultiplier(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Multiply all numbers by this amount before 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.
- setNotOkBiDi(IDNA.Info) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- setNounClass(DisplayOptions.NounClass) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Builder
-
Sets the noun class.
- setNumberFormat(int, NumberFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.util.GlobalizationPreferences
-
Sets a number format explicitly.
- 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(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
-
Overrides superclass method and This method also clears per field NumberFormat instances previously set by
SimpleDateFormat.setNumberFormat(String, NumberFormat) - setNumberFormat(NumberFormat) - Method in class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 see
MeasureFormat. - 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.
- setOption(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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
-
Padding: Sets the character used to pad numbers that are narrower than the width specified in
DecimalFormat.setFormatWidth(int). - 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(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Padding: Sets the position where to insert the pad character when narrower than the width specified in
DecimalFormat.setFormatWidth(int). - 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.
- setPadString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties
-
Sets the string used for padding.
- setPara(char[], byte, byte[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Perform the Unicode Bidi algorithm.
- setPara(String, 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
-
Whether to make
DecimalFormat.parse(String, ParsePosition)prefer returning aBigDecimalwhen possible. - 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).
- setParseMaxDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Deprecated.Setting max parse digits has no effect since ICU4J 59.
- 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.
- setParseStrictMode(DecimalFormatProperties.ParseMode) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Deprecated.This API is ICU internal only.
- 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.message2.MessageFormatter.Builder
-
Deprecated.This API is for technology preview only.
- 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
-
Sets a reference to the parsed decimal format pattern, usually obtained from
PatternStringParser.parseToPatternInfo(String), but any implementation ofAffixPatternProvideris accepted. - 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(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyPluralInfo
-
Set plural rules.
- 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.
- 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.
- setPreferredOrder(PersonName.PreferredOrder) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimplePersonName.Builder
-
Set the preferred order for the new name object.
- setPrefix(MeasureUnit.MeasurePrefix) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.units.SingleUnitImpl
- setProperties(DecimalFormat.PropertySetter) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Deprecated.This API is ICU internal only.
- setQuarters(String[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets quarter strings.
- 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.
- 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, 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.
- 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.
- setRelatedYear(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.This API is ICU internal only.
- 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(double) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Overload of
DecimalFormat.setRoundingIncrement(java.math.BigDecimal). - 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
-
Rounding and Digit Limits: Overload of
DecimalFormat.setRoundingIncrement(java.math.BigDecimal). - setRoundingMode(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
-
Rounding and Digit Limits: Sets the
RoundingModeused 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.
- 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.
- 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
BigDecimalwith a given scale. - setScale(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwith 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.
- setSelector(String, SelectorFactory) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.MFFunctionRegistry.Builder
-
Deprecated.This API is for technology preview only.
- 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) - 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) - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Sets the daylight savings starting rule.
- 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(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.
- 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. - setStrength2(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Deprecated.This API is ICU internal only.
- 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.
- setStrengthDefault(int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
- 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
LocalePriorityListdoes and sets the supported locales accordingly. - setSupportedLocales(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Copies the supported locales, preserving iteration order.
- setSupportedULocales(Collection) - Method in class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Builder
-
Copies the supported locales, preserving iteration order.
- setSurnameAllCaps(boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Builder
-
Requests that the surname in the formatted result be rendered in ALL CAPS.
- 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.
- setTemporalMonthCode(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year and suffixed by an optional literal grapheme "L" if this is a leap month in a lunisolar calendar.
- setTemporalMonthCode(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CopticCalendar
-
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year.
- setTemporalMonthCode(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year.
- setTemporalMonthCode(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ChineseCalendar
-
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year and suffixed by an optional literal grapheme "L" if this is a leap month in a lunisolar calendar.
- setTemporalMonthCode(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Sets The Temporal monthCode which is a string identifier that starts with the literal grapheme "M" followed by two graphemes representing the zero-padded month number of the current month in a normal (non-leap) year and suffixed by an optional literal grapheme "L" if this is a leap month in a lunisolar calendar.
- setTerritory(String) - Method in class 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(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(char[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- setText(String) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.StringTokenIterator
- setText(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Sets the iterator to analyze a new piece of text.
- 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(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- setText(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- setText(StringBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- setText(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator
- setText(CharacterIterator) - 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.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.Normalizer
-
Deprecated.ICU 56
- setText(CharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedBreakIterator
-
Set the iterator to analyze a new piece of 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(UCharacterIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- setTime(long) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Set the current date and time of this
CalendarAstronomerobject. - 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.
- setTimeSeparatorString(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Deprecated.This API is ICU internal only.
- 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Sets the internal BCD state to represent the value in the given BigDecimal.
- setToBigDecimal(BigDecimal) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- 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).
- setTopLevelKeySet(Set) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle
-
Deprecated.This API is ICU internal only.
- 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.
- setTransitionalDifferent(IDNA.Info) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Deprecated.This API is ICU internal only.
- 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.
- setUsage(PersonNameFormatter.Usage) - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Builder
-
Sets the name usage for the formatter to be constructed.
- 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
- setValue(V) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ImmutableEntry
- setVariableTop(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Deprecated.ICU 53 Call setMaxVariable() instead.
- setVariableTop(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Deprecated.ICU 53 Call setMaxVariable() instead.
- setVariableTop(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Deprecated.ICU 53 Call
Collator.setMaxVariable(int)instead. - setVariableTop(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.RuleBasedCollator
-
Deprecated.ICU 53 Call
RuleBasedCollator.setMaxVariable(int)instead. - 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[]) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets wide weekday strings.
- setWeekdays(String[], int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Sets 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) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Convert a range of text in place.
- 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(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> - 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
- SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Print an abbreviated version of the unit name.
- SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Short version, like "1.2T"
- SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Width
-
Use list formatting of typical length.
- SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Abbreviate when possible.
- SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Length
-
A shortened name.
- SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Style
-
Abbreviations used when possible.
- 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_DAYLIGHT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Short display name for daylight saving time, such as "EDT".
- SHORT_GENERIC - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Short display name, such as "ET".
- 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." - SHORT_STANDARD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Short display name for standard time, such as "EST".
- SHORTER_FIRST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.ComparisonStyle
- 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
BigDecimalto ashort. - 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 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Parameters
- signum() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- signum() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- signum() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the sign of this
BigDecimal, as anint. - 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
The argument has a "simple" type which is provided by the ARG_TYPE part.
- SIMPLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
Continues a span() while there is a set element at the current position.
- SIMPLE_CASE_FOLDING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Simple_Case_Folding.
- SIMPLE_CASE_INSENSITIVE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Enable case insensitive matching.
- 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
FORMATlocale. - SimpleDateFormat(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern in the default
FORMATlocale. - 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, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern 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.
- SimpleDateFormat(String, DateFormatSymbols, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Deprecated.This API is ICU internal only.
- SimpleDateFormat(String, ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Constructs a SimpleDateFormat using the given pattern and locale.
- 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, 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
- 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
- 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
-
The second primary implementation of
Modifier, this one consuming aSimpleFormatterpattern. - 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.
- SimplePersonName - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A concrete implementation of PersonNameFormatter.PersonName that simply stores the field values in a Map.
- SimplePersonName.Builder - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A utility class for constructing a SimplePersonName.
- 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) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Constructor.
- 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.
- 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
- sIndex - Variable in class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
Deprecated.This API is ICU internal only.
- SINDHI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- single - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
- SINGLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
- SINGLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Complexity
-
A single unit, like kilojoule.
- SINGLE_CHAR_BOUNDARY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Value returned in
bounds(). - 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 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
Deprecated.ICU 51 Use RESTRICTION_LEVEL
- SINGLE_SCRIPT_CONFUSABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
When performing the two-string
SpoofChecker.areConfusable(String, String)test, this flag in the return value indicates that the two strings are visually confusable and that they are from the same script, according to UTS 39 section 4. - SINGLE_SCRIPT_RESTRICTIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
The string classifies as ASCII-Only, or all characters in the string are in the identifier profile and the string is single-script, according to the definition in UTS 39 section 5.1.
- SINGLE_VALUE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Show the number as a single value rather than a range.
- SINGLEBYTEMODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SINGLEBYTEMODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- 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 - Variable in class org.graalvm.shadowed.com.ibm.icu.util.ByteArrayWrapper
-
Size of the internal byte array used.
- 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.impl.UnicodeMap
- 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.
- skeletonsAreSimilar(String, String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.This API is ICU internal only.
- SkeletonSyntaxException - Exception Class in org.graalvm.shadowed.com.ibm.icu.number
-
Exception used for illegal number skeleton strings.
- SkeletonSyntaxException(String, CharSequence) - Constructor for exception class 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 class 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.LikelySubtags
- SKIP_SYNTAX - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Indicates a substring of the pattern string which is to be skipped when formatting.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Type
-
Small/slower BMP data structure.
- SMALL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder.Option
-
Builds a trie more slowly, attempting to generate a shorter but equivalent serialization.
- 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.
- smallIndex(CodePointTrie.Type, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie
-
Deprecated.This API is ICU internal only.
- 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
- SOCIATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- sOffsets - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
-
Static compression window offsets
- sOffsets - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
-
Static compression window offsets
- sOffsetTable - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
-
For window offset mapping
- sOffsetTable - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
-
For window offset mapping
- SOFT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue.Strength
-
Subsequent
getInstance()-created objects will holdSoftReferences to their values. - 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, - Class in org.graalvm.shadowed.com.ibm.icu.implD> -
Generic, thread-safe cache implementation, usually storing cached instances in
References viaCacheValues. - 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) - 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
- SORTING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.DisplayOrder
-
Used to indicate a display order suitable for use in a sorted list: For English, this would put the surnames first, with a comma between them and the rest of the name: "Smith, John".
- 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
-
The start index of the current span in the source string; the span has length
Edits.Iterator.oldLength(). - 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) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
Spans a string.
- span(CharSequence, int, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Span a string using this UnicodeSet.
- 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, 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.
- spanAndCount(CharSequence, int, UnicodeSet.SpanCondition, OutputInt) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only.
- 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, int, UnicodeSet.SpanCondition) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Span a string backwards (from the fromIndex) using this UnicodeSet.
- 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.
- 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.
- special - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
- 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_LONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Specific long format, such as "Eastern Standard Time".
- SPECIFIC_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Specific short format, such as "EST", "PDT".
- 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) - 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, String[]) - 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 Class in org.graalvm.shadowed.com.ibm.icu.text
-
Constants from UTS 39 for use in setRestrictionLevel.
- Spoof Detection - Section in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
- 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
- SQUOTE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- SQUOTEU - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SQUOTEU - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- 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_BLOCK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- 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_ID_COMPAT_MATH - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- SRC_IDSU - 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_MCM - 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
- SRESERVED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- SRESERVED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- ST_STEPHENS_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleHoliday
-
Saint Stephen's Day, December 26th
- STANDALONE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for stand-alone usage such as an isolated name on a calendar page.
- 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
-
FieldPosition selector for 'c' field alignment, corresponding to the
Calendar.DAY_OF_WEEKfield. - STANDALONE_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.ICU 50 Use
DateFormat.MONTHinstead. - 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.MONTHfield. - 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.MONTHfield. - STANDARD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.TimeType
-
Standard time
- STANDARD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyUsage
-
a setting to specify currency usage which determines currency digit and rounding for standard usage, for example: "50.00 NT$"
- STANDARD_ELEMENT_COMPARISON - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator.ElementComparisonType
-
Standard collation element comparison at the specified collator strength.
- STANDARD_FORMER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
An input time is interpreted as standard time when local time is switched to/from daylight saving time.
- STANDARD_LATTER - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
An input time is interpreted as standard time when local time is switched to/from daylight saving time.
- STANDARD_NAMES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for DIALECT_HANDLING: use standard names when generating a locale name, e.g.
- STANDARD_NAMES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Use standard names when generating a locale name, e.g.
- STANDARD_NAMES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.DialectHandling
-
Use standard names when generating a locale name, e.g.
- 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 Class 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.PluralRules.DecimalQuantitySamplesRange
-
Deprecated.This API is ICU internal only.
- 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
- startIndex() - Method in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56
- 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(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
- 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.
- 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 Class 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
- STD_DST_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone
-
Deprecated.This API is ICU internal only.
- STD3_ASCII_RULES_ERROR - Static variable in exception class 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
- stream() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Returns a stream of
Stringvalues from thisUnicodeSet. - STRICT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode
-
Strict mode should be used if you want to require that the input is well-formed.
- STRICT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.ErrorHandlingBehavior
-
Deprecated.This API is for technology preview only.
- STRICT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.RoundingPriority
-
Favor adherence to all rounding constraints by producing lower precision.
- STRICT_ALL_SEPARATORS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- STRICT_COMMA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- STRICT_IGNORABLES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- STRICT_PERIOD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- strictEquals(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantAffixModifier
- strictEquals(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.ConstantMultiFieldModifier
- strictEquals(Modifier) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier
-
Returns whether this Modifier equals another Modifier.
- strictEquals(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.MutablePatternModifier
- strictEquals(Modifier) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.SimpleModifier
- 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.impl.UnicodeMap.EntryRange
- string - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
If codepoint == IS_STRING, then string points to the current string.
- string - Variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
If codepoint == IS_STRING, then string points to the current string.
- 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 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Resource type constant for strings.
- STRING_LIMIT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- STRING_START - Static variable in interface 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
- StringCharacterIterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- StringCharacterIterator(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- StringCharacterIterator(String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- StringCharacterIterator(String, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.StringCharacterIterator
-
Deprecated.ICU 2.4. Use java.text.StringCharacterIterator instead.
- 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.
- StringIterator(CharSequence, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.StringIterator
-
Deprecated.This API is ICU internal only.
- stringKeys() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Returns the keys that consist of multiple code points.
- 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 Class 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 class 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 class 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 class 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 - Variable in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- 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 is a
SearchIteratorthat provides language-sensitive text searching based on the comparison rules defined in aRuleBasedCollatorobject. - 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.
- 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, 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, 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, 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.
- 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
- stringStream() - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
- 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) - 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, String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String, boolean, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Deprecated.This API is ICU internal only.
- StringTokenizer(String, UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Constructs a string tokenizer for the specified string.
- 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, boolean, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTokenizer
-
Deprecated.This API is ICU internal only.
- 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() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- StringTrieBuilder.Option - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Build options for BytesTrieBuilder and CharsTrieBuilder.
- stripFrom(CharSequence, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Deprecated.This API is ICU internal only. Use replaceFrom.
- STRONG - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue.Strength
-
Subsequent
getInstance()-created objects will hold direct references to their values. - SUB - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
- Subclassing - Section in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
- SUBCONTINENT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Type representing a sub-continent.
- subdivision - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- subdivisionData - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.ValiditySet
- subFormat(char, int, int, int, DisplayContext, FieldPosition, char, Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Deprecated.This API is ICU internal only.
- 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.
- subFormat(StringBuffer, char, int, int, int, DisplayContext, FieldPosition, char, Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat
-
Deprecated.This API is ICU internal only.
- subFormat(StringBuffer, char, int, int, int, DisplayContext, FieldPosition, char, Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Deprecated.This API is ICU internal only.
- subParse(String, int, char, int, boolean, boolean, boolean[], Calendar) - Method in class org.graalvm.shadowed.com.ibm.icu.text.ChineseDateFormat
-
Deprecated.ICU 50
- 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.FormattedStringBuilder
-
Deprecated.
- 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.message2.FormattedMessage
-
Deprecated.This API is for ICU internal use only.
- subSequence(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- 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
- SUBSTITUTE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
A possible setting for SUBSTITUTE_HANDLING: Returns a fallback value (e.g., the input code) when no data is available.
- SUBSTITUTE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Returns a fallback value (e.g., the input code) when no data is available.
- SUBSTITUTE_HANDLING - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
SUBSTITUTE_HANDLING can be set to SUBSTITUTE or NO_SUBSTITUTE.
- 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.
- subString(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Use this instead of subSequence if returning publicly.
- subtract(BigDecimal) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a plain
BigDecimalwhose value isthis-rhs, using fixed point arithmetic. - subtract(BigDecimal, MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns a
BigDecimalwhose value isthis-rhs. - subType - Variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.This API is ICU internal only.
- 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
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Sunday
- SUNDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Sunday, e.g.
- SUNDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
DAY_OF_WEEKfield indicating Sunday. - SUNDAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Sundays
- SUNUWAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- SUNUWAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- SUNUWAR_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- 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.
- SUPPRESSED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
The keyword is valid, but unused (it is covered by the explicit values, OR has no values for the given
PluralRules.SampleType). - SURNAME - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
The surname.
- SURNAME_FIRST - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.PreferredOrder
-
Indicates that the name should be formatted in surname-first order, even when the formatter would normally guess that it should be formatted in given-first order.
- SURNAME2 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Additional surnames.
- 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
- SURROUNDING_MATCH - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
- 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(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 - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- 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
- SYMBOLS_FOR_LEGACY_COMPUTING_SUPPLEMENT - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- SYMBOLS_FOR_LEGACY_COMPUTING_SUPPLEMENT_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.
- Synchronization - Section in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
- Synchronization - Section in class org.graalvm.shadowed.com.ibm.icu.text.DateIntervalFormat
- Synchronization - Section in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- Synchronization - Section in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
- Synchronization - Section in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
- 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
- t - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- t - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- 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
-
TaiwanCalendaris a subclass ofGregorianCalendarthat numbers years since 1912. - TaiwanCalendar() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a
TaiwanCalendarusing the current time 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
TaiwanCalendarwith 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.
- TaiwanCalendar(Date) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a
TaiwanCalendarwith the given date set in the default time zone with the default locale. - TaiwanCalendar(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a
TaiwanCalendarbased on the current time in the default time zone with the given locale. - TaiwanCalendar(TimeZone) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a
TaiwanCalendarbased on the current time in the given time zone with the default locale. - TaiwanCalendar(TimeZone, Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a
TaiwanCalendarbased 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
TaiwanCalendarbased on the current time in the given time zone with the given locale. - TaiwanCalendar(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TaiwanCalendar
-
Constructs a
TaiwanCalendarbased on the current time in the default time zone with the given 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
- TEBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: tebi, 1024^4.
- TECHNICAL - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- 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
- temporalToCalendar(LocalDateTime) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- temporalToCalendar(LocalTime) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- temporalToCalendar(OffsetDateTime) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- temporalToCalendar(OffsetTime) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- temporalToCalendar(Temporal) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- temporalToCalendar(ZonedDateTime) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- TEN - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
The
BigDecimalconstant "10". - tenderOnly - Variable in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Deprecated.This API is ICU internal only.
- 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.
- TERA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: tera, 10^12.
- 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
- TERRITORY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Type representing a territory.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
-
This is a TextNode containing literal text (downcast and call getText()).
- 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
- The Problem of Plural Forms in Internationalized Messages - Section in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- 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
- THIS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
This
- THOUSANDS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Use the Western defaults: groups of 3 and enabled for all numbers 1000 or greater.
- Thread Safety and Best Practices - Section in class org.graalvm.shadowed.com.ibm.icu.text.DecimalFormat
- 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
- threshold(Long) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Deprecated.ICU 60 This API is ICU internal only.
- THURSDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Thursday
- THURSDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Thursday, e.g.
- THURSDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
DAY_OF_WEEKfield indicating Thursday. - THURSDAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Thursdays
- 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_SEPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Deprecated.This API is ICU internal only.
- TIME_SEPARATOR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.This API is ICU internal only.
- TIME_SKELETONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.This API is ICU internal only.
- 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
-
TimeArrayTimeZoneRulerepresents 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
TimeArrayTimeZoneRulewith 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. - TIMES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
- 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(double, TimeUnit) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeUnitAmount
-
Create from a number and unit.
- TimeUnitAmount(Number, 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.
- TimeUnitFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.ICU 53 use
MeasureFormatinstead. - TimeUnitFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 use
MeasureFormatinstead. - TimeUnitFormat(Locale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 use
MeasureFormatinstead. - TimeUnitFormat(Locale, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 use
MeasureFormatinstead. - TimeUnitFormat(ULocale) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 use
MeasureFormatinstead. - TimeUnitFormat(ULocale, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeUnitFormat
-
Deprecated.ICU 53 use
MeasureFormatinstead. - 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(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Deprecated.This API is ICU internal only.
- TIMEZONE_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'z' field alignment, corresponding to the
Calendar.ZONE_OFFSETandCalendar.DST_OFFSETfields. - TIMEZONE_GENERIC_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'v' field alignment, corresponding to the
Calendar.ZONE_OFFSETandCalendar.DST_OFFSETfields. - 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,setDefaultTimeZoneTypeandgetDefaultTimeZoneType. - TIMEZONE_ISO_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'X' field alignment, corresponding to the
Calendar.ZONE_OFFSETandCalendar.DST_OFFSETfields. - TIMEZONE_ISO_LOCAL_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'x' field alignment, corresponding to the
Calendar.ZONE_OFFSETandCalendar.DST_OFFSETfields. - TIMEZONE_JDK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
A time zone implementation type indicating the
TimeZoneused bygetTimeZone,setDefaultTimeZoneTypeandgetDefaultTimeZoneType. - TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'O' field alignment, corresponding to the
Calendar.ZONE_OFFSETandCalendar.DST_OFFSETfields. - TIMEZONE_RFC_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'Z' field alignment, corresponding to the
Calendar.ZONE_OFFSETandCalendar.DST_OFFSETfields. - TIMEZONE_SPECIAL_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'V' field alignment, corresponding to the
Calendar.ZONE_OFFSETandCalendar.DST_OFFSETfields. - TimeZone.SystemTimeZoneType - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
System time zone type constants used by filtering zones in
TimeZone.getAvailableIDs(SystemTimeZoneType, String, Integer) - TimeZoneAdapter - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
TimeZoneAdapterwraps 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
-
TimeZoneFormatsupports 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 Class in org.graalvm.shadowed.com.ibm.icu.text
-
Offset pattern type enum.
- TimeZoneFormat.ParseOption - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Parse option enum, used for specifying optional parse behavior.
- TimeZoneFormat.Style - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Time zone display format style enum used by format/parse APIs in
TimeZoneFormat. - TimeZoneFormat.TimeType - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Time type enum used for receiving time type (standard time, daylight time or unknown) in
TimeZoneFormatAPIs. - 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
TimeZoneGenericNameswith the given locale and theTimeZoneNames. - TimeZoneGenericNames.GenericMatchInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
A class used for returning the name search result used by
TimeZoneGenericNames.find(String, int, EnumSet). - TimeZoneGenericNames.GenericNameType - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Generic name type enum
- TimeZoneGenericNames.Pattern - Enum Class 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
-
TimeZoneNamesis an abstract class representing the time zone display name data model defined by UTS#35 Unicode Locale Data Markup Language (LDML). - TimeZoneNames() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames
-
Sole constructor for invocation by subclass constructors.
- TimeZoneNames.Factory - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- TimeZoneNames.MatchInfo - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A
MatchInforepresents a time zone name match used byTimeZoneNames.find(CharSequence, int, EnumSet). - TimeZoneNames.NameType - Enum Class 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
-
TimeZoneRuleis 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
TimeZoneRulewith 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
-
TimeZoneTransitionis a class representing a time zone transition. - TimeZoneTransition(long, TimeZoneRule, TimeZoneRule) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneTransition
-
Constructs a
TimeZoneTransitionwith 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Contains titles such as "Mr.", "Dr." (in English these typically precede the name)
- 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(UnicodeSet) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Add the contents of the UnicodeSet (as strings) into an array.
- toArray(T[]) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CollectionSet
- 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, Output) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
- toBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- toBigDecimal() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- toBigDecimal() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto ajava.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
BigDecimalin 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
BigDecimalin the given time scale. - toBigDecimalTrunc(BigDecimal, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Deprecated.This API is ICU internal only.
- toBigInteger() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto ajava.math.BigInteger. - toBigIntegerExact() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Converts this
BigDecimalto ajava.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.
- toBuilder() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter
-
Returns a Builder object whose fields match those used to construct this formatter, allowing a new formatter to be created based on this one.
- toByteArray() - Method in class 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() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.FormattedMessage
-
Deprecated.This API is for ICU internal use only.
- toCharacterIterator() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- 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.
- toCharacterIterator(CharSequence, List) - 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
- 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
BigDecimalas a character array. - toChars(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Same as
Character.toChars(int). - toChars(int, char[], int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Same as
Character.toChars(int, char[], int). - toCodePoint(int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
-
Same as
Character.toCodePoint(char, char), except that the ICU version acceptsintfor code points. - toDebugString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
-
Returns a string that includes field information, for debugging purposes.
- TODHRI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- TODHRI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- TODHRI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- toDouble() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
-
Returns a double approximating the internal BCD.
- toDouble() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
- toExponentString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- 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.
- 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) - 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.
- toLegacyType(String, String, Output, Output) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData
- 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
-
Calls
DecimalFormat.toPattern()and converts the string to localized notation. - 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- toLong(boolean) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity
-
Returns a long approximating the decimal quantity.
- 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
BigDecimalto alongin the given time scale. - 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
- toLower(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
- 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
- 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 class 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 class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalQuantity_AbstractBCD
- 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(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.RuleBasedTransliterator
-
Deprecated.This API is ICU internal only.
- 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.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.ImmutableEntry
- 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.LikelySubtags
- 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.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.personname.PersonNameFormatterImpl
- 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.UnicodeMap.EntryRange
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- 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() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the
BigDecimalas aString. - toString() - Method in class org.graalvm.shadowed.com.ibm.icu.math.MathContext
-
Returns the
MathContextas a readable string. - toString() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.FormattedPlaceholder
-
Deprecated.This API is for ICU internal use only.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.message2.PlainStringFormattedValue
-
Deprecated.This API is for unit testing only.
- 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.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.This API is ICU internal only.
- 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 enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Returns the FieldModifier's display name.
- toString() - Method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Returns the NameField's display name.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter
-
Deprecated.This API is for debugging only.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamples
-
Deprecated.This API is ICU internal only.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.DecimalQuantitySamplesRange
-
Deprecated.This API is ICU internal only.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.FixedDecimal
-
Deprecated.This API is ICU internal only.
- 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.SimplePersonName
-
Deprecated.This API is ICU internal only.
- toString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.CheckResult
- toString() - Method in exception class 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
Stringrepresentation of thisAnnualTimeZoneRuleobject. - 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
Stringrepresentation of thisDateTimeRuleobject. - 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.OutputInt
-
Deprecated.This API is ICU internal only.
- 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
Stringrepresentation of thisTimeArrayTimeZoneRuleobject. - toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneRule
-
Returns a
Stringrepresentation of thisTimeZoneRuleobject. - toString() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZoneTransition
-
Returns a
Stringrepresentation of thisTimeZoneTransitionobject. - 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"
- 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(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.FormatParser
-
Deprecated.This API is ICU internal only.
- toString(Comparator) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- 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) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- toTitle() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
- 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
- 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(Locale, String, BreakIterator, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter
- 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.
- 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) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- toUpper() - Static method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap
- toUpper(char) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.locale.AsciiUtil
- 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
- 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
-
Value returned in
bounds(). - 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.TrimOption
-
Trim trailing spans.
- TRAILING_HYPHEN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
A label ends with a hyphen-minus ('-').
- 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(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 class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Change a new string from the source string according to the mappings.
- 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(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(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Implements StringTransform via this method.
- 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<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.
- 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(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterate an entire string and returns the result.
- transliterate(Replaceable) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Transliterates an entire string in place.
- 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, 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.
- 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, 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.
- Transliterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Transliteratoris 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.LikelySubtags.Data
- trie - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleDistance.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(char[], int, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Trie constructor
- Trie(ByteBuffer, Trie.DataManipulate) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Trie constructor for CharTrie use.
- 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_16 - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Trie2_32 - Class in org.graalvm.shadowed.com.ibm.icu.impl
- 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.
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Tuesday
- TUESDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Tuesday, e.g.
- TUESDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
DAY_OF_WEEKfield indicating Tuesday. - TUESDAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Tuesdays
- TULU_TIGALARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- TULU_TIGALARI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- TULU_TIGALARI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- 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).
- TWO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- TWO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
- type - Variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Deprecated.This API is ICU internal only.
- type() - Method in enum class 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_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
-
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.
- 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 '+'.
- TZ_DATABASE_ABBREVIATIONS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.ParseOption
-
When parsing a time zone display name in
TimeZoneFormat.Style.SPECIFIC_SHORT, look for the IANA tz database compatible zone abbreviations in addition to the localized names coming from theTimeZoneNamescurrently used by theTimeZoneFormat. - 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
nullif not available.
U
- u - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- U_MATCH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
Constant returned by
matches()indicating a complete match between the text and this matcher. - U_MISMATCH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
Constant returned by
matches()indicating a mismatch between the text and this matcher. - U_PARTIAL_MATCH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.text.UnicodeMatcher
-
Constant returned by
matches()indicating a partial match between the text and this matcher. - U16_SURROGATE_OFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.BMPSet
- UBiDiProps - Class in org.graalvm.shadowed.com.ibm.icu.impl
- ublock_addPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- UCAS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Unified Canadian Aboriginal Symbols (alias)
- UCaseProps - Class in org.graalvm.shadowed.com.ibm.icu.impl
- UCaseProps.ContextIterator - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Iterator for string case mappings, which need to look at the context (surrounding text) of a given character for conditional mappings.
- UCHANGE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCHANGE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCHANGE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCHANGE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCHANGE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCHANGE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCHANGE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCHANGE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UCHANGE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UCharacter - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
.
- UCharacter.BidiPairedBracketType - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Bidi Paired Bracket Type constants.
- UCharacter.DecompositionType - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Decomposition Type constants.
- UCharacter.EastAsianWidth - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
East Asian Width constants.
- UCharacter.GraphemeClusterBreak - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Grapheme Cluster Break constants.
- UCharacter.HangulSyllableType - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Hangul Syllable Type constants.
- UCharacter.IdentifierStatus - Enum Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Identifier Status constants.
- UCharacter.IdentifierType - Enum Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Identifier Type constants.
- UCharacter.IndicConjunctBreak - Enum Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Indic Conjunct Break constants.
- UCharacter.IndicPositionalCategory - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Indic Positional Category constants.
- UCharacter.IndicSyllabicCategory - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Indic Syllabic Category constants.
- UCharacter.JoiningGroup - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Joining Group constants.
- UCharacter.JoiningType - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Joining Type constants.
- UCharacter.LineBreak - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Line Break constants.
- UCharacter.NumericType - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Numeric Type constants.
- UCharacter.SentenceBreak - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Sentence Break constants.
- UCharacter.UnicodeBlock - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
. A family of character subsets representing the character blocks in the Unicode specification, generated from Unicode Data file Blocks.txt.
- UCharacter.VerticalOrientation - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Vertical Orientation constants.
- UCharacter.WordBreak - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Word Break constants.
- UCharacterCategory - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Enumerated Unicode category types from the UnicodeData.txt file.
- UCharacterDirection - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Enumerated Unicode character linguistic direction constants.
- UCharacterEnums - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
A container for the different 'enumerated types' used by UCharacter.
- UCharacterEnums.ECharacterCategory - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
'Enum' for the CharacterCategory constants.
- UCharacterEnums.ECharacterDirection - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
'Enum' for the CharacterDirection constants.
- UCharacterIterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Abstract class that defines an API for iteration on text objects.This is an interface for forward and backward iteration and random access into a text object.
- UCharacterIterator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UCharacterIterator
-
Protected default constructor for the subclasses
- UCharacterIteratorWrapper - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This class is a wrapper around UCharacterIterator and implements the CharacterIterator protocol
- UCharacterIteratorWrapper(UCharacterIterator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterIteratorWrapper
- UCharacterName - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Internal class to manage character names.
- UCharacterNameChoice - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Internal class containing selector constants for the unicode character names.
- UCharacterProperty - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Internal class used for Unicode character property database.
- UCharacterUtility - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Internal character utility class for simple data type conversion and String parsing functions.
- UCharArrayIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl
- UCharArrayIterator(char[], int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UCharArrayIterator
- UCOL_BUILDER_VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Collation builder code version.
- UCOL_RUNTIME_VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Collation runtime version (sort key generator, string comparisons).
- UCOL_TAILORINGS_VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Deprecated.ICU 54
- UDEFINE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE4 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE6 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINE7 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UDEFINEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UDEFINEX - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UFieldPosition - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Deprecated.This API is ICU internal only.
- UFieldPosition() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UFieldPosition
-
Deprecated.This API is ICU internal only.
- UFieldPosition(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UFieldPosition
-
Deprecated.This API is ICU internal only.
- UFieldPosition(Format.Field) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UFieldPosition
-
Deprecated.This API is ICU internal only.
- UFieldPosition(Format.Field, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UFieldPosition
-
Deprecated.This API is ICU internal only.
- UFormat - Class in org.graalvm.shadowed.com.ibm.icu.text
-
An abstract class that extends
Formatto provide additional ICU protocol, specifically, the getLocale() API. - UFormat() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UFormat
-
Default constructor.
- UFormat.SpanField - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A field that represents a span of text that may be composed with other fields.
- UForwardCharacterIterator - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
Interface that defines an API for forward-only iteration on text objects.
- UGARITIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UGARITIC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Ugaritic Script in Unicode 4
- UGARITIC_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UI_LIST_OR_MENU - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
The capitalization context if a date, date symbol or display name is to be formatted with capitalization appropriate for a user-interface list or menu item.
- UiListItem(ULocale, ULocale, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.UiListItem
-
Constructor, normally only called internally.
- UK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData.MeasurementSystem
-
Mix of metric and imperial units used in Great Britain.
- UK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- ULocale - Class in org.graalvm.shadowed.com.ibm.icu.util
-
. A class analogous to
Localethat provides additional support for ICU protocol. - ULocale(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Constructs a ULocale from a RFC 3066 locale ID.
- ULocale(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Convenience overload of ULocale(String, String, String) for compatibility with java.util.Locale.
- ULocale(String, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Constructs a ULocale from a localeID constructed from the three 'fields' a, b, and c.
- ULocale.AvailableType - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
- ULocale.Builder - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Builderis used to build instances ofULocalefrom values configured by the setters. - ULocale.Category - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Enum for locale categories.
- ULocale.Minimize - Enum Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- ULocale.RegionValidateMap - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Deprecated.This API is ICU internal only.
- ULocale.Type - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Opaque selector enum for getLocale().
- UNASSIGNED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Unassigned character type
- UNASSIGNED_ERROR - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- UNBOUNDED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
The keyword is valid but not bounded; there indefinitely many matching values.
- UNCOMMON_USE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
- UNCONVERTIBLE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.Convertibility
- UNDECIMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
MONTHfield indicating the thirteenth month of the year. - UNDEFINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
A possible setting for Capitalization.
- UNDEFINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
A possible setting for DisplayLength.
- UNDEFINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
A possible setting for GrammaticalCase.
- UNDEFINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
A possible setting for NameStyle.
- UNDEFINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
A possible setting for NounClass.
- UNDEFINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
A possible setting for PluralCategory.
- UNDEFINED - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
A possible setting for SubstituteHandling.
- UNDEFINED - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.This API is ICU internal only.
- UNDERFLOW - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Underflow (before the first)
- UNDETERMINED - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.LanguageTag
- unescape(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convert all escapes in a given string using unescapeAndLengthAt().
- unescape(CharSequence, FormattedStringBuilder, int, AffixUtils.SymbolProvider, NumberFormat.Field) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Executes the unescape state machine.
- unescapeAndLengthAt(CharSequence, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Converts an escape to a code point value.
- unescapedCount(CharSequence, boolean, AffixUtils.SymbolProvider) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.number.AffixUtils
-
Sames as
AffixUtils.unescape(CharSequence, FormattedStringBuilder, int, AffixUtils.SymbolProvider, NumberFormat.Field), but only calculates the length or code point count. - unescapeLeniently(CharSequence) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.Utility
-
Convert all escapes in a given string using unescapeAndLengthAt().
- UnhandledBreakEngine - Class in org.graalvm.shadowed.com.ibm.icu.impl.breakiter
- UnhandledBreakEngine() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.UnhandledBreakEngine
- UNICODE_1_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 1.0 version
- UNICODE_1_0_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 1.0.1 version
- UNICODE_1_1_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 1.1.0 version
- UNICODE_1_1_5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 1.1.5 version
- UNICODE_1_NAME - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Deprecated.ICU 49
- UNICODE_10_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 10.0 version
- UNICODE_11_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 11.0 version
- UNICODE_12_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 12.0 version
- UNICODE_12_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 12.1 version
- UNICODE_13_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 13.0 version
- UNICODE_14_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 14.0 version
- UNICODE_15_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 15.0 version
- UNICODE_15_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 15.1 version
- UNICODE_16_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 16.0 version
- UNICODE_2_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 2.0 version
- UNICODE_2_1_2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 2.1.2 version
- UNICODE_2_1_5 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 2.1.5 version
- UNICODE_2_1_8 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 2.1.8 version
- UNICODE_2_1_9 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 2.1.9 version
- UNICODE_3_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 3.0 version
- UNICODE_3_0_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 3.0.1 version
- UNICODE_3_1_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 3.1.0 version
- UNICODE_3_1_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 3.1.1 version
- UNICODE_3_2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Deprecated.ICU 56 Use
FilteredNormalizer2instead. - UNICODE_3_2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 3.2 version
- UNICODE_4_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 4.0 version
- UNICODE_4_0_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 4.0.1 version
- UNICODE_4_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 4.1 version
- UNICODE_5_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 5.0 version
- UNICODE_5_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 5.1 version
- UNICODE_5_2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 5.2 version
- UNICODE_6_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 6.0 version
- UNICODE_6_1 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 6.1 version
- UNICODE_6_2 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 6.2 version
- UNICODE_6_3 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 6.3 version
- UNICODE_7_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 7.0 version
- UNICODE_8_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 8.0 version
- UNICODE_9_0 - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.VersionInfo
-
Unicode 9.0 version
- UNICODE_CHAR_NAME - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.UCharacterNameChoice
- UNICODE_LOCALE_EXTENSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
The key for Unicode locale extension ('u').
- UnicodeCompressor - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A compression engine implementing the Standard Compression Scheme for Unicode (SCSU) as outlined in Unicode Technical Report #6.
- UnicodeCompressor() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
-
Create a UnicodeCompressor.
- UNICODECOUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CompactByteArray
-
Deprecated.This API is ICU internal only.
- UNICODECOUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.CompactCharArray
-
Deprecated.This API is ICU internal only.
- UnicodeDecompressor - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A decompression engine implementing the Standard Compression Scheme for Unicode (SCSU) as outlined in Unicode Technical Report #6.
- UnicodeDecompressor() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
-
Create a UnicodeDecompressor.
- UnicodeFilter - Class in org.graalvm.shadowed.com.ibm.icu.text
-
UnicodeFilterdefines a protocol for selecting a subset of the full range (U+0000 to U+FFFF) of Unicode characters. - UnicodeFilter() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeFilter
-
Deprecated.This API is ICU internal only.
- UnicodeLocaleExtension - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- UnicodeMap<T> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Class for mapping Unicode characters and strings to values, optimized for single code points, where ranges of code points have the same value.
- UnicodeMap() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- UnicodeMap(UnicodeMap) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
- UnicodeMap.Composer<T> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Used to add complex values, where the value isn't replaced but in some sense composed
- UnicodeMap.EntryRange<T> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Struct-like class used to iterate over a UnicodeMap in a for loop.
- UnicodeMapIterator<T> - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
UnicodeSetIterator iterates over the contents of a UnicodeSet.
- UnicodeMapIterator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Create an iterator over nothing.
- UnicodeMapIterator(UnicodeMap) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
Create an iterator over the given set.
- UnicodeMatcher - Interface in org.graalvm.shadowed.com.ibm.icu.text
-
UnicodeMatcherdefines a protocol for objects that can match a range of characters in a Replaceable string. - UNICODEMODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UNICODEMODE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UnicodeRegex - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Contains utilities to supplement the JDK Regex, since it doesn't handle Unicode well.
- UnicodeRegex() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeRegex
- UnicodeSet - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A mutable set of Unicode characters and multicharacter strings.
- UnicodeSet() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs an empty set.
- UnicodeSet(int...) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Quickly constructs a set from a set of ranges <s0, e0, s1, e1, s2, e2, ..., sn, en>.
- UnicodeSet(int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs a set containing the given range.
- UnicodeSet(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs a set from the given pattern.
- UnicodeSet(String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs a set from the given pattern.
- UnicodeSet(String, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs a set from the given pattern.
- UnicodeSet(String, ParsePosition, SymbolTable) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs a set from the given pattern.
- UnicodeSet(String, ParsePosition, SymbolTable, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs a set from the given pattern.
- UnicodeSet(UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Constructs a copy of an existing set.
- UnicodeSet.ComparisonStyle - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Comparison style enums used by
UnicodeSet.compareTo(UnicodeSet, ComparisonStyle). - UnicodeSet.EntryRange - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A struct-like class used for iteration through ranges, for faster iteration than by String.
- UnicodeSet.SpanCondition - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Argument values for whether span() and similar functions continue while the current character is contained vs.
- UnicodeSet.XSymbolTable - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Internal class for customizing UnicodeSet parsing of properties.
- UnicodeSetIterator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
UnicodeSetIterator iterates over the contents of a UnicodeSet.
- UnicodeSetIterator() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Create an iterator over nothing.
- UnicodeSetIterator(UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetIterator
-
Create an iterator over the given set.
- UnicodeSetSpanner - Class in org.graalvm.shadowed.com.ibm.icu.text
-
A helper class used to count, replace, and trim CharSequences based on UnicodeSet matches.
- UnicodeSetSpanner(UnicodeSet) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner
-
Create a spanner from a UnicodeSet.
- UnicodeSetSpanner.CountMethod - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Options for replaceFrom and countIn to control how to treat each matched span.
- UnicodeSetSpanner.TrimOption - Enum Class in org.graalvm.shadowed.com.ibm.icu.text
-
Options for the trim() method
- UnicodeSetStringSpan - Class in org.graalvm.shadowed.com.ibm.icu.impl
- UnicodeSetStringSpan(UnicodeSetStringSpan, ArrayList) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
Constructs a copy of an existing UnicodeSetStringSpan.
- UnicodeSetStringSpan(UnicodeSet, ArrayList, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
-
Constructs for all variants of span(), or only for any one variant.
- UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_A_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_EXTENDED_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UNIFIED_CANADIAN_ABORIGINAL_SYLLABICS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- UNIFIED_IDEOGRAPH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Unified_Ideograph (new).
- UNIQUE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
The keyword is valid, used, and has a single possible value (before considering explicit values).
- uniSet - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.parse.SymbolMatcher
- unit - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- unit - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- unit(MeasureUnit) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the unit (unit of measure, currency, or percent) to associate with rendered numbers.
- UNIT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Collapse the unit part of the number, but not the notation, if present.
- UNIT_PREFERENCE_TABLE_NAME - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData.Constants
- UnitConversionHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
-
A MicroPropsGenerator which converts a measurement from one MeasureUnit to another.
- UnitConversionHandler(MeasureUnit, MicroPropsGenerator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.UnitConversionHandler
- unitDisplayCase - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- unitDisplayCase(String) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Deprecated.This API is for technology preview only.
- UnitPreference(String, String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences.UnitPreference
- UnitPreferences - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- UnitPreferences() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences
- UnitPreferences.UnitPreference - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- UnitPreferences.UnitPreferencesSink - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- UnitPreferencesSink() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitPreferences.UnitPreferencesSink
- UNITS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Type
-
Formatting of a list of values with units, e.g.
- units_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
-
Individual units of mixed units, sorted big to small, with indices indicating the requested output mixed unit order.
- UNITS_ROUND_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Deprecated.This API is ICU internal only.
- UNITS_VALUE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
The constant used to select the units value for a time scale.
- UnitsConverter - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- UnitsConverter(String, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
-
Constructor of
UnitsConverter. - UnitsConverter(MeasureUnitImpl, MeasureUnitImpl, ConversionRates) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter
-
Constructor of
UnitsConverter. - UnitsConverter.ConversionInfo - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- UnitsConverter.Convertibility - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- unitsConverters_ - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.units.ComplexUnitsConverter
- UnitsData - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
Responsible for all units data operations (retriever, analysis, extraction certain data ...
- UnitsData() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsData
- UnitsData.Categories - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- UnitsData.CategoriesSink - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
A Resource Sink that collects information from
unitQuantitiesin theunitsresource to provide key->value lookups from base unit to category, as well as preserving ordering information for these categories. - UnitsData.Constants - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
Contains all the needed constants.
- UnitsData.SimpleUnitIdentifiersSink - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- UnitsRouter - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
UnitsRouterresponsible for converting from a single unit (such asmeterormeter-per-second) to one of the complex units based on the limits. - UnitsRouter(String, ULocale, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter
- UnitsRouter(MeasureUnitImpl, ULocale, String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsRouter
- UnitsRouter.ConverterPreference - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
-
Contains the complex unit converter and the limit which representing the smallest value that the converter should accept.
- UnitsRouter.RouteResult - Class in org.graalvm.shadowed.com.ibm.icu.impl.units
- unitWidth - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- unitWidth(NumberFormatter.UnitWidth) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Sets the width of the unit (measure unit or currency).
- UniversalTimeScale - Class in org.graalvm.shadowed.com.ibm.icu.util
-
There are quite a few different conventions for binary datetime, depending on different platforms and protocols.
- UNIX_MICROSECONDS_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Data is a
long. - UNIX_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in Unix systems.
- unknown - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
- UNKNOWN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
- UNKNOWN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Unknown script usage.
- UNKNOWN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.TimeType
-
Unknown
- UNKNOWN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Type representing the unknown region.
- UNKNOWN - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.PatternTokenizer
- UNKNOWN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- UNKNOWN - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- UNKNOWN_ZONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
The immutable (frozen) "unknown" time zone.
- UNKNOWN_ZONE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
The time zone ID reserved for unknown time zone.
- unlimited() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Show all available digits to full precision.
- UnlocalizedNumberFormatter - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A NumberFormatter that does not yet have a locale.
- UnlocalizedNumberRangeFormatter - Class in org.graalvm.shadowed.com.ibm.icu.number
-
A NumberRangeFormatter that does not yet have a locale.
- unregister(Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Unregisters a previously-registered BreakIterator using the key returned from the register call.
- unregister(Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Collator
-
Unregisters a collator previously registered using registerInstance.
- unregister(Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.NumberFormat
-
Unregisters the factory or instance associated with this key (obtained from registerInstance or registerFactory).
- unregister(Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.util.Currency
-
Unregister the currency associated with this key (obtained from registerInstance).
- unregister(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Transliterator
-
Unregisters a transliterator or class.
- unregisterFactory(ICUService.Factory) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService
-
Unregister a factory.
- UNRESTRICTIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
Any valid identifiers, including characters outside of the Identifier Profile, such as I♥NY.org
- Unsafe Internal Access - Section in interface org.graalvm.shadowed.com.ibm.icu.util.Freezable
- unscaledValue() - Method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Returns the number as a
BigIntegerafter removing the scale. - unserialize(ByteBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.CharTrie
-
Parses the byte buffer and stores its trie content into a index and data array
- unserialize(ByteBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.IntTrie
-
Parses the input stream and stores its trie content into a index and data array
- unserialize(ByteBuffer) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Trie
-
Parses the byte buffer and creates the trie index with it.
- UNSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the time stamp
stamp[]indicating that a field has not been set since the last call toclear(). - unsuppressBreakAfter(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator.Builder
- unsuppressBreakAfter(CharSequence) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Stop suppressing a certain string from being the end of the segment.
- unwrap() - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder.FieldWrapper
- unwrap() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedValueStringBuilderImpl.SpanFieldPlaceholder
- unwrap() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
- unwrap() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
Return the java.util.TimeZone wrapped by this object.
- unwrapField(Object) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.FormattedStringBuilder
- UNWRITTEN_LANGUAGES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- updateVisibleIDs(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.ICUResourceBundleFactory
-
Override of superclass method.
- updateVisibleIDs(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
-
Override of superclass method.
- updateVisibleIDs(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.SimpleLocaleKeyFactory
- updateVisibleIDs(Map) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUService.Factory
-
Update the result IDs (not descriptors) to reflect the IDs this factory handles.
- updateVisibleIDs(Map) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUService.SimpleFactory
-
If visible, adds a mapping from id -> this to the result, otherwise removes id from result.
- UPPER - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UCaseProps
- UPPER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.SentenceBreak
- UPPER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey.BoundMode
-
Upper bound that will match strings of exact size
- UPPER_LONG - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.CollationKey.BoundMode
-
Upper bound that will match all the strings that have the same initial substring as the given string
- UPPERCASE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property Uppercase.
- UPPERCASE_LETTER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterCategory
-
Character type Lu
- UPPERCASE_MAPPING - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
String property Uppercase_Mapping.
- UPRIGHT - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.VerticalOrientation
- UProperty - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Selection constants for Unicode properties.
- UProperty.NameChoice - Interface in org.graalvm.shadowed.com.ibm.icu.lang
-
Selector constants for UCharacter.getPropertyName() and UCharacter.getPropertyValueName().
- UPropertyAliases - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Wrapper for the pnames.icu binary data file.
- upropsvec_addPropertyStarts(UnicodeSet) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UCharacterProperty
- UQUOTEU - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- UQUOTEU - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- URESERVED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeCompressor
- URESERVED - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeDecompressor
- UResource - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
ICU resource bundle key and value types.
- UResource() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UResource
- UResource.Array - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Interface for iterating over a resource bundle array resource.
- UResource.Key - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Represents a resource bundle item's key string.
- UResource.Sink - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Sink for ICU resource bundle contents.
- UResource.Table - Interface in org.graalvm.shadowed.com.ibm.icu.impl
-
Interface for iterating over a resource bundle table resource.
- UResource.Value - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Represents a resource bundle item's value.
- UResourceBundle - Class in org.graalvm.shadowed.com.ibm.icu.util
-
.
- UResourceBundle() - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundle
-
Sole constructor.
- UResourceBundleIterator - Class in org.graalvm.shadowed.com.ibm.icu.util
-
Class for enabling iteration over UResourceBundle objects.
- UResourceBundleIterator(UResourceBundle) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.UResourceBundleIterator
-
Construct a resource bundle iterator for the given resource bundle
- UResourceTypeMismatchException - Exception Class in org.graalvm.shadowed.com.ibm.icu.util
-
Exception thrown when the requested resource type is not the same type as the available resource
- UResourceTypeMismatchException(String) - Constructor for exception class org.graalvm.shadowed.com.ibm.icu.util.UResourceTypeMismatchException
-
Construct the exception with the given message
- URLHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl
- URLHandler() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.URLHandler
- URLHandler.URLVisitor - Interface in org.graalvm.shadowed.com.ibm.icu.impl
- US - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.LocaleData.MeasurementSystem
-
Measurement system followed in the United States of America.
- US - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.ULocale
-
Useful constant for country/region.
- usage - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MacroProps
- usage(String) - Method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatterSettings
-
Specifies the usage for which numbers will be formatted ("person-height", "road", "rainfall", etc.)
- Usage Information - Section in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
- Usage of PluralFormat - Section in class org.graalvm.shadowed.com.ibm.icu.text.PluralFormat
- UsagePrefsHandler - Class in org.graalvm.shadowed.com.ibm.icu.impl.number
- UsagePrefsHandler(ULocale, MeasureUnit, String, MicroPropsGenerator) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.number.UsagePrefsHandler
- UScript - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Constants for ISO 15924 script codes, and related functions.
- UScript.ScriptUsage - Enum Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Script usage constants.
- UScriptRun - Class in org.graalvm.shadowed.com.ibm.icu.lang
-
Deprecated.This API is ICU internal only.
- UScriptRun() - Constructor for class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- UScriptRun(char[]) - Constructor for class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- UScriptRun(char[], int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- UScriptRun(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- UScriptRun(String, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.lang.UScriptRun
-
Deprecated.This API is ICU internal only.
- USE_STD3_RULES - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.IDNA
-
Option to check whether the input conforms to the STD3 ASCII rules, for example the restriction of labels to LDH characters (ASCII Letters, Digits and Hyphen-Minus).
- useCurrency - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.MicroProps
- useDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeZone
- useDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.OlsonTimeZone
- useDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
TimeZone API; calls through to wrapped time zone.
- useDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.RuleBasedTimeZone
-
Queries if this time zone uses daylight savings time.
- useDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Overrides TimeZone Queries if this time zone uses Daylight Saving Time.
- useDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.TimeZone
-
Queries if this time zone uses daylight savings time.
- useDaylightTime() - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Queries if this time zone uses daylight savings time.
- useMilliseconds() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
- USerializedSet - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
Simple class for handling serialized USet/UnicodeSet structures without object creation.
- USerializedSet() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.USerializedSet
- usesNamedArguments() - Method in class org.graalvm.shadowed.com.ibm.icu.text.MessageFormat
-
Returns true if this MessageFormat uses named arguments, and false otherwise.
- Using SelectFormat for Gender Agreement - Section in class org.graalvm.shadowed.com.ibm.icu.text.SelectFormat
- UTC_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Time rule type for coordinated universal time.
- UTC_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.SimpleTimeZone
-
Constant for a mode of start or end time specified as UTC.
- UTF16 - Class in org.graalvm.shadowed.com.ibm.icu.text
-
Standalone utility class providing UTF16 character conversions and indexing conversions.
- UTF16.StringComparator - Class in org.graalvm.shadowed.com.ibm.icu.text
-
UTF16 string comparator class.
- UTF16CollationIterator - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
-
UTF-16 collation element and character iterator.
- UTF16CollationIterator(CollationData) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
-
Partial constructor, see
CollationIterator(CollationData). - UTF16CollationIterator(CollationData, boolean, CharSequence, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.UTF16CollationIterator
- UTF16Plus() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Normalizer2Impl.UTF16Plus
- UTF8 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub.FileUtilities
- Utility - Class in org.graalvm.shadowed.com.ibm.icu.impl
- Utility() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.Utility
- UtilityExtensions - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
CLOVER:OFF
- UtilityExtensions() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UtilityExtensions
- Utils - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- Utils() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.Utils
- Utils.ChineseDigits - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- UTS46 - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
UTS #46 (IDNA2008) implementation.
- UTS46(int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UTS46
- UVector32 - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
- UVector32() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector32
- UVector64 - Class in org.graalvm.shadowed.com.ibm.icu.impl.coll
- UVector64() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.coll.UVector64
V
- v - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- 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) - Method in class org.graalvm.shadowed.com.ibm.icu.util.HebrewCalendar
-
Deprecated.This API is ICU internal only.
- 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
-
Ensure that each field is within its valid range by calling
Calendar.validateField(int)on each field that has been set. - 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 Class in org.graalvm.shadowed.com.ibm.icu.impl
- ValidIdentifiers.Datatype - Enum Class in org.graalvm.shadowed.com.ibm.icu.impl
- ValidIdentifiers.ValiditySet - Class in org.graalvm.shadowed.com.ibm.icu.impl
- ValiditySet(Set, 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 - 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 - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap.EntryRange
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMapIterator
-
The value associated with this element or range.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Attribute
-
Deprecated.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.InputDeclaration
-
Deprecated.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Literal
-
Deprecated.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.LocalDeclaration
-
Deprecated.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Option
-
Deprecated.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.StringPart
-
Deprecated.
- value - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Variant
-
Deprecated.
- 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.CodePointMap.StringIterator
-
Deprecated.This API is ICU internal only.
- 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.OutputInt
-
Deprecated.This API is ICU internal only.
- 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.
- value() - Method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
Get the value part of the enum item (e.g.
- value(String) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUDebug
- value(String) - Method in class org.graalvm.shadowed.com.ibm.icu.util.ULocale.RegionValidateMap
-
Deprecated.This API is ICU internal only.
- Value() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.UResource.Value
- 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(char[], int, int, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Convenience method.
- valueOf(double) - Static method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Translates a
doubleto aBigDecimal. - valueOf(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Convenience method corresponding to String.valueOf(char).
- 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(long) - Static method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Translates a
longto aBigDecimal. - valueOf(long, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
Translates a
longto aBigDecimalwith a given scale. - valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue.Strength
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData.CompactType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.Pattern
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.Convertibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicConjunctBreak
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.ErrorHandlingBehavior
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.RoundingPriority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Mirroring
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Order
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Width
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.DialectHandling
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ApostropheMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.PreferredOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.DisplayOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Formality
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Length
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Usage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.PluralType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.SampleType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator.ElementComparisonType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.ParseOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.TimeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.ComparisonStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.TrimOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.RangeOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.ValueWidth
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyUsage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.Gender
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.ListGenderStyle
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Demotion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.FavorSubtag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Complexity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder.Option
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.AvailableType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Category
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Minimize
-
Deprecated.Returns the enum constant of this class with the specified name.
- 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(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.UTF16
-
Convenience method corresponding to String.valueOf(codepoint at offset16).
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.EmbeddingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.breakiter.LSTMBreakEngine.LSTMClass
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CacheValue.Strength
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CalType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingPattern
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.CurrencyData.CurrencySpacingInfo.SpacingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.ICUResourceBundle.OpenType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.locale.KeyTypeData.ValueType
-
Returns an array containing the constants of this enum class, 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 class org.graalvm.shadowed.com.ibm.icu.impl.LocaleDisplayNamesImpl.DataTableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.CompactData.CompactType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.DecimalFormatProperties.ParseMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Padder.PadPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.GenericNameType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneGenericNames.Pattern
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Convenience method
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.CompoundPart
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.InitialCompoundPart
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.MeasureUnitImpl.PowerPart
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.units.UnitsConverter.Convertibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datasubtype
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IdentifierType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.IndicConjunctBreak
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.lang.UScript.ScriptUsage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.message2.MessageFormatter.ErrorHandlingBehavior
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.DecimalSeparatorDisplay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.GroupingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.RoundingPriority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.SignDisplay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.TrailingZeroDisplay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeCollapse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityFallback
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter.RangeIdentityResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Mirroring
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.CompactDecimalFormat.CompactStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.BooleanAttribute
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.HourCycle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayContext
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.IDNA.Error
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Width
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.LocaleDisplayNames.DialectHandling
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ApostropheMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.ArgType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePattern.Part.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.MessagePatternUtil.MessageContentsNode.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.Normalizer2.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.NameField
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.PreferredOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.DisplayOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Formality
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Length
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonNameFormatter.Usage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.KeywordStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.PluralType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.SampleType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.SearchIterator.ElementComparisonType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker.RestrictionLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.ParseOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.TimeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneNames.NameType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.ComparisonStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.SpanCondition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.TrimOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.BasicTimeZone.LocalOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.BytesTrie.Result
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointMap.RangeOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.CodePointTrie.ValueWidth
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.Currency.CurrencyUsage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.Gender
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.GenderInfo.ListGenderStyle
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.IslamicCalendar.CalculationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Demotion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.FavorSubtag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.Complexity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder.Option
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in class org.graalvm.shadowed.com.ibm.icu.util.TimeUnit
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.TimeZone.SystemTimeZoneType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.AvailableType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Category
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.Minimize
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values(C) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.Relation
- values(U) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeMap
-
Returns the list of possible values.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.impl.DayPeriodRules.DayPeriod
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.Modifier.Signum
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringUtils.PatternSignType
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
-
Unmodifiable List of all standard plural form constants.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.Capitalization
-
Unmodifiable List of all the capitalizations constants.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.DisplayLength
-
Unmodifiable List of all display lengths constants.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
-
Unmodifiable List of all grammatical cases constants.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NameStyle
-
Unmodifiable List of all name styles constants.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.NounClass
-
Unmodifiable List of all noun classes constants.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
-
Unmodifiable List of all plural categories constants.
- VALUES - Static variable in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.SubstituteHandling
-
Unmodifiable List of all substitute handlings constants.
- VariableExpression(MFDataModel.VariableRef, MFDataModel.Annotation, List) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.VariableExpression
-
Deprecated.This API is for technology preview only.
- VariableField(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.This API is ICU internal only.
- VariableField(String, boolean) - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.VariableField
-
Deprecated.This API is ICU internal only.
- VariableRef(String) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.VariableRef
-
Deprecated.This API is for technology preview only.
- variableTop - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationSettings
-
Variable-top primary weight.
- variant - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- Variant(List, MFDataModel.Pattern) - Constructor for class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.Variant
-
Deprecated.This API is for technology preview only.
- VARIANT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter.UnitWidth
-
Use the alternate variant of the currency symbol; for example, "TL" for the Turkish lira (TRY).
- 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.
- variants - Variable in class org.graalvm.shadowed.com.ibm.icu.message2.MFDataModel.SelectMessage
-
Deprecated.
- 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 class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- version - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationTailoring
- VERSION - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationFastLatin
-
Fast Latin format version (one byte 1..FF).
- 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
- VIRAMA - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- VIRAMA_FINAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- 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 - 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 - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory
- 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 - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.BidiTransform.Order
-
Constant indicating a visual order.
- 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
- VOCATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.GrammaticalCase
- VOCATIVE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PersonName.FieldModifier
-
Requests the vocative form of the field's contents, if possible.
- 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
-
VTimeZoneis a class implementing RFC2445 VTIMEZONE.
W
- w - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.PluralRules.Operand
-
Deprecated.This API is ICU internal only.
- WALL_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.DateTimeRule
-
Time rule type for local wall time.
- WALL_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 wall time.
- WALLTIME_FIRST - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Option used by
Calendar.setRepeatedWallTimeOption(int)andCalendar.setSkippedWallTimeOption(int)specifying an ambiguous wall time to be interpreted as the earliest. - WALLTIME_LAST - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Option used by
Calendar.setRepeatedWallTimeOption(int)andCalendar.setSkippedWallTimeOption(int)specifying an ambiguous wall time to be interpreted as the latest. - WALLTIME_NEXT_VALID - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Option used by
Calendar.setSkippedWallTimeOption(int)specifying an ambiguous wall time to be interpreted as the next valid wall time. - WANCHO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- WANCHO - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- WANCHO_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- WARANG_CITI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- WARANG_CITI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- WARANG_CITI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- WATT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of power: watt
- WAW - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- WEAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.ICUCache
- WEDNESDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Wednesday
- WEDNESDAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is Wednesday, e.g.
- WEDNESDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Value of the
DAY_OF_WEEKfield indicating Wednesday. - WEDNESDAYS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Wednesdays
- WEEK - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Week
- WEEK - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is week, e.g.
- WEEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents a week.
- WEEK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents a week.
- WEEK - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: week
- WEEK_OF_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the week of month field.
- WEEK_OF_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- WEEK_OF_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the week number within the current month. - WEEK_OF_MONTH_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'W' field alignment, corresponding to the
Calendar.WEEK_OF_MONTHfield. - WEEK_OF_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the week of year field.
- WEEK_OF_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- WEEK_OF_YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the week number within the current year. - WEEK_OF_YEAR_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'w' field alignment, corresponding to the
Calendar.WEEK_OF_YEARfield. - WEEK_PERSON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: week-person
- WeekData(int, int, int, int, int, int) - Constructor for class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
-
Constructor
- WEEKDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with weekday.
- WEEKDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- WEEKDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.
- WEEKEND - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.
- WEEKEND_CEASE - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.
- WEEKEND_ONSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Deprecated.
- weekendCease - Variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
-
the cease day, where 1 =
Calendar.SUNDAYand 7 =Calendar.SATURDAY - weekendCeaseMillis - Variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
-
the cease time in millis during the cease day.
- weekendOnset - Variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
-
the onset day, where 1 =
Calendar.SUNDAYand 7 =Calendar.SATURDAY - weekendOnsetMillis - Variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar.WeekData
-
the onset time in millis during the onset day
- weekNumber(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the week number of a day, within a period.
- weekNumber(int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Returns the week number of a day, within a period.
- WEEKS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Weeks
- weeksAloneOnly() - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.PeriodFormatterData
- WESTERN_SYRIAC - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- Where() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.LocaleValidityChecker.Where
- WHIT_MONDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Whit Monday, 50 days after Easter
- WHIT_SUNDAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EasterHoliday
-
Whit Sunday (aka Pentecost), 49 days after Easter
- WHITE_SPACE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property White_Space.
- WHITE_SPACE_NEUTRAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacterEnums.ECharacterDirection
-
Directional type WS
- WHOLE_SCRIPT_CONFUSABLE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.SpoofChecker
-
When performing the two-string
SpoofChecker.areConfusable(String, String)test, this flag in the return value indicates that the two strings are visually confusable and that they are not from the same script but both of them are single-script strings, according to UTS 39 section 4. - WHOLE_SPAN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Collapse spans.
- wholeString() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CaseMap.Title
-
Returns an instance that behaves like this one but titlecases the string as a whole rather than each word.
- WIDE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator.DisplayWidth
-
The full field name
- WIDE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.ListFormatter.Width
-
Use list formatting with full words (no abbreviations) when possible.
- WIDE - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.MeasureFormat.FormatWidth
-
Spell out everything.
- WIDE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.DecompositionType
- WIDE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.EastAsianWidth
- WIDE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormatSymbols
-
Constant for width.
- widthExceptAffixes - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.number.PatternStringParser.ParsedSubpatternInfo
- WINDOWS_FILE_TIME - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.UniversalTimeScale
-
Used in Windows for file times.
- WINTER_SOLSTICE - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.CalendarAstronomer
-
Constant representing the winter solstice.
- with() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter
-
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is not currently known at the call site.
- with() - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter
-
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is not currently known at the call site.
- WITH_COUNT - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.UnicodeSetStringSpan
- WITH_LEGACY_ALIASES - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.ULocale.AvailableType
-
The union of the locales in DEFAULT and ONLY_LEGACY_ALIASES.
- WITH_ONE_WAY - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.LocaleMatcher.Direction
-
Locale matching includes one-way matches such as Breton→French.
- WITH_SECONDS - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EMilliSupport
- withCurrency(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a copy of this filter, with the specified currency.
- withCurrency(Currency) - Method in class org.graalvm.shadowed.com.ibm.icu.number.CurrencyPrecision
-
Associates a currency with this rounding strategy.
- withDate(long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a copy of this filter that accepts all currencies in use on the given date.
- withDate(Date) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a copy of this filter, with from and to set to the given date.
- withDateRange(long, long) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a copy of this filter that accepts all currencies that were in use at some point between the given dates, or if dates are equal, currencies in use on that date.
- withDateRange(Date, Date) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a copy of this filter, with from and to set to the given dates.
- withDimensionality(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Creates a MeasureUnit which is this SINGLE unit augmented with the specified dimensionality (power).
- withExponentSignDisplay(NumberFormatter.SignDisplay) - Method in class org.graalvm.shadowed.com.ibm.icu.number.ScientificNotation
-
Sets whether to show the sign on positive and negative exponents in scientific notation.
- withLocale(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DateFormatter
-
Returns a new DateFormatter that uses data for a new locale.
- withLocale(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatter
-
Returns a new DurationFormatter that's the same as this one but formats for a new locale.
- withLocale(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilder
-
Returns a new PeriodBuilder that uses the provided locale to determine what periods are available for use.
- withLocale(String) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodFormatter
-
Return a new PeriodFormatter with the same customizations but using data for a new locale.
- withLocale(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter
-
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site.
- withLocale(Locale) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter
-
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site.
- withLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberFormatter
-
Call this method at the beginning of a NumberFormatter fluent chain in which the locale is known at the call site.
- withLocale(ULocale) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.NumberRangeFormatter
-
Call this method at the beginning of a NumberRangeFormatter fluent chain in which the locale is known at the call site.
- withLocaleData(ULocale, PatternStringParser.ParsedPatternInfo) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.number.Grouper
- withMathContext(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Scale
-
Deprecated.ICU 62 This API is ICU internal only.
- withMaxDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FractionPrecision
-
Ensure that no more than this number of significant digits are retained when rounding according to fraction rules.
- withMinDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FractionPrecision
-
Ensure that no less than this number of significant digits are retained when rounding according to fraction rules.
- withMinExponentDigits(int) - Method in class org.graalvm.shadowed.com.ibm.icu.number.ScientificNotation
-
Sets the minimum number of digits to show in the exponent of scientific notation, padding with zeros if necessary.
- withMode(MathContext) - Method in class org.graalvm.shadowed.com.ibm.icu.number.Precision
-
Deprecated.This API is ICU internal only.
- withoutLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberFormatter
-
Disassociate the locale from this formatter.
- withoutLocale() - Method in class org.graalvm.shadowed.com.ibm.icu.number.LocalizedNumberRangeFormatter
-
Disassociate the locale from this formatter.
- withPrefix(MeasureUnit.MeasurePrefix) - Method in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Creates a MeasureUnit which is this SINGLE unit augmented with the specified prefix.
- withRegion(String) - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a copy of this filter, with the specified region.
- withSignificantDigits(int, int, NumberFormatter.RoundingPriority) - Method in class org.graalvm.shadowed.com.ibm.icu.number.FractionPrecision
-
Override maximum fraction digits with maximum significant digits depending on the magnitude of the number.
- withTender() - Method in class org.graalvm.shadowed.com.ibm.icu.text.CurrencyMetaInfo.CurrencyFilter
-
Returns a copy of this filter that filters for currencies that were either once used, are used, or will be used as tender.
- withTimeZone(TimeZone) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DateFormatter
-
Returns a new DateFormatter that uses the new time zone.
- withTimeZone(TimeZone) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.DurationFormatter
-
Returns a new DurationFormatter that's the same as this one but uses a different time zone.
- withTimeZone(TimeZone) - Method in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.PeriodBuilder
-
Returns a new PeriodBuilder that computes periods starting at dates in the provided time zone.
- WOLEAI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- WON_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- WORD_BREAK - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Enumerated property Word_Break (new in Unicode 4.1).
- WORD_IDEO - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words containing ideographic characters, lower limit
- WORD_IDEO_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words containing ideographic characters, upper limit
- WORD_JOINER - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- WORD_KANA - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words containing kana characters, lower limit
- WORD_KANA_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words containing kana characters, upper limit
- WORD_LETTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words that contain letters, excluding hiragana, katakana or ideographic characters, lower limit.
- WORD_LETTER_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words containing letters, upper limit
- WORD_NONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for "words" that do not fit into any of other categories.
- WORD_NONE_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Upper bound for tags for uncategorized words.
- WORD_NUMBER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words that appear to be numbers, lower limit.
- WORD_NUMBER_LIMIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.BreakIterator
-
Tag value for words that appear to be numbers, upper limit.
- WORLD - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.Region.RegionType
-
Type representing the whole world.
- wrap(TimeZone) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.TimeZoneAdapter
-
Given a java.util.TimeZone, wrap it in the appropriate adapter subclass of org.graalvm.shadowed.com.ibm.icu.util.TimeZone and return the adapter.
- wrapIteratorWithFilter(BreakIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.SimpleFilteredSentenceBreakIterator.Builder
- wrapIteratorWithFilter(BreakIterator) - Method in class org.graalvm.shadowed.com.ibm.icu.text.FilteredBreakIteratorBuilder
-
Wrap (adopt) an existing break iterator in a new filtered instance.
- write(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- write(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- write(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- write(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- write(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- write(int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- write(Writer) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Writes RFC2445 VTIMEZONE data for this time zone
- write(Writer, long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Writes RFC2445 VTIMEZONE data applicable for dates after the specified start time.
- write(RecordWriter) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.ScopeData
- write(RecordWriter) - Method in class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord
- writeDeltaTo(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeDeltaTo(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeDeltaTo(int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeHeader(int, int, int, DataOutputStream) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.ICUBinary
-
Writes an ICU data header.
- writeIdenticalLevelRun(int, CharSequence, int, int, ByteArrayWrapper) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.BOCSU
-
Encode the code points of a string as a sequence of byte-encoded differences (slope detection), preserving lexical order.
- writeReordered(int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Take a
Bidiobject containing the reordering information for a piece of text (one or more paragraphs) set bysetPara()or for a line of text set bysetLine()and return a string containing the reordered text. - writeReverse(String, int) - Static method in class org.graalvm.shadowed.com.ibm.icu.text.Bidi
-
Reverse a Right-To-Left run of Unicode text.
- writeSimple(Writer, long) - Method in class org.graalvm.shadowed.com.ibm.icu.util.VTimeZone
-
Writes RFC2445 VTIMEZONE data applicable near the specified date.
- writeSortKeyUpToQuaternary(CollationIterator, boolean[], CollationSettings, CollationKeys.SortKeyByteSink, int, CollationKeys.LevelCallback, boolean) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.coll.CollationKeys
-
Writes the sort key bytes for minLevel up to the iterator data's strength.
- writeValueAndFinal(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeValueAndFinal(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeValueAndFinal(int, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeValueAndType(boolean, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.BytesTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeValueAndType(boolean, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.CharsTrieBuilder
-
Deprecated.This API is ICU internal only.
- writeValueAndType(boolean, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.util.StringTrieBuilder
-
Deprecated.This API is ICU internal only.
- WSEGSPACE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
X
- x - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.ValidIdentifiers.Datatype
- XCldrStub - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
-
Stub class to make migration easier until we get either Guava or a higher level of Java.
- XCldrStub() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.locale.XCldrStub
- XCldrStub.CollectionUtilities - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.FileUtilities - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.HashMultimap<K,
V> - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale - XCldrStub.ImmutableMap - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.ImmutableMultimap - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.ImmutableSet - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.Joiner - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.LinkedHashMultimap<K,
V> - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale - XCldrStub.Multimap<K,
V> - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale - XCldrStub.Multimaps - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.Predicate<T> - Interface in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.RegexUtilities - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.Splitter - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale
- XCldrStub.TreeMultimap<K,
V> - Class in org.graalvm.shadowed.com.ibm.icu.impl.locale - XID_CONTINUE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property XID_Continue.
- XID_START - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UProperty
-
Binary property XID_Start.
- XMLRecordReader - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- XMLRecordReader(Reader) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordReader
- XMLRecordWriter - Class in org.graalvm.shadowed.com.ibm.icu.impl.duration.impl
- XMLRecordWriter(Writer) - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.XMLRecordWriter
- XSymbolTable() - Constructor for class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet.XSymbolTable
-
Default constructor
Y
- YARD - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of length: yard
- YEAR - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.AbsoluteUnit
-
Year
- YEAR - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeDateTimeUnit
-
Specifies that relative unit is year, e.g.
- YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnit
-
Represents a year.
- YEAR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.TimeUnitConstants
-
Represents a year.
- YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the year field.
- YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year.
- YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the year. - YEAR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: year
- YEAR_ABBR_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year and abbreviated month.
- YEAR_ABBR_MONTH_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year, abbreviated month, and day.
- YEAR_ABBR_MONTH_WEEKDAY_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year, abbreviated month, weekday, and day.
- YEAR_ABBR_QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year and abbreviated quarter.
- YEAR_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'y' field alignment, corresponding to the
Calendar.YEARfield. - YEAR_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year and month.
- YEAR_MONTH_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year, month, and day.
- YEAR_MONTH_WEEKDAY_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year, month, weekday, and day.
- YEAR_NAME_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'U' field alignment, corresponding to the
Calendar.YEARfield. - YEAR_NUM_MONTH - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year and numeric month.
- YEAR_NUM_MONTH_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year, numeric month, and day.
- YEAR_NUM_MONTH_WEEKDAY_DAY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year, numeric month, weekday, and day.
- YEAR_PERSON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit
-
Constant for unit of duration: year-person
- YEAR_QUARTER - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Constant for date skeleton with year and quarter.
- YEAR_WOY - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat.Field
-
Constant identifying the year used with week of year field.
- YEAR_WOY - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
get()andset()indicating the extended year corresponding to theCalendar.WEEK_OF_YEARfield. - YEAR_WOY_FIELD - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
FieldPosition selector for 'Y' field alignment, corresponding to the
Calendar.YEAR_WOYfield. - YEARS - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit
-
Years
- YEH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- YEH_BARREE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- YEH_WITH_TAIL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- YEHHAMZA_MASK - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.ArabicShaping
-
Bit mask for YehHamza memory options.
- YEHHAMZA_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.
- YEKATIT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.EthiopicCalendar
-
Constant for የካቲት, the 6th month of the Ethiopic year.
- YEN_SIGN - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StaticUnicodeSets.Key
- YES - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EHalfSupport
- YES - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EMilliSupport
- YES - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.Normalizer
-
Indicates that string is in the normalized format
- YEZIDI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YEZIDI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
- YEZIDI_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YI - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
Yi syllables
- YI_RADICALS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YI_RADICALS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YI_SYLLABLES - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YI_SYLLABLES_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YIJING_HEXAGRAM_SYMBOLS - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YIJING_HEXAGRAM_SYMBOLS_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- YOBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: yobi, 1024^8.
- YOCTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: yocto, 10^-24.
- YOM_HAATZMAUT - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- YOM_HASHOAH - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- YOM_HAZIKARON - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- YOM_KIPPUR - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- YOM_YERUSHALAYIM - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.HebrewHoliday
- YOTTA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: yotta, 10^24.
- YUDH - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- YUDH_HE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
Z
- ZAIN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- ZANABAZAR_SQUARE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ZANABAZAR_SQUARE - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UScript
-
ISO 15924 script code
- ZANABAZAR_SQUARE_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ZEBI - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
IEC binary prefix: zebi, 1024^7.
- ZEPTO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: zepto, 10^-21.
- ZERO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.impl.StandardPlural
- ZERO - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.DisplayOptions.PluralCategory
- ZERO - Static variable in class org.graalvm.shadowed.com.ibm.icu.math.BigDecimal
-
The
BigDecimalconstant "0". - ZERO_LENGTH_LABEL - Static variable in exception class org.graalvm.shadowed.com.ibm.icu.text.StringPrepParseException
- ZERO_LEVEL - Static variable in class org.graalvm.shadowed.com.ibm.icu.impl.coll.Collation
-
Beyond sort key bytes.
- zeroFillTo(int) - Static method in class org.graalvm.shadowed.com.ibm.icu.number.IntegerWidth
-
Pad numbers at the beginning with zeros to guarantee a certain number of numerals before the decimal separator.
- zeroPaddingNumber(long, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Formats a number with the specified minimum and maximum number of digits.
- zeroPaddingNumber(NumberFormat, StringBuffer, int, int, int) - Method in class org.graalvm.shadowed.com.ibm.icu.text.SimpleDateFormat
-
Deprecated.This API is ICU internal only.
- ZETTA - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.util.MeasureUnit.MeasurePrefix
-
SI prefix: zetta, 10^21.
- ZHAIN - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.JoiningGroup
- ZNAMENNY_MUSICAL_NOTATION - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ZNAMENNY_MUSICAL_NOTATION_ID - Static variable in class org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.UnicodeBlock
- ZONE - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateTimePatternGenerator
- ZONE_ID - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Time Zone ID, such as "America/Los_Angeles".
- ZONE_ID_SHORT - Enum constant in enum class org.graalvm.shadowed.com.ibm.icu.text.TimeZoneFormat.Style
-
Short Time Zone ID (BCP 47 Unicode location extension, time zone type value), such as "uslax".
- ZONE_OFFSET - Static variable in class org.graalvm.shadowed.com.ibm.icu.util.Calendar
-
Field number for
getandsetindicating the raw offset from GMT in milliseconds. - ZONE_SKELETONS - Static variable in class org.graalvm.shadowed.com.ibm.icu.text.DateFormat
-
Deprecated.This API is ICU internal only.
- zoneIdToTimeZone(ZoneId) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- ZoneMeta - Class in org.graalvm.shadowed.com.ibm.icu.impl
-
This class, not to be instantiated, implements the meta-data missing from the underlying core JDK implementation of time zones.
- ZoneMeta() - Constructor for class org.graalvm.shadowed.com.ibm.icu.impl.ZoneMeta
- zoneOffsetToTimeZone(ZoneOffset) - Static method in class org.graalvm.shadowed.com.ibm.icu.impl.JavaTimeConverters
-
Deprecated.This API is ICU internal only.
- ZPLURAL - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EZeroHandling
- ZSINGULAR - Static variable in interface org.graalvm.shadowed.com.ibm.icu.impl.duration.impl.DataRecord.EZeroHandling
- ZWJ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.GraphemeClusterBreak
- ZWJ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
- ZWJ - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.WordBreak
- ZWSPACE - Static variable in interface org.graalvm.shadowed.com.ibm.icu.lang.UCharacter.LineBreak
_
- _generatePattern(StringBuffer, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Generate and append a string representation of this set to result.
- _generatePattern(StringBuffer, boolean, boolean) - Method in class org.graalvm.shadowed.com.ibm.icu.text.UnicodeSet
-
Generate and append a string representation of this set to result.
- _mrc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock.Stats
-
Number of times concurrent read access granted (multiple read count).
- _rc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock.Stats
-
Number of times read access granted (read count).
- _value - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.locale.Extension
- _wc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock.Stats
-
Number of times write access granted (writer count).
- _wrc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock.Stats
-
Number of times blocked for read (waiting reader count).
- _wwc - Variable in class org.graalvm.shadowed.com.ibm.icu.impl.ICURWLock.Stats
-
Number of times blocked for write (waiting writer count).
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DateFormat.ABBR_MONTHinstead.