Home | History | Annotate | Download | only in text

Lines Matching defs:register

192  * <code>registerInstance()</code> at run time. To register a transliterator subclass without instantiating it (until it
1676 * Register a factory object with the given ID. The factory
1691 * Register a Transliterator object with the given ID.
1704 * Register a Transliterator object.
1717 * Register an ID as an alias of another ID. Instantiating
1733 * Register two targets as being inverses of one another. For
1758 * @param target the target against which to register the inverse
1761 * @param bidirectional if true, register the reverse relation
1912 // Register non-rule-based transliterators
1915 RemoveTransliterator.register();
1916 EscapeTransliterator.register();
1917 UnescapeTransliterator.register();
1918 LowercaseTransliterator.register();
1919 UppercaseTransliterator.register();
1920 TitlecaseTransliterator.register();
1921 CaseFoldTransliterator.register();
1922 UnicodeNameTransliterator.register();
1923 NameUnicodeTransliterator.register();
1924 NormalizationTransliterator.register();
1925 BreakTransliterator.register();
1926 AnyTransliterator.register(); // do this last!
1930 * Register the script-based "Any" transliterators: Any-Latin, Any-Greek
1936 AnyTransliterator.register();
1941 * subclasses can register factory objects for IDs using the
1944 * makes it possible to register one factory method to more than