OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceable
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/test/intltest/
transapi.cpp
310
message.append("->transliterate(
Replaceable
) for \n\tSource:");
354
doTest(t->getID() + ".transliterate(
Replaceable
, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
382
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", ""),
436
errln("FAIL: " + t->getID()+ ".translitere(
Replaceable
, int[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
487
logln("Testing transliterate(
Replaceable
, int32_t, UnicodeString, UErrorCode)");
494
errln("FAIL: " + t->getID()+ ".transliterate(
Replaceable
, int32_t[], UnicodeString, UErrorCode)-->" + (UnicodeString)u_errorName(status));
509
logln("Testing transliterate(
Replaceable
, int32_t, UChar, UErrorCode)");
517
errln("FAIL: " + t->getID()+ ".transliterate(
Replaceable
, int32_t[], UChar, UErrorCode)-->" + (UnicodeString)u_errorName(status))
622
UnicodeString
replaceable
=s;
local
[
all
...]
/external/icu4c/i18n/
utrans.cpp
31
*
Replaceable
-UReplaceableCallbacks glue
35
* Make a UReplaceable + UReplaceableCallbacks into a
Replaceable
object.
38
class ReplaceableGlue : public
Replaceable
{
45
ReplaceableGlue(UReplaceable *
replaceable
,
60
// virtual
Replaceable
*clone() const { return NULL; } same as default
87
ReplaceableGlue::ReplaceableGlue(UReplaceable *
replaceable
,
89
:
Replaceable
()
91
this->rep =
replaceable
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 1075 milliseconds