A B C D E F G H I L 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

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
Ascertains if a given Unicode code point (32bit value for handling surrogates) can be converted to the target encoding.
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
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
CharsetDecoderICU - class com.ibm.icu4jni.charset.CharsetDecoderICU.
 
CharsetDecoderICU(Charset, long) - Constructor for class com.ibm.icu4jni.charset.CharsetDecoderICU
Construcs a new decoder for the given charset
CharsetEncoderICU - class com.ibm.icu4jni.charset.CharsetEncoderICU.
 
CharsetEncoderICU(Charset, long) - Constructor for class com.ibm.icu4jni.charset.CharsetEncoderICU
Construcs a new encoder for the given charset
charsetForName(String) - Method in class com.ibm.icu4jni.charset.CharsetProviderICU
Constructs a charset for the given charset name
CharsetICU - class com.ibm.icu4jni.charset.CharsetICU.
 
CharsetICU(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.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
 
CharsetProviderICU() - Constructor for class com.ibm.icu4jni.charset.CharsetProviderICU
Constructs a CharsetProviderICU object
charsets() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU
Returns an iterator for the available charsets
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
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.text.RuleBasedCollator
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.converters.CharToByteConverterICU
Makes a complete copy of the current object.
clone() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
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
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
 
com.ibm.icu4jni.charset - package com.ibm.icu4jni.charset
 
com.ibm.icu4jni.common - package com.ibm.icu4jni.common
 
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.RuleBasedCollator
The comparison function compares the character data stored in two different strings.
compare(String, String) - Method in class com.ibm.icu4jni.text.Collator
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(char[], char[], boolean) - Static method in class com.ibm.icu4jni.text.Normalizer
Compose a string.
compose(String, 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
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.CharToByteConverterICU
Creates an ICU Converter of the specified encoding
createConverter(String) - Static method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
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(char[], char[], boolean) - Static method in class com.ibm.icu4jni.text.Normalizer
Decompose a string.
decompose(String, 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.RuleBasedCollator
Checks if argument object is equals to this object.
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.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.
ErrorCode - exception com.ibm.icu4jni.common.ErrorCode.
Error exception class mapping ICU error codes of the enum UErrorCode
ErrorCode() - Constructor for class com.ibm.icu4jni.common.ErrorCode
 

F

finalize() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Garbage collection.
finalize() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Garbage collection.
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.charset.CharsetDecoderICU
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.converters.CharToByteConverterICU
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.ByteToCharConverterICU
Releases the system resources by cleanly closing ICU converter opened
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.
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.
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.
FRENCH_COLLATION - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Attribute for direction of secondary weights

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.RuleBasedCollator
Gets the attribute to be used in comparison or transformation.
getAttribute(int) - Method in class com.ibm.icu4jni.text.Collator
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.CharToByteConverterICU
Returns the length, in chars, of the input which caused a MalformedInputException.
getBadInputLength() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Returns the length, in bytes, 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.CharToByteConverterICU
Return the character set id
getCharacterEncoding() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
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.RuleBasedCollator
Get the sort key as an CollationKey object from the argument string.
getCollationKey(String) - Method in class com.ibm.icu4jni.text.Collator
Get the sort key as an CollationKey object from the argument string.
getDecomposition() - Method in class com.ibm.icu4jni.text.RuleBasedCollator
Get the normalization mode for this object.
getDecomposition() - Method in class com.ibm.icu4jni.text.Collator
Get the decomposition mode of this Collator.
getErrorName(int) - Static method in class com.ibm.icu4jni.common.ErrorCode
Returns the error name of the input error code
getException(int) - Static method in class com.ibm.icu4jni.common.ErrorCode
Generic mapping from the error codes to java default exceptions.
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.
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.
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.RuleBasedCollator
Determines the minimum strength that will be use in comparison or transformation.
getStrength() - Method in class com.ibm.icu4jni.text.Collator
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

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.
hashCode() - Method in class com.ibm.icu4jni.text.Collator
Returns a hash of this collation object
hashCode() - Method in class com.ibm.icu4jni.text.CollationKey
Creates a hash code for this CollationKey.
hasNext() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator
 

I

ICU4JNILoader - class com.ibm.icu4jni.common.ICU4JNILoader.
Class for loading the JNI library
ICU4JNILoader() - Constructor for class com.ibm.icu4jni.common.ICU4JNILoader
 
IDENTICAL - Static variable in class com.ibm.icu4jni.text.Collator
Smallest Collator strength value.
implFlush(ByteBuffer) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Flushes any characters saved in the converter's internal buffer and resets the converter.
implFlush(CharBuffer) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Flushes any characters saved in the converter's internal buffer and resets the converter.
implOnMalformedInput(CodingErrorAction) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Sets the action to be taken if an illegal sequence is encountered
implOnMalformedInput(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
implOnUnmappableCharacter(CodingErrorAction) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Sets the action to be taken if an illegal sequence is encountered
implReplaceWith(byte[]) - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Sets this encoders replacement string.
implReplaceWith(String) - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Sets this decoders replacement string.
implReset() - Method in class com.ibm.icu4jni.charset.CharsetEncoderICU
Resets the from Unicode mode of converter
implReset() - Method in class com.ibm.icu4jni.charset.CharsetDecoderICU
Resets the to Unicode mode of converter
isFailure(int) - Static method in class com.ibm.icu4jni.common.ErrorCode
Returns true if the input error code denotes failure
isSuccess(int) - Static method in class com.ibm.icu4jni.common.ErrorCode
Returns true if the input error code denotes success

L

LIBRARY_LOADED - Static variable in class com.ibm.icu4jni.common.ICU4JNILoader
 
LIBRARY_LOADED - Static variable in class com.ibm.icu4jni.common.ErrorCode
Load library flag
loadLibrary() - Static method in class com.ibm.icu4jni.common.ICU4JNILoader
Loads the JNI library

N

NativeConverter - class com.ibm.icu4jni.converters.NativeConverter.
Class for accessing the underlying JNI methods
NativeConverter() - Constructor for class com.ibm.icu4jni.converters.NativeConverter
 
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.text.CollationElementIterator
Get the ordering priority of the next collation element in the text.
next() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator
 
NO_DECOMPOSITION - Static variable in class com.ibm.icu4jni.text.Collator
Decomposition mode value.
NORMALIZATION_MODE - Static variable in class com.ibm.icu4jni.text.CollationAttribute
Attribute for normalization
normalize(char[], char[], int) - Static method in class com.ibm.icu4jni.text.Normalizer
Normalize a string.
normalize(String, int) - Static method in class com.ibm.icu4jni.text.Normalizer
Normalize a string.
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
 
NULLORDER - Static variable in class com.ibm.icu4jni.text.CollationElementIterator
 

O

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

P

previous() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Get the ordering priority of the previous collation element in the text.
PRIMARY - Static variable in class com.ibm.icu4jni.text.Collator
Strongest collator strength value.
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(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.
quickCheck(String, int) - Static method in class com.ibm.icu4jni.text.Normalizer
Conveinience method.

R

remove() - Method in class com.ibm.icu4jni.charset.CharsetProviderICU.CharsetIterator
 
reset() - Method in class com.ibm.icu4jni.text.CollationElementIterator
Reset the collation elements to their initial state.
reset() - Method in class com.ibm.icu4jni.converters.CharToByteConverterICU
Reset the state of the converter
reset() - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Reset the state of the converter
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
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.

S

safeClone(long, long[]) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Returns a thread safe clone of the converter
SECONDARY - Static variable in class com.ibm.icu4jni.text.Collator
Second level collator strength value.
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.RuleBasedCollator
Sets the attribute to be used in comparison or transformation.
setAttribute(int, int) - Method in class com.ibm.icu4jni.text.Collator
Sets the attribute to be used in comparison or transformation.
setCallbackDecode(long, int, boolean) - Static method in class com.ibm.icu4jni.converters.NativeConverter
Sets the callback to Unicode for ICU conveter.
setCallbackEncode(long, int, boolean) - 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.RuleBasedCollator
Sets the decomposition mode of the Collator object on or off.
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.
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.RuleBasedCollator
Sets the minimum strength to be used in comparison or transformation.
setStrength(int) - Method in class com.ibm.icu4jni.text.Collator
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.CharToByteConverterICU
Sets converter into substitution mode.
setSubstitutionMode(boolean) - Method in class com.ibm.icu4jni.converters.ByteToCharConverterICU
Sets converter into substitution mode.
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.
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
 

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

U_BUFFER_OVERFLOW_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
A result would not fit in the supplied buffer
U_ERROR_INFO_LIMIT - Static variable in class com.ibm.icu4jni.common.ErrorCode
This must always be the last warning value to indicate the limit for UErrorCode warnings (last warning code +1)
U_ERROR_INFO_START - Static variable in class com.ibm.icu4jni.common.ErrorCode
Start of information results (semantically successful)
U_ERROR_LIMIT - Static variable in class com.ibm.icu4jni.common.ErrorCode
This must always be the last value to indicate the limit for UErrorCode (last error code +1)
U_FILE_ACCESS_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
 
U_ILLEGAL_ARGUMENT_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
Start of codes indicating failure
U_ILLEGAL_CHAR_FOUND - Static variable in class com.ibm.icu4jni.common.ErrorCode
In codeset conversion: a sequence that does NOT belong in the codepage has been encountered
U_ILLEGAL_ESCAPE_SEQUENCE - Static variable in class com.ibm.icu4jni.common.ErrorCode
ISO-2022 illlegal escape sequence
U_INDEX_OUTOFBOUNDS_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
 
U_INTERNAL_PROGRAM_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
Indicates a bug in the library code
U_INVALID_CHAR_FOUND - Static variable in class com.ibm.icu4jni.common.ErrorCode
In the Character conversion routines: Invalid character or sequence was encountered
U_INVALID_FORMAT_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
 
U_INVALID_TABLE_FILE - Static variable in class com.ibm.icu4jni.common.ErrorCode
Conversion table file not found
U_INVALID_TABLE_FORMAT - Static variable in class com.ibm.icu4jni.common.ErrorCode
Conversion table file found, but corrupted
U_MEMORY_ALLOCATION_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
Memory allocation error
U_MESSAGE_PARSE_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
 
U_MISSING_RESOURCE_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
 
U_NO_SPACE_AVAILABLE - Static variable in class com.ibm.icu4jni.common.ErrorCode
No space available for in-buffer expansion for Arabic shaping
U_PARSE_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
Equivalent to Java ParseException
U_RESOURCE_TYPE_MISMATCH - Static variable in class com.ibm.icu4jni.common.ErrorCode
an operation is requested over a resource that does not support it
U_SAFECLONE_ALLOCATED_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
A SafeClone operation required allocating memory (informational only
U_TRUNCATED_CHAR_FOUND - Static variable in class com.ibm.icu4jni.common.ErrorCode
In the Character conversion routines: More bytes are required to complete the conversion successfully
U_UNSUPPORTED_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
Requested operation not supported in current context
U_UNSUPPORTED_ESCAPE_SEQUENCE - Static variable in class com.ibm.icu4jni.common.ErrorCode
ISO-2022 unsupported escape sequence
U_USING_DEFAULT_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
A resource bundle lookup returned a result from the root locale (not an error)
U_USING_FALLBACK_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
A resource bundle lookup returned a fallback result (not an error)
U_ZERO_ERROR - Static variable in class com.ibm.icu4jni.common.ErrorCode
No error, no warning
UNORM_DEFAULT - Static variable in class com.ibm.icu4jni.text.Normalizer
Default normalization @stable ICU 2.4
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 @stable ICU 2.4
UNORM_NFC - Static variable in class com.ibm.icu4jni.text.Normalizer
Canonical decomposition followed by canonical composition @stable ICU 2.4
UNORM_NFD - Static variable in class com.ibm.icu4jni.text.Normalizer
Canonical decomposition @stable ICU 2.4
UNORM_NFKC - Static variable in class com.ibm.icu4jni.text.Normalizer
Compatibility decomposition followed by canonical composition @stable ICU 2.4
UNORM_NFKD - Static variable in class com.ibm.icu4jni.text.Normalizer
Compatibility decomposition @stable ICU 2.4
UNORM_NO - Static variable in class com.ibm.icu4jni.text.Normalizer
Indicates that string is not in the normalized format @stable ICU 2.4
UNORM_NONE - Static variable in class com.ibm.icu4jni.text.Normalizer
No decomposition/composition @stable ICU 2.4
UNORM_YES - Static variable in class com.ibm.icu4jni.text.Normalizer
Indicates that string is in the normalized format @stable ICU 2.4

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 L N O P Q R S T U V