Searched refs:handleTransliterate (Results 26 - 35 of 35) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt.cpp198 * Implements {@link Transliterator#handleTransliterate}.
201 RuleBasedTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index, function in class:RuleBasedTransliterator
H A Desctrn.cpp128 * Implements {@link Transliterator#handleTransliterate}.
130 void EscapeTransliterator::handleTransliterate(Replaceable& text, function in class:EscapeTransliterator
H A Dunesctrn.cpp170 * Implements {@link Transliterator#handleTransliterate}.
172 void UnescapeTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos, function in class:UnescapeTransliterator
H A Danytrans.cpp228 * Implements {@link Transliterator#handleTransliterate}.
230 void AnyTransliterator::handleTransliterate(Replaceable& text, UTransPosition& pos, function in class:AnyTransliterator
H A Dtranslit.cpp274 * @see #handleTransliterate
348 * framework method handleTransliterate() to do the actual
420 * <subclass>.handleTransliterate(). Subclasses that can handle the
432 handleTransliterate(text, index, incremental);
456 // calling handleTransliterate(), so we need to maintain the real
531 // handleTransliterate() in several passes. Each pass adds one more
585 handleTransliterate(text, index, TRUE);
631 // handleTransliterate() maintains that.
645 handleTransliterate(text, index, isIncrementalRun);
649 // handleTransliterate() return
[all...]
H A Dcpdtrans.cpp473 * Implements {@link Transliterator#handleTransliterate}.
475 void CompoundTransliterator::handleTransliterate(Replaceable& text, UTransPosition& index, function in class:CompoundTransliterator
563 // handleTransliterate() returns when incremental is false.
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcpdtrtst.cpp345 logln("Testing the handleTransliterate() API of CompoundTransliterator");
353 // handleTransliterate is a protected method that was erroneously made
360 ct1->handleTransliterate(rsource2, index, FALSE);
365 ct1->handleTransliterate(rsource3, index, TRUE);
426 expectAux(t.getID() + ":handleTransliterate ", source + "->" + rsource, rsource==expectedResult, expectedResult);
H A Dtrnserr.cpp265 virtual void handleTransliterate(Replaceable& ,UTransPosition& offsets,UBool) const { function in class:StubTransliterator
H A Dtranstst.cpp1950 virtual void handleTransliterate(Replaceable& /*text*/, UTransPosition& offsets, function in class:TestTrans
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dtranslit.h231 * <code>handleTransliterate()</code>. <p>Subclasses should override
463 * @see #handleTransliterate
528 * framework method handleTransliterate() to do the actual
625 virtual void handleTransliterate(Replaceable& text,
656 * subclass.handleTransliterate().

Completed in 206 milliseconds

12