Searched defs:stringToCopy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable_cnv.cpp33 Formattable::Formattable(const char* stringToCopy) argument
37 fValue.fString = new UnicodeString(stringToCopy);
H A Dfmtable.cpp167 Formattable::Formattable(const UnicodeString& stringToCopy) argument
171 fValue.fString = new UnicodeString(stringToCopy);
571 // Sets the value to a string value stringToCopy.
574 Formattable::setString(const UnicodeString& stringToCopy) argument
578 fValue.fString = new UnicodeString(stringToCopy);
/external/icu/icu4c/source/i18n/
H A Dfmtable_cnv.cpp33 Formattable::Formattable(const char* stringToCopy) argument
37 fValue.fString = new UnicodeString(stringToCopy);
H A Dfmtable.cpp167 Formattable::Formattable(const UnicodeString& stringToCopy) argument
171 fValue.fString = new UnicodeString(stringToCopy);
571 // Sets the value to a string value stringToCopy.
574 Formattable::setString(const UnicodeString& stringToCopy) argument
578 fValue.fString = new UnicodeString(stringToCopy);

Completed in 893 milliseconds