Oracle® Globalization Development Kit Java API Reference
10g Release 1 (10.1.0.0)

Part No. B10971-02

A C D E F G H I J L M N O P Q R S T U W Y


A

ALL_FIELD - Static variable in class oracle.i18n.text.OraNumberFormat
Constant for ALL_FIELD alignment.
ALL_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for ALL_FIELD alignment.
AM_PM_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for AM_PM_FIELD alignment.
ApplicationContext - class oracle.i18n.servlet.ApplicationContext.
The ApplicationContext class is an application context class that controls application scope operations in the framework.
ApplicationContext(InputStream) - Constructor for class oracle.i18n.servlet.ApplicationContext
Constructs this object based on the application configuration file.
ApplicationContext(InputStream, ClassLoader) - Constructor for class oracle.i18n.servlet.ApplicationContext
Constructs this object based on the application configuration file and the ClassLoader object.
ApplicationContext(String) - Constructor for class oracle.i18n.servlet.ApplicationContext
Constructs this object based on the application configuration file.
ApplicationContext(String, ClassLoader) - Constructor for class oracle.i18n.servlet.ApplicationContext
Constructs this object based on the application configuration file and the ClassLoader object.
ApplicationDefault - class oracle.i18n.servlet.localesource.ApplicationDefault.
The ApplicationDefault class is the application default locale source class that includes the default locale and attributes used in the application.
applyPattern(String) - Method in class oracle.i18n.text.OraDecimalFormat
Modifies this formatter by using the given format pattern.
applyPattern(String) - Method in class oracle.i18n.text.OraSimpleDateFormat
Applies the given format pattern of this date/time formatter.

C

calendar - Variable in class oracle.i18n.text.OraDateFormat
The calendar that this OraDateFormat object uses to calculate the date/time field values.
CANONICAL_COMPOSITION - Static variable in class oracle.i18n.text.OraCollator
The OraCollator class composition level value.
canonicalSort(char[]) - Method in class oracle.i18n.text.OraNormalizer
This method takes a char[] and performs canonical sort on the sequence.
CENTRY_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for CENTRY_FIELD alignment.
CharEntityReference - class oracle.i18n.net.CharEntityReference.
The CharEntityReference class is a utility class to escape or unescape a string into a character reference or an entity reference form.
CharEntityReference.Form - class oracle.i18n.net.CharEntityReference.Form.
Form parameter class that specifies the escaped form.
CHARSET - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Character set parameter
clone() - Method in class oracle.i18n.text.OraNumberFormat
Overrides the clone method.
clone() - Method in class oracle.i18n.text.OraDecimalFormat
Overrides the clone method.
clone() - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Overrides the clone method.
clone() - Method in class oracle.i18n.text.OraDateFormat
Overrides the clone method.
clone() - Method in class oracle.i18n.text.OraSimpleDateFormat
Overrides the clone method.
clone() - Method in class oracle.i18n.text.OraDateFormatSymbols
Overrides the clone method.
clone() - Method in class oracle.i18n.text.OraCollator
Makes an independent duplicate of the OraCollator object.
clone() - Method in class oracle.i18n.util.OraLocaleInfo
Overrides the clone method.
COMMAND - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Command parameter
compare(Object, Object) - Method in class oracle.i18n.text.OraCollator
Compares two objects using the current collation rule.
compare(String, String) - Method in class oracle.i18n.text.OraCollator
Compares two strings using the current collation rule.
compareString(String, String) - Method in class oracle.i18n.servlet.Localizer
Compares two strings using the current linguistic sort/collator object.
compareStringWithDefaultCollator(String, String) - Method in class oracle.i18n.servlet.Localizer
Compares two strings using the default linguistic sort/collator object.
compareTo(Object) - Method in class oracle.i18n.text.OraCollationKey
Compares this OraCollationKey object with the specified Object object.
compareTo(OraCollationKey) - Method in class oracle.i18n.text.OraCollationKey
Compare this OraCollationKey object to the target OraCollationKey object.
compose(String) - Method in class oracle.i18n.text.OraNormalizer
This is the normalization method.
ContextListener - class oracle.i18n.servlet.listener.ContextListener.
The ContextListener class is the default context listener class that instantiates an ApplicationContext object.
CURRENCY_FORMAT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Currency format parameter

D

DATE_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for DATE_FIELD alignment.
DATE_FORMAT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Date format parameter
DATE_TIME_FORMAT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Date and time format parameter
DAY_OF_WEEK_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for DAY_OF_WEEK_FIELD alignment.
DAY_OF_YEAR_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for DAY_OF_YEAR_FIELD alignment.
DBLocaleSource - class oracle.i18n.servlet.localesource.DBLocaleSource.
The DBLocaleSource class is the predefined database locale source that accesses a user profile table including user locale preferences.
DECIMAL_NUMBER - Static variable in class oracle.i18n.net.CharEntityReference.Form
Constant value used to specify the escaped values in decimal number form; used for all data, for example, 〹.
decodeURL(String) - Method in class oracle.i18n.servlet.Localizer
Decodes a URL string based on the current user character set using the character encoding of the page.
DEFAULT - Static variable in class oracle.i18n.text.OraDateFormat
Constant for DEFAULT format style.
DEFAULT_GDKAPP - Static variable in class oracle.i18n.servlet.ApplicationContext
Default GDK application configuration file name.
detect(byte[]) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.
detect(byte[], int, int) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.
detect(char[]) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.
detect(char[], int, int) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.
detect(InputStream) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.
detect(InputStream, int) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.
detect(String) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.
detect(String, int) - Method in class oracle.i18n.lcsd.LCSDetector
Statistical data is cumulated in an internal structure when the detect() methods are called.

E

EMAIL_UNIX - Static variable in class oracle.i18n.util.LocaleMapper
Constant value to represent Unix for e-mail.
EMAIL_WINDOWS - Static variable in class oracle.i18n.util.LocaleMapper
Constant value to represent Windows for e-mail.
encodeURL(String) - Method in class oracle.i18n.servlet.Localizer
Encodes a URL string based on the current user character set using the character encoding of the page.
END - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Alignment
The LocaleSource.Alignment object that represents the ending alignment.
EQUAL - Static variable in class oracle.i18n.text.OraCollator
The result of the comparison that the OraCollator object returns if the two strings are equal.
equals(Object) - Method in class oracle.i18n.text.OraNumberFormat
Overrides the equals method.
equals(Object) - Method in class oracle.i18n.text.OraDecimalFormat
Overrides the equals method.
equals(Object) - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Overrides the equals method.
equals(Object) - Method in class oracle.i18n.text.OraDateFormat
Overrides the equals method.
equals(Object) - Method in class oracle.i18n.text.OraSimpleDateFormat
Overrides the equals method.
equals(Object) - Method in class oracle.i18n.text.OraDateFormatSymbols
Overrides the equals method.
equals(Object) - Method in class oracle.i18n.text.OraCollator
Returns true if this OraCollator object is equal to another.
equals(Object) - Method in class oracle.i18n.text.OraCollationKey
Determines if this OraCollationKey object and the target OraCollationKey object are equal.
equals(Object) - Method in class oracle.i18n.util.OraLocaleInfo
Overrides the equals method.
equals(Object) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Determines if a specific object is equal to this object.
equals(Object) - Method in class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection
Returns true if the input object is equal to this object.
ERA_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for ERA_FIELD alignment.
escape(String) - Static method in class oracle.i18n.net.CharEntityReference
Escapes a string into the character entity reference in the NAMED_DECIMAL_NUMBER form assuming the WE8ISO8859P1 character set.
escape(String, String) - Static method in class oracle.i18n.net.CharEntityReference
Escapes a string into the character entity reference in the NAMED_DECIMAL_NUMBER form.
escape(String, String, CharEntityReference.Form) - Static method in class oracle.i18n.net.CharEntityReference
Escapes a string into the character entity reference form.
escapeUNISTR(String, String) - Static method in class oracle.i18n.util.OraSQLUtil
Escapes the string into UNISTR form if the character is not supported by the database character set.

