Home
last modified time | relevance | path

Searched refs:appendInvariantChars (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/common/
Dcharstr.h108 CharString &appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode);
Dcharstr.cpp103 CharString &CharString::appendInvariantChars(const UnicodeString &s, UErrorCode &errorCode) { in appendInvariantChars() function in CharString
Dlocutil.cpp229 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
Duniset_props.cpp1053 pname.appendInvariantChars(prop, ec); in applyPropertyAlias()
1054 vname.appendInvariantChars(value, ec); in applyPropertyAlias()
/external/icu4c/i18n/
Dtransreg.cpp260 int32_t num = uscript_getCode(CharString().appendInvariantChars(theSpec, status).data(), in TransliteratorSpec()
1084 CharString().appendInvariantChars(utag, status).data(), status)); in findInBundle()
1097 CharString().appendInvariantChars(variant, status).data(), status); in findInBundle()
Dnumfmt.cpp1260 nsLocID.appendInvariantChars(nsDesc.tempSubString(0, firstSlash), status); in makeInstance()
Dtmutfmt.cpp580 pluralCountChars.appendInvariantChars(*pluralCount, err); in checkConsistency()
Ddecimfmt.cpp3314 pluralCountChar.appendInvariantChars(*pluralCount, ec); in expandAffix()
/external/icu4c/test/intltest/
Dstrtest.cpp536 chStr.appendInvariantChars(UNICODE_STRING_SIMPLE( in TestCharString()
Dnumfmtst.cpp2165 loc = Locale::createFromName(CharString().appendInvariantChars(tok, ec).data()); in TestCases()
2233 CharString().appendInvariantChars(mloc, ec).data()), ec); in TestCases()