HomeSort by relevance Sort by last modified time
    Searched defs:transliterate (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
rbt_set.cpp 389 * Transliterate the given text with the given UTransPosition
401 UBool TransliterationRuleSet::transliterate(Replaceable& text, function in class:TransliterationRuleSet
translit.cpp 189 int32_t Transliterator::transliterate(Replaceable& text, function in class:Transliterator
210 void Transliterator::transliterate(Replaceable& text) const { function in class:Transliterator
211 transliterate(text, 0, text.length());
221 * Then the transliterator will try to transliterate characters of
278 void Transliterator::transliterate(Replaceable& text, function in class:Transliterator
290 * #transliterate(Replaceable, int[], String)} for details.
294 * #transliterate(Replaceable, int[], String)}.
298 * @see #transliterate(Replaceable, int[], String)
300 void Transliterator::transliterate(Replaceable& text, function in class:Transliterator
311 * {@link #transliterate(Replaceable, int[], String)} fo
319 void Transliterator::transliterate(Replaceable& text, function in class:Transliterator
    [all...]

Completed in 248 milliseconds