Lines Matching refs:transliterate
59 * <code>transliterate()</code>. (However, this does <em>not</em>
78 * \htmlonly<blockquote>\endhtmlonly<code>String result = t.transliterate(input);
81 * will transliterate it and return the result. Other methods allow
120 * <code>transliterate()</code>. Typically, the cursor will
126 * <code>transliterate()</code>, including the cursor, start,
232 * the <code>transliterate()</code> method taking a
233 * <code>Replaceable</code> and the <code>transliterate()</code>
395 virtual int32_t transliterate(Replaceable& text,
403 transliterate(Replaceable& text) const;
412 * Then the transliterator will try to transliterate characters of
469 virtual void transliterate(Replaceable& text, UTransPosition& index,
485 * @see #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const
488 virtual void transliterate(Replaceable& text, UTransPosition& index,
496 * #transliterate(Replaceable&, UTransPosition&, const UnicodeString&, UErrorCode&) const }
500 * @param index an array of three integers. See {@link #transliterate(Replaceable&, UTransPosition&, const UnicodeString*, UErrorCode&) const }.
502 * @see #transliterate(Replaceable, int[], String)
505 virtual void transliterate(Replaceable& text, UTransPosition& index,
512 * <code>transliterate()</code>.
516 * #transliterate }
533 * #transliterate(Replaceable, int[], String)}.
555 * should transliterate all characters between
560 * should transliterate all characters between
603 * this method directly will transliterate
606 * transliterate()</code> instead of this method. Subclass code
618 * transliterate all text between <code>pos.start</code> and
622 * @see #transliterate
631 * Transliterate a substring of text, as specified by index, taking filters