Lines Matching full:transliterators
55 * <p><b>Transliterators are stateless</b>
60 * mean that threads may share transliterators without synchronizing
61 * them. Transliterators are not immutable, so they must be
154 * <p>Pairs of transliterators may be inverses of one another. For
167 * mathematical inverse. This is because true inverse transliterators
169 * transliterators: <b>AB</b>, which transliterates the character 'A'
212 * <code>getAvailableIDs()</code>. Since transliterators are mutable,
216 * <p>In addition to the system transliterators registered at startup,
217 * user transliterators may be registered by calling
607 * and wrapping transliterators should call
886 * transliterators, then this method returns 1.
887 * @return the number of transliterators that compose this
889 * multiple transliterators
902 * transliterators, then this method will return a reference to
907 * @return one of the transliterators that makes up this
909 * transliterators, otherwise a reference to this object if given
966 * Registers a factory function that creates transliterators of
1009 * refer to transliterators that have already been registered with
1103 * @return a newly-created StringEnumeration over the transliterators
1232 * Set the ID of this transliterators. Subclasses shouldn't do