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

  /external/icu4c/i18n/unicode/
translit.h 39 * <code>Transliterator</code> is an abstract class that
41 * kind of transliterator is a script, or alphabet, transliterator.
42 * For example, a Russian to Latin transliterator changes Russian text
49 * transliterator can actually perform a more general class of tasks.
50 * In fact, <code>Transliterator</code> defines a very general API
53 * entirely by subclasses of <code>Transliterator</code>.
57 * <p><code>Transliterator</code> objects are <em>stateless</em>; they
67 * <code>Transliterator</code> objects are stateless, the source text
76 * and a transliterator <code>t</code>, the cal
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
Transliterator.java 20 * Exposes icu4c's Transliterator.
22 public final class Transliterator {
26 * Creates a new Transliterator for the given id.
28 public Transliterator(String id) {
  /external/icu4c/i18n/
translit.cpp 61 * transliterator. The ID is appended to this to form the key.
68 * transliterator SCRIPT. The ID is appended to this to form the key.
77 * "{0,choice,0#|1#{1} Transliterator|2#{1} to {2} Transliterator}".
95 * System transliterator registry; non-null when initialized.
105 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(Transliterator)
121 * @param theID the string identifier for this transliterator
124 * altered by this transliterator. If <tt>filter</tt> is
127 Transliterator::Transliterator(const UnicodeString& theID
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 89 * A transliterator pointer wrapper that deletes the contained
94 Transliterator* t;
99 TransliteratorPointer(Transliterator* adopted) {
105 inline Transliterator* operator->() { return t; }
106 inline operator const Transliterator*() const { return t; }
107 inline operator Transliterator*() { return t; }
348 * create a test for the given script transliterator.
374 UBool checkIrrelevants(Transliterator *t, const UnicodeString& irrelevants);
407 * create a test for the given script transliterator.
549 UBool RTTest::checkIrrelevants(Transliterator *t,
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 424 milliseconds