A B C D E F G H I N O P Q R S T U V

A

ALTERNATE_HANDLING - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Attribute for handling variable elements
ATTRIBUTE_COUNT - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Attribute count

B

ByteToCharConverterICU - class com.ibm.icu4jni.converters.ByteToCharConverterICU.
 
ByteToCharConverterICU(String) - Constructor for class com.ibm.icu4jni.converters.ByteToCharConverterICU
Create an instance of ByteToCharConverterICU with the specified encoding.
ByteToCharGB18030 - class com.ibm.icu4jni.converters.ByteToCharGB18030.
 
ByteToCharGB18030() - Constructor for class com.ibm.icu4jni.converters.ByteToCharGB18030
Create an instance of ByteToCharGB18030 converter

C

CANONICAL_DECOMPOSITION - Static variable in class com.ibm.icu4jni.text.Collator
Decomposition mode value.
CASE_FIRST - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Who goes first, lower case or uppercase.
CASE_LEVEL - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Do we have an extra case level
CharToByteConverterICU - class com.ibm.icu4jni.converters.CharToByteConverterICU.
 
CharToByteConverterICU(String) - Constructor for class com.ibm.icu4jni.converters.CharToByteConverterICU
Create an instance of CharToByteConverterICU with the specified encoding.
CharToByteGB18030 - class com.ibm.icu4jni.converters.CharToByteGB18030.
 
CharToByteGB18030() - Constructor for class com.ibm.icu4jni.converters.CharToByteGB18030
Create an instance of CharToByteGB18030 converter
CharsetDecoderICU - class com.ibm.icu4jni.charset.CharsetDecoderICU.
 
CharsetDecoderICU(Charset, long) - Constructor for class com.ibm.icu4jni.charset.CharsetDecoderICU
Constructs a new decoder for the given charset
CharsetEncoderICU - class com.ibm.icu4jni.charset.CharsetEncoderICU.
 
CharsetEncoderICU(Charset, long, byte[]) - Constructor for class com.ibm.icu4jni.charset.CharsetEncoderICU
Construcs a new encoder for the given charset
CharsetICU - class com.ibm.icu4jni.charset.CharsetICU.
 
CharsetICU(String, String, String[]) - Constructor for class com.ibm.icu4jni.charset.CharsetICU
Constructor to create a the CharsetICU object
CharsetProviderICU - class com.ibm.icu4jni.charset.CharsetProviderICU.
 
CharsetProviderICU() - Constructor for class com.ibm.icu4jni.charset.CharsetProviderICU
Constructs a CharsetProviderICU object
CharsetProviderICU.CharsetIterator - class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator.
Class that implements the iterator for charsets
CharsetProviderICU.CharsetIterator(String[]) - Constructor for class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator
 
CollationAttribute - class com.ibm.icu4jni.text.CollationAttribute.
Interface for storing ICU collation equivalent enum values.
CollationAttribute() - Constructor for class com.ibm.icu4jni.text.CollationAttribute
 
CollationElementIterator - class com.ibm.icu4jni.text.CollationElementIterator.
Collation element iterator JNI wrapper.
CollationKey - class com.ibm.icu4jni.text.CollationKey.
Collation key wrapper, containing the byte array sort key.
Collator - class com.ibm.icu4jni.text.Collator.
Abstract class handling locale specific collation via JNI and ICU.
Collator() - Constructor for class com.ibm.icu4jni.text.Collator
 
