Searched defs:Transliterator (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtranslit.h41 * <code>Transliterator</code> is an abstract class that
52 * In fact, <code>Transliterator</code> defines a very general API
55 * entirely by subclasses of <code>Transliterator</code>.
59 * <p><code>Transliterator</code> objects are <em>stateless</em>; they
69 * <code>Transliterator</code> objects are stateless, the source text
165 * The <code>Transliterator</code> method <code>getInverse()</code>
243 class U_I18N_API Transliterator : public UObject { class in inherits:UObject
299 * A function that creates and returns a Transliterator. When
313 typedef Transliterator* (U_EXPORT2 *Factory)(const UnicodeString& ID, Token context);
326 Transliterator(cons
[all...]
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp79 * "{0,choice,0#|1#{1} Transliterator|2#{1} to {2} Transliterator}".
107 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(Transliterator)
129 Transliterator::Transliterator(const UnicodeString& theID, function in class:Transliterator
142 Transliterator::~Transliterator() {
151 Transliterator::Transliterator(const Transliterator function in class:Transliterator
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliterator.java34 * <code>Transliterator</code> is an abstract class that transliterates text from one format to another. The most common
42 * tasks. In fact, <code>Transliterator</code> defines a very general API which specifies only that a segment of the
44 * <code>Transliterator</code>.
50 * <code>Transliterator</code> objects are <em>stateless</em>; they retain no information between calls to
54 * other words, although the <code>Transliterator</code> objects are stateless, the source text itself embodies all the
135 * The <code>Transliterator</code> method <code>getInverse()</code> returns a transliterator's inverse, if one exists,
161 * Transliterator tempTrans = Transliterator.createFromRules(&quot;temp&quot;, rules, Transliterator.FORWARD);
231 public abstract class Transliterator implement class in inherits:StringTransform
491 protected Transliterator(String ID, UnicodeFilter filter) { method in class:Transliterator
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java33 * <code>Transliterator</code> is an abstract class that transliterates text from one format to another. The most common
41 * tasks. In fact, <code>Transliterator</code> defines a very general API which specifies only that a segment of the
43 * <code>Transliterator</code>.
49 * <code>Transliterator</code> objects are <em>stateless</em>; they retain no information between calls to
53 * other words, although the <code>Transliterator</code> objects are stateless, the source text itself embodies all the
134 * The <code>Transliterator</code> method <code>getInverse()</code> returns a transliterator's inverse, if one exists,
160 * Transliterator tempTrans = Transliterator.createFromRules(&quot;temp&quot;, rules, Transliterator.FORWARD);
230 public abstract class Transliterator implement class in inherits:StringTransform
506 protected Transliterator(String ID, UnicodeFilter filter) { method in class:Transliterator
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp96 Transliterator* t;
101 TransliteratorPointer(Transliterator* adopted) {
107 inline Transliterator* operator->() { return t; }
108 inline operator const Transliterator*() const { return t; }
109 inline operator Transliterator*() { return t; }
376 UBool checkIrrelevants(Transliterator *t, const UnicodeString& irrelevants);
552 UBool RTTest::checkIrrelevants(Transliterator *t,
570 Transliterator::createInstance(transliteratorID, UTRANS_FORWARD, parseError,
572 if ((Transliterator *)sourceToTarget == NULL) {
581 if ((Transliterator *)targetToSourc
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 405 milliseconds