Searched refs:replaceable (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dtransapi.cpp382 UnicodeString rs="This is the replaceable String";
384 "0", "0", "This is the replaceable String",
385 "2", "3", UnicodeString("Th\\u0069s is the replaceable String", ""),
622 UnicodeString replaceable=s; local
623 transLimit=nullTrans->transliterate(replaceable, start, limit);
627 doTest((UnicodeString)"nulTrans->transliterate", replaceable, s);
628 replaceable.remove();
629 replaceable.append(s);
635 nullTrans->finishTransliteration(replaceable, index);
639 doTest((UnicodeString)"NullTransliterator->handleTransliterate", replaceable,
[all...]
/external/icu4c/test/intltest/
H A Dtransapi.cpp382 UnicodeString rs="This is the replaceable String";
384 "0", "0", "This is the replaceable String",
385 "2", "3", UnicodeString("Th\\u0069s is the replaceable String", ""),
622 UnicodeString replaceable=s; local
623 transLimit=nullTrans->transliterate(replaceable, start, limit);
627 doTest((UnicodeString)"nulTrans->transliterate", replaceable, s);
628 replaceable.remove();
629 replaceable.append(s);
635 nullTrans->finishTransliteration(replaceable, index);
639 doTest((UnicodeString)"NullTransliterator->handleTransliterate", replaceable,
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Dutrans.cpp45 ReplaceableGlue(UReplaceable *replaceable,
87 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, argument
91 this->rep = replaceable;
/external/icu4c/i18n/
H A Dutrans.cpp45 ReplaceableGlue(UReplaceable *replaceable,
87 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, argument
91 this->rep = replaceable;

Completed in 80 milliseconds