F

fallbackLocale(Locale) - Method in class oracle.i18n.servlet.ApplicationContext
Validates if the locale supplied as an argument is supported.
format(BigDecimal) - Method in class oracle.i18n.text.OraNumberFormat
Formats a BigDecimal object into a string.
format(BigDecimal, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraNumberFormat
Formats a BigDecimal object into a string.
format(BigDecimal, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraDecimalFormat
Formats a BigDecimal object into a string.
format(BigInteger) - Method in class oracle.i18n.text.OraNumberFormat
Formats a BigInteger object into a string.
format(BigInteger, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraNumberFormat
Formats a BigInteger object into a string.
format(BigInteger, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraDecimalFormat
Formats a BigInteger object into a string.
format(Date) - Method in class oracle.i18n.text.OraDateFormat
Formats a Date object into a date/time string.
format(Date, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraDateFormat
Formats a Date object into a date/time string.
format(Date, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraSimpleDateFormat
Formats a Date object into a date/time string.
format(double) - Method in class oracle.i18n.text.OraNumberFormat
Formats a double number into a string.
format(double, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraNumberFormat
Formats a double number into a string.
format(double, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraDecimalFormat
Formats a double number into a string.
format(long) - Method in class oracle.i18n.text.OraNumberFormat
Formats a long number into a string.
format(long, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraNumberFormat
Formats a long number into a string.
format(long, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraDecimalFormat
Formats a long number into a string.
format(Object, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraNumberFormat
Formats an object into a string.
format(Object, StringBuffer, FieldPosition) - Method in class oracle.i18n.text.OraDateFormat
Formats an object into a date/time string.
formatCurrency(double) - Method in class oracle.i18n.servlet.Localizer
Translates a double value into a text representation of the currency amount.
formatCurrency(long) - Method in class oracle.i18n.servlet.Localizer
Translates a long value into a text representation of the currency amount.
formatCurrency(Number) - Method in class oracle.i18n.servlet.Localizer
Translates a Number object into a text representation of the currency amount.
formatDate(Date, int) - Method in class oracle.i18n.servlet.Localizer
Translates a Date object into a text representation of the date.
formatDateTime(Date, int) - Method in class oracle.i18n.servlet.Localizer
Translates a Date object into a text representation of the date and time.
formatNumber(double) - Method in class oracle.i18n.servlet.Localizer
Translates a double value into a text representation of the number.
formatNumber(long) - Method in class oracle.i18n.servlet.Localizer
Translates a long value into a text representation of the number.
formatNumber(Number) - Method in class oracle.i18n.servlet.Localizer
Translates a Number object into a text representation of the number.
formatTime(Date) - Method in class oracle.i18n.servlet.Localizer
Translates a Date object into a text representation of the time.
FRACTION_FIELD - Static variable in class oracle.i18n.text.OraNumberFormat
Constant for FRACTION_FIELD alignment.

G

getAlignment(LocaleSource.Alignment) - Method in class oracle.i18n.servlet.Localizer
Returns the current text alignment.
getAlignment(String) - Method in class oracle.i18n.servlet.localesource.LocaleSource.Alignment
Returns LocaleSource.Alignment object from the input string that is either START or END.
getAmPmStrings() - Method in class oracle.i18n.text.OraDateFormatSymbols
Returns the meridian indicators for the object.
getApplicationContextInstance(HttpServletRequest) - Static method in class oracle.i18n.servlet.ServletHelper
Returns an ApplicationContext object associated with the HTTP request object.
getApplicationDefaultLocaleSource() - Method in class oracle.i18n.servlet.ApplicationContext
Returns the application default locale source instance.
getAttribute(String) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the attribute object.
getAvailableCharacterSets() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns a list of the available Oracle character sets.
getAvailableCurrencies() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns a list of the available ISO 4217 currencies.
dt>getAvailableIANACharacterSets() - Static method in class oracle.i18n.util.LocaleMapper
Returns an array of all IANA character set names that have corresponding Oracle character sets.
getAvailableLanguages() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns a list of the available Oracle languages.
getAvailableLinguisticSorts() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns a list of the available Oracle linguistic sorts.
getAvailableLocale() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the available Oracle locale list.
getAvailableOraCharacterSets() - Static method in class oracle.i18n.util.LocaleMapper
Returns an array of all Oracle character set names that have corresponding IANA character sets.
getAvailableTerritories() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns a list of the available Oracle territories.
getBundle(String) - Static method in class oracle.i18n.util.OraResourceBundle
Returns a ResourceBundle object derived from the given base class name.
getBundle(String, Locale) - Static method in class oracle.i18n.util.OraResourceBundle
Returns a ResourceBundle object specified by the base class name.
getBundle(String, Locale, ClassLoader) - Static method in class oracle.i18n.util.OraResourceBundle
Returns a ResourceBundle object specified by the base class name.
getCalendar() - Method in class oracle.i18n.text.OraDateFormat
Returns the calendar associated with this date/time formatter.
getCharacterEncoding() - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns the name of the character encoding used in the body of this request, or returns null if the request does not specify character encoding.
getCharacterEncoding() - Method in class oracle.i18n.servlet.filter.ServletResponseWrapper
Returns the character set encoding associated with the response object.
getCharacterSet() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the character set name in this object.
getCharSet() - Method in class oracle.i18n.text.OraCollator
Gets the charSet name of this OraCollator object.
getCollationKey(String) - Method in class oracle.i18n.text.OraCollator
Gets the OraCollationKey object for a given source string.
getCollator() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the Oracle collator object.
getCommonLocales() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common locale list.
getCommonLocales(Locale) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common locale lists that are sorted based on the given translation locale.
getCommonTimeZoneIDs() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common time zone IDs in an array.
getCommonTimeZones() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common time zone list.
getComposition() - Method in class oracle.i18n.text.OraCollator
Gets the composition level used for comparison.
getCurrencyFormat() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the Oracle currency format in this object.
getCurrencyInstance() - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default currency format pattern for the default locale.
getCurrencyInstance(Locale) - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default currency format pattern for the given locale.
getCurrencyInstance(OraLocaleInfo) - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default currency format pattern for the given OraLocaleInfo object.
getCurrencyPattern() - Method in class oracle.i18n.servlet.Localizer
Returns the currency format pattern used.
getCurrencySymbol() - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Returns the local currency symbol for this object.
getCurrencySymbol() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the currency symbol for this OraLocaleInfo instance.
getCurrencySymbol(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the currency symbol based on the given ISO 4217 code.
getDateFormat(int) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the Oracle date format of the specified style in this object.
getDateInstance() - Static method in class oracle.i18n.text.OraDateFormat
Returns a date formatter that uses the default date formatting style for the default locale.
getDateInstance(int) - Static method in class oracle.i18n.text.OraDateFormat
Returns a date formatter that uses the given date formatting style for the default locale.
getDateInstance(int, Locale) - Static method in class oracle.i18n.text.OraDateFormat
Returns a date formatter that uses the given date formatting style for the given locale.
getDateInstance(int, OraLocaleInfo) - Static method in class oracle.i18n.text.OraDateFormat
Returns a date formatter that uses the given date formatting style for the given OraLocaleInfo object.
getDatePattern(int) - Method in class oracle.i18n.servlet.Localizer
Returns the date format pattern used in the specified style.
getDateTimeFormat(int) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the Oracle date and time format of the specified style in this object.
getDateTimeInstance() - Static method in class oracle.i18n.text.OraDateFormat
Returns a date/time formatter that uses the default date/time formatting style for the default locale.
getDateTimeInstance(int) - Static method in class oracle.i18n.text.OraDateFormat
Returns a date/time formatter that uses the given date formatting style and the default time formatting style for the default locale.
getDateTimeInstance(int, Locale) - Static method in class oracle.i18n.text.OraDateFormat
Returns a date/time formatter that uses the given date formatting style and the default time formatting style for the given locale.
getDateTimeInstance(int, OraLocaleInfo) - Static method in class oracle.i18n.text.OraDateFormat
Returns a date/time formatter that uses the given date formatting style and the default time formatting style for the given OraLocaleInfo object.
getDateTimePattern(int) - Method in class oracle.i18n.servlet.Localizer
Returns the date and time format pattern used in the specified style.
getDecimalSeparator() - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Returns the decimal separator for this object.
getDefault() - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the default OraLocaleInfo instance based on the Java default locale.
getDefaultCurrencyFormatPattern(Locale) - Static method in class oracle.i18n.text.OraNumberFormat
Returns the default currency format pattern for the given locale.
getDefaultCurrencyFormatPattern(OraLocaleInfo) - Static method in class oracle.i18n.text.OraNumberFormat
Returns the default currency format pattern for the given OraLocaleInfo object.
getDefaultDateFormatPattern(int, Locale) - Static method in class oracle.i18n.text.OraDateFormat
Returns the default date format pattern for the given date formatting style and the given locale.
getDefaultDateFormatPattern(int, OraLocaleInfo) - Static method in class oracle.i18n.text.OraDateFormat
Returns the default date format pattern for the given date formatting style and the given OraLocaleInfo object.
getDefaultDateTimeFormatPattern(int, Locale) - Static method in class oracle.i18n.text.OraDateFormat
Returns the default date/time format pattern for the given date formatting style and the given locale.
getDefaultDateTimeFormatPattern(int, OraLocaleInfo) - Static method in class oracle.i18n.text.OraDateFormat
Returns the default date/time format pattern for the given date formatting style and the given OraLocaleInfo object.
getDefaultNumberFormatPattern(Locale) - Static method in class oracle.i18n.text.OraNumberFormat
Returns the default number format pattern for the given locale.
getDefaultNumberFormatPattern(OraLocaleInfo) - Static method in class oracle.i18n.text.OraNumberFormat
Returns the default number format pattern for the given OraLocaleInfo object.
getDefaultTimeFormatPattern(Locale) - Static method in class oracle.i18n.text.OraDateFormat
Returns the default time format pattern for the given locale.
getDefaultTimeFormatPattern(OraLocaleInfo) - Static method in class oracle.i18n.text.OraDateFormat
Returns the default time format pattern for the given OraLocaleInfo object.
getDisplayCharacterSet(String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated character set name.
getDisplayCharacterSet(String) - Method in class oracle.i18n.servlet.Localizer
Returns a translated character set name.
getDisplayCountry(Locale) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated country or territory name.
getDisplayCountry(Locale) - Method in class oracle.i18n.servlet.Localizer
Returns a translated country/territory name.
getDisplayCountry(String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated country or territory name.
getDisplayCountry(String) - Method in class oracle.i18n.servlet.Localizer
Returns a translated country/territory name.
getDisplayCurrency(String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated currency name.
getDisplayCurrency(String) - Method in class oracle.i18n.servlet.Localizer
Returns a translated currency name.
getDisplayLanguage(Locale) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated language name.
getDisplayLanguage(Locale) - Method in class oracle.i18n.servlet.Localizer
Returns a translated language name.
getDisplayLanguage(String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated language name.
getDisplayLanguage(String) - Method in class oracle.i18n.servlet.Localizer
Returns a translated language name.
getDisplayLinguisticSort(String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated linguistic sorting name.
getDisplayLinguisticSort(String) - Method in class oracle.i18n.servlet.Localizer
Returns a translated linguistic sorting name.
getDisplayLocale(Locale) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated locale name.
getDisplayLocale(Locale) - Method in class oracle.i18n.servlet.Localizer
Returns a translated locale name.
getDisplayLocale(String, String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated locale name.
getDisplayLocale(String, String) - Method in class oracle.i18n.servlet.Localizer
Returns a translated locale name.
getDisplayTerritory(String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated country or territory name.
getDisplayTerritory(String) - Method in class oracle.i18n.servlet.Localizer
Returns a translated country/territory name.
getDisplayTimeZone(int, String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated time zone name.
getDisplayTimeZone(int, TimeZone) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated time zone name.
getDisplayTimeZone(String) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated time zone name.
getDisplayTimeZone(TimeZone) - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns a translated time zone name.
getDisplayTimeZone(TimeZone) - Method in class oracle.i18n.servlet.Localizer
Returns a translated time zone name.
getEras() - Method in class oracle.i18n.text.OraDateFormatSymbols
Returns the era strings for the object.
getGroupingSeparator() - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Returns the grouping separator for this object.
getHiHitPairs() - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the number of top ranking pairs that have close ratios for the detection.
getIANACharacterSet() - Method in class oracle.i18n.servlet.Localizer
Returns the IANA character set name used for the client.
getIANACharacterSet() - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the IANA character set name of the one with the best detection result.
getIANACharacterSet(int) - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the IANA character set name of the one with the ranked detection result.
getIANACharacterSet(int, String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the IANA character set that is equivalent to the passed in Oracle or Java character set.
getIANACharSetFromLocale(int, Locale) - Static method in class oracle.i18n.util.LocaleMapper
Returns the commonly used IANA character set based on the given context and locale.
getIANACharSetFromOraLang(int, String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the commonly used IANA character set based on the given context and Oracle language.
getIANAPageCharacterSet() - Method in class oracle.i18n.servlet.Localizer
Returns the character set encoding of the page.
getIANAPageCharacterSet() - Method in class oracle.i18n.servlet.ApplicationContext
Returns the default IANA page character set name of the application or returns the string AUTO-CHARSET.
getInstance() - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default number format pattern for the default locale.
getInstance() - Static method in class oracle.i18n.text.OraDateFormat
Returns a date/time formatter that uses the default date/time formatting style for the default locale.
getInstance() - Static method in class oracle.i18n.text.OraCollator
Constructs an Oracle collation object from the default Java locale.
getInstance() - Static method in class oracle.i18n.text.OraNormalizer
Returns a shared OraNormalizer instance to the user.
getInstance(Locale) - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default currency format pattern for the given locale.
getInstance(Locale) - Static method in class oracle.i18n.text.OraCollator
Constructs an Oracle collation object from the Java locale.
getInstance(Locale) - Static method in class oracle.i18n.util.OraLocaleInfo
Constructs an Oracle locale from Java Locale object.
getInstance(Locale) - Static method in class oracle.i18n.util.OraDisplayLocaleInfo
Constructs or reuses an instance of the OraDisplayLocaleInfo class associated with the translation locale.
getInstance(Locale, Locale) - Static method in class oracle.i18n.util.OraDisplayLocaleInfo
Constructs or reuses an instance of the OraDisplayLocaleInfo class associated with the translation locale.
getInstance(Locale, String, String) - Static method in class oracle.i18n.text.OraCollator
Constructs an OraCollator instance from the specified sortRule value and locale.
getInstance(OraLocaleInfo) - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default currency format pattern for the given OraLocaleInfo object.
getInstance(OraLocaleInfo) - Static method in class oracle.i18n.text.OraCollator
Constructs an Oracle collation object from an OraLocaleInfo object.
getInstance(String) - Static method in class oracle.i18n.text.OraCollator
Constructs an OraCollator instance from the specified sortRule value.
getInstance(String, String) - Static method in class oracle.i18n.text.OraCollator
Constructs an OraCollator instance from the specified sortRule value.
getInstance(String, String) - Static method in class oracle.i18n.util.OraLocaleInfo
Constructs an Oracle locale from Oracle language and territory.
getInstance(String, String, String) - Static method in class oracle.i18n.util.OraLocaleInfo
Constructs an Oracle locale from Oracle language, territory, and sorting rule.
getInternationalCurrencySymbol() - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Returns the international currency symbol for this object.
getISOCurrency() - Method in class oracle.i18n.servlet.Localizer
Returns the ISO 4217 currency code for the country of the current locale.
getISOCurrency() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the ISO 4217 currency ID in this object.
getISOLanguage() - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the ISO language name of the one with the best detection.
getISOLanguage(int) - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the ISO language name of the one with the ranked detection result.
getJavaCharacterSet() - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the Java character set name of the one with the best detection result.
getJavaCharacterSet(int) - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the Java character set name of the one with the ranked detection result.
getJavaCharacterSet(int, String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Java character set that is equivalent to the passed in Oracle or IANA character set.
getJavaLangFromOraLang(String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the ISO 639 two-letter code for the given Oracle language name.
getJavaLocale(String) - Static method in class oracle.i18n.util.LocaleMapper
Returns a Java Locale instance that is equivalent to the Oracle locale specified by the passed in Oracle language and territory.
getJavaLocale(String, String) - Static method in class oracle.i18n.util.LocaleMapper
Returns a Java Locale instance that is equivalent to the Oracle locale specified by the passed in Oracle language and territory.
getJavaTerrFromOraTerr(String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the ISO 3166 two-letter code for the given Oracle territory name.
getLanguage() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the Oracle language name for this OraLocaleInfo instance.
getLinguisticSort() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the Oracle linguistic sorting name for this OraLocaleInfo instance.
getLocalCharacterSets() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle character sets based on the language of this OraLocaleInfo instance.
getLocalCharacterSets(int) - Method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle character sets based on the language of this OraLocaleInfo instance.
getLocalCharacterSets(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle character sets based on the given language.
getLocalCharacterSets(String, int) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle character sets based on the given language.
getLocalCurrencies() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the common ISO 4217 currency based on the territory of this OraLocaleInfo instance.
getLocalCurrencies(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common ISO 4217 currency based on the given territory.
getLocale() - Method in class oracle.i18n.text.OraSimpleDateFormat
Returns the locale associated with this date/time formatter.
getLocale() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the Java Locale corresponding to this object.
getLocale() - Method in class oracle.i18n.util.OraDisplayLocaleInfo
Returns the locale associated with this object.
getLocale() - Method in class oracle.i18n.servlet.Localizer
Returns the Locale object representing the current locale.
getLocale() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the Locale object in this object.
getLocale() - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns the current locale derived from the locale detection mechanism.
getLocale() - Method in class oracle.i18n.servlet.filter.ServletResponseWrapper
Returns the locale associated with the response object.
getLocaleFromString(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Constructs a Java Locale object from the ISO locale string.
getLocales() - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns the Enumeration object that includes the current locales derived from the locale detection mechanism.
getLocaleSourceClass() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the locale source class.
getLocaleSourceInstance(HttpServletRequest) - Static method in class oracle.i18n.servlet.ServletHelper
Returns a LocaleSource object associated with the HTTP request object.
getLocaleSources() - Method in class oracle.i18n.servlet.Localizer
Returns locale sources examined in this order to determine the current locale.
getLocaleSources() - Method in class oracle.i18n.servlet.ApplicationContext
Returns locale sources examined in this order to determine the current locale.
getLocalIANACharacterSets() - Method in class oracle.i18n.servlet.Localizer
Returns an array of local character sets for the current language.
getLocalizerInstance(HttpServletRequest) - Static method in class oracle.i18n.servlet.ServletHelper
Returns a Localizer object derived from the HTTP request object.
getLocalLanguages() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle languages based on the territory of this OraLocaleInfo instance.
getLocalLanguages(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle languages based on the given territory.
getLocalLinguisticSorts() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the common linguistic sorts based on the language of this OraLocaleInfo instance.
getLocalLinguisticSorts() - Method in class oracle.i18n.servlet.Localizer
Returns an array of local Oracle linguistic sort names for the current language.
getLocalLinguisticSorts(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common linguistic sorts based on the given language.
getLocalOraLanguages() - Method in class oracle.i18n.servlet.Localizer
Returns an array of local languages for the current territory.
getLocalOraTerritories() - Method in class oracle.i18n.servlet.Localizer
Returns an array of local territories for the current language.
getLocalTerritories() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle territories based on the language of this OraLocaleInfo instance.
getLocalTerritories(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common Oracle territories based on the given language.
getLocalTimeZones() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the common time zone list for the territory of this OraLocaleInfo instance.
getLocalTimeZones() - Method in class oracle.i18n.servlet.Localizer
Returns an array of local TimeZone objects for the current territory.
getLocalTimeZones(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the common time zone list for the given Oracle territory.
getMessage(String) - Method in class oracle.i18n.servlet.Localizer
Returns a localized message associated with the key for the current locale.
getMessage(String, Class) - Method in class oracle.i18n.servlet.Localizer
Returns a localized message associated with the key for the current locale.
getMessage(String, String) - Method in class oracle.i18n.servlet.Localizer
Returns a localized message associated with the key for the current locale.
getMessageBundle() - Method in class oracle.i18n.servlet.ApplicationContext
Returns the map of the message bundle object.
getMonths() - Method in class oracle.i18n.text.OraDateFormatSymbols
Returns the month names for the object.
getName() - Method in class oracle.i18n.text.OraCollator
Gets the sorting rule name of this OraCollator object.
getNumberFormat() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the Oracle number format in this object.
getNumberInstance() - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default number format pattern for the default locale.
getNumberInstance(Locale) - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default currency format pattern for the given locale.
getNumberInstance(OraLocaleInfo) - Static method in class oracle.i18n.text.OraNumberFormat
Returns a number formatter that uses the default currency format pattern for the given OraLocaleInfo object.
getNumberPattern() - Method in class oracle.i18n.servlet.Localizer
Returns the number format pattern used.
getOraCharacterSet() - Method in class oracle.i18n.servlet.Localizer
Returns the Oracle character set name used for the client and decoding URLs.
getORACharacterSet() - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the Oracle character set name of the one with the best detection result.
getORACharacterSet(int) - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the Oracle character set name of the one with the ranked detection result.
getOraCharacterSet(int, String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle character set that is equivalent to the passed in Java character set.
getOraCharSetFromOraLang(int, String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the commonly used Oracle character set based on the given context and Oracle language.
getOraDateFormatSymbols() - Method in class oracle.i18n.text.OraSimpleDateFormat
Returns the Oracle date/time format symbols or translations used in this formatter.
getOraDecimalFormatSymbols() - Method in class oracle.i18n.text.OraDecimalFormat
Returns the Oracle decimal format symbols used in this formatter.
getOraLangFromJavaLang(String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle language name for the given ISO 639 two-letter code.
getOraLanguage() - Method in class oracle.i18n.servlet.Localizer
Returns the Oracle language name.
getORALanguage() - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the Oracle language name of the one with the best detection result.
getORALanguage(int) - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the Oracle language name of the one with the ranked detection result.
getOraLanguage(Locale) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle language name based on the given Java Locale instance.
getOraLanguageFromShortName(String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle language name from the Oracle short language name.
getOraLinguisticSortFromLocale(Locale) - Static method in class oracle.i18n.util.LocaleMapper
Returns the default Oracle linguistic sort name for the locale.
getOraLocale(Locale) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle language and Oracle territory name for the given Java Locale instance in the <Oracle Language>_<Oracle Territory> form.
getOraShortLanguage() - Method in class oracle.i18n.servlet.Localizer
Returns the short form of the Oracle language name.
getOraShortNameFromLanguage(String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle short language name from the Oracle language name.
getOraTerrFromJavaTerr(String) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle territory name for the given ISO 3166 two-letter code.
getOraTerritory() - Method in class oracle.i18n.servlet.Localizer
Returns the Oracle territory name.
getOraTerritory(Locale) - Static method in class oracle.i18n.util.LocaleMapper
Returns the Oracle territory name for the given Java Locale instance.
getParameter(String) - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns the parameter value corresponding to the key.
getParameterMap() - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns a java.util.Map object of the parameters of this request.
getParameterName(LocaleSource.Parameter) - Method in class oracle.i18n.servlet.Localizer
Returns a String representing the parameter name used to specify locale attributes.
getParameterName(LocaleSource.Parameter) - Method in class oracle.i18n.servlet.ApplicationContext
Returns a String representing the parameter name used to specify locale attributes.
getParameterNames() - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns an Enumeration of String objects containing the names of the parameters in this request.
getParameterValues(String) - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns an array of String objects containing all of the values of the given request parameter, or returns null if the parameter does not exist.
getRatio() - Method in class oracle.i18n.lcsd.LCSDResultSet
 
getRatio(int) - Method in class oracle.i18n.lcsd.LCSDResultSet
 
getRawParameter(String) - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Returns the raw value of the parameter corresponding to the key.
getResult() - Method in class oracle.i18n.lcsd.LCSDetector
Determines the top ranking language/character set pairs from the cumulated statistical data.
getShortLanguage() - Method in class oracle.i18n.util.OraLocaleInfo
Returns Oracle short language name for this OraLocaleInfo instance.
getShortMonths() - Method in class oracle.i18n.text.OraDateFormatSymbols
Returns the abbreviated month names for the object.
getShortWeekdays() - Method in class oracle.i18n.text.OraDateFormatSymbols
Returns the abbreviated names of day-of-the-week for the object.
getSize() - Method in class oracle.i18n.lcsd.LCSDResultSet
Returns the number of result pairs that have a ratio greater than zero.
getSourceString() - Method in class oracle.i18n.text.OraCollationKey
Returns the source String object that this OraCollationKey object represents.
getStartDayOfTheWeek() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the start day-of-the-week for the object.
getStartDayOfTheWeek(String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the start day of the week for the given Oracle territory for the object.
getStartDayOfTheWeek(String, String) - Static method in class oracle.i18n.util.OraLocaleInfo
Returns the start day of the week for the given Oracle language and Oracle territory for the object.
getStrength() - Method in class oracle.i18n.text.OraCollator
Gets the strength used in comparisons.
getSupportedIANACharacterSets() - Method in class oracle.i18n.servlet.Localizer
Returns supported IANA character sets.
getSupportedIANACharacterSets() - Method in class oracle.i18n.servlet.ApplicationContext
Returns supported IANA character sets.
getSupportedLocales() - Method in class oracle.i18n.servlet.Localizer
Returns locales supported in the application.
getSupportedLocales() - Method in class oracle.i18n.servlet.ApplicationContext
Returns locales supported in the application.
getSupportedOraLanguages() - Method in class oracle.i18n.servlet.Localizer
Returns supported Oracle languages.
getSupportedOraLanguages() - Method in class oracle.i18n.servlet.ApplicationContext
Returns supported Oracle languages.
getSupportedOraLanguages(String) - Method in class oracle.i18n.servlet.Localizer
Returns supported Oracle languages for the given Oracle territory.
getSupportedOraLanguages(String) - Method in class oracle.i18n.servlet.ApplicationContext
Returns supported Oracle languages for the Oracle territory.
getSupportedOraTerritories() - Method in class oracle.i18n.servlet.Localizer
Returns supported Oracle territories.
getSupportedOraTerritories() - Method in class oracle.i18n.servlet.ApplicationContext
Returns supported Oracle territories.
getSupportedOraTerritories(String) - Method in class oracle.i18n.servlet.Localizer
Returns supported Oracle territories for the given Oracle language.
getSupportedOraTerritories(String) - Method in class oracle.i18n.servlet.ApplicationContext
Returns supported Oracle territories for the Oracle language.
getTerritory() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the Oracle territory name for this OraLocaleInfo instance.
getTimeFormat() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the Oracle time format in this object.
getTimeInstance() - Static method in class oracle.i18n.text.OraDateFormat
Returns a time formatter that uses the default time formatting style for the default locale.
getTimeInstance(Locale) - Static method in class oracle.i18n.text.OraDateFormat
Returns a time formatter for the given locale.
getTimeInstance(OraLocaleInfo) - Static method in class oracle.i18n.text.OraDateFormat
Returns a time formatter for the given OraLocaleInfo object.
getTimePattern() - Method in class oracle.i18n.servlet.Localizer
Returns the time format pattern.
getTimeZone() - Method in class oracle.i18n.text.OraDateFormat
Returns the time zone associated with the calendar of this formatter.
getTimeZone() - Method in class oracle.i18n.servlet.Localizer
Returns the current TimeZone object.
getTimeZone() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the time zone in this object.
getWeekdays() - Method in class oracle.i18n.text.OraDateFormatSymbols
Returns the names of day-of-the-week for the object.
getWritingDirection() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the Oracle writing direction for this OraLocaleInfo instance.
getWritingDirection() - Method in class oracle.i18n.servlet.Localizer
Returns the current text display writing direction.
getWritingDirection() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the writing direction in this object.
getWritingDirection(String) - Static method in class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection
Returns LocaleSource.WritingDirection object from the input string that is either LTR or RTL.
GREATER - Static variable in class oracle.i18n.text.OraCollator
The result of the comparison that the OraCollator object returns if the first string is greater than the second string.

H

hashCode() - Method in class oracle.i18n.text.OraDecimalFormat
Overrides the hashCode method.
hashCode() - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Overrides the hashCode method.
hashCode() - Method in class oracle.i18n.text.OraSimpleDateFormat
Overrides the hashCode method.
hashCode() - Method in class oracle.i18n.text.OraDateFormatSymbols
Overrides the hashCode method.
hashCode() - Method in class oracle.i18n.text.OraCollator
Creates a hash code for this OraCollator object based on sort rule, strength, and decomposition level.
hashCode() - Method in class oracle.i18n.text.OraCollationKey
Creates a hash code for this OraCollationKey object; the value is calculated on the key, not the source string.
hashCode() - Method in class oracle.i18n.util.OraLocaleInfo
Overrides the hashCode method.
hashCode() - Method in class oracle.i18n.servlet.ApplicationContext
Returns the hash value.
hashCode() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Returns the hash value of this object.
hashCode() - Method in class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection
Returns the hash value.
hashCode() - Method in class oracle.i18n.servlet.localesource.LocaleSource.Alignment
Returns the hash value.
hashCode() - Method in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Returns the hash code for the parameter.
HEXADECIMAL_NUMBER - Static variable in class oracle.i18n.net.CharEntityReference.Form
Constant value used to specify the escaped values in hexadecimal number form; used for all data, for example, &#x1235;.
HOUR_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for HOUR_FIELD alignment.
HOUR_OF_DAY_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for HOUR_OF_DAY_FIELD alignment.
HttpAcceptLanguage - class oracle.i18n.servlet.localesource.HttpAcceptLanguage.
The HttpAcceptLanguage class is a locale source class that carries the language preference of the web client.

I

IANA - Static variable in class oracle.i18n.util.LocaleMapper
Constant value to represent IANA.
INTEGER_FIELD - Static variable in class oracle.i18n.text.OraNumberFormat
Constant for INTEGER_FIELD alignment.
isCached() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Checks if the LocaleSource object is cached.
isCharsetSupported(int, String) - Static method in class oracle.i18n.lcsd.LCSDetector
Check whether the given character set that is equivalent to the Oracle, IANA, or Java Character Set is supported by the detection feature.
isDecimalSeparatorAlwaysShown() - Method in class oracle.i18n.text.OraDecimalFormat
Returns true if decimal separator is always shown in the result string.
isGroupingUsed() - Method in class oracle.i18n.text.OraNumberFormat
Checks if the grouping separator is used for this formatter.
ISO_CURRENCY - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
ISO 4217 currency parameter
ISO_WEEK_OF_YEAR_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for ISO_WEEK_OF_YEAR_FIELD alignment.
ISO_YEAR_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for ISO_YEAR_FIELD alignment.
isParseIntegerOnly() - Method in class oracle.i18n.text.OraNumberFormat
Checks if this formatter parses integer portion only.
isReadOnly() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Checks if the LocaleSource object is read-only.
isValidIdentifier(String, String) - Static method in class oracle.i18n.util.OraSQLUtil
Checks if the string is valid in the database character set.

J

JAVA - Static variable in class oracle.i18n.util.LocaleMapper
Constant value to represent Java.
JULIAN_DAY_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for JULIAN_DAY_FIELD alignment.

L

LANGUAGE - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Language parameter
LCSDetector - class oracle.i18n.lcsd.LCSDetector.
The LCSDetector class contains methods to automatically detect and recognize language, encoding, or both based on text input.
LCSDetector() - Constructor for class oracle.i18n.lcsd.LCSDetector
Constructor which uses the standard default profile.
LCSDetector(String) - Constructor for class oracle.i18n.lcsd.LCSDetector
Constructor which takes a profile name and allows you to choose a profile other than the default.
LCSDResultSet - class oracle.i18n.lcsd.LCSDResultSet.
The LCSDResultSet class stores the result generated by the LCSDetector class.
LESS - Static variable in class oracle.i18n.text.OraCollator
The result of the comparison that the OraCollator object returns if the first string is less than the second string.
LINGUISTIC_SORT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Linguistic sorting parameter
load() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Loads the locale and all attributes from the actual locale source into this object.
LOCALE - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Locale parameter
LOCALE_SOURCE - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Locale source name parameter
LocaleMapper - class oracle.i18n.util.LocaleMapper.
The LocaleMapper class maps between Oracle locale elements and equivalent locale elements in other vendors and standards.
LocaleSource - class oracle.i18n.servlet.localesource.LocaleSource.
The LocaleSource class is the abstract base class for locale source objects.
LocaleSource.Alignment - class oracle.i18n.servlet.localesource.LocaleSource.Alignment.
The LocaleSource.Alignment class represents the alignment of text elements.
LocaleSource.Parameter - class oracle.i18n.servlet.localesource.LocaleSource.Parameter.
The LocaleSource.Parameter class represents locale and attribute variable names.
LocaleSource.WritingDirection - class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection.
The LocaleSource.WritingDirection class represents the writing direction of the locale.
LocaleSource(boolean, boolean) - Constructor for class oracle.i18n.servlet.localesource.LocaleSource
Constructs a LocaleSource object.
Localizer - class oracle.i18n.servlet.Localizer.
The Localizer class is an all-in-one object class that enables access to all necessary globalization information.
LONG - Static variable in class oracle.i18n.text.OraDateFormat
Constant for date LONG format style.
LONG_DATE_FORMAT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Long date format parameter
LONG_DATE_TIME_FORMAT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Long date and time format parameter
LTR - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection
LocaleSource.WritingDirection object that represents left-to-right display writing direction.

M

MILLISECOND_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for MILLISECOND_FIELD alignment.
MINUTE_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for MINUTE_FIELD alignment.
MONTH_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for MONTH_FIELD alignment.

N

NAMED - Static variable in class oracle.i18n.net.CharEntityReference.Form
Constant value used to specify the escaped values in a registered named entity, for example, &amplt;.
NAMED_DECIMAL_NUMBER - Static variable in class oracle.i18n.net.CharEntityReference.Form
Constant value used to specify the escaped values in a named character entity, if the entity is registered.
NAMED_HEXADECIMAL_NUMBER - Static variable in class oracle.i18n.net.CharEntityReference.Form
Constant value used to specify the escaped values in a named character entity, if the entity is registered.
NO_COMPOSITION - Static variable in class oracle.i18n.text.OraCollator
The OraCollator class composition level value.
NUMBER_FORMAT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Number format parameter

O

OBJECT_KEY - Static variable in class oracle.i18n.servlet.ApplicationContext
Constant for key used to retrieve this object.
ORACLE - Static variable in class oracle.i18n.util.LocaleMapper
Constant value to represent Oracle.
oracle.i18n.lcsd - package oracle.i18n.lcsd
Provides classes to automatically detect and recognize language, encoding, or both based on text input.
oracle.i18n.net - package oracle.i18n.net
Provides internet-related data conversions for globalization.
oracle.i18n.servlet - package oracle.i18n.servlet
Supports JSP / Java Servlet globalization by automatically detecting the current locale and retrieving appropriate localized contents.
oracle.i18n.servlet.filter - package oracle.i18n.servlet.filter
Provides the Java Servlet filters that detect the current user locale.
oracle.i18n.servlet.listener - package oracle.i18n.servlet.listener
Provides default listener classes used for JSP / Java Servlet applications.
oracle.i18n.servlet.localesource - package oracle.i18n.servlet.localesource
Provides classes that are plug-ins for automatic locale detectors.
oracle.i18n.text - package oracle.i18n.text
Provides general text data globalization support, such as collation, date/time format, and number/currency format, associated with specific Oracle locale.
oracle.i18n.util - package oracle.i18n.util
Provides general utilities for globalization support.
OraCollationKey - class oracle.i18n.text.OraCollationKey.
The OraCollationKey class represents a String object under control of a specific OraCollator object.
OraCollator - class oracle.i18n.text.OraCollator.
The OraCollator class performs locale-sensitive string comparisons, including linguistic collation and binary sorting.
OraCollator() - Constructor for class oracle.i18n.text.OraCollator
The constructor is here only for completeness.
OraDateFormat - class oracle.i18n.text.OraDateFormat.
The OraDateFormat class is an abstract class to do locale-sensitive formatting and parsing between date/time and string.
OraDateFormat() - Constructor for class oracle.i18n.text.OraDateFormat
 
OraDateFormatSymbols - class oracle.i18n.text.OraDateFormatSymbols.
The OraDateFormatSymbols class is a class that maintains Oracle translations for date/time-related strings such as month names and day-of-the-week names.
OraDateFormatSymbols() - Constructor for class oracle.i18n.text.OraDateFormatSymbols
Constructs an OraDateFormatSymbols object for the default locale.
OraDateFormatSymbols(Locale) - Constructor for class oracle.i18n.text.OraDateFormatSymbols
Constructs an OraDateFormatSymbols object for the given locale.
OraDateFormatSymbols(OraLocaleInfo) - Constructor for class oracle.i18n.text.OraDateFormatSymbols
Constructs an OraDateFormatSymbols object for the given OraLocaleInfo object.
OraDecimalFormat - class oracle.i18n.text.OraDecimalFormat.
The OraDecimalFormat class is a concrete class to do locale-sensitive formatting and parsing between number and string.
OraDecimalFormat() - Constructor for class oracle.i18n.text.OraDecimalFormat
Constructs an OraDecimalFormat object using the default number format pattern and the default decimal format symbols for the default locale.
OraDecimalFormat(String) - Constructor for class oracle.i18n.text.OraDecimalFormat
Constructs an OraDecimalFormat object using the given format pattern and the default decimal format symbols for the default locale.
OraDecimalFormat(String, OraDecimalFormatSymbols) - Constructor for class oracle.i18n.text.OraDecimalFormat
Constructs an OraDecimalFormat object using the given format pattern and the given decimal format symbols.
OraDecimalFormatSymbols - class oracle.i18n.text.OraDecimalFormatSymbols.
The OraDecimalFormatSymbols class is a class that maintains Oracle decimal format symbols such as decimal separator and currency symbols.
OraDecimalFormatSymbols() - Constructor for class oracle.i18n.text.OraDecimalFormatSymbols
Constructs an OraDecimalFormatSymbols object for the default locale.
OraDecimalFormatSymbols(Locale) - Constructor for class oracle.i18n.text.OraDecimalFormatSymbols
Constructs an OraDecimalFormatSymbols object for the given locale.
OraDecimalFormatSymbols(OraLocaleInfo) - Constructor for class oracle.i18n.text.OraDecimalFormatSymbols
Constructs an OraDecimalFormatSymbols object for the given OraLocaleInfo object.
OraDisplayLocaleInfo - class oracle.i18n.util.OraDisplayLocaleInfo.
The OraDisplayLocaleInfo class is a translation utility class that provides the predefined translations for locale and attributes.
OraLocaleInfo - class oracle.i18n.util.OraLocaleInfo.
The OraLocaleInfo class is an Oracle locale class that includes the Oracle language, territory, and collator objects.
OraNormalizer - class oracle.i18n.text.OraNormalizer.
The OraNormalizer class is a class used for normalizing strings following the Unicode Standard.
OraNumberFormat - class oracle.i18n.text.OraNumberFormat.
The OraNumberFormat class is an abstract class to do locale-sensitive formatting and parsing between number and string.
OraNumberFormat() - Constructor for class oracle.i18n.text.OraNumberFormat
 
OraResourceBundle - class oracle.i18n.util.OraResourceBundle.
The OraResourceBundle class is the factory class that constructs a java.util.ResourceBundle instance.
OraSimpleDateFormat - class oracle.i18n.text.OraSimpleDateFormat.
The OraSimpleDateFormat class is a concrete class to do locale-sensitive formatting and parsing between date/time and string.
OraSimpleDateFormat() - Constructor for class oracle.i18n.text.OraSimpleDateFormat
Constructs an OraSimpleDateFormat object that uses the default date/time formatting sytle for the default locale.
OraSimpleDateFormat(String) - Constructor for class oracle.i18n.text.OraSimpleDateFormat
Constructs an OraSimpleDateFormat object that uses the given format pattern for the default locale.
OraSimpleDateFormat(String, Locale) - Constructor for class oracle.i18n.text.OraSimpleDateFormat
Constructs an OraSimpleDateFormat object that uses the given format pattern for the given locale.
OraSimpleDateFormat(String, OraDateFormatSymbols) - Constructor for class oracle.i18n.text.OraSimpleDateFormat
Constructs an OraSimpleDateFormat object that uses the given format pattern and the given Oracle date/time symbols for the default locale.
OraSimpleDateFormat(String, OraDateFormatSymbols, Locale) - Constructor for class oracle.i18n.text.OraSimpleDateFormat
Constructs an OraSimpleDateFormat object that uses the given format pattern and the given Oracle date/time symbols for the given locale.
OraSimpleDateFormat(String, OraDateFormatSymbols, OraLocaleInfo) - Constructor for class oracle.i18n.text.OraSimpleDateFormat
Constructs an OraSimpleDateFormat object that uses the given format pattern and the given Oracle date/time symbols for the given OraLocaleInfo object.
OraSimpleDateFormat(String, OraLocaleInfo) - Constructor for class oracle.i18n.text.OraSimpleDateFormat
Constructs an OraSimpleDateFormat object that uses the given format pattern for the given OraLocaleInfo object.
OraSQLUtil - class oracle.i18n.util.OraSQLUtil.
The OraSQLUtil class is an Oracle SQL utility class.

P

parse(String) - Method in class oracle.i18n.text.OraNumberFormat
Parses a string into a number.
parse(String) - Method in class oracle.i18n.text.OraDateFormat
Parses a date/time string into a date.
parse(String, ParsePosition) - Method in class oracle.i18n.text.OraNumberFormat
Parses a string into a number, starting from the given parse position.
parse(String, ParsePosition) - Method in class oracle.i18n.text.OraDecimalFormat
Parses a string into a Number object, starting from the given parse position.
parse(String, ParsePosition) - Method in class oracle.i18n.text.OraDateFormat
Parses a date/time string into a date, starting from the given parse position.
parse(String, ParsePosition) - Method in class oracle.i18n.text.OraSimpleDateFormat
Parses a date/time string into a Date object, starting from the given parse position.
parseCurrency(String) - Method in class oracle.i18n.servlet.Localizer
Translates a text representation of the currency amount into Number object.
parseDate(String, int) - Method in class oracle.i18n.servlet.Localizer
Translates a text representation of the date into a Date object.
parseDateTime(String, int) - Method in class oracle.i18n.servlet.Localizer
Translates a Date object into a text representation of the date and time.
parseNumber(String) - Method in class oracle.i18n.servlet.Localizer
Translates a text representation of the number into a Number object.
parseObject(String, ParsePosition) - Method in class oracle.i18n.text.OraNumberFormat
Parses a string into a (Number) object, starting from the given parse position.
parseObject(String, ParsePosition) - Method in class oracle.i18n.text.OraDateFormat
Parses a date/time string into a (Date) object, starting from the given parse position.
parseTime(String) - Method in class oracle.i18n.servlet.Localizer
Translates a text representation of the time into a Date object.
PRIMARY - Static variable in class oracle.i18n.text.OraCollator
The OraCollator class strength value.

Q

QUARTER_OF_YEAR_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for QUARTER_OF_YEAR_FIELD alignment.

R

refreshLocales(HttpServletRequest) - Static method in class oracle.i18n.servlet.ServletHelper
Refreshes the locale objects associated with the request.
reset() - Method in class oracle.i18n.lcsd.LCSDetector
To reset statistical data for all pairs to 0.
rewriteURL(String, HttpServletRequest) - Static method in class oracle.i18n.servlet.ServletHelper
Rewrites a URL based on the rules specified in the application configuration file.
rewriteURL(String, String, HttpServletRequest) - Static method in class oracle.i18n.servlet.ServletHelper
Rewrites a URL based on the rules specified in the application configuration file.
RTL - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection
LocaleSource.WritingDirection object that represents right-to-left display writing direction.

S

SECOND_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for SECOND_FIELD alignment.
SECONDARY - Static variable in class oracle.i18n.text.OraCollator
The OraCollator class strength value.
SECONDS_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for SECONDS_FIELD alignment.
ServletFilter - class oracle.i18n.servlet.filter.ServletFilter.
The ServletFilter class instantiates the wrappers of HTTP request and response objects for the GDK, and passes them to the application.
ServletHelper - class oracle.i18n.servlet.ServletHelper.
The ServletHelper class is a delegate class that provides a bridge between Java servlets and globalization objects.
ServletRequestWrapper - class oracle.i18n.servlet.filter.ServletRequestWrapper.
The ServletRequestWrapper class is an HTTP request class that detects the current user locale and supplies it to the application.
ServletRequestWrapper(HttpServletRequest) - Constructor for class oracle.i18n.servlet.filter.ServletRequestWrapper
Constructs this class.
ServletResponseWrapper - class oracle.i18n.servlet.filter.ServletResponseWrapper.
The ServletResponseWrapper class is an HTTP response class that sets the appropriate character set for the response operation.
ServletResponseWrapper(ServletRequestWrapper, HttpServletResponse) - Constructor for class oracle.i18n.servlet.filter.ServletResponseWrapper
Constructs this class.
setAmPmStrings(String[]) - Method in class oracle.i18n.text.OraDateFormatSymbols
Sets the meridian indicators to the given indicators for this object.
setAttribute(String, Object) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers an attribute object in the locale source.
setCalendar(Calendar) - Method in class oracle.i18n.text.OraDateFormat
Sets the given calendar to be used by this date/time formatter.
setCharacterEncoding(String) - Method in class oracle.i18n.servlet.filter.ServletRequestWrapper
Sets the character set of the input stream.
setCharacterSet(String) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Oracle character set name to store in the actual LocaleSource class.
setCharacterSetFilter(String) - Method in class oracle.i18n.lcsd.LCSDetector
Sets the character set filter if you know the character set of the input data.
setCollator(OraCollator) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Oracle collator to store in the actual LocaleSource class.
setComposition(int) - Method in class oracle.i18n.text.OraCollator
Sets the composition level used for comparison.
setContentType(String) - Method in class oracle.i18n.servlet.filter.ServletResponseWrapper
Sets the content type of the output stream.
setCurrencyFormat(OraNumberFormat) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Oracle currency format object to store in the actual LocaleSource class.
setCurrencySymbol(String) - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Sets the local currency symbol to the given symbol for this object.
setDateFormat(int, OraDateFormat) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Oracle date format object to store in the actual LocaleSource class.
setDateTimeFormat(int, OraDateFormat) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Oracle date time format object to store in the actual LocaleSource class.
setDecimalSeparator(char) - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Sets the decimal separator to the given symbol for this object.
setDecimalSeparatorAlwaysShown(boolean) - Method in class oracle.i18n.text.OraDecimalFormat
Sets the switch for decimal separator to the given boolean value.
setEras(String[]) - Method in class oracle.i18n.text.OraDateFormatSymbols
Sets the eras to the given eras for this object.
setGroupingSeparator(char) - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Sets the grouping separator to the given symbol for this object.
setGroupingUsed(boolean) - Method in class oracle.i18n.text.OraNumberFormat
Sets the switch for grouping separator to the given boolean value.
setInternationalCurrencySymbol(String) - Method in class oracle.i18n.text.OraDecimalFormatSymbols
Sets the international currency symbol to the given symbol for this object.
setISOCurrency(String) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the ISO currency to store in the actual LocaleSource class.
setLanguageFilter(String) - Method in class oracle.i18n.lcsd.LCSDetector
Sets the language filter if you know the language of the input data.
setLocale(Locale) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Locale object with this object.
setLocale(Locale) - Method in class oracle.i18n.servlet.filter.ServletResponseWrapper
Sets the locale to the response object in the Content-Language header for the output stream.
setLocale(Locale, ApplicationContext) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the locale object in this object.
setLocaleSourceClass(Class) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the locale source class object.
setMonths(String[]) - Method in class oracle.i18n.text.OraDateFormatSymbols
Sets the month names to the given month names for this object.
setNumberFormat(OraNumberFormat) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Oracle number format object to store in the actual LocaleSource class.
setOraDateFormatSymbols(OraDateFormatSymbols) - Method in class oracle.i18n.text.OraSimpleDateFormat
Sets the Oracle date/time format symbols or translations to the given OraDateFormatSymbols object for this formatter.
setOraDecimalFormatSymbols(OraDecimalFormatSymbols) - Method in class oracle.i18n.text.OraDecimalFormat
Sets this formatter to use the given Oracle decimal format symbols.
setParseIntegerOnly(boolean) - Method in class oracle.i18n.text.OraNumberFormat
Sets the switch for parsing integer only to the given boolean value.
setShortMonths(String[]) - Method in class oracle.i18n.text.OraDateFormatSymbols
Sets the abbreviated month names to the given abbreviated month names for this object.
setShortWeekdays(String[]) - Method in class oracle.i18n.text.OraDateFormatSymbols
Sets the abbreviated names of day-of-the-week to the given names for this object.
setStrength(int) - Method in class oracle.i18n.text.OraCollator
Sets the strength used in comparisons.
setTimeFormat(OraDateFormat) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the Oracle time format object to store in the actual LocaleSource class.
setTimeZone(TimeZone) - Method in class oracle.i18n.text.OraDateFormat
Sets the given time zone to be used by the calendar of this formatter.
setTimeZone(TimeZone) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the TimeZone ID to store in the actual LocaleSource class.
setWeekdays(String[]) - Method in class oracle.i18n.text.OraDateFormatSymbols
Sets the names of day-of-the-week to the given names for this object.
setWritingDirection(LocaleSource.WritingDirection) - Method in class oracle.i18n.servlet.localesource.LocaleSource
Registers the writing direction to store in the actual LocaleSource class.
SHORT - Static variable in class oracle.i18n.text.OraDateFormat
Constant for date/time SHORT format style.
size() - Static method in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Returns the number of parameter classes.
START - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Alignment
The LocaleSource.Alignment object that represents the starting alignment.
store() - Method in class oracle.i18n.servlet.localesource.LocaleSource
Stores the locale and all attributes of the object in the actual LocaleSource class.
synchronizeLocale(Connection) - Method in class oracle.i18n.servlet.Localizer
Synchronizes the NLS parameters of the database session with this object.
synchronizeLocale(Locale, Connection) - Static method in class oracle.i18n.util.OraSQLUtil
Synchronizes the session NLS parameters with the locale.
synchronizeLocale(String, String, Connection) - Static method in class oracle.i18n.util.OraSQLUtil
Synchronizes the database session NLS parameters with the Oracle language and territory names.

T

TERRITORY - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Territory parameter
TERTIARY - Static variable in class oracle.i18n.text.OraCollator
The OraCollator class strength value.
TEXT_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for TEXT_FIELD alignment.
TIME_FORMAT - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Time format parameter
TIMEZONE - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Time zone parameter
TIMEZONE_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for TIMEZONE_FIELD alignment.
toArray() - Static method in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Returns an array of all parameter objects.
toByteArray() - Method in class oracle.i18n.text.OraCollationKey
Converts the OraCollationKey object to a sequence of bytes.
toPattern() - Method in class oracle.i18n.text.OraDecimalFormat
Returns a format pattern string that represents the formatting behavior of this formatter.
toPattern() - Method in class oracle.i18n.text.OraSimpleDateFormat
Returns the format pattern associated with this date/time formatter.
toString() - Method in class oracle.i18n.util.OraLocaleInfo
Returns the string representation of this OraLocaleInfo instance.
toString() - Method in class oracle.i18n.servlet.localesource.LocaleSource.WritingDirection
Returns LTR or RTL representing a display writing direction.
toString() - Method in class oracle.i18n.servlet.localesource.LocaleSource.Alignment
Returns START or END representing a display writing direction.
toString() - Method in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Returns the original name of the parameter.

U

unescape(String) - Static method in class oracle.i18n.net.CharEntityReference
Converts an escaped string into a Unicode string.
UNIX - Static variable in class oracle.i18n.util.LocaleMapper
Constant value to represent Unix in general.
UserInput - class oracle.i18n.servlet.localesource.UserInput.
The UserInput class calls the request.getParameter(LocaleSource.Parameter) method to retrieve the user input.

W

WEEK_OF_MONTH_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for WEEK_OF_MONTH_FIELD alignment.
WEEK_OF_YEAR_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for WEEK_OF_YEAR_FIELD alignment.
WINDOWS - Static variable in class oracle.i18n.util.LocaleMapper
Constant value to represent Windows in general.
WRITING_DIRECTION - Static variable in class oracle.i18n.servlet.localesource.LocaleSource.Parameter
Writing direction parameter

Y

YEAR_FIELD - Static variable in class oracle.i18n.text.OraDateFormat
Constant for YEAR_FIELD alignment.

A C D E F G H I J L M N O P Q R S T U W Y

Oracle® Globalization Development Kit Java API Reference
10g Release 1 (10.1.0.0)

Part No. B10971-02

Copyright © 2003, 2004, Oracle. All rights reserved.