canConvert(char) - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Ascertains if a given Unicode character can be converted to the target encoding
canConvert(int) - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Ascertains if a given Unicode codeunit (32bit value for handling surrogates) can be converted to the target encoding.
canDecode(long, byte[]) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Ascertains if a given a byte sequence can be converted to Unicode
canEncode(char) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Ascertains if a given Unicode character can be converted to the target encoding
canEncode(int) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Deprecated. ICU 3.4
canEncode(long, int) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Ascertains if a given Unicode code unit can be converted to the target encoding
charsetForName(String) - Method in class com.ibm.icu4jni.charset.CharsetProviderICU
Constructs a charset for the given charset name
charsets() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU
Returns an iterator for the available charsets
check(int) - Static method in class com.ibm.icu4jni.text.Normalizer
Checks if argument is a valid normalization format for use
clone() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Makes a complete copy of the current object.
clone() - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Makes a complete copy of the current object.
clone() - Method in class com.ibm.icu4jni.text.Collator
Makes a copy of the current object.
clone() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Makes a complete copy of the current object.
closeConverter(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Closes the specified converter and releases the resources
com.ibm.icu4jni.charset - package com.ibm.icu4jni.charset
 
com.ibm.icu4jni.converters - package com.ibm.icu4jni.converters
 
com.ibm.icu4jni.text - package com.ibm.icu4jni.text
 
compare(String, String) - Method in class com.ibm.icu4jni.text.Collator
The comparison function compares the character data stored in two different strings.
compare(String, String) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
The comparison function compares the character data stored in two different strings.
compareTo(CollationKey) - Method in class com.ibm.icu4jni.text.CollationKey
Bitwise comparison for the collation keys
compareTo(Object) - Method in class com.ibm.icu4jni.text.CollationKey
Bitwise comparison for the collation keys.
compose(String, boolean) - Static method in class com.ibm.icu4jni.text.Normalizer
Compose a string.
compose(char[], char[], boolean) - Static method in class com.ibm.icu4jni.text.Normalizer
Compose a string.
contains(Charset) - Method in class com.ibm.icu4jni.charset.CharsetICU
Ascertains if a charset is a sub set of this charset
contains(long, long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Determines whether charset1 contains charset2.
convert(byte[], int, int, char[], int, int) - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Conversion through the JNI interface for ICU.
convert(char[], int, int, byte[], int, int) - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Conversion through the JNI interface for ICU.
convertByteToChar(long, byte[], int, char[], int, int[], boolean) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Converts an array of bytes containing characters in an external encoding into an array of Unicode characters.
convertCharToByte(long, char[], int, byte[], int, int[], boolean) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Converts an array of Unicode chars containing characters in an external encoding into an array of bytes.
countAliases(String) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the number of aliases for a converter name
countAvailable() - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the number of converters installed in the current installation of ICU
countInvalidBytes(long, int[]) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the numnber of invalid bytes in the specified converter object for the last error that has occured
countInvalidChars(long, int[]) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the numnber of invalid chars in the specified converter object for the last error that has occured
createConverter(String) - Static method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Creates an ICU Converter of the specified encoding
createConverter(String) - Static method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Creates an ICU Converter of the specified encoding

D

decode(long, byte[], int, char[], int, int[], boolean) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Converts an array of bytes containing characters in an external encoding into an array of Unicode characters.
decodeLoop(ByteBuffer, CharBuffer) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Decodes one or more bytes.
decompose(String, boolean) - Static method in class com.ibm.icu4jni.text.Normalizer
Decompose a string.
decompose(char[], char[], boolean) - Static method in class com.ibm.icu4jni.text.Normalizer
Decompose a string.

E

encode(long, char[], int, byte[], int, int[], boolean) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Converts an array of Unicode chars containing characters in an external encoding into an array of bytes.
encodeLoop(CharBuffer, ByteBuffer) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Encodes one or more chars.
equals(Object) - Method in class com.ibm.icu4jni.text.CollationKey
Checks if target object is equal to this object.
equals(String, String) - Method in class com.ibm.icu4jni.text.Collator
Locale dependent equality check for the argument strings.
equals(Object) - Method in class com.ibm.icu4jni.text.Collator
Checks if argument object is equals to this object.
equals(Object) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Checks if argument object is equals to this object.

F

FRENCH_COLLATION - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Attribute for direction of secondary weights
finalize() - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Releases the system resources by cleanly closing ICU converter opened
finalize() - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Releases the system resources by cleanly closing ICU converter opened
finalize() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Releases the system resources by cleanly closing ICU converter opened
finalize() - Method in class com.ibm.icu4jni.converters.ByteToCharGB18030
finalize method
finalize() - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Releases the system resources by cleanly closing ICU converter opened
finalize() - Method in class com.ibm.icu4jni.converters.CharToByteGB18030
finalize method
finalize() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Garbage collection.
finalize() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Garbage collection.
flush(char[], int, int) - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Writes any remaining output to the output buffer and resets the converter to its initial state.
flush(byte[], int, int) - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Writes any remaining output to the output buffer and resets the converter to its initial state.
flushByteToChar(long, char[], int, int[]) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Writes any remaining output to the output buffer and resets the converter to its initial state.
flushCharToByte(long, byte[], int, int[]) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Writes any remaining output to the output buffer and resets the converter to its initial state.

G

getAliases(String) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the aliases associated with the converter name
getAttribute(int) - Method in class com.ibm.icu4jni.text.Collator
Gets the attribute to be used in comparison or transformation.
getAttribute(int) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Gets the attribute to be used in comparison or transformation.
getAvailable() - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the canonical names of available converters
getAveBytesPerChar(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the average numnber of bytes needed for converting a char
getAveCharsPerByte(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the average numnber of chars needed for converting a byte
getBadInputLength() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Returns the length, in bytes, of the input which caused a MalformedInputException.
getBadInputLength() - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Returns the length, in chars, of the input which caused a MalformedInputException.
getCanonicalName(String) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the canonical name of the converter
getCharacterEncoding() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Return the character set id
getCharacterEncoding() - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Return the character set id
getCollationElementIterator(String) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Create a CollationElementIterator object that will iterator over the elements in a string, using the collation rules defined in this RuleBasedCollator
getCollationKey(String) - Method in class com.ibm.icu4jni.text.Collator
Get the sort key as an CollationKey object from the argument string.
getCollationKey(String) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Get the sort key as an CollationKey object from the argument string.
getDecomposition() - Method in class com.ibm.icu4jni.text.Collator
Get the decomposition mode of this Collator.
getDecomposition() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Get the normalization mode for this object.
getICUCanonicalName(String) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the canonical name of the converter as defined by Java
getInstance() - Static method in class com.ibm.icu4jni.text.Collator
Factory method to create an appropriate Collator which uses the default locale collation rules.
getInstance(Locale) - Static method in class com.ibm.icu4jni.text.Collator
Factory method to create an appropriate Collator which uses the argument locale collation rules.
getJavaCanonicalName(String) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the canonical name of the converter as defined by Java
getMaxBytesPerChar() - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Returns the max number of bytes needed for converting a Unicode character to target encoding
getMaxBytesPerChar(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the number of bytes needed for converting a char
getMaxCharsPerByte() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Returns the maximum number of characters needed to convert a byte.
getMaxCharsPerByte(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the number of chars needed for converting a byte
getMaxExpansion(int) - Method in class com.ibm.icu4jni.text.CollationElementIterator
Get the maximum length of any expansion sequences that end with the specified comparison order.
getMinBytesPerChar(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Gets the number of bytes needed for converting a char
getOffset() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Get the offset of the current source character.
getRules() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Get the collation rules of this Collation object The rules will follow the rule syntax.
getSortKey(String) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Get a sort key for the argument string Sort keys may be compared using java.util.Arrays.equals
getStrength() - Method in class com.ibm.icu4jni.text.Collator
Determines the minimum strength that will be use in comparison or transformation.
getStrength() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Determines the minimum strength that will be use in comparison or transformation.
getSubChars() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Returns the substitution characters as an array of chars
getSubstitutionBytes(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
 

H

hasNext() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator
 
hashCode() - Method in class com.ibm.icu4jni.text.CollationKey
Creates a hash code for this CollationKey.
hashCode() - Method in class com.ibm.icu4jni.text.Collator
Returns a hash of this collation object
hashCode() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Returns a hash of this collation object Note this method is not complete, it only returns 0 at the moment.

I

IDENTICAL - Static variable in class com.ibm.icu4jni.text.Collator
Smallest Collator strength value.
implFlush(CharBuffer) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Flushes any characters saved in the converter's internal buffer and resets the converter.
implFlush(ByteBuffer) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Flushes any characters saved in the converter's internal buffer and resets the converter.
implOnMalformedInput(CodingErrorAction) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Sets the action to be taken if an illegal sequence is encountered
implOnMalformedInput(CodingErrorAction) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Sets the action to be taken if an illegal sequence is encountered
implOnUnmappableCharacter(CodingErrorAction) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Sets the action to be taken if an illegal sequence is encountered
implOnUnmappableCharacter(CodingErrorAction) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Sets the action to be taken if an illegal sequence is encountered
implReplaceWith(String) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Sets this decoders replacement string.
implReplaceWith(byte[]) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Sets this encoders replacement string.
implReset() - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Resets the to Unicode mode of converter
implReset() - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Resets the from Unicode mode of converter

N

NORMALIZATION_MODE - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Attribute for normalization
NO_DECOMPOSITION - Static variable in class com.ibm.icu4jni.text.Collator
Decomposition mode value.
NULLORDER - Static variable in class com.ibm.icu4jni.text.CollationElementIterator
 
NativeConverter - class com.ibm.icu4jni.converters.NativeConverter.
Class for accessing the underlying JNI methods
NativeConverter() - Constructor for class com.ibm.icu4jni.converters.NativeConverter
 
Normalizer - class com.ibm.icu4jni.text.Normalizer.
Unicode Normalization Unicode normalization API normalize transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text.
Normalizer() - Constructor for class com.ibm.icu4jni.text.Normalizer
 
newDecoder() - Method in class com.ibm.icu4jni.charset.CharsetICU
Returns a new decoder instance of this charset object
newEncoder() - Method in class com.ibm.icu4jni.charset.CharsetICU
Returns a new encoder object of the charset
next() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator
 
next() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Get the ordering priority of the next collation element in the text.
normalize(String, int) - Static method in class com.ibm.icu4jni.text.Normalizer
Normalize a string.
normalize(char[], char[], int) - Static method in class com.ibm.icu4jni.text.Normalizer
Normalize a string.

O

openConverter(long[], String) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Open the converter with the specified encoding

P

PRIMARY - Static variable in class com.ibm.icu4jni.text.Collator
Strongest collator strength value.
previous() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Get the ordering priority of the previous collation element in the text.
primaryOrder(int) - Static method in class com.ibm.icu4jni.text.CollationElementIterator
Gets the primary order of a collation order.
putCharsets(Map) - Method in class com.ibm.icu4jni.charset.CharsetProviderICU
Adds an entry to the given map whose key is the charset's canonical name and whose value is the charset itself.

Q

QUATERNARY - Static variable in class com.ibm.icu4jni.text.Collator
Fourth level collator strength value.
quickCheck(String, int) - Static method in class com.ibm.icu4jni.text.Normalizer
Conveinience method.
quickCheck(char[], int) - Static method in class com.ibm.icu4jni.text.Normalizer
Performing quick check on a string, to quickly determine if the string is in a particular normalization format.

R

RESULT_DEFAULT - Static variable in class com.ibm.icu4jni.text.Collator
accepted by most attributes
RESULT_EQUAL - Static variable in class com.ibm.icu4jni.text.Collator
string a == string b
RESULT_GREATER - Static variable in class com.ibm.icu4jni.text.Collator
string a > string b
RESULT_LESS - Static variable in class com.ibm.icu4jni.text.Collator
string a < string b
RuleBasedCollator - class com.ibm.icu4jni.text.RuleBasedCollator.
Concrete implementation class for Collation.
RuleBasedCollator(String) - Constructor for class com.ibm.icu4jni.text.RuleBasedCollator
RuleBasedCollator constructor.
RuleBasedCollator(String, int) - Constructor for class com.ibm.icu4jni.text.RuleBasedCollator
RuleBasedCollator constructor.
RuleBasedCollator(String, int, int) - Constructor for class com.ibm.icu4jni.text.RuleBasedCollator
RuleBasedCollator constructor.
remove() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator
 
reset() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Reset the state of the converter
reset() - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Reset the state of the converter
reset() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Reset the collation elements to their initial state.
resetByteToChar(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Resets the ByteToChar (toUnicode) state of specified converter
resetCharToByte(long) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Resets the CharToByte (fromUnicode) state of specified converter

S

SECONDARY - Static variable in class com.ibm.icu4jni.text.Collator
Second level collator strength value.
SKIP_CALLBACK - Static variable in class com.ibm.icu4jni.converters.NativeConverter
 
STOP_CALLBACK - Static variable in class com.ibm.icu4jni.converters.NativeConverter
 
STRENGTH - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Attribute for strength
SUBSTITUTE_CALLBACK - Static variable in class com.ibm.icu4jni.converters.NativeConverter
 
safeClone(long, long[]) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Returns a thread safe clone of the converter
secondaryOrder(int) - Static method in class com.ibm.icu4jni.text.CollationElementIterator
Gets the secondary order of a collation order.
setAttribute(int, int) - Method in class com.ibm.icu4jni.text.Collator
Sets the attribute to be used in comparison or transformation.
setAttribute(int, int) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Sets the attribute to be used in comparison or transformation.
setCallbackDecode(long, int, int, char[], int) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Sets the callback to Unicode for ICU conveter.
setCallbackEncode(long, int, int, byte[], int) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Sets the callback from Unicode for ICU conveter.
setDecomposition(int) - Method in class com.ibm.icu4jni.text.Collator
Set the normalization mode used int this object The normalization mode influences how strings are compared.
setDecomposition(int) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Sets the decomposition mode of the Collator object on or off.
setOffset(int) - Method in class com.ibm.icu4jni.text.CollationElementIterator
Set the offset of the current source character.
setStrength(int) - Method in class com.ibm.icu4jni.text.Collator
Sets the minimum strength to be used in comparison or transformation.
setStrength(int) - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Sets the minimum strength to be used in comparison or transformation.
setSubstitutionBytes(byte[]) - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Sets the substitution bytes
setSubstitutionBytes(long, byte[], int) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Sets the substitution bytes of the specified converter used by decoder
setSubstitutionChars(char[]) - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Sets the substitution characters to use when the converter is in substitution mode.
setSubstitutionChars(long, char[], int) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Sets the substitution Unicode chars of the specified converter used by encoder
setSubstitutionMode(boolean) - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Sets converter into substitution mode.
setSubstitutionMode(boolean) - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Sets converter into substitution mode.
setSubstitutionModeByteToChar(long, boolean) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Sets the substitution mode of CharToByte(fromUnicode) for the specified converter
setSubstitutionModeCharToByte(long, boolean) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Sets the substitution mode of CharToByte(fromUnicode) for the specified converter
setText(String) - Method in class com.ibm.icu4jni.text.CollationElementIterator
Set the text containing the collation elements.

T

TERTIARY - Static variable in class com.ibm.icu4jni.text.Collator
Third level collator strength value.
tertiaryOrder(int) - Static method in class com.ibm.icu4jni.text.CollationElementIterator
Gets the tertiary order of a collation order.
toByteArray() - Method in class com.ibm.icu4jni.text.CollationKey
Create the value of the Collation key in term of bytes

U

UNORM_DEFAULT - Static variable in class com.ibm.icu4jni.text.Normalizer
Default normalization
UNORM_FCD - Static variable in class com.ibm.icu4jni.text.Normalizer
"Fast C or D" form
UNORM_MAYBE - Static variable in class com.ibm.icu4jni.text.Normalizer
Indicates that string cannot be determined if it is in the normalized format without further thorough checks
UNORM_NFC - Static variable in class com.ibm.icu4jni.text.Normalizer
Canonical decomposition followed by canonical composition
UNORM_NFD - Static variable in class com.ibm.icu4jni.text.Normalizer
Canonical decomposition
UNORM_NFKC - Static variable in class com.ibm.icu4jni.text.Normalizer
Compatibility decomposition followed by canonical composition
UNORM_NFKD - Static variable in class com.ibm.icu4jni.text.Normalizer
Compatibility decomposition
UNORM_NO - Static variable in class com.ibm.icu4jni.text.Normalizer
Indicates that string is not in the normalized format
UNORM_NONE - Static variable in class com.ibm.icu4jni.text.Normalizer
No decomposition/composition
UNORM_YES - Static variable in class com.ibm.icu4jni.text.Normalizer
Indicates that string is in the normalized format

V

VALUE_ATTRIBUTE_VALUE_COUNT - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Number of attribute value constants
VALUE_DEFAULT - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Default value, accepted by most attributes
VALUE_DEFAULT_STRENGTH - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Default collation strength
VALUE_IDENTICAL - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Identical collation strength
VALUE_LOWER_FIRST - Static variable in class com.ibm.icu4jni.text.CollationAttribute
CASE_FIRST mode constants
VALUE_NON_IGNORABLE - Static variable in class com.ibm.icu4jni.text.CollationAttribute
 
VALUE_OFF - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Turn the feature off - works for FRENCH_COLLATION, CASE_LEVEL, HIRAGANA_QUATERNARY_MODE and DECOMPOSITION_MODE
VALUE_ON - Static variable in class com.ibm.icu4jni.text.CollationAttribute
 
VALUE_ON_WITHOUT_HANGUL - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Deprecated. ICU 2.4. Users advised to use VALUE_ON instead.
VALUE_PRIMARY - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Primary collation strength
VALUE_QUATERNARY - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Quaternary collation strength
VALUE_SECONDARY - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Secondary collation strength
VALUE_SHIFTED - Static variable in class com.ibm.icu4jni.text.CollationAttribute
ALTERNATE_HANDLING mode constants
VALUE_TERTIARY - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Tertiary collation strength
VALUE_UPPER_FIRST - Static variable in class com.ibm.icu4jni.text.CollationAttribute
 

A B C D E F G H I N O P Q R S T U V