Searched refs:stringToCopy (Results 1 - 6 of 6) 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);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h532 * @param stringToCopy the new string value to be set.
535 void setString(const UnicodeString& stringToCopy);
/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h532 * @param stringToCopy the new string value to be set.
535 void setString(const UnicodeString& stringToCopy);

Completed in 180 milliseconds