HomeSort by relevance Sort by last modified time
    Searched refs:TransliteratorPointer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 85 // TransliteratorPointer
93 class TransliteratorPointer {
96 TransliteratorPointer(const TransliteratorPointer& rhs);
97 TransliteratorPointer& operator=(const TransliteratorPointer& rhs);
99 TransliteratorPointer(Transliterator* adopted) {
102 ~TransliteratorPointer() {
566 TransliteratorPointer sourceToTarget(
577 TransliteratorPointer targetToSource(sourceToTarget->createInverse(status))
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 85 // TransliteratorPointer
93 class TransliteratorPointer {
96 TransliteratorPointer(const TransliteratorPointer& rhs);
97 TransliteratorPointer& operator=(const TransliteratorPointer& rhs);
99 TransliteratorPointer(Transliterator* adopted) {
102 ~TransliteratorPointer() {
566 TransliteratorPointer sourceToTarget(
577 TransliteratorPointer targetToSource(sourceToTarget->createInverse(status))
    [all...]

Completed in 48 milliseconds