Searched defs:TransliteratorSpec (Results 1 - 2 of 2) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp190 // class TransliteratorSpec
194 * A TransliteratorSpec is a string specifying either a source or a target. In more
208 class TransliteratorSpec : public UMemory { class in inherits:UMemory
210 TransliteratorSpec(const UnicodeString& spec);
211 ~TransliteratorSpec();
235 TransliteratorSpec(const TransliteratorSpec &other); // forbid copying of this class
236 TransliteratorSpec &operator=(const TransliteratorSpec &other); // forbid copying of this class
239 TransliteratorSpec function in class:TransliteratorSpec
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtransreg.cpp190 // class TransliteratorSpec
194 * A TransliteratorSpec is a string specifying either a source or a target. In more
208 class TransliteratorSpec : public UMemory { class in inherits:UMemory
210 TransliteratorSpec(const UnicodeString& spec);
211 ~TransliteratorSpec();
235 TransliteratorSpec(const TransliteratorSpec &other); // forbid copying of this class
236 TransliteratorSpec &operator=(const TransliteratorSpec &other); // forbid copying of this class
239 TransliteratorSpec function in class:TransliteratorSpec
[all...]

Completed in 2631 milliseconds