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

  /external/icu4c/i18n/
nultrans.cpp 29 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets,
casetrn.cpp 134 * Implements {@link Transliterator#handleTransliterate}.
136 void CaseMapTransliterator::handleTransliterate(Replaceable& text,
rbt.cpp 198 * Implements {@link Transliterator#handleTransliterate}.
201 RuleBasedTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index,
remtrans.cpp 56 void RemoveTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index,
titletrn.cpp 65 * Implements {@link Transliterator#handleTransliterate}.
67 void TitlecaseTransliterator::handleTransliterate(
74 // call CaseMapTransliterator::handleTransliterate() for lowercasing? (set fMap)
uni2name.cpp 65 * Implements {@link Transliterator#handleTransliterate}.
69 void UnicodeNameTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
brktrans.cpp 80 * Implements {@link Transliterator#handleTransliterate}.
82 void BreakTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
nortrans.cpp 100 * Implements {@link Transliterator#handleTransliterate}.
102 void NormalizationTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
esctrn.cpp 128 * Implements {@link Transliterator#handleTransliterate}.
130 void EscapeTransliterator::handleTransliterate(Replaceable& text,
name2uni.cpp 104 * Implements {@link Transliterator#handleTransliterate}.
106 void NameUnicodeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
anytrans.cpp 226 * Implements {@link Transliterator#handleTransliterate}.
228 void AnyTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos,
cpdtrans.cpp 475 * Implements {@link Transliterator#handleTransliterate}.
477 void CompoundTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index,
565 // handleTransliterate() returns when incremental is false.
unesctrn.cpp 169 * Implements {@link Transliterator#handleTransliterate}.
171 void UnescapeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos,
  /external/icu4c/samples/translit/answers/
unaccent.cpp 41 void UnaccentTransliterator::handleTransliterate(Replaceable& text,
  /external/icu4c/samples/translit/
unaccent.cpp 43 void UnaccentTransliterator::handleTransliterate(Replaceable& text,
  /external/icu4c/test/intltest/
trnserr.cpp 265 virtual void handleTransliterate(Replaceable& ,UTransPosition& offsets,UBool) const {
transtst.cpp     [all...]

Completed in 488 milliseconds