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

  /external/chromium/third_party/icu/public/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...]
  /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...]
  /external/chromium/third_party/icu/source/i18n/
translit.cpp 58 * transliterator. The ID is appended to this to form the key.
65 * transliterator SCRIPT. The ID is appended to this to form the key.
74 * "{0,choice,0#|1#{1} Transliterator|2#{1} to {2} Transliterator}".
92 * 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/chromium/third_party/icu/source/test/intltest/
transrt.cpp 88 * A transliterator pointer wrapper that deletes the contained
93 Transliterator* t;
98 TransliteratorPointer(Transliterator* adopted) {
104 inline Transliterator* operator->() { return t; }
105 inline operator const Transliterator*() const { return t; }
106 inline operator Transliterator*() { return t; }
347 * create a test for the given script transliterator.
373 UBool checkIrrelevants(Transliterator *t, const UnicodeString& irrelevants);
406 * create a test for the given script transliterator.
548 UBool RTTest::checkIrrelevants(Transliterator *t,
    [all...]
  /external/icu4c/i18n/
translit.cpp 58 * transliterator. The ID is appended to this to form the key.
65 * transliterator SCRIPT. The ID is appended to this to form the key.
74 * "{0,choice,0#|1#{1} Transliterator|2#{1} to {2} Transliterator}".
92 * 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 88 * A transliterator pointer wrapper that deletes the contained
93 Transliterator* t;
98 TransliteratorPointer(Transliterator* adopted) {
104 inline Transliterator* operator->() { return t; }
105 inline operator const Transliterator*() const { return t; }
106 inline operator Transliterator*() { return t; }
347 * create a test for the given script transliterator.
373 UBool checkIrrelevants(Transliterator *t, const UnicodeString& irrelevants);
406 * create a test for the given script transliterator.
548 UBool RTTest::checkIrrelevants(Transliterator *t,
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1065 milliseconds