HomeSort by relevance Sort by last modified time
    Searched full:handletransliterate (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NullTransliterator.java 30 * Implements {@link Transliterator#handleTransliterate}.
33 protected void handleTransliterate(Replaceable text,
RemoveTransliterator.java 45 * Implements {@link Transliterator#handleTransliterate}.
48 protected void handleTransliterate(Replaceable text,
UnicodeNameTransliterator.java 44 * Implements {@link Transliterator#handleTransliterate}.
47 protected void handleTransliterate(Replaceable text,
CaseFoldTransliterator.java 58 * Implements {@link Transliterator#handleTransliterate}.
61 protected synchronized void handleTransliterate(Replaceable text,
LowercaseTransliterator.java 64 * Implements {@link Transliterator#handleTransliterate}.
67 protected synchronized void handleTransliterate(Replaceable text,
UppercaseTransliterator.java 60 * Implements {@link Transliterator#handleTransliterate}.
63 protected synchronized void handleTransliterate(Replaceable text,
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NullTransliterator.java 29 * Implements {@link Transliterator#handleTransliterate}.
32 protected void handleTransliterate(Replaceable text,
RemoveTransliterator.java 44 * Implements {@link Transliterator#handleTransliterate}.
47 protected void handleTransliterate(Replaceable text,
UnicodeNameTransliterator.java 43 * Implements {@link Transliterator#handleTransliterate}.
46 protected void handleTransliterate(Replaceable text,
  /external/icu/icu4c/source/samples/translit/answers/
unaccent.h 33 virtual void handleTransliterate(Replaceable& text,
unaccent.cpp 44 void UnaccentTransliterator::handleTransliterate(Replaceable& text,
  /external/icu/icu4c/source/i18n/
nultrans.h 51 * Implements {@link Transliterator#handleTransliterate}.
54 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
remtrans.h 53 * Implements {@link Transliterator#handleTransliterate}.
61 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
nultrans.cpp 31 void NullTransliterator::handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets,
brktrans.h 76 * Implements {@link Transliterator#handleTransliterate}.
84 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
name2uni.h 67 * Implements {@link Transliterator#handleTransliterate}.
75 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
nortrans.h 62 * Implements {@link Transliterator#handleTransliterate}.
70 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
titletrn.h 70 * Implements {@link Transliterator#handleTransliterate}.
78 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.h 66 * Implements {@link Transliterator#handleTransliterate}.
74 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
casetrn.h 75 * Implements {@link Transliterator#handleTransliterate}.
83 virtual void handleTransliterate(Replaceable& text,
unesctrn.h 95 * Implements {@link Transliterator#handleTransliterate}.
103 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
uni2name.cpp 68 * Implements {@link Transliterator#handleTransliterate}.
72 void UnicodeNameTransliterator::handleTransliterate(Replaceable& text, UTransPosition& offsets,
anytrans.h 72 * Implements {@link Transliterator#handleTransliterate}.
74 virtual void handleTransliterate(Replaceable& text, UTransPosition& index,
esctrn.h 133 * Implements {@link Transliterator#handleTransliterate}.
135 virtual void handleTransliterate(Replaceable& text, UTransPosition& offset,
  /external/icu/icu4c/source/samples/translit/
unaccent.cpp 47 void UnaccentTransliterator::handleTransliterate(Replaceable& text,

Completed in 3446 milliseconds

1 2 3