Bidi class getLevelAt example. public int getLevelAt(int offset) Return the resolved level of the character at offset. If offset is <0 or >= the length of the line, return the base direction level.
DecimalFormatSymbolsclass GetZeroDigit() method example. This example shows you how to use GetZeroDigit() method.This method Gets the character used for zero.
Bidi class createLineBidi example. public Bidi createLineBidi(int lineStart, int lineLimit) Create a Bidi object representing the bidi information on a line of text within the paragraph represented by the current Bidi. This call is not required if the entire paragraph fits on one line.
DecimalFormatSymbolsclass GetPerMill() method example. This example shows you how to use GetPerMill() method.This method Gets the character used for per mille sign.
DecimalFormatSymbolsclass GetPercent() method example. This example shows you how to use GetPercent() method.This method Gets the character used for percent sign.
ParsePosition class setErrorIndex example. public void setErrorIndex(int ei) Set the index at which a parse error occurred. Formatters should set this before returning an error code from their parseObject method. The default value is -1 if this is not set.
DecimalFormatSymbolsclass GetPatternSeparator() method example. This example shows you how to use GetPatternSeparator() method.This method Gets the character used to separate positive and negative subpatterns in a pattern.
DecimalFormatSymbolsclass GetNaN() method example. This example shows you how to use GetNaN() method.This method Gets the string used to represent "not a number".
DecimalFormatSymbolsclass GetMonetaryDecimalSeparator() method example. This example shows you how to use GetMonetaryDecimalSeparator() method.This method Returns the monetary decimal separator.
DecimalFormatSymbolsclass GetMinusSign() method example. This example shows you how to use GetMinusSign() method.This method Gets the character used to represent minus sign.
Syntax is : public void set2DigitYearStart(Date startDate)
This method sets the 100-year period 2-digit years will be interpreted as being in to begin on the date the user specifies.
DecimalFormatSymbolsclass GetInternationalCurrencySymbol() method example. This example shows you how to use GetInternationalCurrencySymbol() method.This method Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols.
Syntax is : public Date parse(String text, ParsePosition pos)
This method parses text from a string to produce a Date. The method attempts to parse text starting at the index given by pos.
DecimalFormatSymbolsclass GetInstance1() method example. This example shows you how to use GetInstance1() method.This method Gets the DecimalFormatSymbols instance for the specified locale.
DecimalFormatSymbolsclass GetInstance() method example. This example shows you how to use GetInstance() method.This method Gets the DecimalFormatSymbols instance for the default locale.
Syntax is : public Date get2DigitYearStart()
This method returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
DecimalFormatSymbolsclass GetInfinity() method example. This example shows you how to use GetInfinity() method.This method Gets the string used to represent infinity.
DecimalFormatSymbolsclass GetGroupingSeparator() method example. This example shows you how to use GetGroupingSeparator() method.This method Gets the character used for thousands separator.
DecimalFormatSymbolsclass GetExponentSeparator() method example. This example shows you how to use GetExponentSeparator() method.This method Returns the string used to separate the mantissa from the exponent